Update coldblue.css
This commit is contained in:
parent
de007db524
commit
c56ddc5ceb
|
@ -4,11 +4,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 1em auto 3em auto;
|
margin: 0em auto 3em auto;
|
||||||
background-color: #0B111D;
|
background-color: #0B111D;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: "Cyberfall";
|
font-family: "Cyberfall";
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
@ -21,10 +21,11 @@ a:hover {
|
||||||
|
|
||||||
.return {
|
.return {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border: 2px solid #154d71;
|
border-bottom: 2px solid #154d71;
|
||||||
width: 888px;
|
width: 100%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
background: #121323;
|
background: #121323;
|
||||||
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.controls {
|
.controls {
|
||||||
|
@ -34,10 +35,26 @@ a:hover {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
background: #121323;
|
background: #121323;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
margin-top: 5px;
|
margin-top: 35px;
|
||||||
border: 2px solid #154d71;
|
border: 2px solid #154d71;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar {
|
||||||
|
margin: 0 auto;
|
||||||
|
width: 100%;
|
||||||
|
border: 0;
|
||||||
|
padding-top: 5px;
|
||||||
|
padding-bottom: 5px;
|
||||||
|
font-weight: bold;
|
||||||
|
position: fixed;
|
||||||
|
overflow: visible;
|
||||||
|
z-index: 999;
|
||||||
|
background-color: #0b111d;
|
||||||
|
border-bottom: 2px solid #207ea4;
|
||||||
|
text-align: center;
|
||||||
|
top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.medium, .thumbnail {
|
.medium, .thumbnail {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user