Merge branch 'f0ckdev' into 'master'

F0ckdev

kaltes css :3

See merge request !44
This commit is contained in:
noxy 2016-11-19 09:50:44 +00:00
commit 8e5bf0c4a0
2 changed files with 49 additions and 0 deletions

45
s/coldblue.css Normal file
View File

@ -0,0 +1,45 @@
@font-face {
font-family: "Cyberfall";
src: url(https://dr0p.it/Clgl.otf) format("opentype");
}
body {
margin: 1em auto 3em auto;
background-color: #0B111D;
color: #fff;
font-family: "Cyberfall";
font-size: 12px;
}
a {
color: #00ffed;
}
a:hover {
color: #00b4ef;
}
.panel {
margin-bottom: 0;
background-color: rgb(18, 19, 35);
border: 5px solid #154D71;
border-radius: 0px;
padding-left: 10px;
padding-right: 10px;
width: 25%;
float: left;
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;
}

View File

@ -11,6 +11,10 @@ var themes = [ {
file : 'term.css',
label : 'TERM',
id : 'TERM'
}, {
file : 'coldblue.css',
label : 'COLD',
id : 'COLD'
}];
var customCss;
var addedTheme;