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_save_50px.css

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

119 lines 2.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * @author design by Kaspars Dambis & Frank Bueltge
3 * @author-url http://konstruktors.com/blog/ & http://bueltge.de/
4 * @return saved 50 pixels of vertical space
5 * @link http://konstruktors.com/blog/wordpress/1077-tweaking-wordpress-admin-header-design/#wp-design-tweak
6 */
7 #wphead h1 a {
8 background:#186F00;
9 border-color:#030;
10 }
11 #wphead {
12 height:0; background:none;
13 float:right;
14 }
15 #wphead img {
16 display:none;
17 }
18 #wphead h1 {
19 font-family:"Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
20 font-size:11px;
21 line-height:15px;
22 float:left;
23 margin:0 0 -3em 0;
24 padding:1.2em 1.75em 0 0;
25 position:relative;
26 overflow:visible;
27 font-size-adjust:none;
28 border-right:1px solid #ddd;
29 }
30 #wphead h1 a {
31 color:#fff;
32 display:block;
33 float:left;
34 -moz-border-radius:1em;
35 -webkit-border-radius:1em;
36 padding:3px 1em 4px;
37 border-width:1px;
38 border-style:solid;
39 font-weight:bold;
40 }
41 #wphead h1 a:hover {
42 background:#333;
43 border-color:#000;
44 color:#fff;
45 text-decoration:none;
46 }
47 #wphead h1 span {
48 display:none;
49 }
50 #wphead-info {
51 float:right;
52 margin:0.15em 1.25em -10em 0.5em;
53 position:relative;
54 }
55
56 #icon-index {
57 margin-top:0.9em;
58 }
59 #user_info {
60 font-size:0.88em;
61 }
62
63 #user_info a:link {
64 color:#666;
65 }
66
67 #screen-meta {
68 margin:0;
69 float:right;
70 display:block;
71 margin-right:50em;
72 -moz-border-radius:1em;
73 -webkit-border-radius:1em;
74 }
75
76 #screen-meta a.show-settings {
77 background-image: none !important;
78 }
79
80 #screen-options-link-wrap {
81 -moz-border-radius:1em 0 0 1em;
82 -webkit-border-radius:1em;
83 margin: 1em 1px 0 0;
84 }
85
86 #contextual-help-link-wrap {
87 -moz-border-radius:0 1em 1em 0;
88 -webkit-border-radius:1em;
89 margin: 1em 0 0;
90 }
91
92 #wpbody ul.folded {
93 margin:0;
94 padding:0.75em
95 1em;
96 }
97
98 #themeselector {
99 position:relative;
100 bottom:-2em;
101 right:210px;
102 }
103
104 #adminmenu {
105 margin-top:1em;
106 }
107
108 p.search-box {
109 margin:0.5em 0 -0.5em 0;
110 }
111
112 .wrap h2 {
113 font-style:normal;
114 font-size:1.75em;
115 padding-top:0.5em;
116 }
117 .wrap h2.long-header {
118 width:40%;
119 }