Update krautchan.css

This commit is contained in:
noxy 2017-02-04 10:33:34 +00:00
parent c56ddc5ceb
commit 805879e1d6

View File

@ -1,5 +1,5 @@
body { body {
margin: 1em auto 3em auto; margin: 0em auto 3em auto;
background-color: #eeeeee; background-color: #eeeeee;
color: #fff; color: #fff;
font-family: sans-serif; font-family: sans-serif;
@ -16,7 +16,7 @@ a:hover {
} }
.thumb { .thumb {
border: 2px solid #3333cc; border: 2px solid #313370;
} }
.wrapper { .wrapper {
@ -26,11 +26,19 @@ a:hover {
.navbar { .navbar {
text-align: center;
margin-top: 7px; margin-top: 7px;
color: #313370; color: #313370;
margin: 0 auto;
width: 100%;
border-bottom: 2px solid;
padding-top: 5px;
padding-bottom: 5px;
font-weight: bold;
background: #aaaacc;
top: 0;
} }
input, select, textarea { input, select, textarea {
border: 1px double #3333cc; border: 1px double #3333cc;
background: #eeeeee; background: #eeeeee;
@ -70,11 +78,12 @@ code {
.return { .return {
text-align: center; text-align: center;
border: 2px solid #313370; border-bottom: 2px solid #313370;
width: 888px; width: 100%;
margin: 0 auto; margin: 0 auto;
background: #aaaacc; background: #aaaacc;
margin-bottom: 5px; margin-bottom: 5px;
top: 0;
} }
.controls { .controls {
@ -86,6 +95,7 @@ code {
background: #aaaacc; background: #aaaacc;
padding-top: 0; padding-top: 0;
border: 2px solid #313370; border: 2px solid #313370;
margin-top: 35px;
} }
.medium, .thumbnail { .medium, .thumbnail {