Merge branch 'master' of git@fucktheforce.de:blogthon
This commit is contained in:
commit
f561676ac1
@ -359,26 +359,40 @@ div.comments {
|
|||||||
label.submit_comment_name {
|
label.submit_comment_name {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
input.submit_comment_name_input {
|
||||||
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
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 #DFDFDF;
|
background-color #DFDFDF;
|
||||||
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input.submit_comment_quiz_input {
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
input.submit_comment_button {
|
input.submit_comment_button {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
border: #000000;
|
border: #000000;
|
||||||
background-color: #DFDFDF;
|
background-color: #DFDFDF;
|
||||||
border: 1px dotted #AAAAAA;
|
border: 1px dotted #AAAAAA;
|
||||||
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
@ -38,9 +38,9 @@ blockquote {
|
|||||||
|
|
||||||
div.header {
|
div.header {
|
||||||
height: 120px;
|
height: 120px;
|
||||||
width: 99%;
|
width: 100%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
margin-top: 5px;
|
margin: 0px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-image: url("blogthon_noir_img/header_green_2.jpg");
|
background-image: url("blogthon_noir_img/header_green_2.jpg");
|
||||||
}
|
}
|
||||||
@ -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