You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

81 lines
1.2 KiB

img {
display: block;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
h5 {
font-size: 1.2em;
}
h3 {
font-size: 1.4em;
}
.left-bar {
display: block !important;
}
.comment-title {
text-align: center;
}
.comment-box {
padding: 8px;
margin-bottom: 16px;
background: rgba(0, 0, 0, 0.65);
border-left: 4px solid rgba(255, 118, 7);
}
.comment-email {
color: #848484;
font-size: 0.8em;
margin-top: 4px !important;
}
.comment-form {
width: 100%;
margin-bottom: 20px;
text-align: center;
}
.comment-form input,textarea {
width: 100%;
margin-top: 5px;
margin-bottom: 5px;
padding: 6px;
color: #ffffff;
background-color: rgba(0, 0, 0, 0.80);
border: 1px;
border-color: #ffffff;
border-style: solid;
border-radius: 4px 4px 4px 4px;
}
.comment-form textarea {
max-width: 100%;
height: 125px;
resize: none;
overflow-y: scroll;
}
.comment-form button {
margin-top: 5px;
margin-bottom: 5px;
padding: 6px;
color: #ffffff;
background-color: rgba(0, 0, 0, 0.80);
border: 1px;
border-color: #ffffff;
border-style: solid;
border-radius: 4px 4px 4px 4px;
}
@media all and (max-width : 950px) {
.left-bar {
display: none !important;
}
}