mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-06 01:10:04 +00:00
Quicktag improvements, structure, spacing, styling, and accessibility.
git-svn-id: https://develop.svn.wordpress.org/trunk@316 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -12,14 +12,13 @@ a:hover {
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #fff;
|
||||
background: #fff;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
body, td {
|
||||
color: #000;
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
font-size: 10pt;
|
||||
font: 10pt Georgia, "Times New Roman", Times, serif;
|
||||
}
|
||||
|
||||
form {
|
||||
@@ -30,8 +29,8 @@ form {
|
||||
h2 {
|
||||
border-bottom: 2px solid #666;
|
||||
color: #333;
|
||||
margin: 2px 5px;
|
||||
font: normal 22px/22px normal;
|
||||
margin: 2px 5px;
|
||||
}
|
||||
|
||||
label {
|
||||
@@ -47,7 +46,7 @@ p {
|
||||
}
|
||||
|
||||
textarea, input, select {
|
||||
background-color: #f0f0f0;
|
||||
background: #f0f0f0;
|
||||
border-color: #ccc;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
@@ -57,21 +56,23 @@ textarea, input, select {
|
||||
}
|
||||
|
||||
.alternate {
|
||||
background-color: #eee;
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
.checkbox {
|
||||
background-color: #fff;
|
||||
background: #fff;
|
||||
border-width: 0px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.helptext {
|
||||
}
|
||||
|
||||
.quicktags, .search {
|
||||
background-color: #ccc;
|
||||
background: #ccc;
|
||||
color: #000;
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
font: 12px Georgia, "Times New Roman", Times, serif;
|
||||
}
|
||||
|
||||
.wrap {
|
||||
@@ -81,24 +82,7 @@ textarea, input, select {
|
||||
width: 85%;
|
||||
}
|
||||
|
||||
.helptext {
|
||||
}
|
||||
#titlediv, #categorydiv, #poststatusdiv, #commentstatusdiv, #pingstatusdiv, #postpassworddiv {
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
#metainfo {
|
||||
clear: both;
|
||||
}
|
||||
#adminmenu {
|
||||
list-style: none outside;
|
||||
margin: 5px 0 0 0;
|
||||
margin-left: 40px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#adminmenu #last {
|
||||
#adminmenu #last, #adminmenu2 #last2 {
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
@@ -109,8 +93,8 @@ textarea, input, select {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#adminmenu a:hover, #current {
|
||||
background-color: #e9e9e9;
|
||||
#adminmenu a:hover, #current, #adminmenu2 a:hover, #current2 {
|
||||
background: #e9e9e9;
|
||||
border: 1px solid #808080;
|
||||
color: #333;
|
||||
}
|
||||
@@ -123,40 +107,49 @@ textarea, input, select {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#adminmenu2 {
|
||||
#adminmenu, #adminmenu2 {
|
||||
list-style: none outside;
|
||||
margin: 5px 0 0 0;
|
||||
margin-left: 40px;
|
||||
margin-left: 40px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#adminmenu2 a {
|
||||
border: 1px solid #fff;
|
||||
color: #333;
|
||||
padding: 3px 8px 3px 7px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#adminmenu2 li {
|
||||
border-right: 1px solid #ccc;
|
||||
display: block;
|
||||
float: left;
|
||||
padding: 4px;
|
||||
padding: 4px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#adminmenu2 a {
|
||||
border: 1px solid #fff;
|
||||
color: #333;
|
||||
padding: 3px 8px 3px 7px;
|
||||
text-decoration: none;
|
||||
#ed_button {
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
#adminmenu2 a:hover, #current2 {
|
||||
background-color: #e9e9e9;
|
||||
border: 1px solid #808080;
|
||||
color: #333;
|
||||
#ed_del {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
#adminmenu2 #last2 {
|
||||
border-right: none;
|
||||
#ed_em {
|
||||
font-style: italic;
|
||||
width: 25px;
|
||||
}
|
||||
|
||||
#ed_strong {
|
||||
font-weight: bold;
|
||||
width: 25px;
|
||||
}
|
||||
|
||||
|
||||
#ed_toolbar {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#login {
|
||||
background: url(http://wordpress.org/images/wp-small.png) #fff no-repeat top center;
|
||||
@@ -174,7 +167,7 @@ textarea, input, select {
|
||||
}
|
||||
|
||||
#login textarea, #login input, #login select {
|
||||
background-color: #f0f0f0;
|
||||
background: #f0f0f0;
|
||||
border-color: #ccc;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
@@ -182,6 +175,10 @@ textarea, input, select {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
#metainfo {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#profile {
|
||||
margin: 10px;
|
||||
}
|
||||
@@ -204,9 +201,17 @@ textarea, input, select {
|
||||
margin: 0 0 4px 0;
|
||||
}
|
||||
|
||||
#quicktags {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#titlediv, #categorydiv, #poststatusdiv, #commentstatusdiv, #pingstatusdiv, #postpassworddiv {
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
#wphead {
|
||||
background-image: url(../b2-img/wp-small.png);
|
||||
background-repeat: no-repeat;
|
||||
background: url(../b2-img/wp-small.png) no-repeat;
|
||||
border-bottom: 4px solid #333;
|
||||
height: 42px;
|
||||
margin: 5px;
|
||||
@@ -219,4 +224,4 @@ textarea, input, select {
|
||||
|
||||
#wphead a span {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user