diff options
author | vdigital <vdigital@piwigo.org> | 2008-10-04 09:05:36 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-10-04 09:05:36 +0000 |
commit | 756946289589a8146101265c603d4bf4a234b137 (patch) | |
tree | 0ed393ba1148bb74a6b0fcefb68c13bcba28ff73 /template/yoga/theme/Sylvia/theme.css | |
parent | 3bc43273ba404c4d71281cbfd99182260ec25c0b (diff) |
Gallery side icons for Sylvia (Some are missing, your browser cache could hide that).
+ No borders for pics in Sylvia.
git-svn-id: http://piwigo.org/svn/trunk@2650 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme/Sylvia/theme.css')
-rw-r--r-- | template/yoga/theme/Sylvia/theme.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css index 4289fce0c..cf3b3b1af 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -88,5 +88,6 @@ border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ } background-color: #111; border:1px solid #ff3363; /* thumbnails border color when mouse cursor is over it */ } A, INPUT.rateButton { color:#f70; border-width: 0; } A:hover, A:active { color: #f33; border-bottom: 1px solid #f33; cursor: pointer; } +#theImage A, .illustration A, A.navThumb, A.navThumb { border-bottom-width: 0; } *, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; } #debug { margin: 15px 15px 5px 248px; font-size:12px; clear: both; word-wrap:break-word;}
\ No newline at end of file |