Changeset 2736

Show
Ignore:
Timestamp:
10/14/08 20:30:48 (5 years ago)
Author:
vdigital
Message:

Stripy buttons have been reviewed.

Location:
branches/2.0
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/2.0/admin/template/goto/theme/roma/theme.css

    r2694 r2736  
    5757input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#444;color: #999; } 
    5858TEXTAREA { 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;} 
    6759.content UL.thumbnails SPAN.wrap2 { 
    6860  border: 1px solid #aaaaaa;    /* thumbnails border color and style */ 
     
    174166#ui-datepicker-div  a:hover { color: #ff3363 !important; border: 0; background: #111 !important; } 
    175167#ui-datepicker-div .ui-datepicker-header select { color:#999; font-weight:normal; } 
     168input[type="button"], input[type="submit"], input[type="reset"] { 
     169background-color:#ff3363; color:#222; border-color: #ff3363; } 
     170input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { 
     171background-color:#999; border-color: #666; } 
     172.bigbutton { background:transparent url(images/quickLocalSync_inactiv.png) no-repeat scroll left top; display: block; 
     173color:#111; font-size:28px; height:161px; margin: 0 20px 0 auto; padding:0 18px 0; text-align:center; width:625px;  
     174position: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; 
     178display: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;} 
    176180/* hacks */ 
    177181html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers */ 
  • branches/2.0/template/yoga/theme/Sylvia/theme.css

    r2720 r2736  
    101101.rateButtonStarEmpty { background-image: url('icon/rating-stars.gif'); } 
    102102#menubar #mbIdentification fieldset div input[type="text"] { margin: 0 0 3px; width: 174px; display: inline; } 
     103input[type="button"], input[type="submit"], input[type="reset"] { 
     104background-color:#ff3363; color:#222; border-color: #ff3363; } 
     105input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { 
     106background-color:#999; border-color: #666; } 
    103107/* IE6... Hacks: */ 
    104 /*\*/ * html #menubar #mbIdentification .button { margin-right:25px; } /* */  
     108/*\*/ * html #menubar #mbIdentification .button { margin-right:25px; } /* */ =======