Changeset 7178

Show
Ignore:
Timestamp:
03/07/08 01:17:21 (9 months ago)
Author:
matt
Message:

Abstract colors from layout CSS. Pass 1.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/admin-header.php

    r7130 r7178  
    3131wp_admin_css( 'css/global' ); 
    3232wp_admin_css(); 
     33wp_admin_css( 'css/colors-fresh' ); 
    3334?> 
    3435<!--[if gte IE 6]> 
  • trunk/wp-admin/css/dashboard.css

    r7088 r7178  
    11#rightnow { 
    2     border: 1px solid #ccc; 
     2    border-width: 1px; 
     3    border-style: solid; 
    34    padding: 2px; 
    45    margin-top: 10px; 
     
    78 
    89#rightnow .reallynow { 
    9     background: #d54e21; 
    1010    padding: 6px; 
    11     color: #fff; 
    1211    font-size: 15px; 
    1312    line-height: 2; 
     
    1615 
    1716#rightnow .rbutton { 
    18     background: #ebebeb; 
    1917    font-weight: normal; 
    20     color: #264761; 
    2118    padding: 6px; 
    2219    border-bottom: none; 
     
    2522    -webkit-border-radius: 2px; 
    2623    border-radius: 2px; 
     24    text-decoration: none; 
    2725} 
    2826 
     
    4442 
    4543#rightnow .youhave { 
    46     background: #f0f6fb; 
    4744    font-size:  14px; 
    4845    padding: 10px; 
     
    5451 
    5552#rightnow a { 
    56     color: #448abd; 
    5753    font-weight: bold; 
    58     border-bottom: 1px solid #448abd; 
    59 
    60  
    61 #rightnow a:hover { 
    62     color: #d54e21; 
     54    border-bottom-width: 1px; 
     55    border-botom-style: solid 
    6356} 
    6457 
     
    9588    position: relative; 
    9689    margin-right: 20px; 
    97     border: 1px solid #ccc; 
     90    border-width: 1px; 
     91    border-style: solid; 
    9892    padding: 2px; 
    9993    height: 27em; 
     
    10397 
    10498h3.dashboard-widget-title  { 
    105     background-color: #eaf3fa; 
    10699    margin: 0; 
    107100    padding: 0 7px; 
     
    111104 
    112105h3.dashboard-widget-title span { 
    113     background-color: #eaf3fa; 
    114106    display: block; 
    115107    text-align: left; 
     
    118110 
    119111h3.dashboard-widget-title small { 
    120     background-color: #eaf3fa; 
    121112    display: block; 
    122113    text-align: right; 
    123114    float: right; 
    124115    font-size: 75%; 
    125     line-height: 2.67; /* math: it works */ 
     116    line-height: 2.67; /* math: it works, bitches */ 
    126117} 
    127118 
     
    131122 
    132123div.dashboard-widget-notice { 
    133     background-color: #cfe1ef; 
    134124    padding: 0 14px; 
    135125    font-size: 1.2em; 
     
    138128 
    139129div.dashboard-widget-error { 
    140     background-color: #c43; 
    141130    padding: 0 20px; 
    142131    font-size: 1.2em; 
     
    149138 
    150139div.dashboard-widget-submit { 
    151     border-top: 1px solid #ccc; 
     140    border-top-width: 1px; 
     141    border-top-style: solid; 
    152142    margin: 10px 15px; 
    153143    padding-top: 10px; 
     
    203193 
    204194#dashboard_secondary div.dashboard-widget-content ul li a { 
    205     background:#DDDDDD none repeat scroll 0%; 
    206     display:block; 
     195    background: #ddd none repeat scroll 0%; 
     196    display: block; 
    207197    height:100%; 
    208198    overflow:hidden; 
    209199    margin: 5px 10px; 
     200    text-decoration: none; 
    210201    padding: .5em; 
    211202} 
     
    246237#dashboard_primary span.rss-date { 
    247238    font-size: 14px; 
    248     color: #999; 
    249239} 
    250240 
  • trunk/wp-admin/css/global.css

    r7174 r7178  
    11/* styles for use by people extending the WordPress interface */ 
    22 
    3 a { color: #2583ad; } 
    4  
    5 a:hover, .subsubsub a:hover, .subsubsub a.current:hover { color: #d54e21; } 
    63 
    74body    { 
    8     background: #ffffff; 
    9     color: #333333; 
    105    margin: 0; 
    116    padding: 0; 
     
    3631.alignright { float: right; } 
    3732 
    38 .alternate { background: #f9f9f9; } 
    3933 
    4034.clear { clear: both; height: 2px; } 
     
    4337 
    4438.subsubsub { 
    45     color: #999; 
    4639    list-style: none; 
    4740    margin: 15px 0 10px 0; 
     
    5346.subsubsub a { line-height: 200%; padding: 3px; text-decoration: none; } 
    5447 
    55 .subsubsub a.current { color: #000; font-weight: bold; background: none; border: none;} 
     48.subsubsub a.current { font-weight: bold; background: none; border: none;} 
    5649 
    5750.subsubsub li { display: inline; margin: 0; padding: 0; } 
    5851 
    5952.widefat { 
    60     border: 1px solid #ccc; 
     53    border-width: 1px; 
     54    border-style: solid; 
    6155    border-collapse: collapse; 
    6256    width: 100%; 
     
    6963 
    7064.widefat td, .widefat th { 
    71     border-bottom: 1px solid #ccc; 
     65    border-bottom-width: 1px; 
     66    border-bottom-style: solid; 
     67    border-bottom-color: #ccc; 
    7268    font-size: 12px; 
    7369    padding: 10px 10px 20px; 
     
    8783} 
    8884 
    89 .widefat thead, .thead { background: #464646; color: #d7d7d7; } 
    90  
    9185.wrap { 
    9286    margin: 0; 
     
    9892 
    9993.wrap h2 { 
    100     border-bottom: 1px solid #dadada; 
     94    border-bottom-width: 1px; 
     95    border-bottom-style: solid; 
    10196    clear: both; 
    102     color: #666666; 
    10397    font: 24px Georgia, "Times New Roman", Times, serif; 
    10498    margin: 5px 0 0 -4px; 
  • trunk/wp-admin/css/media.css

    r7160 r7178  
    11div#media-upload-header { 
    2     background-color: #e4f2fd; 
    32    margin: 0; 
    43    padding: 0 5px; 
    54    font-weight: bold; 
    65    position: relative; 
    7     border-bottom: 1px solid #c6d9e9; 
     6    border-bottom-width: 1px; 
     7    border-bottom-style: solid; 
    88    height: 2.5em; 
    99} 
     
    2020    margin: 1em; 
    2121    font-weight: bold; 
    22     color: #f00; 
    2322} 
    2423 
     
    3938 
    4039.media-upload-form label.form-help, td.help { 
    41     color: #9a9a9a; 
    4240    font-style: italic; 
    4341    font-weight: normal; 
     
    9997 
    10098#media-items { 
    101     border: 1px solid #c0c0c0; 
     99    border-width: 1px; 
     100    border-style: solid; 
    102101    border-bottom: none; 
    103102    width: 623px; 
    104103} 
    105104.media-item { 
    106     border-bottom: 1px solid #d0d0d0; 
     105    border-bottom-width: 1px; 
     106    border-bottom-style: solid; 
    107107    width: 623px; 
    108108    position: relative; 
     
    123123    margin: 0 0 5px 50px; 
    124124    font-weight: bold; 
    125     color: #f00; 
    126125} 
    127126 
     
    136135    width: 0px; 
    137136    height: 100%; 
    138     background-color: #e8e8e8
    139     border-right: 3px solid #99d; 
     137    border-right-width: 3px
     138    border-right-style: solid; 
    140139} 
    141140.media-item .thumbnail { 
     
    151150} 
    152151.describe { 
    153     border-top: 1px solid #d0d0d0; 
     152    border-top-width: 1px; 
     153    border-top-style: solid; 
    154154    padding: 5px; 
    155155    width: 100%; 
     
    160160} 
    161161.required abbr { 
    162     color: red; 
    163162    text-decoration: none; 
    164163    border: none; 
     
    201200    text-align: center; 
    202201} 
    203 a.delete { 
    204     color: #666; 
    205 
     202 
    206203.hidden { 
    207204    height: 0px; 
  • trunk/wp-admin/css/theme-editor.css

    r6908 r7178  
    3838.nonessential { 
    3939    font-size: small; 
    40     color: #999999; 
    4140} 
    4241 
    4342.highlight { 
    44     background-color: #E4F2FD; 
    4543    padding: 1px; 
    46     color: #d54e21; 
    4744} 
  • trunk/wp-admin/css/upload.css

    r5631 r7178  
    44 
    55#upload-menu { 
    6     border-top: 2em solid #247fab; 
     6    border-top-width: 2em; 
     7    border-top-style: solid; 
    78    margin: 0; 
    89    padding: 0; 
     
    1213} 
    1314 
    14 body > #upload-menu { border-bottom: 7px solid #fff; } 
     15body > #upload-menu { border-bottom-width: 7px; 
     16border-bottom-style: solid;} 
    1517 
    1618#upload-menu li { 
     
    2022    padding-bottom: 5px; 
    2123    border: none; 
    22     border-top: 3px solid #247fab; 
     24    border-top-width: 3px; 
     25    border-top-style:solid; 
    2326} 
    2427 
     
    3134    text-decoration: none; 
    3235    border-bottom: none; 
    33     color: #fff; 
    3436} 
    3537 
    3638#upload-menu li.current { 
    37     border-right: 2px solid #448abd; 
    38     color: #000; 
    39 
    40  
    41 #upload-menu li.current a.upload-tab-link, #upload-menu li a:hover { 
    42     background: #f9fcfe; 
    43     color: #000; 
     39    border-right-width: 2px; 
     40    border-right-style: solid; 
    4441} 
    4542 
    4643#upload-menu li #current-tab-nav { 
    47     background: #f9fcfe; 
    4844    float: left; 
    4945    padding: 5px 5px 0 0; 
     
    5652} 
    5753 
    58 #upload-menu li span a.page-numbers { color: #00019b; } 
    5954#upload-menu li span a.page-numbers:hover { text-decoration: underline; } 
    6055 
     
    7671    width: 95%; 
    7772    height: 100%; 
    78     background: #f9fcfe; 
    7973} 
    8074 
     
    10296    display: inline; 
    10397    border: none; 
    104     color: #000; 
    10598    font-size: 1.4em; 
    10699    line-height: 1.4em; 
     
    110103    margin: .4em 0 .5em; 
    111104    display: block; 
    112     border-bottom: .5em solid #e5f3ff
    113     color: #333
     105    border-bottom-width: .5em
     106    border-bottom-style: solid
    114107    font: normal 32px/5px serif; 
    115108    clear: both; 
     
    140133} 
    141134 
    142 #upload-file-view a img { padding-bottom: .2em; border-bottom: 1px solid #6699CC; } 
     135#upload-file-view a img {  
     136padding-bottom: .2em;  
     137border-bottom-width: 1px; 
     138border-bottom-style: solid; 
     139
    143140 
    144141#upload-files a.file-link { 
     
    146143    width: 130px; 
    147144    height: 128px; 
    148     background-color: rgb(209, 226, 239); 
    149145    text-align: center; 
    150146    overflow: hidden; 
     
    201197    width: 300px; 
    202198} 
    203  
    204 input.readonly { background-color: #ddd; } 
  • trunk/wp-admin/css/widgets.css

    r7141 r7178  
    2424 
    2525div#available-widgets-filter { 
    26     border-bottom: 1px solid #ccc; 
     26    border-bottom-width: 1px; 
     27    border-bottom-style: solid; 
    2728} 
    2829 
     
    4344    padding: .7em 1em; 
    4445    margin: 0; 
    45     border-bottom: 1px solid #ccc; 
     46    border-bottom-width: 1px; 
     47    border-bottom-style: solid; 
    4648    background-color: transparent; 
    4749    line-height: 1; 
     
    5456    width: 200px; 
    5557    float: left; 
    56     background-color: #f0f0f0; 
    57     color: #000; 
    5858    -moz-border-radius: 3px; 
    5959    -khtml-border-radius: 3px; 
    6060    -webkit-border-radius: 3px; 
    61     border-radius: 3px; 
     61    border-radius: 3px;; 
    6262} 
    6363 
    6464#dragHelper h4.widget-title { 
    65     color: #fff; 
    66     background-color: #2683ae; 
    6765    padding: .5em 1em; 
    6866    margin: 0; 
     
    9290 
    9391li.widget-list-control-item { 
    94     background-color: #eaf3fa; 
    9592    margin: 0 0 1em; 
    9693    -moz-border-radius: 3px; 
     
    10299li.widget-list-control-item h4, #dragHelper li.widget-list-control-item h4 { 
    103100    margin: 0; 
    104     background-color: #2683ae; 
    105101    padding: .5em 1em; 
    106     color: #fff; 
    107102    -moz-border-radius: 3px; 
    108103    -khtml-border-radius: 3px; 
     
    113108.widget-control-save, .widget-control-remove { 
    114109    padding: 4px 6px; 
    115     color: #246; 
    116     background: #cee1ef; 
    117110    -moz-border-radius: 3px; 
    118111    -khtml-border-radius: 3px; 
     
    121114    margin-right: 8px; 
    122115    float: left; 
     116    text-decoration: none; 
    123117} 
    124118 
     
    133127#dragHelper li.widget-list-control-item h4.widget-title a, 
    134128#draghelper li.widget-list-control-item h4.widget-title a:visited { 
    135     color: #fff; 
    136129    right: 2em; 
    137130} 
    138131 
    139132li.widget-list-control-item h4.widget-title a:hover { 
    140     color: #fff; 
     133 
    141134    text-decoration: none; 
    142135    border-bottom: none; 
     
    157150    margin-right: -10px; /* Correction for padding, margin, border of inputs */ 
    158151    padding: 0 0 1em; 
    159     border-top: 1px solid #ccc; 
     152    border-top-width: 1px; 
     153    border-top-style: solid; 
    160154    padding: 0.5em 0 1em 0; 
    161155} 
    162156 
    163 ul.widget-control-list .sorthelper { 
    164     background-color: #ccf3fa; 
     157ul.widget-control-list .widget-title { 
     158    cursor: move; 
     159
    165160 
    166 } 
    167161 
    168162div#current-widgets { 
    169163    padding-top: 1em; 
    170     border-top: 1px solid #ccc; 
    171     border-bottom: 1px solid #ccc; 
     164    border-width: 1px; 
     165    border-style: solid; 
     166    borde-right-style: none; 
     167    border-left-style: none; 
    172168} 
    173169 
    174 #current-widgets .drop-widget-here { 
    175     background-color: #ffc 
    176 } 
  • trunk/wp-admin/includes/dashboard.php

    r7140 r7178  
    374374        return false; 
    375375 
    376     echo "<ul>\n"; 
     376    echo "<ul id='planetnews'>\n"; 
    377377 
    378378    $rss->items = array_slice($rss->items, 0, $items); 
  • trunk/wp-admin/wp-admin.css

    r7174 r7178  
    1 #plugins tr { 
    2     background: #f0f0f0; 
    3 } 
    4  
    51#plugins .name { 
    62    font-weight: bold; 
    73} 
    84 
    9 #plugins .active { 
    10     background: #fff; 
    11 } 
    12  
    135#plugins p { 
    146    margin: 0 4px; 
     
    1810#plugins .togl { 
    1911    width: 150px; 
    20     border-right: 1px solid #ccc; 
     12    border-right-width: 1px; 
     13    border-right-style: solid; 
    2114} 
    2215 
    2316.import-system { 
    2417    font-size: 16px; 
    25 } 
    26  
    27 .form-invalid { 
    28     background-color: #ffebe8 !important; 
    29 } 
    30  
    31 .form-invalid input { 
    32     border: 1px solid #c00 !important; 
    3318} 
    3419 
     
    4833    width: 250px; 
    4934} 
     35 
     36.form-invalid input { 
     37    border-width: 1px; !important 
     38    border-style: solid; !important 
     39} 
     40 
    5041 
    5142form#upload #post_content { 
     
    7667    display: block; 
    7768    margin: auto; 
    78     background: #f1f1f1; 
    79     border: 1px solid #ccc; 
    8069    margin-bottom: 10px; 
    8170    overflow: hidden; 
    82 
    83  
    84 .available-theme a.screenshot:hover { 
    85 /*  border: 1px solid #666;*/ 
     71    border-width: 1px; 
     72    border-style: solid; 
    8673} 
    8774 
     
    9178 
    9279.checkbox { 
    93     background: #fff; 
    9480    border: none; 
    9581    margin: 0; 
     
    10288 
    10389.commentlist li { 
    104     border-bottom: 1px solid #ccc; 
    10590    padding: 1em 1em .2em; 
    10691    margin: 0; 
     92    border-bottom-width: 1px; 
     93    border-bottom-style: solid; 
    10794} 
    10895 
     
    128115 
    129116.quicktags, .search { 
    130     background: #ccc; 
    131     color: #000; 
    132117    font: 12px Georgia, "Times New Roman", Times, serif; 
    133118} 
     
    148133 
    149134.side-info { 
    150     background: #fff; 
    151135    margin: 0; 
    152136    padding: 4px; 
     
    156140.side-info h5 { 
    157141    padding-bottom: 8px; 
    158     border-bottom: 1px solid #dadada; 
    159142    font-size: 14px; 
    160143    margin-bottom: 6px; 
     144    border-bottom-width: 1px; 
     145    border-bottom-style: solid; 
    161146} 
    162147 
     
    164149    margin: 0; 
    165150    padding-left: 18px; 
    166     color: #666; 
    167151    list-style: square; 
    168152} 
     
    177161    -webkit-border-radius: 3px; 
    178162    border-radius: 3px; 
    179     color: #246; 
    180     background: #e5e5e5; 
    181163    cursor: pointer; 
    182164    text-decoration: none;   
    183165} 
    184166 
    185 .button-secondary { 
    186     background: #cee1ef; 
    187 } 
    188  
    189 .submit input:hover, .button:hover, .button-secondary:hover { 
    190     color: #d54e21; 
    191 } 
    192  
    193167select { 
    194     background: #fff; 
    195     border: 1px solid #ddd; 
    196168    font: 12px/14px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif; 
    197169    padding: 0; 
    198 
    199  
    200 .submit a { 
    201     color: #fff; 
     170    border-width: 1px; 
     171    border-style: solid; 
    202172} 
    203173 
     
    209179    display: inline; 
    210180} 
     181 
     182.updated a { 
     183    border-bottom-width: 1px; 
     184    border-bottom-style: solid; 
     185} 
     186 
    211187 
    212188.unapproved .unapprove { 
     
    217193    margin: auto 25px 20px 15px; 
    218194    padding: 0 15px; 
     195    border-width: 1px; 
     196    border-style: solid; 
    219197} 
    220198 
     
    225203.updated a, .error a { 
    226204    text-decoration: underline; 
    227 } 
    228  
    229 .updated { 
    230     background: #ffffe0; 
    231     border: 1px solid #e6db55; 
    232205} 
    233206 
     
    235208    text-decoration: none; 
    236209    padding-bottom: 2px; 
    237     border-bottom: 1px solid #2583ad; 
    238 } 
    239  
    240 .error { 
    241     background: #ffebe8; 
    242     border: 1px solid #c00; 
    243 } 
    244  
    245 .error a { 
    246     color: #c00; 
    247210} 
    248211 
     
    265228} 
    266229 
    267 input.disabled, textarea.disabled { 
    268     background: #ccc; 
    269 } 
    270230 
    271231#postdiv, #titlediv, #guiddiv, #poststuff .stuffbox { 
     
    300260#currenttheme img { 
    301261    float: left; 
    302     border: 1px solid #666; 
    303262    margin-right: 1em; 
    304263    margin-bottom: 1.5em; 
    305264    width: 300px; 
     265    border-width: 1px; 
     266    border-style: solid; 
    306267} 
    307268 
    308269#quicktags { 
    309     background: #cee1ef; 
    310270    padding: 0; 
    311271    border: 0 none; 
     
    317277 
    318278#ed_toolbar input { 
    319     background: #fff url( images/fade-butt.png ) repeat-x 0 -2px; 
    320279    margin: 3px 2px 2px; 
    321280} 
     
    326285 
    327286#quicktags #ed_link { 
    328     color: blue; 
    329287    text-decoration: underline; 
    330288} 
     
    389347 
    390348#postcustom table { 
    391     border: 1px solid #ccc; 
    392349    margin: 0; 
    393350    width: 100%; 
     351    border-width: 1px; 
     352    border-style: solid; 
    394353} 
    395354 
     
    440399} 
    441400 
    442 #your-profile #rich_editing { 
    443     border: none; 
    444     background: #fff; 
    445 } 
    446  
    447401#your-profile fieldset { 
    448     border: 1px solid #ccc; 
     402    border-width: 1px; 
     403    border-style: solid; 
    449404    float: left; 
    450405    width: 40%; 
     
    481436 
    482437div.nav { 
    483     background-color: #eaf3fa; 
    484438    padding: 0.7em 1em; 
    485439    margin: .7em 0; 
     
    488442.page-numbers { 
    489443    padding: 2px 4px; 
    490     border: 1px solid #fff; 
    491444    margin-right: 3px; 
    492     background-color: #fff; 
    493 
    494  
    495 a.page-numbers { 
    496     border: 1px solid #ccc; 
    497 
    498  
    499 a.page-numbers:hover { 
    500     border: 1px solid #999; 
     445    border-width: 1px; 
     446    border-style: solid; 
    501447} 
    502448 
    503449.page-numbers.current { 
    504     border: 1px solid #328ab2; 
    505450    font-weight: bold; 
    506     background-color: #328ab2
    507     color: #fff
     451    border-width: 1px
     452    border-style: solid
    508453} 
    509454 
     
    527472} 
    528473 
    529 .tablenav .dots { 
    530     background-color: #e4f2fd; 
    531     border-color: #e4f2fd; 
    532 } 
    533  
    534474.tablenav a.button-secondary { 
    535475    display: inline-block; 
     
    538478 
    539479.tablenav .next, .tablenav .prev{ 
    540     border-color: #e4f2fd; 
    541     background-color: #e4f2fd; 
    542     border-bottom: 1px solid #2583ad; 
    543     padding: 0; 
    544     color: #2583ad; 
    545 
    546  
    547 .tablenav .next:hover, .tablenav .prev:hover { 
    548     color: #d54e21; 
    549     border-color: #e4f2fd; 
    550     border-bottom: 1px solid #d54e21; 
     480    padding: 0; 
     481    border-bottom-width: 1px; 
     482    border-bottom-style: solid; 
    551483} 
    552484 
    553485.tablenav { 
    554     background-color: #eaf3fa; 
    555486    padding: 10px 10px 8px; 
    556487    clear: both; 
     
    579510 
    580511#update-nag, .plugin-update { 
    581     border-bottom: 1px solid #ccc; 
    582     border-top: 1px solid #ccc; 
    583     background: #fffeeb; 
    584512    line-height: 29px; 
    585513    font-size: 12px; 
    586     color: #555; 
    587514    text-align: center; 
     515    border-bottom-width: 1px; 
     516    border-bottom-style: solid; 
     517    border-top-width: 1px; 
     518    border-top-style: solid; 
    588519} 
    589520 
    590521#update-nag a, .plugin-update a { 
    591522    font-size: 1.1em; 
    592 } 
    593 #update-nag a:link, .plugin-update a:link { 
    594     color: #036; 
    595523} 
    596524 
     
    599527    margin-top: 3px; 
    600528    text-align: center; 
    601     background-color: #e3e3e3; 
    602     border: 1px solid #000000; 
    603 
    604  
    605 #pass-strength-result.short { 
    606     background-color: #e3e3e3; 
    607     border: 1px solid #000000; 
    608 
    609  
    610 #pass-strength-result.bad { 
    611     background-color: #ffeff7; 
    612     border: 1px solid #cc6699; 
    613 
    614  
    615 #pass-strength-result.good { 
    616     background-color: #effff4; 
    617     border: 1px solid #66cc87; 
    618 
    619  
    620 #pass-strength-result.strong { 
    621     background-color: #59ef86; 
    622     border: 1px solid #319f52; 
     529    border-width: 1px; 
     530    border-style: solid; 
    623531} 
    624532 
     
    634542    right: 15px; 
    635543    top: 11px; 
    636     color: #ccc; 
    637544    font-size: 11px; 
    638545} 
     
    641548    margin: 0; 
    642549    padding: 0; 
    643 } 
    644  
    645 #user_info a { 
    646     color: #fff; 
    647550} 
    648551 
     
    652555 
    653556#wphead { 
    654     border-top: 30px solid #464646
    655     background: #e4f2fd; 
     557    border-top-width: 30px
     558    border-top-style: solid; 
    656559} 
    657560 
     
    666569} 
    667570#wphead #viewsite a { 
    668     background-color: #c6d9e9; 
    669571    font: 14px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif; 
    670572    padding: 6px; 
    671573    display: block; 
    672     color: #246; 
    673574    letter-spacing: normal; 
    674575    -moz-border-radius: 3px; 
     
    677578    border-radius: 3px; 
    678579} 
    679 #wphead #viewsite a:hover { 
    680     color: #d54e21; 
    681 
     580 
    682581#wphead h1 { 
    683582    font: normal 36px Georgia, "Times New Roman", Times, serif; 
    684     color: #555; 
    685583    padding: 11px 170px 16px 12px; 
    686584    margin: 0; 
     
    701599 
    702600#dashmenu a { 
    703     color: #999; 
    704601    padding: 5px 6px; 
    705602    line-height: 220%; 
     
    708605 
    709606#dashmenu a.current { 
    710     background: #e4f2fd; 
    711     color: #555; 
    712607    border: none; 
    713608    -moz-border-radius-topleft: 3px; 
     
    721616} 
    722617 
    723 #dashmenu a:hover { 
    724     color: #fff; 
    725 } 
    726  
    727 #dashmenu a.current:hover { 
    728     color: #555; 
    729 } 
    730  
    731618#adminmenu { 
    732619    margin: 0; 
    733620    list-style: none; 
    734     background-color: #e4f2fd; 
    735     border-bottom: 1px solid #c6d9e9; 
    736621    padding-left: 11px; 
    737 
    738  
    739 /* Because we don't want visited on these links */ 
    740 #adminmenu a, #submenu a { 
    741     color: #2583ad; 
     622    border-bottom-width: 1px; 
     623    border-bottom-style: solid; 
    742624} 
    743625 
     
    749631 
    750632#adminmenu a.current, #sidemenu a.current { 
    751     background: #fff; 
    752     color: #d54e21; 
    753     border: 1px solid #c6d9e9; 
    754     border-bottom: 1px solid #fff; 
    755633    font-weight: normal; 
    756634    padding-left: 6px; 
     
    764642    -webkit-border-top-right-radius: 4px; 
    765643    border-top-right-radius: 4px; 
     644    border-width: 1px; 
     645    border-style: solid; 
    766646} 
    767647 
    768648#adminmenu a.current { 
    769     border-bottom: 2px solid #fff; 
    770 
    771  
    772 #adminmenu a:hover, #sidemenu a:hover { 
    773     color: #d54e21; 
     649    border-bottom-width: 2px; 
    774650} 
    775651 
    776652#sidemenu { 
    777653    margin: -30px 15px 0 315px; 
    778     color: #999; 
    779654    list-style: none; 
    780655    position: relative; 
     
    788663    display: block; 
    789664    float: left; 
    790     background-color: #e4f2fd; 
    791     border-top: 1px solid #e4f2fd; 
    792     border-bottom: 1px solid #c6d9e9; 
    793665    line-height: 28px; 
     666    border-top-width: 1px; 
     667    border-top-style: solid; 
     668    border-bottom-width: 1px; 
     669    border-bottom-style: solid; 
    794670} 
    795671 
     
    812688    margin-left: -0.2em; 
    813689    font-size: 0.7em; 
    814     background-image: url(images/comment-stalk.gif); 
    815690    background-repeat: no-repeat; 
    816691    background-position: 0 bottom; 
     
    820695 
    821696.post-com-count { 
    822     background-image: url(images/comment-stalk.gif); 
    823697    background-repeat: no-repeat; 
    824698    background-position: -240px bottom; 
     
    828702    display: block; 
    829703    position: absolute; 
    830     color: #fff
     704    text-decoration: none
    831705} 
    832706 
    833707.post-com-count span { 
    834     color: #fff; 
    835708    top: -0.7em; 
    836709    right: 0; 
     
    840713    line-height: 1.3em; 
    841714    padding: 0 0.6em; 
    842     background-color: #bbb; 
    843715    -moz-border-radius: 3px; 
    844716    -khtml-border-radius: 3px; 
     
    851723} 
    852724 
    853 strong .post-com-count span { 
    854     background-color: #2583ad; 
    855 } 
    856  
    857725.post-com-count:hover { 
    858726    background-position: 0 bottom; 
    859727} 
    860728 
    861 .post-com-count:hover span { 
    862     background-color: #d54e21; 
    863 } 
    864  
    865729#adminmenu li a:hover #awaiting-mod { 
    866730    background-position: -80px bottom; 
     
    868732 
    869733#adminmenu li a #awaiting-mod span { 
    870     color: #fff; 
    871734    top: -0.8em; 
    872735    right: 0; 
     
    876739    line-height: 1.3em; 
    877740    padding: 0 0.8em; 
    878     background-color: #d54e21; 
    879741    -moz-border-radius: 3px; 
    880742    -khtml-border-radius: 3px; 
     
    883745} 
    884746 
    885 #adminmenu li a:hover #awaiting-mod span { 
    886     background-color: #264761; 
    887 } 
    888  
    889747#submenu { 
    890748    margin: 0; 
     
    895753#submenu a { 
    896754    font-size: 14px; 
    897 } 
    898  
    899 #submenu a.current, #submenu a:hover { 
    900     color: #d54e21; 
    901755} 
    902756 
     
    924778    padding: 10px 0 0 65px; 
    925779    margin: 0; 
    926     background: #464646 url('images/logo-ghost.png') no-repeat 20px 10px; 
    927     color: #999; 
    928780    position: relative; 
    929781    margin-top: -75px; 
    930 } 
    931  
    932 #footer a { 
    933     color: #fff; 
    934782} 
    935783 
     
    951799    margin-bottom: 9px; 
    952800    padding: 10px; 
    953     border-bottom: 8px solid #fff; 
    954801    line-height: 20px; 
     802    border-bottom-width: 8px; 
     803    border-bottom-style: solid; 
     804 
    955805} 
    956806 
     
    958808    text-align: left; 
    959809    padding: 10px; 
    960     border-bottom: 8px solid #fff; 
    961810    width: 150px; 
    962 
    963  
    964 .form-table tr { 
    965     background: #eaf3fa; 
    966 
    967  
    968 .form-table input { 
    969     border: 1px solid #c6d9e9; 
    970 
    971  
    972 .form-table textarea { 
    973     border: 1px solid #c6d9e9; 
     811    border-bottom-width: 8px; 
     812    border-bottom-style: solid; 
     813
     814 
     815.form-table input, .form-table textarea { 
     816    border-width: 1px; 
     817    border-style: solid; 
    974818} 
    975819 
     
    994838    width: 10px; 
    995839    height: 10px; 
    996     background: url(images/xit.gif) no-repeat; 
    997840    display: block; 
    998841    float: left; 
     
    1000843    overflow: hidden; 
    1001844} 
    1002 #tagchecklist span a:hover { 
    1003     background: url(images/xit.gif) no-repeat -10px 0; 
    1004 } 
    1005845 
    1006846.howto { 
    1007847    font-style: italic; 
    1008848    display: block; 
    1009     color: #999; 
    1010849} 
    1011850 
    1012851.ac_results { 
    1013     border: 1px solid gray; 
    1014     background-color: white; 
    1015852    padding: 0; 
    1016