]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/ms.dev.css
Wordpress 3.1-scripts
[autoinstalls/wordpress.git] / wp-admin / css / ms.dev.css
1 /* Dashboard: MS Specific Data */
2 #dashboard_right_now p.musub {
3         margin-top: 12px;
4         border-top: 1px solid #ececec;
5         padding-left: 16px;
6         position: static;
7 }
8
9 #dashboard_right_now td.b a.musublink {
10         font-size: 16px;
11 }
12
13 #dashboard_right_now div.musubtable {
14         border-top: none;
15 }
16
17 #dashboard_right_now div.musubtable .t {
18         white-space: normal;
19 }
20
21 /* Background Color for Site Status */
22 .site-deleted {
23         background: #ff8573;
24 }
25 .site-spammed {
26         background: #faafaa;
27 }
28 .site-archived {
29         background: #ffebe8;
30 }
31 .site-mature {
32         background: #fecac2;
33 }