mirror of
https://github.com/kennethreitz-archive/wordpress-skeleton.git
synced 2026-06-05 23:50:19 +00:00
121 lines
2.3 KiB
CSS
121 lines
2.3 KiB
CSS
#wpwrap #wphead h1 {
|
|
font: italic 1.25em Georgia, "Times New Roman", Times, serif;
|
|
position: absolute;
|
|
top: 4px;
|
|
left: 5px;
|
|
padding-left: 25px;
|
|
padding-bottom: 10px;
|
|
background: url('../../../../favicon.ico') 6px center no-repeat;
|
|
}
|
|
|
|
#wpwrap #wphead h1 span {
|
|
display: none;
|
|
}
|
|
|
|
#wpwrap #wphead #logo50, #wpwrap #wphead #header-logo {
|
|
display: none;
|
|
}
|
|
|
|
#wpwrap #wphead #breadcrumb {
|
|
font-size: .8em;
|
|
}
|
|
#wpwrap #wphead #breadcrumb a {
|
|
color: #2583AD;
|
|
}
|
|
#wpwrap #wphead #breadcrumb a:hover {
|
|
color: #D54E21;
|
|
}
|
|
|
|
#adminmenu a {
|
|
font-size: 1em;
|
|
line-height: 1.2;
|
|
}
|
|
|
|
#adminmenu .write-new-button {
|
|
margin-top: 45px !important;
|
|
}
|
|
|
|
#poststuff h3, #normal-sortables h3, #side-sortables h3 {
|
|
padding: 0.25em 0.5em;
|
|
}
|
|
.postbox .inside {
|
|
margin-top: .5em !important;
|
|
}
|
|
#poststuff #titlediv, #normal-sortables #titlediv, #side-sortables #titlediv {
|
|
position: relative;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
#poststuff #edit-slug-box, #normal-sortables #edit-slig-box, #side-sortables #edit-slig-box {
|
|
text-align: right;
|
|
position: absolute;
|
|
top: -2em;
|
|
right: 0;
|
|
margin: 0.5em;
|
|
}
|
|
|
|
#ed_toolbar input {
|
|
padding: 0 0.2em;
|
|
}
|
|
|
|
.submitbox .submit {
|
|
font-size: smaller;
|
|
padding: 0.75em;
|
|
text-align: center;
|
|
}
|
|
.submitbox .submit input, .submitbox .submit a {
|
|
margin: 0;
|
|
padding: 0.1em 0.2em;
|
|
}
|
|
.submitbox #previewview {
|
|
padding: 0.75em;
|
|
text-align: center;
|
|
}
|
|
.submitbox #previewview a {
|
|
border-bottom: medium none;
|
|
font-size: 0.95em;
|
|
font-weight: normal;
|
|
padding: 0.25em 0.5em;
|
|
text-decoration: none;
|
|
}
|
|
.submitbox #autosave {
|
|
display: block;
|
|
padding-top: 0.25em;
|
|
}
|
|
|
|
#poststuff .postbox, #poststuff .stuffbox,
|
|
#normal-sortables .postbox, #normal-sortables .stuffbox,
|
|
#side-sortables .postbox, #side-sortables .stuffbox {
|
|
padding: 0;
|
|
}
|
|
#poststuff .togbox, #normal-sortables .togbox, #side-sortables .togbox {
|
|
background-position: -10px 0.55em;
|
|
height: 1.75em;
|
|
margin-top: 0;
|
|
}
|
|
|
|
#poststuff .closed .togbox, #normal-sortables .closed .togbox, #side-sortables .closed .togbox {
|
|
background-position: 4px 0.55em;
|
|
}
|
|
#postdivrich h3 {
|
|
padding-bottom: 20px;
|
|
margin-bottom:20px;
|
|
}
|
|
|
|
#the-comment-list .unapproved {
|
|
background-color: #FFDFD0;
|
|
}
|
|
|
|
#tagchecklist strong {
|
|
margin-left: 0 !important;
|
|
position: relative !important;
|
|
}
|
|
|
|
|
|
.meta-box-sortables .postbox .handlediv {
|
|
height: 18px;
|
|
}
|
|
|
|
.meta-box-sortables .postbox:hover .handlediv {
|
|
background-position: left -114px;
|
|
} |