PluginProbe
Adminimize / 1.7.18
Adminimize v1.7.18
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_admin27.css

mw_admin27.css in Adminimize 1.7.18, at css/mw_admin27.css

121 lines 2.3 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 Georgia, "Times New Roman", Times, serif;
3 position: absolute;
4 top: 4px;
5 left: 5px;
6 padding-left: 25px;
7 padding-bottom: 10px;
8 background: url('../../../../favicon.ico') 6px center no-repeat;
9 }
10
11 #wpwrap #wphead h1 span {
12 display: none;
13 }
14
15 #wpwrap #wphead #logo50, #wpwrap #wphead #header-logo {
16 display: none;
17 }
18
19 #wpwrap #wphead #breadcrumb {
20 font-size: .8em;
21 }
22 #wpwrap #wphead #breadcrumb a {
23 color: #2583AD;
24 }
25 #wpwrap #wphead #breadcrumb a:hover {
26 color: #D54E21;
27 }
28
29 #adminmenu a {
30 font-size: 1em;
31 line-height: 1.2;
32 }
33
34 #adminmenu .write-new-button {
35 margin-top: 45px !important;
36 }
37
38 #poststuff h3, #normal-sortables h3, #side-sortables h3 {
39 padding: 0.25em 0.5em;
40 }
41 .postbox .inside {
42 margin-top: .5em !important;
43 }
44 #poststuff #titlediv, #normal-sortables #titlediv, #side-sortables #titlediv {
45 position: relative;
46 margin-bottom: 0;
47 }
48
49 #poststuff #edit-slug-box, #normal-sortables #edit-slig-box, #side-sortables #edit-slig-box {
50 text-align: right;
51 position: absolute;
52 top: -2em;
53 right: 0;
54 margin: 0.5em;
55 }
56
57 #ed_toolbar input {
58 padding: 0 0.2em;
59 }
60
61 .submitbox .submit {
62 font-size: smaller;
63 padding: 0.75em;
64 text-align: center;
65 }
66 .submitbox .submit input, .submitbox .submit a {
67 margin: 0;
68 padding: 0.1em 0.2em;
69 }
70 .submitbox #previewview {
71 padding: 0.75em;
72 text-align: center;
73 }
74 .submitbox #previewview a {
75 border-bottom: medium none;
76 font-size: 0.95em;
77 font-weight: normal;
78 padding: 0.25em 0.5em;
79 text-decoration: none;
80 }
81 .submitbox #autosave {
82 display: block;
83 padding-top: 0.25em;
84 }
85
86 #poststuff .postbox, #poststuff .stuffbox,
87 #normal-sortables .postbox, #normal-sortables .stuffbox,
88 #side-sortables .postbox, #side-sortables .stuffbox {
89 padding: 0;
90 }
91 #poststuff .togbox, #normal-sortables .togbox, #side-sortables .togbox {
92 background-position: -10px 0.55em;
93 height: 1.75em;
94 margin-top: 0;
95 }
96
97 #poststuff .closed .togbox, #normal-sortables .closed .togbox, #side-sortables .closed .togbox {
98 background-position: 4px 0.55em;
99 }
100 #postdivrich h3 {
101 padding-bottom: 20px;
102 margin-bottom:20px;
103 }
104
105 #the-comment-list .unapproved {
106 background-color: #FFDFD0;
107 }
108
109 #tagchecklist strong {
110 margin-left: 0 !important;
111 position: relative !important;
112 }
113
114
115 .meta-box-sortables .postbox .handlediv {
116 height: 18px;
117 }
118
119 .meta-box-sortables .postbox:hover .handlediv {
120 background-position: left -114px;
121 }