Archived
1
0
This commit is contained in:
chen-chan 2015-12-23 02:53:35 +01:00
parent 404d9952f2
commit 5abbe123c3

View File

@ -7,7 +7,6 @@
color: #117743; color: #117743;
} }
.name , .subject { .name , .subject {
font-weight: bold; font-weight: bold;
} }
@ -16,7 +15,6 @@
text-align: center; text-align: center;
} }
input { input {
width: 70%; width: 70%;
} }
@ -38,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: #1C1C1C;
}
.board_td {
position: relative; left: 2px;
}
.posts_td {
position: relative; left: -2px;
}
#overview_graph {
position: relative;
top: 2px;
background: #1C1C1C;
} }
.reply, .ukko_thread_header { .reply, .ukko_thread_header {
@ -58,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;
@ -69,17 +77,16 @@ hr {
border-style: solid none none; border-style: solid none none;
} }
a:hover , a:visited:hover { a:hover , a:visited:hover {
color: #f13333; color: #f13333;
} }
a { a {
color: #0C2FF3; color: cornflowerblue;
} }
a:visited { a:visited {
color: #5E00A0; color: #0C2FF3;
} }
.navbar { .navbar {
@ -91,12 +98,11 @@ a:visited {
z-index: 20; z-index: 20;
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: lightgray;
} }
.navbar-sep { .navbar-sep {
color: black; color: darkgray;
} }
#postform_container { #postform_container {
@ -110,7 +116,7 @@ a:visited {
} }
th { th {
background: #4DA6BD; background: #4DA6BD;
font-size: 10pt; font-size: 10pt;
padding-left: 10px; padding-left: 10px;
padding-right: 15px; padding-right: 15px;
@ -176,7 +182,7 @@ html {
100% {background-color: green; color: white; } 100% {background-color: green; color: white; }
} }
.psy > p { .psy {
animation: psych 2s linear infinite; animation: psych 2s linear infinite;
display: inline-block; display: inline-block;
} }
@ -240,6 +246,10 @@ html {
width: 80%; width: 80%;
} }
#postform_attachment {
max-width: 330px;
}
#faq > div { #faq > div {
margin-left: 20%; margin-left: 20%;
width: 50%; width: 50%;
@ -308,7 +318,6 @@ textarea#reply-text {
right: 0; right: 0;
} }
hr { hr {
padding-bottom: 20px; padding-bottom: 20px;
} }