summaryrefslogtreecommitdiffstats
path: root/stylesheet.css
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheet.css')
-rw-r--r--stylesheet.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/stylesheet.css b/stylesheet.css
index d1f3ae0..7684014 100644
--- a/stylesheet.css
+++ b/stylesheet.css
@@ -115,7 +115,21 @@ a.tag:visited, a.tag:active {
color: #00ff00;
}
a.tag:hover {
+ color: #00aa44;
+}
+
+a.smalltag {
+ font-size: 12px;
+ color: #000000;
+ text-decoration: underline;
+ font-style: italic;
+}
+
+a.smalltag:visited, a.smalltag:active {
+ color: #00ff00;
+}
+a.smalltag:hover {
color: #00aa44;
}
@@ -140,3 +154,12 @@ td.thumb {
border: dashed 1px #888888;
}
+
+#photo_details {
+ width: 150px;
+ font-size: 12px;
+ padding: 10px;
+ -moz-border-radius: 1em;
+ border-radius: 1em;
+ border: dashed 1px #888888;
+}