summaryrefslogtreecommitdiffstats
path: root/stylesheet.css
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheet.css')
-rw-r--r--stylesheet.css28
1 files changed, 28 insertions, 0 deletions
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;
+}