mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-03 01:09:39 +01:00
b2e9f46408
git-svn-id: http://svn.automattic.com/wordpress/trunk@1006 1a063a9b-81f0-0310-95a4-ce76da25c4cd
403 lines
5.4 KiB
CSS
403 lines
5.4 KiB
CSS
* html #poststuff {
|
|
height: 100%; /* kill peekaboo bug in IE */
|
|
}
|
|
|
|
a {
|
|
border-bottom: 1px solid #69c;
|
|
color: #00019b;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a.delete:hover {
|
|
background: #c00;
|
|
color: #fff;
|
|
}
|
|
|
|
a.edit, a.delete, a.edit:hover, a.delete:hover {
|
|
border-bottom: none;
|
|
display: block;
|
|
padding: 5px 0;
|
|
text-align: center;
|
|
}
|
|
|
|
a.edit:hover {
|
|
background: #ccc;
|
|
color: #036;
|
|
}
|
|
|
|
a:visited {
|
|
color: #006;
|
|
}
|
|
|
|
a:hover {
|
|
border-bottom: 1px solid #3a75ae;
|
|
color: #069;
|
|
}
|
|
|
|
body {
|
|
background-color: #fff;
|
|
color: #000;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
body, td {
|
|
font: 10pt Georgia, "Times New Roman", Times, serif;
|
|
}
|
|
|
|
fieldset {
|
|
border: 1px solid #ddd;
|
|
padding: 2px;
|
|
}
|
|
|
|
fieldset label.selectit {
|
|
background: #f0f0f0;
|
|
display: block;
|
|
font-size: 11px;
|
|
padding: 0 2px;
|
|
}
|
|
|
|
fieldset label.selectit:hover {
|
|
background: #dadada;
|
|
}
|
|
|
|
fieldset legend {
|
|
padding: .1em;
|
|
}
|
|
|
|
fieldset span.cat-nest {
|
|
display: block;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
form, label input {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
h2 {
|
|
border-bottom: 2px solid #ccc;
|
|
color: #333;
|
|
font: normal 22px/16px normal;
|
|
margin: 5px 10px;
|
|
}
|
|
|
|
input:focus, textarea:focus, label:focus {
|
|
background: #fff;
|
|
border: 1px solid #878787;
|
|
}
|
|
|
|
label {
|
|
cursor: pointer;
|
|
}
|
|
|
|
li, dd {
|
|
margin-bottom: 6px;
|
|
}
|
|
|
|
p, dl, dd, dt {
|
|
line-height: 130%;
|
|
}
|
|
|
|
textarea, input, select {
|
|
background: #f4f4f4;
|
|
border: 1px solid #b2b2b2;
|
|
color: #000;
|
|
font-family: Georgia, "Times New Roman", Times, serif;
|
|
margin: 1px;
|
|
padding: 3px;
|
|
}
|
|
|
|
.alternate {
|
|
background: #eee;
|
|
}
|
|
|
|
.anchors {
|
|
margin: 10px 20px 10px 20px;
|
|
}
|
|
|
|
.checkbox {
|
|
background: #fff;
|
|
border: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.code {
|
|
font-family: "Courier New", Courier, mono;
|
|
}
|
|
|
|
.ed_button {
|
|
padding: 1px;
|
|
}
|
|
|
|
.post-categories {
|
|
display: inline;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.post-categories li, #ed_toolbar {
|
|
display: inline;
|
|
}
|
|
|
|
.quicktags, .search {
|
|
background: #ccc;
|
|
color: #000;
|
|
font: 12px Georgia, "Times New Roman", Times, serif;
|
|
}
|
|
|
|
.unapproved {
|
|
color: #888;
|
|
}
|
|
|
|
.unapproved a:link {
|
|
color: #b9bcff;
|
|
}
|
|
|
|
.unapproved a:visited {
|
|
color: #696dff;
|
|
}
|
|
|
|
.unapproved a:hover {
|
|
color: #009ef0;
|
|
}
|
|
|
|
.wrap {
|
|
border: 1px solid #ccc;
|
|
margin: 15px 5%;
|
|
padding: 0 1em;
|
|
}
|
|
|
|
.wrap h2 {
|
|
font-size: 18px;
|
|
margin: 6px 0;
|
|
}
|
|
|
|
#adminmenu .current, #adminmenu2 .current {
|
|
font-weight: bold;
|
|
}
|
|
|
|
#adminmenu .last, #adminmenu2 .last {
|
|
border-right: none;
|
|
}
|
|
|
|
#adminmenu a, #adminmenu2 a {
|
|
border: 1px solid #fff;
|
|
color: #333;
|
|
font-size: 16px;
|
|
font-weight: normal;
|
|
margin: 0;
|
|
padding: 3px 5px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#adminmenu a:hover, .current, #adminmenu2 a:hover {
|
|
background: #eaeaea;
|
|
border: 1px solid #9d9d9d;
|
|
color: #171717;
|
|
}
|
|
|
|
#adminmenu li, #adminmenu2 li {
|
|
display: inline;
|
|
line-height: 2.0em;
|
|
list-style: none;
|
|
text-align: center;
|
|
}
|
|
|
|
#adminmenu, #adminmenu2 {
|
|
border-bottom: 2px solid #5a5a5a;
|
|
margin: 2px;
|
|
padding: 0 2px;
|
|
}
|
|
|
|
#adminmenu2 {
|
|
border-bottom: none;
|
|
margin-left: 7px;
|
|
}
|
|
|
|
#adminmenu2 a {
|
|
font-size: 14px;
|
|
}
|
|
|
|
#categorydiv {
|
|
line-height: 130%;
|
|
margin-right: 15px;
|
|
position: absolute;
|
|
right: 5%;
|
|
width: 9em;
|
|
}
|
|
|
|
#categorydiv div {
|
|
height: 27em;
|
|
overflow: auto;
|
|
}
|
|
|
|
#categorydiv input, #poststatusdiv input, #commentstatusdiv input, #pingstatusdiv input {
|
|
border: none;
|
|
}
|
|
|
|
#ed_del {
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
#ed_em {
|
|
font-style: italic;
|
|
width: 25px;
|
|
}
|
|
|
|
#ed_strong {
|
|
font-weight: bold;
|
|
width: 1.9em;
|
|
}
|
|
|
|
#excerpt {
|
|
height: 1.5em;
|
|
}
|
|
|
|
#login {
|
|
background: url(../wp-images/wp-small.png) #fff no-repeat top center;
|
|
border: 2px solid #333;
|
|
color: #333;
|
|
height: 170px;
|
|
left: 50%;
|
|
margin-left: -120px; /* half of width and height */
|
|
margin-top: -85px;
|
|
padding: 40px 5px 5px 5px;
|
|
position: absolute;
|
|
text-align: right;
|
|
top: 45%;
|
|
width: 240px;
|
|
}
|
|
|
|
#login textarea, #login input, #login select {
|
|
background: #f0f0f0;
|
|
border-color: #ccc;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
margin: 1px;
|
|
padding: 2px;
|
|
}
|
|
|
|
#metainfo, #postdiv {
|
|
clear: both;
|
|
}
|
|
|
|
#postcustom {
|
|
border: 1px solid #aaa;
|
|
margin: 0.25em;
|
|
padding: 0.25em;
|
|
width: 30em;
|
|
}
|
|
|
|
#postcustom p {
|
|
margin: 0;
|
|
}
|
|
|
|
#postcustom table {
|
|
background-color: #eee;
|
|
border: 1px solid #ccc;
|
|
color: #000;
|
|
margin-bottom: 1em;
|
|
padding: 0px;
|
|
width: 100%;
|
|
}
|
|
|
|
#postcustom td,th {
|
|
background-color: #fff;
|
|
color: #000;
|
|
margin: 1px;
|
|
padding: 0.2em;
|
|
}
|
|
|
|
#postcustomkeys {
|
|
float: left;
|
|
width: 49%;
|
|
}
|
|
|
|
#postcustomkeys input, #postcustom select, #postcustom textarea {
|
|
width: 95%;
|
|
}
|
|
fieldset legend a {
|
|
border-bottom: none;
|
|
}
|
|
#postcustomvals {
|
|
float: right;
|
|
width: 49%;
|
|
}
|
|
|
|
#save {
|
|
width: 13em;
|
|
}
|
|
|
|
#poststatusdiv {
|
|
width: 6.5em;
|
|
}
|
|
|
|
#poststuff {
|
|
margin-right: 11em;
|
|
}
|
|
|
|
#poststuff textarea {
|
|
width: 97%;
|
|
margin-left:1%;
|
|
|
|
}
|
|
|
|
#profile {
|
|
margin: 10px;
|
|
}
|
|
|
|
#profile .left {
|
|
border-right: 1px dashed #ccc;
|
|
float: left;
|
|
margin-right: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
#profile label {
|
|
float: left;
|
|
padding-right: 3px;
|
|
text-align: right;
|
|
width: 85px;
|
|
}
|
|
|
|
#profile p {
|
|
margin: 0 0 4px 0;
|
|
}
|
|
|
|
#quicktags, .editform th, #postcustomsubmit {
|
|
text-align: right;
|
|
}
|
|
|
|
#quicktags {
|
|
margin-right: 1%;
|
|
}
|
|
|
|
#slugdiv {
|
|
width: 9.4em;
|
|
}
|
|
|
|
#titlediv, #poststatusdiv, #commentstatusdiv, #slugdiv, #postpassworddiv, #namediv, #uridiv, #emaildiv {
|
|
float: left;
|
|
height: 6em;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
#wphead {
|
|
background: url(../wp-images/header-shadow.png) #f2f2f2 repeat-x bottom;
|
|
height: 44px;
|
|
margin: 0;
|
|
padding: 4px 0 0 5px;
|
|
}
|
|
|
|
#wphead a {
|
|
background: url(../wp-images/wp-small.png) no-repeat;
|
|
border-bottom: none;
|
|
display: block;
|
|
height: 44px;
|
|
text-decoration: none;
|
|
text-indent: -1000px;
|
|
width: 200px;
|
|
}
|