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