Attribution updates to Lite theme, as well as blockquote fixing.
This commit is contained in:
parent
f4bbc5ce04
commit
7fa0e9eed8
2 changed files with 8 additions and 3 deletions
|
@ -178,7 +178,7 @@ class Layout {
|
||||||
<a href="http://code.shishnet.org/shimmie2/">Shimmie</a> ©
|
<a href="http://code.shishnet.org/shimmie2/">Shimmie</a> ©
|
||||||
<a href="http://www.shishnet.org/">Shish</a> & Co 2007-2010,
|
<a href="http://www.shishnet.org/">Shish</a> & Co 2007-2010,
|
||||||
based on the Danbooru concept.<br />
|
based on the Danbooru concept.<br />
|
||||||
<a href="http://github.com/zshall/shimmie2/">Lite Theme</a> by <a href="http://seemslegit.com">Zach</a>, based on Default, Danbooru, and <a href="http://qwebirc.org/">qwebirc</a>
|
Lite Theme by <a href="http://seemslegit.com">Zach</a>
|
||||||
$debug
|
$debug
|
||||||
$contact
|
$contact
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
/**
|
||||||
|
* Some style elements borrowed from the QWebIRC project
|
||||||
|
* http://qwebirc.org/
|
||||||
|
*/
|
||||||
|
|
||||||
BODY {
|
BODY {
|
||||||
background: #F0F7FF;
|
background: #F0F7FF;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
|
@ -175,9 +180,9 @@ A {text-decoration: none;}
|
||||||
A:hover {text-decoration: underline;}
|
A:hover {text-decoration: underline;}
|
||||||
|
|
||||||
BLOCKQUOTE {
|
BLOCKQUOTE {
|
||||||
border: 1px solid black;
|
border: 1px solid #C3D2E0;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
background: #DDD;
|
background: #E3EFFA;
|
||||||
}
|
}
|
||||||
|
|
||||||
UL {
|
UL {
|
||||||
|
|
Reference in a new issue