Comment styling for default theme. Props noel. see #7635
git-svn-id: https://develop.svn.wordpress.org/trunk@8971 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5365f12fa5
commit
8336de2780
@ -65,11 +65,20 @@ body {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alt {
|
.thread-alt {
|
||||||
background-color: #f8f8f8;
|
background-color: #f8f8f8;
|
||||||
border-top: 1px solid #ddd;
|
}
|
||||||
border-bottom: 1px solid #ddd;
|
.thread-even {
|
||||||
}
|
background-color: white;
|
||||||
|
}
|
||||||
|
.depth-1 {
|
||||||
|
border: 1px solid #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
|
.even, .alt {
|
||||||
|
|
||||||
|
border-left: 1px solid #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
background: #eee url('images/kubrickfooter.jpg') no-repeat top;
|
background: #eee url('images/kubrickfooter.jpg') no-repeat top;
|
||||||
@ -134,10 +143,13 @@ h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar
|
|||||||
.commentlist li, #commentform input, #commentform textarea {
|
.commentlist li, #commentform input, #commentform textarea {
|
||||||
font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
|
font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
|
||||||
}
|
}
|
||||||
|
.commentlist li ul li {
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
.commentlist li {
|
.commentlist li {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.commentlist li .avatar {
|
.commentlist li .avatar {
|
||||||
float: right;
|
float: right;
|
||||||
@ -488,13 +500,22 @@ select {
|
|||||||
margin: 5px 5px 1px 0;
|
margin: 5px 5px 1px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#commentform {
|
||||||
|
margin: 5px 10px 0 0;
|
||||||
|
}
|
||||||
#commentform textarea {
|
#commentform textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
#respond:after {
|
||||||
|
content: ".";
|
||||||
|
display: block;
|
||||||
|
height: 0;
|
||||||
|
clear: both;
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
#commentform #submit {
|
#commentform #submit {
|
||||||
margin: 0;
|
margin: 0 0 5px auto;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
/* End Form Elements */
|
/* End Form Elements */
|
||||||
@ -513,14 +534,20 @@ select {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.commentlist li {
|
.commentlist li {
|
||||||
margin: 15px 0 3px;
|
margin: 15px 0 10px;
|
||||||
padding: 5px 10px 3px;
|
padding: 5px 5px 10px 10px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.commentlist li ul li {
|
||||||
|
margin-right: -5px;
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.commentlist p {
|
.commentlist p {
|
||||||
margin: 10px 5px 10px 0;
|
margin: 10px 5px 10px 0;
|
||||||
}
|
}
|
||||||
|
.children { padding: 0; }
|
||||||
|
|
||||||
#commentform p {
|
#commentform p {
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user