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;
}
.name , .subject {
font-weight: bold;
}
@ -16,7 +15,6 @@
text-align: center;
}
input {
width: 70%;
}
@ -47,7 +45,21 @@ pre {
}
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 {
@ -58,10 +70,6 @@ legend {
/* background-color: #525252; */
}
tr {
background: #202123;
}
hr {
height: 0px;
border-width: 1px medium medium;
@ -69,17 +77,16 @@ hr {
border-style: solid none none;
}
a:hover , a:visited:hover {
color: #f13333;
}
a {
color: #0C2FF3;
color: cornflowerblue;
}
a:visited {
color: #5E00A0;
color: #0C2FF3;
}
.navbar {
@ -91,12 +98,11 @@ a:visited {
z-index: 20;
box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.15);
background: #202331;
color: #616383;
color: lightgray;
}
.navbar-sep {
color: black;
color: darkgray;
}
#postform_container {
@ -176,7 +182,7 @@ html {
100% {background-color: green; color: white; }
}
.psy > p {
.psy {
animation: psych 2s linear infinite;
display: inline-block;
}
@ -240,6 +246,10 @@ html {
width: 80%;
}
#postform_attachment {
max-width: 330px;
}
#faq > div {
margin-left: 20%;
width: 50%;
@ -308,7 +318,6 @@ textarea#reply-text {
right: 0;
}
hr {
padding-bottom: 20px;
}