From 7fa0e9eed8c2f4c02a3e11afa932ae0d4466d3a1 Mon Sep 17 00:00:00 2001 From: Zach Hall Date: Tue, 30 Mar 2010 22:41:36 -0700 Subject: [PATCH] Attribution updates to Lite theme, as well as blockquote fixing. --- themes/lite/layout.class.php | 2 +- themes/lite/style.css | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) 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 {