Make WordPress Core

source: trunk/wp-admin/wp-admin.css @ 1240

Last change on this file since 1240 was 1240, checked in by saxmatt, 21 years ago

Hot buttons!

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 5.9 KB
Line 
1* html #poststuff {
2        height: 100%; /* kill peekaboo bug in IE */
3}
4
5a {
6        border-bottom: 1px solid #69c;
7        color: #00019b;
8        text-decoration: none;
9}
10
11a.delete:hover {
12        background: #c00;
13        color: #fff;
14}
15
16a.edit, a.delete, a.edit:hover, a.delete:hover {
17        border-bottom: none;
18        display: block;
19        padding: 5px 0;
20        text-align: center;
21}
22
23a.edit:hover {
24        background: #ccc;
25        color: #036;
26}
27
28a:visited {
29        color: #006;
30}
31
32a:hover {
33        border-bottom: 1px solid #3a75ae;
34        color: #069;
35}
36
37body    {
38        background: #fff;
39        color: #000;
40        margin: 0;
41        padding: 0;
42}
43
44body, td {
45        font: 10pt Georgia, "Times New Roman", Times, serif;
46}
47
48fieldset {
49        border: 1px solid #ddd;
50        padding: 2px;
51}
52
53fieldset label.selectit {
54        background: #f0f0f0;
55        display: block;
56        font-size: 11px;
57        padding: 0 2px;
58}
59
60fieldset label.selectit:hover {
61        background: #dadada;
62}
63
64fieldset legend {
65        padding: .1em .3em;
66}
67
68fieldset legend a {
69        border-bottom: none;
70}
71
72fieldset span.cat-nest {
73        display: block;
74        margin-left: 10px;
75}
76
77fieldset.options {
78        padding: 1em;
79}
80
81fieldset.options legend {
82        font-size: 16px;
83}
84
85form, label input {
86        margin: 0;
87        padding: 0;
88}
89
90h2 {
91        border-bottom: 2px solid #69c;
92        color: #333;
93        font: normal 22px/18px normal;
94        margin: 5px 10px;
95}
96
97input:focus, textarea:focus, label:focus {
98        background: #fff;
99        border: 1px solid #878787;
100}
101
102label {
103        cursor: pointer;
104}
105
106li, dd {
107        margin-bottom: 6px;
108}
109
110p, dl, dd, dt {
111        line-height: 130%;
112}
113
114textarea, input, select {
115        background: #f4f4f4;
116        border: 1px solid #b2b2b2;
117        color: #000;
118        font-family: Georgia, "Times New Roman", Times, serif;
119        margin: 1px;
120        padding: 3px;
121}
122
123.alternate {
124        background: #eee;
125}
126
127.anchors {
128        margin: 10px 20px 10px 20px;
129}
130
131.checkbox {
132        background: #fff;
133        border: none;
134        margin: 0;
135        padding: 0;
136}
137
138.code {
139        font-family: "Courier New", Courier, mono;
140}
141
142.ed_button {
143        padding: 1px;
144}
145
146.post-categories {
147        display: inline;
148        margin: 0;
149        padding: 0;
150}
151
152.post-categories li, #ed_toolbar {
153        display: inline;
154}
155
156.quicktags, .search {
157        background: #ccc;
158        color: #000;
159        font: 12px Georgia, "Times New Roman", Times, serif;
160}
161
162.submit input, .submit input:focus {
163        background: url(../wp-images/fade-butt.png);
164        border: 3px double #999;
165        border-left-color: #ccc;
166        border-top-color: #ccc;
167        color: #333;
168        padding: 0.25em;
169}
170
171.submit input:active {
172        background: #f4f4f4;
173        border: 3px double #ccc;
174        border-left-color: #999;
175        border-top-color: #999;
176}
177
178.submit, #quicktags, .editform th, #postcustomsubmit {
179        text-align: right;
180}
181
182.unapproved {
183        color: #888;
184}
185
186.unapproved a:link {
187        color: #b9bcff;
188}
189
190.unapproved a:visited {
191        color: #696dff;
192}
193
194.unapproved a:hover {
195        color: #009ef0;
196}
197
198.updated {
199        background: #f0f8ff;
200        border: 1px solid #69c;
201        margin: 5px 5% 10px;
202        padding: 0 1em 0 1em;
203}
204
205.wrap {
206        border: 1px solid #ccc;
207        margin: 15px 5%;
208        padding: .5em 1em;
209}
210
211.wrap h2 {
212        margin: 6px 0;
213}
214
215#adminmenu {
216        border-bottom: 2px solid #707070;
217        margin: 2px 2px 0 2px;
218        padding: 0 2px;
219}
220
221#adminmenu .current, #adminmenu2 .current {
222        font-weight: bold;
223}
224
225#adminmenu a {
226        border: 1px solid #fff;
227        color: #333;
228        font-size: 16px;
229        font-weight: normal;
230        margin: 0;
231        padding: 3px 5px;
232        text-decoration: none;
233}
234
235#adminmenu a:hover, .current {
236        background: #eaeaea;
237        border: 1px solid #9d9d9d;
238        color: #171717;
239}
240
241#adminmenu li, #adminmenu2 li {
242        display: inline;
243        line-height: 2.0em;
244        list-style: none;
245        text-align: center;
246}
247
248#adminmenu2 {
249        background: #707070;
250        border-bottom: none;
251        height: 20px;
252        margin: 0 2px;
253        padding: 0;
254}
255
256#adminmenu2 .current {
257        background: #fff;
258        color: #000;
259}
260
261#adminmenu2 a {
262        border: none;
263        color: #fff;
264        font-size: 16px;
265        font-weight: normal;
266        margin: 0;
267        padding: 3px 5px;
268        text-decoration: none;
269}
270
271#adminmenu2 a {
272        font-size: 12px;
273}
274
275#adminmenu2 a:hover {
276        background: #f0f0f0;
277        color: #000;
278}
279
280#adminmenu2 li {
281        line-height: 1.7em;
282}
283
284#categorydiv {
285        line-height: 130%;
286        margin-right: 15px;
287        position: absolute;
288        right: 5%;
289        width: 9em;
290}
291
292#categorydiv div {
293        height: 27em;
294        overflow: auto;
295}
296
297#categorydiv input, #poststatusdiv input, #commentstatusdiv input, #pingstatusdiv input {
298        border: none;
299}
300
301#content, #excerpt {
302        margin-left: 1%;
303        width: 97%;
304}
305
306#ed_del {
307        text-decoration: line-through;
308}
309
310#ed_em {
311        font-style: italic;
312        width: 25px;
313}
314
315#ed_strong {
316        font-weight: bold;
317        width: 1.9em;
318}
319
320#excerpt {
321        height: 1.5em;
322}
323
324#footer {
325        text-align: center;
326}
327
328#login {
329        background: url(../wp-images/wp-small.png) #fff no-repeat top center;
330        border: 2px solid #333;
331        color: #333;
332        height: 170px;
333        left: 50%;
334        margin-left: -120px; /* half of width and height */
335        margin-top: -85px;
336        padding: 40px 5px 5px 5px;
337        position: absolute;
338        text-align: right;
339        top: 45%;
340        width: 240px;
341}
342
343#login textarea, #login input, #login select {
344        background: #f0f0f0;
345        border-color: #ccc;
346        border-style: solid;
347        border-width: 1px;
348        margin: 1px;
349        padding: 2px;
350}
351
352#metainfo, #postdiv {
353        clear: both;
354}
355
356#postcustom {
357        border: 1px solid #aaa;
358        padding: .5em;
359        width: 97%;
360}
361
362#postcustom .updatemeta, #postcustom .deletemeta {
363        margin: auto;
364        width: 5em;
365}
366
367#postcustom p {
368        margin: 0;
369}
370
371#postcustom table {
372        border: 1px solid #ccc;
373        margin: .5em;
374        width: 98%;
375}
376
377#postcustom table input, #postcustom table textarea {
378        width: 95%;
379}
380
381#poststatusdiv {
382        width: 6.5em;
383}
384
385#poststuff {
386        margin-right: 11em;
387}
388
389#profile {
390        margin: 10px;
391}
392
393#profile .left {
394        border-right: 1px dashed #ccc;
395        float: left;
396        margin-right: 5px;
397        padding-right: 5px;
398}
399
400#profile label {
401        float: left;
402        padding-right: 3px;
403        text-align: right;
404        width: 85px;
405}
406
407#profile p {
408        margin: 0 0 4px 0;
409}
410
411#quicktags {
412        margin-right: 1%;
413}
414
415#save {
416        width: 14em;
417}
418
419#slugdiv {
420        width: 10.4em;
421}
422
423#titlediv, #poststatusdiv, #commentstatusdiv, #slugdiv, #postpassworddiv, #namediv, #uridiv, #emaildiv {
424        float: left;
425        height: 6em;
426        margin-right: 5px;
427}
428
429#wphead {
430        background: url(../wp-images/header-shadow.png) #f2f2f2 repeat-x bottom;
431        padding: 4px 0 0 5px;
432}
433
434#wphead a {
435        border-bottom: none;
436        display: block;
437        height: 44px;
438        text-decoration: none;
439        text-indent: -1000px;
440        width: 200px;
441}
442
443#wphead h1 {
444        background: url(../wp-images/wp-small.png) no-repeat;
445        height: 44px;
446        margin: 0;
447}
Note: See TracBrowser for help on using the repository browser.