aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-10-14 17:28:13 +0000
committervdigital <vdigital@piwigo.org>2008-10-14 17:28:13 +0000
commitb1829f6d06a14ecc0fec61fa48d8297c419de9ef (patch)
tree09d5aa430156581b0535c4dd8eb0958ca08d6da8
parentda532c3979c6adb7e4e599d6ebb8baa71ddea255 (diff)
Stripy buttons have been reviewed.
git-svn-id: http://piwigo.org/svn/trunk@2735 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--admin/template/goto/theme/roma/theme.css20
-rw-r--r--template/yoga/theme/Sylvia/theme.css6
2 files changed, 17 insertions, 9 deletions
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css
index d807b812b..b91652c64 100644
--- a/admin/template/goto/theme/roma/theme.css
+++ b/admin/template/goto/theme/roma/theme.css
@@ -56,14 +56,6 @@ fieldset { border: 1px solid #999; }
INPUT, SELECT, TEXTAREA { border: 1px solid #666; }
input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#444;color: #999; }
TEXTAREA { cursor:text; font-size: 13px; }
-.bigbutton { background:transparent url(images/quickLocalSync_inactiv.png) no-repeat scroll left top; display: block;
-color:#111; font-size:28px; height:161px; margin: 0 20px 0 auto; padding:0 18px 0; text-align:center; width:625px;
-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; 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 */
@@ -173,6 +165,18 @@ body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body
#ui-datepicker-div .ui-datepicker-title-row .ui-datepicker-week-end-cell a { color: #ff3363; }
#ui-datepicker-div a:hover { color: #ff3363 !important; border: 0; background: #111 !important; }
#ui-datepicker-div .ui-datepicker-header select { color:#999; font-weight:normal; }
+input[type="button"], input[type="submit"], input[type="reset"] {
+background-color:#ff3363; color:#222; border-color: #ff3363; }
+input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
+background-color:#999; border-color: #666; }
+.bigbutton { background:transparent url(images/quickLocalSync_inactiv.png) no-repeat scroll left top; display: block;
+color:#111; font-size:28px; height:161px; margin: 0 20px 0 auto; padding:0 18px 0; text-align:center; width:625px;
+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; padding:0;}
+.bigbutton input:hover { cursor:pointer; background:transparent url(images/transparent.gif) repeat scroll left top; border:0; padding:0;}
/* hacks */
html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers */
*+html .bigtext { left: 70px; }
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css
index e7cedf685..6653be540 100644
--- a/template/yoga/theme/Sylvia/theme.css
+++ b/template/yoga/theme/Sylvia/theme.css
@@ -100,4 +100,8 @@ A:hover, A:active { color: #f33; border-bottom: 1px solid #f33; cursor: pointer;
*, *: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;}
.rateButtonStarFull { background-image: url('icon/rating-stars.gif'); }
-.rateButtonStarEmpty { background-image: url('icon/rating-stars.gif'); } \ No newline at end of file
+.rateButtonStarEmpty { background-image: url('icon/rating-stars.gif'); }
+input[type="button"], input[type="submit"], input[type="reset"] {
+background-color:#ff3363; color:#222; border-color: #ff3363; }
+input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
+background-color:#999; border-color: #666; } \ No newline at end of file