summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-05-31 12:42:02 +0000
committerDries Buytaert <dries@buytaert.net>2003-05-31 12:42:02 +0000
commit39f6a9e79a72ff17907ffaddeadf1193ca5f1f8f (patch)
tree6a9fb6eb955dc8f9e84bc2b049bd7390591350b6 /themes
parentb7a0a744c6e3e51eed314d25b33e66000a8f56be (diff)
downloadbrdo-39f6a9e79a72ff17907ffaddeadf1193ca5f1f8f.tar.gz
brdo-39f6a9e79a72ff17907ffaddeadf1193ca5f1f8f.tar.bz2
- CSS improvements to the calendar of the archive module. Updated the Xtemplate
theme and theme Marvin to take advantage of this. Patch by Al. Pretty stuff.
Diffstat (limited to 'themes')
-rw-r--r--themes/marvin/marvin.css5
-rw-r--r--themes/xtemplate/xtemplate.css8
2 files changed, 13 insertions, 0 deletions
diff --git a/themes/marvin/marvin.css b/themes/marvin/marvin.css
index 43f120743..6004cff2e 100644
--- a/themes/marvin/marvin.css
+++ b/themes/marvin/marvin.css
@@ -24,3 +24,8 @@ img {
table {
font-size: 1em;
}
+.calendar .day-today { background-color: #ccc; }
+.calendar .day-selected { background-color: #bbb; }
+.calendar .header-month { background-color: #ddd; }
+.calendar .header-week { background-color: #ccc; }
+.calendar .day-blank { background-color: #ddd; }
diff --git a/themes/xtemplate/xtemplate.css b/themes/xtemplate/xtemplate.css
index e25573a1e..5ee188abb 100644
--- a/themes/xtemplate/xtemplate.css
+++ b/themes/xtemplate/xtemplate.css
@@ -179,3 +179,11 @@ table {
padding: 10px 10px 10px 0;
border-bottom: 1px solid #ddd;
}
+.calendar td { padding: 0; border-color: #888; }
+.calendar .row-week td a { padding: 2px; }
+.calendar .day-today { background-color: #69c; }
+.calendar .day-selected { background-color: #369; color: #fff;}
+.calendar .header-month { background-color: #bbb; }
+.calendar .header-week { background-color: #ccc; }
+.calendar .day-blank { background-color: #ccc; }
+.calendar .row-week td a:hover { background-color: #fff; color: #000; }