Update krautchan.css
This commit is contained in:
parent
4174b25ba1
commit
f3f4a1d572
|
@ -19,6 +19,12 @@ a:hover {
|
||||||
border: 2px solid #3333cc;
|
border: 2px solid #3333cc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wrapper {
|
||||||
|
margin: 0 auto;
|
||||||
|
width: 888px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 7px;
|
margin-top: 7px;
|
||||||
|
@ -37,7 +43,7 @@ input, select, textarea {
|
||||||
.panel {
|
.panel {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
background-color: #aaaacc;
|
background-color: #aaaacc;
|
||||||
border: 5px solid #313370;
|
border: 2px solid #313370;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
|
@ -65,7 +71,7 @@ code {
|
||||||
.return {
|
.return {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
width: 300px;
|
width: 888px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
background: #aaaacc;
|
background: #aaaacc;
|
||||||
}
|
}
|
||||||
|
@ -74,7 +80,7 @@ code {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #3333cc;
|
color: #3333cc;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
width: 300px;
|
width: 888px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
border-left: 1px solid black;
|
border-left: 1px solid black;
|
||||||
background: #aaaacc;
|
background: #aaaacc;
|
||||||
|
@ -83,6 +89,22 @@ code {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.medium, .thumbnail {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
margin-top: 5px;
|
||||||
|
background: #aaaacc;
|
||||||
|
border: 2px solid #313370;
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel.info {
|
||||||
|
margin: 0 auto;
|
||||||
|
margin-top: 5px;
|
||||||
|
float: none;
|
||||||
|
width: 888px;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
margin-top: 7px;
|
margin-top: 7px;
|
||||||
color: #313370;
|
color: #313370;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user