aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-09-13 23:45:31 +0000
committervdigital <vdigital@piwigo.org>2008-09-13 23:45:31 +0000
commit53aef87751829798b6804b0e3d95f78d82db8301 (patch)
tree37cd0b8aafcb6d3bf0f62df2cff3ae8096ad8fb2 /template
parentcaae8449c0ff319bf83ce09a3042b95a32048d23 (diff)
Sylvia theme: a longer upper category border (second try).
git-svn-id: http://piwigo.org/svn/trunk@2525 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/theme/Sylvia/theme.css17
1 files changed, 5 insertions, 12 deletions
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css
index 97f77d024..890c7ee50 100644
--- a/template/yoga/theme/Sylvia/theme.css
+++ b/template/yoga/theme/Sylvia/theme.css
@@ -1,23 +1,16 @@
/* $Id$ */
-
-
+.content div.thumbnailCategory div.illustration { width:190px !important; /* Usable range 162px-360px , optimal : Thumbnail width + 40px */ }
.content div.thumbnailCategory { height: 180px !important; /* Usable range 172px-250px , optimal : Thumbnail height + 30px */ }
+/* Sylvia Theme is close to the Roma Admin theme */
-/* text color */
BODY, H1, H3, DT,
-INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
- color:#d0d0d0;
-}
-
-H2, #menubar DT {
- color: #fff48e;
-}
+INPUT.rateButtonSelected { color:#d0d0d0; }
+H2, #menubar DT { color: #fff48e; }
/* backgrounds */
-
/* H3, */ #imageHeaderBar, #imageToolBar A:hover { background-color: transparent; }
body {
@@ -71,7 +64,7 @@ padding: 0; margin:0; }
padding: 0 0 0 10px; margin: 0; }
.content .thumbnailCategory div.illustration a { display: block; margin: 0; padding:15px 0 0 10px; }
#content .thumbnailCategory div.description { background:transparent url(images/cat_top-right.gif) no-repeat scroll right top;
-margin:0; padding:15px 0 0 20px; }
+margin:0; padding:15px 0 0 0; }
#content .thumbnailCategory div.description p { overvflow: hidden; }
#content.content .thumbnailCategory div.description H3 { display: block; margin: 0; }