From cde8cefaf2f13b8b56f3ac264758f62335ef27f3 Mon Sep 17 00:00:00 2001 From: vdigital Date: Mon, 22 Sep 2008 21:49:34 +0000 Subject: New ranks icon (Which is a manual ordering). remove tags moved to yoga. Half round buttons and fieldset are removed on Stripy request... Permalink order has been reviewed. Bigbutton:hover mistake is repaired. Some compatibility in public interface. git-svn-id: http://piwigo.org/svn/trunk@2570 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/theme/roma/theme.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'admin/template/goto/theme/roma/theme.css') diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index 15c8758e9..ea2d4cc4e 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -3,10 +3,9 @@ body, h3, dt, h2, .throw, .content, label, input.rateButtonSelected /* <= why IE doesn't inherit this ? */ { color:#666; } INPUT, select, textarea { color:#999; background-color: #444; } -INPUT[type="checkbox"], INPUT[type="radio"] -{ color:#999; background-color: #eee; } -INPUT[type="submit"], INPUT[type="reset"] { border: 2px outset #999; background-color: #444; padding: 1px 15px; --moz-border-radius-bottomleft:6px; -moz-border-radius-topright:6px;} +/* INPUT[type="checkbox"], INPUT[type="radio"] +{ color:#999; background-color: #eee; } */ +INPUT[type="submit"], INPUT[type="reset"] { border: 2px outset #999; background-color: #444; padding: 1px 15px; } INPUT[type="submit"]:hover, INPUT[type="reset"]:hover, INPUT[type="submit"]:active { border: 2px inset #999; background-color: #444; padding: 1px 15px; } input.rateButton, legend, #theAdminPage h3 { color: #777; } @@ -34,6 +33,7 @@ background:transparent url(images/top-left-bg.png) no-repeat scroll left top; } background:transparent url(images/piwigo_logo_sombre_214x100.png) no-repeat scroll 245px top; } h3, #imageToolBar a:hover, .row2, .content { background-color: #222; } .throw, .row1 { background-color:#111; } +.throw em { font-style: normal; color: #ff3363; } #content { background: #222 url(images/fillet.png) repeat-x top left; min-height: 466px; margin-top: 9px; } .content { padding:5px 5px 5px 5px; margin: 0 10px 0 248px; z-index:99; } .content h3 { font-size:20px; letter-spacing:-0.4px; margin:0 20px 12px 0; @@ -52,8 +52,8 @@ font-size:14px; line-height:21px; } /* .throw, */ td h3 { background-image: url(images/fillet.png); background-repeat: repeat-x; } /* borders */ /* TODO */ -fieldset { border: 1px solid #999; -moz-border-radius-bottomleft:8px; -moz-border-radius-topright:8px;} -INPUT, SELECT, TEXTAREA { border: 1px solid #999; text-indent:4px; } +fieldset { border: 1px solid #999; } +INPUT, SELECT, TEXTAREA { border: 1px solid #999; } input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#111;color: #999; } TEXTAREA { cursor:text; font-family:Univers,Helvetica,Optima,"Bitstream Vera Sans",sans-serif; font-size: 13px; } .bigbutton { background:transparent url(images/quickLocalSync_inactiv.png) no-repeat scroll left top; display: block; @@ -62,17 +62,17 @@ position:relative; z-index: 50;} .bigtext { display:block; font-weight:bold; left:225px; position:relative; top:35px; width:320px; z-index: 55; cursor:pointer; } .bigbutton:hover { background:transparent url(images/quickLocalSync_hover.png) no-repeat scroll left top; color: #000; } .bigbutton input { background:transparent url(images/transparent.gif) repeat scroll left top; border:0; -display:block; height:85px; left:225px; position:relative; top:-42px; width:313px; z-index:99; } -.bigbutton input:hover { cursor:pointer; } +display:block; height:85px; left:225px; position:relative; top:-42px; width:313px; z-index:99; padding:0;} +.bigbutton input:hover { cursor:pointer; background:transparent url(images/transparent.gif) repeat scroll left top; border:0; padding:0;} .content UL.thumbnails SPAN.wrap2 { border: 1px solid #aaaaaa; /* thumbnails border color and style */ border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ } .tagSelection label { padding-right:12px; } -ul.thumbnails input { border:3px double #f70; color:#222; font-size:10px; margin:0; } +ul.thumbnails input { border:3px double #999; color:#999; font-size:10px; margin:0; background-color:#444; text-align: center;} INPUT[type="submit"]:hover , INPUT[type="reset"]:hover { color:#f33; cursor: pointer; } INPUT.bigbutton:hover { background-color: #222; color:#f33; border: 0; } -.throw { font-size: 120%; line-height: 26px; padding-top: 10px; font-weight: bold; } +.throw { font-size: 120%; line-height: 26px; padding-top: 10px; font-weight: bold; color: #ff3363; } label { cursor:pointer } .categoryLi { background: #222 } .virtual_cat { background: #333 !important; } -- cgit v1.2.3