more
This commit is contained in:
parent
e800f9cfd0
commit
ccefab982f
@ -110,7 +110,7 @@ pre {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
font-family: sans;
|
font-family: sans;
|
||||||
|
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
@ -131,7 +131,7 @@ table tbody td {
|
|||||||
table thead th {
|
table thead th {
|
||||||
border: 1px solid #000333;
|
border: 1px solid #000333;
|
||||||
padding: 4px 15px 5px 5px;
|
padding: 4px 15px 5px 5px;
|
||||||
|
|
||||||
background: #98E;
|
background: #98E;
|
||||||
color: #000333;
|
color: #000333;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
@ -317,7 +317,7 @@ input, textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.thread_header {
|
.thread_header {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -361,7 +361,7 @@ div {
|
|||||||
|
|
||||||
.post {
|
.post {
|
||||||
background-color: #D6DAF0;
|
background-color: #D6DAF0;
|
||||||
|
|
||||||
border: 1px solid #B7C5D9;
|
border: 1px solid #B7C5D9;
|
||||||
border-left: none;
|
border-left: none;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
@ -376,7 +376,7 @@ div {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
float: left;
|
float: left;
|
||||||
clear: both;
|
clear: both;
|
||||||
*/
|
*/
|
||||||
min-width: 500px;
|
min-width: 500px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -453,7 +453,7 @@ div {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.thumbnail {
|
.thumbnail {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 5px 20px;
|
margin: 5px 20px;
|
||||||
border: medium none;
|
border: medium none;
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
@ -609,7 +609,7 @@ textarea#reply-text {
|
|||||||
[type=checkbox] {
|
[type=checkbox] {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
:checked + div {
|
:checked + span {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -667,7 +667,7 @@ th > label {
|
|||||||
|
|
||||||
@keyframes flash {
|
@keyframes flash {
|
||||||
0% { opacity: 1;}
|
0% { opacity: 1;}
|
||||||
49% { opacity: 1; }
|
49% { opacity: 1s; }
|
||||||
50% { opacity: 0; }
|
50% { opacity: 0; }
|
||||||
100% { opacity: 0; }
|
100% { opacity: 0; }
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user