X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=stylesheet.css;h=20c1974f5c8a2476e22bf2b3bf0c9412d4ec518c;hp=8d12b9500c8ee99c253d40eb7bb508b4468c189d;hb=4a0b6f6114f19cebd796b3b1c6e5253edc3267c3;hpb=856af471b7a6025f1438f09ff0d701dd78fd99ea diff --git a/stylesheet.css b/stylesheet.css index 8d12b95..20c1974 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -95,6 +95,10 @@ a.thumblink { font-size: 12px; } +a.calendar { + font-size: 10px; +} + a.thumblink:hover { color: #4761ab; } @@ -134,3 +138,27 @@ td.thumb { clip: auto; overflow: auto; } + +table.calendar tr td { + border: solid 1px #ffffff; + padding: 1px; + text-align: center; + font-size: 10px; +} + +.prevMonth { + font-size: 10px; + text-align: left; +} +.nextMonth { + font-size: 10px; + text-align: right; +} +#calendar { + position: absolute; + width: 140px; + height: 200px; + background-color: #000000; + visibility: hidden; + z-index: 1000; +}