Changeset 2736
- Timestamp:
- Oct 14, 2008, 8:30:48 PM (16 years ago)
- Location:
- branches/2.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/admin/template/goto/theme/roma/theme.css
r2694 r2736 57 57 input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#444;color: #999; } 58 58 TEXTAREA { cursor:text; font-size: 13px; } 59 .bigbutton { background:transparent url(images/quickLocalSync_inactiv.png) no-repeat scroll left top; display: block;60 color:#111; font-size:28px; height:161px; margin: 0 20px 0 auto; padding:0 18px 0; text-align:center; width:625px;61 position:relative; z-index: 50;}62 .bigtext { display:block; font-weight:bold; left:225px; position:relative; top:35px; width:320px; z-index: 55; cursor:pointer; }63 .bigbutton:hover { background:transparent url(images/quickLocalSync_hover.png) no-repeat scroll left top; color: #000; }64 .bigbutton input { background:transparent url(images/transparent.gif) repeat scroll left top; border:0;65 display:block; height:85px; left:225px; position:relative; top:-42px; width:313px; z-index:99; padding:0;}66 .bigbutton input:hover { cursor:pointer; background:transparent url(images/transparent.gif) repeat scroll left top; border:0; padding:0;}67 59 .content UL.thumbnails SPAN.wrap2 { 68 60 border: 1px solid #aaaaaa; /* thumbnails border color and style */ … … 174 166 #ui-datepicker-div a:hover { color: #ff3363 !important; border: 0; background: #111 !important; } 175 167 #ui-datepicker-div .ui-datepicker-header select { color:#999; font-weight:normal; } 168 input[type="button"], input[type="submit"], input[type="reset"] { 169 background-color:#ff3363; color:#222; border-color: #ff3363; } 170 input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { 171 background-color:#999; border-color: #666; } 172 .bigbutton { background:transparent url(images/quickLocalSync_inactiv.png) no-repeat scroll left top; display: block; 173 color:#111; font-size:28px; height:161px; margin: 0 20px 0 auto; padding:0 18px 0; text-align:center; width:625px; 174 position:relative; z-index: 50;} 175 .bigtext { display:block; font-weight:bold; left:225px; position:relative; top:35px; width:320px; z-index: 55; cursor:pointer; } 176 .bigbutton:hover { background:transparent url(images/quickLocalSync_hover.png) no-repeat scroll left top; color: #000; } 177 .bigbutton input { background:transparent url(images/transparent.gif) repeat scroll left top; border:0; 178 display:block; height:85px; left:225px; position:relative; top:-42px; width:313px; z-index:99; padding:0;} 179 .bigbutton input:hover { cursor:pointer; background:transparent url(images/transparent.gif) repeat scroll left top; border:0; padding:0;} 176 180 /* hacks */ 177 181 html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers */ -
branches/2.0/template/yoga/theme/Sylvia/theme.css
r2720 r2736 101 101 .rateButtonStarEmpty { background-image: url('icon/rating-stars.gif'); } 102 102 #menubar #mbIdentification fieldset div input[type="text"] { margin: 0 0 3px; width: 174px; display: inline; } 103 input[type="button"], input[type="submit"], input[type="reset"] { 104 background-color:#ff3363; color:#222; border-color: #ff3363; } 105 input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { 106 background-color:#999; border-color: #666; } 103 107 /* IE6... Hacks: */ 104 /*\*/ * html #menubar #mbIdentification .button { margin-right:25px; } /* */ 108 /*\*/ * html #menubar #mbIdentification .button { margin-right:25px; } /* */ =======
Note: See TracChangeset
for help on using the changeset viewer.