Changeset 8383 for trunk/admin


Ignore:
Timestamp:
Dec 29, 2010, 11:03:35 PM (13 years ago)
Author:
rvelices
Message:

some admin theme cleanup - remove unused css

Location:
trunk/admin/themes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/clear/theme.css

    r8382 r8383  
    1 /* generic colors - clear */
    2 .gcText { color: #777777; }                 /* used for text */
    3 .gcText2 { color: #777777; }                /* used for table header */
    4 .gcText3 { color: #555555; }                /* used for tabs text */
    5 .gcTextInput { color:#666666; }             /* used for inputs */
    6 .gcLink { color: #005E89; }                 /* used for link */
    7 .gcLinkHover { color: #D54E21; }            /* used for link */
    8 .gcBgPage { background-color: #F9F9F9; }               /* used for page background */
    9 .gcBgTabSheet { background-color: #F1F1F1; }           /* used inside tabsheet & menu */
    10 .gcBgTableRow1 { background-color: #DDDDDD; }            /* used in for tables rows background */
    11 .gcBgTableRow2 { background-color: #EEEEEE; }            /* used in tables rows & some widgets background */
    12 .gcBgInput { background-color:#CCCCCC; }                      /* used for inputs */
    13 .gcBorder    { border-color: #AAAAAA; }            /* used for borders */
    14 .gcBorder2   { border-color: #666666; }            /* used for widgets borders */
    15 .gcBorderInput { border-color:#777777; }           /* used for inputs */
    16 
     1/* generic colors - clear
     2.gcText { color: #777777; }                 used for text
     3.gcText2 { color: #777777; }                used for table header
     4.gcText3 { color: #555555; }                used for tabs text
     5.gcTextInput { color:#666666; }             used for inputs
     6.gcLink { color: #005E89; }                 used for link
     7.gcLinkHover { color: #D54E21; }            used for link
     8.gcBgPage { background-color: #F9F9F9; }               used for page background
     9.gcBgTabSheet { background-color: #F1F1F1; }           used inside tabsheet & menu
     10.gcBgTableRow1 { background-color: #DDDDDD; }            used in for tables rows background
     11.gcBgTableRow2 { background-color: #EEEEEE; }            used in tables rows & some widgets background
     12.gcBgInput { background-color:#CCCCCC; }                      used for inputs
     13.gcBorder    { border-color: #AAAAAA; }            used for borders
     14.gcBorder2   { border-color: #666666; }            used for widgets borders
     15.gcBorderInput { border-color:#777777; }           used for inputs
     16*/
    1717/* text color */
    1818.theme_title { left: 15px; color: #000; text-align: left;}
     
    8989.content div.titrePage { height:40px; }
    9090
    91 SPAN.pwgScreen { font-style:italic; border-bottom:1px dotted #666}
    9291
    9392UL.thumbnails span.wrap2:hover { background-color:#eee; border:1px solid #0cc9c; color:#999; }
  • trunk/admin/themes/roma/theme.css

    r8382 r8383  
    1 /* generic colors - roma */
    2 .gcText { color: #666666; }                 /* used for text */
    3 .gcText2 { color: #FF3366; }                /* used for table header */
    4 .gcText3 { color: #FF3366; }                /* used for tabs text */
    5 .gcTextInput { color:#999999; }             /* used for inputs */
    6 .gcLink { color: #FF7700; }                 /* used for link */
    7 .gcLinkHover { color: #FF3333; }            /* used for link */
    8 .gcBgPage { background-color: #111111; }               /* used for page background */
    9 .gcBgTabSheet { background-color: #222222; }           /* used inside tabsheet & menu */
    10 .gcBgTableRow1 { background-color: #111111; }            /* used in for tables rows background */
    11 .gcBgTableRow2 { background-color: #222222; }            /* used in tables rows & some widgets background */
    12 .gcBgInput { background-color:#444444; }                      /* used for inputs */
    13 .gcBorder    { border-color: #FF3363; }            /* used for borders */
    14 .gcBorder2   { border-color: #666666; }            /* used for widgets borders */
    15 .gcBorderInput { border-color:#666666; }           /* used for inputs */
    16 
     1/* generic colors - roma
     2.gcText { color: #666666; }                 used for text
     3.gcText2 { color: #FF3366; }                used for table header
     4.gcText3 { color: #FF3366; }                used for tabs text
     5.gcTextInput { color:#999999; }             used for inputs
     6.gcLink { color: #FF7700; }                 used for link
     7.gcLinkHover { color: #FF3333; }            used for link
     8.gcBgPage { background-color: #111111; }               used for page background
     9.gcBgTabSheet { background-color: #222222; }           used inside tabsheet & menu
     10.gcBgTableRow1 { background-color: #111111; }            used in for tables rows background
     11.gcBgTableRow2 { background-color: #222222; }            used in tables rows & some widgets background
     12.gcBgInput { background-color:#444444; }                      used for inputs
     13.gcBorder    { border-color: #FF3363; }            used for borders
     14.gcBorder2   { border-color: #666666; }            used for widgets borders
     15.gcBorderInput { border-color:#666666; }           used for inputs
     16*/
    1717/* text color */
    1818body, h3, dt, h2, .throw, .content, label { color:#666; }
Note: See TracChangeset for help on using the changeset viewer.