Browse Source

Revert "style.css fixes"

This reverts commit 5032bba6af.
pull/40/head
Marcin Łabanowski 11 years ago
parent
commit
4787328281
  1. 9
      stylesheets/style.css

9
stylesheets/style.css

@ -1,5 +1,5 @@
body {
background: #1E1E1E;
background: #EEF2FF url('img/fade-blue.png') repeat-x 50% 0%;
color: black;
font-family: arial, helvetica, sans-serif;
font-size: 10pt;
@ -53,7 +53,7 @@ h1 {
margin: 0;
}
header div.subtitle, h1 {
/* color: #CCCCCC; */
color: #AF0A0F;
text-align: center;
}
header div.subtitle {
@ -104,7 +104,6 @@ form table tr td div label {
}
.unimportant, .unimportant * {
font-size: 10px;
/* color: #CCCCCC; */
}
p.fileinfo {
display: block;
@ -282,6 +281,7 @@ span.spoiler:hover, div.post.reply div.body span.spoiler:hover a {
div.styles {
float: right;
padding-bottom: 20px;
}
div.styles a {
margin: 0 10px;
@ -347,7 +347,7 @@ div.boardlist a {
text-decoration: none;
}
div.report {
color: #AA0000;
color: #333;
}
table.modlog {
margin: auto;
@ -456,4 +456,3 @@ table.mod.config-editor input[type="text"] {
.thread-hidden {
opacity: 0.5;
}

Loading…
Cancel
Save