PluginProbe
Adminimize / 1.6
Adminimize v1.6
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.6, at css/mw_admin27.css

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