summaryrefslogtreecommitdiffstats
path: root/stylesheet.css
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-07-06 16:53:10 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-07-06 16:53:10 +0000
commit8f3e27ca1aea300a47d35b9474c8f5fd588460da (patch)
treec6a9b4578f33852157168a5abee6cd9291e20d19 /stylesheet.css
parent64f41bc1539ec51b909817df8b71094e7ceb7724 (diff)
issue21, reordered photo index and added some nice mouseover effect
git-svn-id: file:///var/lib/svn/phpfspot/trunk@166 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'stylesheet.css')
-rw-r--r--stylesheet.css23
1 files changed, 13 insertions, 10 deletions
diff --git a/stylesheet.css b/stylesheet.css
index 8da8522..e924b4b 100644
--- a/stylesheet.css
+++ b/stylesheet.css
@@ -119,26 +119,29 @@ a.smalltag:hover {
color: #00aa44;
}
+a.thumblink {
+ font-size: 12px;
+}
+
+a.thumblink:hover {
+ color: #4761ab;
+}
+
#matrix,#single {
padding: 10px;
}
td.thumb {
- padding: 1px;
+ padding: 5px;
text-align: center;
}
-#outter {
- padding: 10px;
- background-color: #eeeeee;
-}
-
#inner {
- padding: 7px;
- -moz-border-radius: 1em;
- border-radius: 1em;
+ padding: 10px;
+ -moz-border-radius: 3px;
+ border-radius: 3px;
border: dashed 1px #888888;
-
+ background-color: #eeeeee;
}
#photo_details {