From 53aef87751829798b6804b0e3d95f78d82db8301 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sat, 13 Sep 2008 23:45:31 +0000 Subject: Sylvia theme: a longer upper category border (second try). git-svn-id: http://piwigo.org/svn/trunk@2525 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/theme/Sylvia/theme.css | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'template/yoga/theme/Sylvia/theme.css') 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; } -- cgit v1.2.3