diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2009-05-23 13:30:47 +0200 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2009-05-23 13:30:47 +0200 |
commit | a8265bdc6dae2cac67d7ef6d6eefc6b7aeb38c1f (patch) | |
tree | ccb9109e7604d2e7492800a260b08b822c751b0f /themes | |
parent | 5bc4f09805223539cd593ccbe7ed49955dd58775 (diff) |
make calendar better looking
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/stylesheet.css | 36 |
1 files changed, 20 insertions, 16 deletions
diff --git a/themes/default/stylesheet.css b/themes/default/stylesheet.css index 4aa376c..4618c77 100644 --- a/themes/default/stylesheet.css +++ b/themes/default/stylesheet.css @@ -196,10 +196,6 @@ a.smalltag:hover { color: #00aa44; } -a.calendar { - font-size: 10px; -} - div.thumb { text-align: center; vertical-align: top; @@ -276,28 +272,36 @@ div.credits{ margin-left: 10px; } +/* + * calendar layer + */ + +a.calendar { + font-size: 14px; +} + table.calendar tr td { - border: solid 1px #ffffff; + border: solid 1px #00aa00; padding: 1px; text-align: center; - font-size: 10px; + font-size: 14px; } .prevMonth { - font-size: 10px; - text-align: left; + font-size: 14px; + text-align: left; } .nextMonth { - font-size: 10px; - text-align: right; + font-size: 14px; + text-align: right; } + #calendar { - position: absolute; - width: 140px; - height: 200px; - background-color: #000000; - visibility: hidden; - z-index: 1000; + position: absolute; + background-color: #ffffff; + visibility: hidden; + z-index: 1000; + border: solid 3px #aaaaaa; } #slide_navigation { |