Archived
1
0

define table classes

defines classes to fix background colors bleeding through on some of the graphs and adds some spacing between graphs (3cecde002ed9c42197)
This commit is contained in:
4cdn 2015-11-22 15:59:21 -05:00
parent fed34ed622
commit 6e87271483

View File

@ -36,16 +36,30 @@ textarea {
} }
pre { pre {
white-space: pre-wrap; white-space: pre-wrap;
background: #3f3f3f; background: #3f3f3f;
color: #d17600; color: #d17600;
display: inline-block; display: inline-block;
overflow-wrap: break-word; overflow-wrap: break-word;
word-wrap: break-word; word-wrap: break-word;
} }
td { td {
background-color: dimgrey; background-color: dimgrey;
}
.board_td {
position: relative; left: 2px;
}
.posts_td {
position: relative; left: -2px;
}
#overview_graph {
position: relative;
top: 2px;
background: dimgrey;
} }
.reply, .ukko_thread_header { .reply, .ukko_thread_header {
@ -56,10 +70,6 @@ legend {
/* background-color: #525252; */ /* background-color: #525252; */
} }
tr {
background: #202123;
}
hr { hr {
height: 0px; height: 0px;
border-width: 1px medium medium; border-width: 1px medium medium;
@ -89,7 +99,6 @@ a:visited {
box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.15); box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.15);
background: #202331; background: #202331;
color: #616383; color: #616383;
} }
.navbar-sep { .navbar-sep {