From fb4d9ff0cc3f84073b11aaf724c355989ebccdd3 Mon Sep 17 00:00:00 2001 From: Bart Van Der Meerssche Date: Tue, 10 Nov 2009 23:31:33 +0000 Subject: [PATCH] web: Update style.css to accomodate a Flukso forum. Oh, a forum! --- web/drupal/themes/flukso/style.css | 31 ++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/web/drupal/themes/flukso/style.css b/web/drupal/themes/flukso/style.css index a3ed468..aaf8237 100644 --- a/web/drupal/themes/flukso/style.css +++ b/web/drupal/themes/flukso/style.css @@ -39,10 +39,6 @@ h1, h2, h3, h4, h5, h6 { font-size: 1em; } -table { - font-size: 1em; -} - #container { margin: 15px auto; width: 920px; @@ -270,6 +266,7 @@ h3.searchresult a:hover { margin: 1.5em 0; padding: 0em 2.6em; letter-spacing: 1px; + letter-spacing: 1px; } .meta { @@ -415,21 +412,35 @@ a.read-more { background-image: url("icons/calendar.png"); } -/* tables */ -tr th, tr.light td, tr.dark td, tr.odd td, tr.even td { - padding: 0em .2em 0em .2em; +/* ------------------------------------------------------------------------ + * Comments + * --------------------------------------------------------------------- */ +table { + border-collapse: separate; + width: 660px; + font-size: 1em; } -tr.light, tr.dark, tr.even, tr.odd { +th, td { + padding: 0.1em 1em; +} + +tr th, tr.light td, tr.dark td, tr.odd td, tr.even td { + padding 0.1em 1em; +} + +tr.light, tr.dark, tr.odd { background-color: #fff; } +tr.even { + background-color: #fafafa; +} + tr.light .active, tr.dark .active, tr.even .active, tr.odd .active { background-color: #fff; } -/* tr th {border: 1px solid #ddd;} */ - tr.watchdog-user { background-color: #ffd; font-size: .7em;