Changeset 270 for trunk/css


Ignore:
Timestamp:
Jul 5, 2007 12:27:52 AM (17 years ago)
Author:
quinn
Message:

Updated admin css, tweaked services html.

Location:
trunk/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/css/admin.inc.css

    r267 r270  
    3535.help,
    3636.sc-help,
    37 .commandtext { font-size: 70%; }
     37.commandtext,
     38.commanditem { font-size: 70%; }
    3839
    3940/* For fv err applied to tds. */
     
    5152#userinfo {
    5253    width: 98%;
    53     margin: 10px auto 2px;
     54    margin: 4px auto 2px;
    5455    background-color: #fff;
    5556    color: #333;
     
    6061    margin: 0;
    6162    padding: 0;
    62     font-size: 60%;
    6363}
    6464
     
    7979    margin: 0;
    8080    padding: 0;
    81     font-size: 120%;
     81    font-size: 150%;
    8282    color: #000;
    8383}
     
    102102    list-style: none;
    103103    margin: 0;
    104     border-bottom: 1px solid gray;
     104    border-bottom: 1px solid #ccc;
    105105    margin-left: 0em;
    106106    padding: 1px 0 2px 6px;
    107     font: bold 60% Verdana, sans-serif;
     107    font-size: 70%;
     108    font-weight: bold;
    108109}
    109110
     
    115116#leftnav #navlist li.label {
    116117    color: #999;
    117     padding-top: 10px;
    118     font-size: 75%;
    119     font-weight: bold;
     118    padding-top: 15px;
     119    font-size: 90%;
     120    font-weight: bold;
     121}
     122
     123#leftnav a.addlink {
     124    margin-left: 0.5em;
     125    letter-spacing: -0.1em;
     126    font-weight: normal;
    120127}
    121128
     
    126133#leftnav #navlist li a:hover, #navlist li a:active {
    127134    color: #C00;
    128 }
    129 
    130 #leftnav a.addlink {
    131     margin-left: 0.5em;
    132135}
    133136
     
    140143}
    141144
    142 #content h2 {
    143     font-size: 100%;
     145#content h1, #content h2, #content h3, #content h4, #content h5 {
    144146    margin: 0 0 .5em 0;
    145147}
    146 
    147 #content h3 {
    148     font-size: 85%;
    149     margin: 0 0 .5em 0;
    150 }
    151 
    152 #content h4 {
    153     font-size: 70%;
    154     margin: 0 0 .5em 0;
    155 }
     148#content h1 { font-size: 130%; }
     149#content h2 { font-size: 110%; }
     150#content h3 { font-size: 90%; }
     151#content h4 { font-size: 75%; }
    156152
    157153#content p {
     
    184180td {
    185181    vertical-align: top;
    186 /* 
    187182    padding: 8px 6px 0 0;
    188     Why was this here? ///
    189 */
    190183}
    191184
     
    197190
    198191table.list th {
    199     padding-right: 6px;
     192    padding: 0 6px 1px 2px;
    200193    font-size: 70%;
    201     background-color: #CCC;
    202     border-bottom: 1px solid #000;
    203 }
    204 
    205 table.list td {
     194    border-top: 2px solid #eee;
     195    border-bottom: 2px solid #eee;
     196    background-color: #ddd;
     197/*  border-bottom: 1px solid #000; */
     198}
     199
     200table.list td, #commandbox table td {
    206201    font-size: 70%;
    207     padding: 2px;
    208     border-bottom: 1px dotted #000;
    209 }
    210 
    211 table.list tr:hover {
     202    padding: 2px 6px 2px 2px;
     203    border-bottom: 1px dotted #ccc;
     204    vertical-align: top;
     205}
     206
     207table.list tr:hover, #commandbox table tr:hover {
    212208    background: #FAF8C7;
    213209}
     
    255251#commandbox
    256252{
    257     padding: 0 5px 5px 5px;
    258     margin: 0 0 15px 0;
    259     border: black 1px dotted;
    260     background-color: #DDD;
     253    padding: 3px 5px 5px 5px;
     254    margin: 0 0 10px 0;
     255    border: 2px solid #eee;
     256    background-color: #ddd;
    261257    color: inherit;
    262     line-height: 160%;
    263258}
    264259
    265260.commanditem
    266261{
    267     margin: 0 10px 0 0;
     262    padding: 0 10px 5px 0;
    268263    white-space: nowrap;
    269264}
    270265
     266#commandbox .form {
     267    margin-top: 8px;
     268}
     269
     270/* I replaced all instances of commandtext with commanditem on the SC admin, but leave it here for sites I didn't. */
    271271.commandtext
    272272{
     
    297297    background-color: #DDD;
    298298    border-top: 1px solid gray;
    299     font-size: 60%;
     299    font-size: 70%;
    300300    line-height: 100%;
    301301}
  • trunk/css/utilities.inc.css

    r269 r270  
    4242.sc-normal { font-weight: normal; }
    4343.sc-nowrap { white-space: nowrap; }
     44.sc-dim {
     45    filter:alpha(opacity=25);
     46    -moz-opacity:.25;
     47    opacity:.25;
     48}
    4449
    4550/* .sc-pkg class wraps enclosing block element around inner floated elements */
Note: See TracChangeset for help on using the changeset viewer.