Changeset 2735


Ignore:
Timestamp:
Oct 14, 2008, 7:28:13 PM (16 years ago)
Author:
vdigital
Message:

Stripy buttons have been reviewed.

Location:
trunk
Files:
2 edited

Legend:

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

    r2694 r2735  
    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 */
  • trunk/template/yoga/theme/Sylvia/theme.css

    r2706 r2735  
    102102.rateButtonStarFull {   background-image: url('icon/rating-stars.gif'); }
    103103.rateButtonStarEmpty { background-image: url('icon/rating-stars.gif'); }
     104input[type="button"], input[type="submit"], input[type="reset"] {
     105background-color:#ff3363; color:#222; border-color: #ff3363; }
     106input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
     107background-color:#999; border-color: #666; }
Note: See TracChangeset for help on using the changeset viewer.