diff options
author | vdigital <vdigital@piwigo.org> | 2008-09-16 23:13:53 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-09-16 23:13:53 +0000 |
commit | 7ea85bc0355c7ad60c51a4a1d3078e3dc4603031 (patch) | |
tree | fd4cc1c69b7a320ee66f901474e3f143acecd4aa /admin/template/goto/theme/roma/theme.css | |
parent | 2b4b4defe64da8b5c3c06bd9a46fe3ea59f1a0c6 (diff) |
A large button from Stripy design...
git-svn-id: http://piwigo.org/svn/trunk@2542 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto/theme/roma/theme.css')
-rw-r--r-- | admin/template/goto/theme/roma/theme.css | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index 64ef78e52..c3a4784ac 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -50,9 +50,14 @@ text-transform:none; font-weight:bold; padding-left:20px; } fieldset { border: 1px solid #666; } INPUT, SELECT, TEXTAREA { border-left: 2px inset #666; text-indent:4px; } TEXTAREA { cursor:text; font-family:Univers,Helvetica,Optima,"Bitstream Vera Sans",sans-serif; font-size: 13px; } -INPUT.bigbutton { background: #111 url(images/rapid_local_synchro.png) no-repeat scroll left top; -width: 600px; height: 120px; color:#f70; font-size: 36px; text-align: left; padding: 0 0 0 30px; -border: 0; } +.bigbutton { background:transparent url(images/quickLocalSync_inactiv.png) no-repeat scroll left top; +border:0; color:#111; font-size:28px; height:161px; margin: 0 20px 0 auto; padding:0 18px 0; text-align:center; width:625px; } +.bigbutton input { background: transparent none no-repeat scroll left top; +position: relative; top: 0; left: 0; width:625px; height: 161px; border: 0;} +.bigtext { border:0; height:161px; left:273px; position:relative; top:-124px; width:225px; +font-family: FlorenceSans, Helvetica,Optima,"Bitstream Vera Sans",sans-serif; font-weight: bold;} +*+html .bigtext { left: 65px; } +.bigbutton:hover { background:transparent url(images/quickLocalSync_hover.png) no-repeat scroll left top; color: #000; } .content UL.thumbnails SPAN.wrap2 { border: 1px solid #aaaaaa; /* thumbnails border color and style */ border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ |