Changeset 2570


Ignore:
Timestamp:
Sep 22, 2008, 11:49:34 PM (16 years ago)
Author:
vdigital
Message:

New ranks icon (Which is a manual ordering).
remove tags moved to yoga.
Half round buttons and fieldset are removed on Stripy request...
Permalink order has been reviewed.
Bigbutton:hover mistake is repaired.
Some compatibility in public interface.

Location:
trunk
Files:
5 edited
1 moved

Legend:

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

    r2564 r2570  
    44input.rateButtonSelected /* <= why IE doesn't inherit this ? */ { color:#666; }
    55INPUT, select, textarea { color:#999; background-color: #444; } 
    6 INPUT[type="checkbox"], INPUT[type="radio"]
    7 { color:#999; background-color: #eee; } 
    8 INPUT[type="submit"], INPUT[type="reset"]  { border: 2px outset #999; background-color: #444; padding: 1px 15px;
    9 -moz-border-radius-bottomleft:6px; -moz-border-radius-topright:6px;}
     6/* INPUT[type="checkbox"], INPUT[type="radio"]
     7{ color:#999; background-color: #eee; }  */
     8INPUT[type="submit"], INPUT[type="reset"]  { border: 2px outset #999; background-color: #444; padding: 1px 15px; }
    109INPUT[type="submit"]:hover, INPUT[type="reset"]:hover, INPUT[type="submit"]:active {
    1110border: 2px inset #999; background-color: #444; padding: 1px 15px; }
     
    3534h3, #imageToolBar a:hover, .row2, .content { background-color: #222; }
    3635.throw, .row1 { background-color:#111; }
     36.throw em { font-style: normal; color: #ff3363; }
    3737#content { background: #222 url(images/fillet.png) repeat-x top left; min-height: 466px; margin-top: 9px; }
    3838.content { padding:5px 5px 5px 5px; margin: 0 10px 0 248px; z-index:99; }
     
    5353 background-image: url(images/fillet.png); background-repeat: repeat-x; }
    5454/* borders */ /* TODO */
    55 fieldset { border: 1px solid #999; -moz-border-radius-bottomleft:8px; -moz-border-radius-topright:8px;}
    56 INPUT, SELECT, TEXTAREA { border: 1px solid #999; text-indent:4px; }
     55fieldset { border: 1px solid #999; }
     56INPUT, SELECT, TEXTAREA { border: 1px solid #999; }
    5757input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#111;color: #999; }
    5858TEXTAREA { cursor:text; font-family:Univers,Helvetica,Optima,"Bitstream Vera Sans",sans-serif; font-size: 13px; }
     
    6363.bigbutton:hover { background:transparent url(images/quickLocalSync_hover.png) no-repeat scroll left top; color: #000; }
    6464.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; }
    66 .bigbutton input:hover { cursor:pointer; }
     65display: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;}
    6767.content UL.thumbnails SPAN.wrap2 {
    6868  border: 1px solid #aaaaaa;    /* thumbnails border color and style */
     
    7070}
    7171.tagSelection label { padding-right:12px; }
    72 ul.thumbnails input { border:3px double #f70; color:#222; font-size:10px; margin:0; }
     72ul.thumbnails input { border:3px double #999; color:#999; font-size:10px; margin:0; background-color:#444; text-align: center;}
    7373INPUT[type="submit"]:hover , INPUT[type="reset"]:hover  { color:#f33; cursor: pointer; }
    7474INPUT.bigbutton:hover { background-color: #222;  color:#f33; border: 0; }
    75 .throw  { font-size: 120%; line-height: 26px; padding-top: 10px; font-weight: bold; }
     75.throw  { font-size: 120%; line-height: 26px; padding-top: 10px; font-weight: bold; color: #ff3363; }
    7676label { cursor:pointer }
    7777.categoryLi { background: #222 }
  • trunk/template/yoga/theme/Sylvia/theme.css

    r2556 r2570  
    5757#content .thumbnailCategory div.description { background:transparent url(images/cat_top-right.gif) no-repeat scroll right top;
    5858margin: 0; padding:15px 10px 3px 0; overflow: hidden; }
    59 #content .thumbnailCategory div.description .text { margin: 10px 2px 0 0; padding:-10px 0 5px 0;
    60 overflow: auto; overflow-x: hidden;  /* Only IE family supports colored scrollbar */
     59#content .thumbnailCategory div.description .text { display:block; margin:10px 2px 0 0;
     60overflow: auto; overflow-x:hidden; padding:0 0 5px;  /* Only IE family supports colored scrollbar */
    6161 scrollbar-face-color: #222; scrollbar-shadow-color: #444; scrollbar-highlight-color: #000;
    6262 scrollbar-3dlight-color: #292929; scrollbar-darkshadow-color: #333; scrollbar-track-color: #111;
Note: See TracChangeset for help on using the changeset viewer.