Merge branch 'f0ckdev' into 'master'

F0ckdev

1 weiteres design und ein kleiner color change :3

See merge request !20
This commit is contained in:
noxy 2016-11-05 18:18:22 +00:00
commit 976af05ccb
3 changed files with 57 additions and 4 deletions

53
s/pink.css Normal file
View File

@ -0,0 +1,53 @@
.thumb {
border: 2px solid #ff008d;
}
body {
margin: 1em auto 3em auto;
background-color: #1b1a1a;
color: #848484;
font-family: Monospace;
font-size: 12px;
}
a {
color: #fff;
}
a:hover {
color: #ff008d;
}
input, select, textarea {
border: 1px double #ff008d;
background: #2f2f2f;
color: #ffffff;
font-family: 'Hack', monospace, sans-serif;
font-size: 80%;
}
.return {
text-align: center;
font-size: 25px;
}
span.id {
color: #ffffff;
}
a#holland {
color: #ff008d;
}
.panel {
margin-bottom: 0;
background-color: rgba(34, 34, 34, 0.61);
border: 5px solid #ff008d;
border-radius: 0px;
padding-left: 10px;
padding-right: 10px;
width: 25%;
float: left;
position: relative;
min-height: 1px;
}

View File

@ -15,7 +15,7 @@ body {
}
input, select, textarea {
border: 1px double #07371F;
border: 1px double #99ff00;
background: #282A2E;
color: #f1e3ce;
font-family: 'Hack', monospace, sans-serif;

View File

@ -3,9 +3,9 @@ var themes = [ {
label : 'Cyber',
id : 'cyber'
}, {
file : 'jungle.css',
label : 'Jungle',
id : 'jungle'
file : 'pink.css',
label : 'pinkf0ck',
id : 'pink'
} ];
var customCss;