Update coldblue.css

This commit is contained in:
noxy 2017-02-01 12:09:29 +00:00
parent 67714ace62
commit ca74a205ca

View File

@ -1,45 +1,72 @@
@font-face { @font-face {
font-family: "Cyberfall"; font-family: "Cyberfall";
src: url(https://dr0p.it/Clgl.otf) format("opentype"); src: url(https://dr0p.it/Clgl.otf) format("opentype");
} }
body { body {
margin: 1em auto 3em auto; margin: 1em 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 {
color: #00ffed; color: #00ffed;
} }
a:hover { a:hover {
color: #00b4ef; color: #00b4ef;
} }
.panel { .return {
margin-bottom: 0; text-align: center;
background-color: rgb(18, 19, 35); border: 2px solid #154d71;
border: 5px solid #154D71; width: 888px;
border-radius: 0px; margin: 0 auto;
padding-left: 10px; background: #121323;
padding-right: 10px; }
width: 25%;
float: left; .controls {
position: relative; text-align: center;
min-height: 1px; color: #00ffed;
} width: 888px;
margin: 0 auto;
input, select, textarea { background: #121323;
border: 1px double #00edff; padding-top: 0;
background: #282A2E; margin-top: 5px;
color: #f1e3ce; border: 2px solid #154d71;
font-family: 'Hack', monospace, sans-serif; }
font-size: 80%;
} .medium, .thumbnail {
display: flex;
.thumb { justify-content: center;
border: 2px solid #207ea4; margin-top: 5px;
} background: #121323;
border: 2px solid #154d71;
padding: 5px;
}
.panel {
margin-bottom: 0;
background-color: rgb(18, 19, 35);
border: 2px solid #154D71;
border-radius: 0px;
padding-left: 10px;
padding-right: 10px;
width: 25%;
position: relative;
min-height: 1px;
}
input, select, textarea {
border: 1px double #00edff;
background: #282A2E;
color: #f1e3ce;
font-family: 'Hack', monospace, sans-serif;
font-size: 80%;
}
.thumb {
border: 2px solid #207ea4;
}