PluginProbe
Adminimize / 1.7.12
Adminimize v1.7.12
1.11.14 1.11.13 1.11.1 1.11.10 1.11.11 1.11.12 1.11.2 1.11.3 1.11.4 1.11.5 1.11.6 1.11.7 1.11.8 1.11.9 1.3 1.4.7 1.6 1.7.12 1.7.13 1.7.14 1.7.15 1.7.16 1.7.17 1.7.18 1.7.19 All 53 releases
adminimize / css / mw_admin.css

mw_admin.css in Adminimize 1.7.12, at css/mw_admin.css

121 lines 2.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #wpwrap #wphead h1 {
2 font: italic 1.25em/1 Georgia, "Times New Roman", Times, serif;
3 padding: 0.5em 170px 16px 12px;
4 margin: 0;
5 position: absolute;
6 top: 0;
7 left: 0;
8 margin: 0 15% 0 0.5em;
9 color: #ABACAB;
10 }
11 #wphead h1 #viewsite {
12 position: static;
13 margin: 0;
14 }
15
16 #wphead h1 #viewsite a {
17 padding: 0 2em;
18 font: small-caps smaller "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
19 background: transparent;
20 color: #CEE1EF;
21 display: inline;
22 letter-spacing: normal;
23 border-style: none;
24 }
25 #wphead h1 #viewsite a:after {
26 content: " \BB ";
27 }
28
29 #adminmenu {
30 padding-top: 0.4em;
31 }
32 #adminmenu a {
33 font-size: 1em;
34 line-height: 2;
35 }
36
37 #submenu {
38 padding: 0;
39 border-bottom: 2px solid #C6D9E9;
40 margin-bottom: 1em;
41 }
42 #submenu li {
43 font-size: 0.95em;
44 }
45
46
47 #poststuff h3 {wp-admin.css (line 975)
48 font-size: 1em;
49 margin: 0;
50 padding: 0.25em 0.5em;
51 }
52 #poststuff #titlediv {
53 position: relative;
54 margin-bottom: 0;
55 }
56 #poststuff #editor-toolbar {
57 margin-top: -2em;
58 height: 2em;
59 }
60 #poststuff #edit-slug-box {
61 text-align: right;
62 position: absolute;
63 top: 0;
64 right: 0;
65 margin: 0.5em;
66 }
67
68 #ed_toolbar input {
69 padding: 0 0.2em;
70 }
71
72
73 .submitbox .submit {
74 font-size: smaller;
75 padding: 0.75em;
76 text-align: center;
77 }
78 .submitbox .submit input {
79 margin: 0;
80 padding: 0.1em 0.2em;
81 }
82
83 .submitbox #previewview {
84 padding: 0.75em;
85 text-align: center;
86 }
87 .submitbox #previewview a {
88 border-bottom: medium none;
89 font-size: 0.95em;
90 font-weight: normal;
91 padding: 0.25em 0.5em;
92 text-decoration: none;
93 }
94 .submitbox #autosave {
95 display: block;
96 padding-top: 0.25em;
97 }
98
99 #poststuff .postbox, #poststuff .stuffbox {
100 padding: 0;
101 }
102 #poststuff .togbox {
103 background-position: -10px 0.55em;
104 height: 1.75em;
105 margin-left: -20px;
106 margin-top: -3px;
107 }
108
109 #poststuff .closed .togbox {
110 background-position: 4px 0.55em;
111 }
112
113
114 #the-comment-list .unapproved {
115 background-color: #FFDFD0;
116 }
117
118 #tagchecklist strong {
119 margin-left: 0 !important;
120 position: relative !important;
121 }