diff --git a/themes/lite/layout.class.php b/themes/lite/layout.class.php index a0e37dcd..8516a069 100644 --- a/themes/lite/layout.class.php +++ b/themes/lite/layout.class.php @@ -178,7 +178,7 @@ class Layout { Shimmie © Shish & Co 2007-2010, based on the Danbooru concept.
- Lite Theme by Zach, based on Default, Danbooru, and qwebirc + Lite Theme by Zach $debug $contact diff --git a/themes/lite/style.css b/themes/lite/style.css index 4a12642f..11994ebb 100644 --- a/themes/lite/style.css +++ b/themes/lite/style.css @@ -1,3 +1,8 @@ +/** + * Some style elements borrowed from the QWebIRC project + * http://qwebirc.org/ + */ + BODY { background: #F0F7FF; font-family: sans-serif; @@ -175,9 +180,9 @@ A {text-decoration: none;} A:hover {text-decoration: underline;} BLOCKQUOTE { - border: 1px solid black; + border: 1px solid #C3D2E0; padding: 8px; - background: #DDD; + background: #E3EFFA; } UL {