Edit the commentsarea in blogthon_noir.css
This commit is contained in:
parent
b2247904e5
commit
9f6894b7cb
@ -361,31 +361,35 @@ div.comments {
|
|||||||
label.submit_comment_name {
|
label.submit_comment_name {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cname {
|
input.submit_comment_name_input {
|
||||||
background-color: #333333;
|
margin-left: 10px;
|
||||||
color: #FFFFFF;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
label.submit_comment_text {
|
label.submit_comment_text {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea.submit_comment_textarea {
|
textarea.submit_comment_textarea {
|
||||||
background-color: #333333;
|
background-color: #333333;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
label.submit_comment_quiz {
|
label.submit_comment_quiz {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cquiz {
|
#cquiz {
|
||||||
background-color: #333333;
|
background-color: #333333;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.submit_comment_button {
|
input.submit_comment_button {
|
||||||
@ -396,6 +400,7 @@ div.comments {
|
|||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.submit_comment_button:hover {
|
input.submit_comment_button:hover {
|
||||||
|
Loading…
Reference in New Issue
Block a user