Changeset 2608 for trunk/template


Ignore:
Timestamp:
Sep 27, 2008, 9:42:41 AM (16 years ago)
Author:
vdigital
Message:

Butterfly 2 - Last Graphic and CSS feedback

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/theme/Sylvia/theme.css

    r2578 r2608  
    55
    66/*  Sylvia Theme is close to the Roma Admin theme */
    7 BODY, H1, H3, DT, INPUT.rateButtonSelected { color:#ddd; }
     7BODY, H1, H3, DT, INPUT.rateButtonSelected { color:#666; }
    88H2, #menubar DT { color: #666; }
    99#imageHeaderBar, #imageToolBar A:hover { background-color: transparent; }
     
    2828margin:0; }
    2929#menubar DT A { font-size: 100%; }
    30 #menubar UL { color: #333; font-size: 16px; line-height: 13px; }
     30#menubar UL { color: #333; font-size: 16px; line-height: 15px; }
    3131#menubar LI { padding-left: 12px; }
    3232#menubar A, .menuInfoCat { font-size: 13px; }
     
    6868#imageHeaderBar .browsePath { margin-left:125px; }
    6969H2 { border-bottom: 1px solid #000000; }
    70 FIELDSET, INPUT, SELECT, TEXTAREA {     border: 1px solid #666; }
     70FIELDSET, INPUT, SELECT, TEXTAREA { border: 1px solid #666; }
     71INPUT, select, textarea { color:#999; background-color: #444; }
     72input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#444;color: #999; }
    7173.content UL.thumbnails SPAN.wrap2 {
    7274border: 1px solid #666; /* thumbnails border color and style */
     
    7476.content UL.thumbnails SPAN.wrap2:hover { color: #666;
    7577background-color: #111; border:1px solid #ff3363;       /* thumbnails border color when mouse cursor is over it */ }
    76 A, INPUT.rateButton { color: #f70; outline: none; border: none;}
    77 A:hover, A:active { color: #f33; border: 0; outline: none; }
     78A, INPUT.rateButton { color:#f70; outline: none; border-color: #f70; }
     79A:hover, A:active { color: #f33; border-color: #FF3363; outline: none;  cursor: pointer; }
    7880
    7981#debug { margin: 15px 15px 5px 248px; font-size:12px; clear: both; word-wrap:break-word;}
Note: See TracChangeset for help on using the changeset viewer.