mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
4d1d2c278d
git-svn-id: http://svn.automattic.com/wordpress/trunk@219 1a063a9b-81f0-0310-95a4-ce76da25c4cd
216 lines
3.0 KiB
CSS
216 lines
3.0 KiB
CSS
a {
|
|
color: #00019b;
|
|
font-weight: bold;
|
|
}
|
|
|
|
a:visited {
|
|
color: #006;
|
|
}
|
|
|
|
a:hover {
|
|
color: #069;
|
|
}
|
|
|
|
body {
|
|
background-color: #fff;
|
|
margin: 0px;
|
|
}
|
|
|
|
body, td {
|
|
color: #000;
|
|
font-family: Georgia, "Times New Roman", Times, serif;
|
|
font-size: 10pt;
|
|
}
|
|
|
|
form {
|
|
margin: 0;
|
|
padding: 0; /* thanks #mozilla */
|
|
}
|
|
|
|
h2 {
|
|
border-bottom: 2px solid #333;
|
|
color: #333;
|
|
margin: 0 5px 2px 5px;
|
|
padding: 3px;
|
|
}
|
|
|
|
label {
|
|
font-weight: bold;
|
|
}
|
|
|
|
li {
|
|
margin-bottom: 6px;
|
|
}
|
|
|
|
p {
|
|
line-height: 130%;
|
|
}
|
|
|
|
textarea, input, select {
|
|
background-color: #f0f0f0;
|
|
border-color: #ccc;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
font-family: Georgia, "Times New Roman", Times, serif;
|
|
margin: 1px;
|
|
padding: 2px;
|
|
}
|
|
|
|
.alternate {
|
|
background-color: #eee;
|
|
}
|
|
|
|
.checkbox {
|
|
background-color: #fff;
|
|
border-width: 0px;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
.quicktags, .search {
|
|
background-color: #ccc;
|
|
color: #000;
|
|
font-family: Georgia, "Times New Roman", Times, serif;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.wrap {
|
|
border: 1px solid #ccc;
|
|
margin: 20px auto 10px auto;
|
|
padding: 10px;
|
|
width: 85%;
|
|
}
|
|
|
|
.helptext {
|
|
}
|
|
|
|
#adminmenu {
|
|
list-style: none outside;
|
|
margin: 5px 0 0 0;
|
|
margin-left: 40px;
|
|
padding: 0;
|
|
}
|
|
|
|
#adminmenu #last {
|
|
border-right: none;
|
|
}
|
|
|
|
#adminmenu a {
|
|
border: 1px solid #fff;
|
|
color: #333;
|
|
padding: 3px 8px 3px 7px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#adminmenu a:hover, #current {
|
|
background-color: #e9e9e9;
|
|
border: 1px solid #808080;
|
|
color: #333;
|
|
}
|
|
|
|
#adminmenu li {
|
|
border-right: 1px solid #ccc;
|
|
display: block;
|
|
float: left;
|
|
padding: 4px;
|
|
text-align: center;
|
|
}
|
|
|
|
#adminmenu2 {
|
|
list-style: none outside;
|
|
margin: 5px 0 0 0;
|
|
margin-left: 40px;
|
|
padding: 0;
|
|
}
|
|
|
|
#adminmenu2 li {
|
|
border-right: 1px solid #ccc;
|
|
display: block;
|
|
float: left;
|
|
padding: 4px;
|
|
text-align: center;
|
|
}
|
|
|
|
#adminmenu2 a {
|
|
border: 1px solid #fff;
|
|
color: #333;
|
|
padding: 3px 8px 3px 7px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#adminmenu2 a:hover, #current2 {
|
|
background-color: #e9e9e9;
|
|
border: 1px solid #808080;
|
|
color: #333;
|
|
}
|
|
|
|
#adminmenu2 #last2 {
|
|
border-right: none;
|
|
}
|
|
|
|
|
|
|
|
|
|
#login {
|
|
background: url(http://wordpress.org/images/wp-small.png) #fff no-repeat top center;
|
|
border: 2px solid #333;
|
|
color: #333;
|
|
height: 170px;
|
|
left: 50%;
|
|
margin-left: -105px; /* half of width and height */
|
|
margin-top: -85px;
|
|
padding: 40px 5px 5px 5px;
|
|
position: absolute;
|
|
text-align: right;
|
|
top: 45%;
|
|
width: 210px;
|
|
}
|
|
|
|
#login textarea, #login input, #login select {
|
|
background-color: #f0f0f0;
|
|
border-color: #ccc;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
margin: 1px;
|
|
padding: 2px;
|
|
}
|
|
|
|
#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;
|
|
}
|
|
|
|
#wphead {
|
|
background-image: url(../b2-img/wp-small.png);
|
|
background-repeat: no-repeat;
|
|
border-bottom: 4px solid #333;
|
|
height: 42px;
|
|
margin: 5px;
|
|
}
|
|
|
|
#wphead a {
|
|
display: block;
|
|
height: 30px;
|
|
}
|
|
|
|
#wphead a span {
|
|
display: none;
|
|
}
|