Update krautchan.css
This commit is contained in:
parent
c56ddc5ceb
commit
805879e1d6
|
@ -1,5 +1,5 @@
|
|||
body {
|
||||
margin: 1em auto 3em auto;
|
||||
margin: 0em auto 3em auto;
|
||||
background-color: #eeeeee;
|
||||
color: #fff;
|
||||
font-family: sans-serif;
|
||||
|
@ -16,7 +16,7 @@ a:hover {
|
|||
}
|
||||
|
||||
.thumb {
|
||||
border: 2px solid #3333cc;
|
||||
border: 2px solid #313370;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
|
@ -26,11 +26,19 @@ a:hover {
|
|||
|
||||
|
||||
.navbar {
|
||||
text-align: center;
|
||||
margin-top: 7px;
|
||||
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 {
|
||||
border: 1px double #3333cc;
|
||||
background: #eeeeee;
|
||||
|
@ -70,11 +78,12 @@ code {
|
|||
|
||||
.return {
|
||||
text-align: center;
|
||||
border: 2px solid #313370;
|
||||
width: 888px;
|
||||
border-bottom: 2px solid #313370;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
background: #aaaacc;
|
||||
margin-bottom: 5px;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.controls {
|
||||
|
@ -86,6 +95,7 @@ code {
|
|||
background: #aaaacc;
|
||||
padding-top: 0;
|
||||
border: 2px solid #313370;
|
||||
margin-top: 35px;
|
||||
}
|
||||
|
||||
.medium, .thumbnail {
|
||||
|
|
Loading…
Reference in New Issue
Block a user