Archived
1
0
This commit is contained in:
Jeff Becker 2017-02-05 11:18:06 -05:00
parent e800f9cfd0
commit ccefab982f

View File

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