neues design term
This commit is contained in:
parent
a01a327e8b
commit
eaa87c5ce6
69
s/term.css
Normal file
69
s/term.css
Normal file
@ -0,0 +1,69 @@
|
|||||||
|
@import url('https://fonts.googleapis.com/css?family=VT323');
|
||||||
|
|
||||||
|
body {
|
||||||
|
margin: 1em auto 3em auto;
|
||||||
|
background-color: #040404;
|
||||||
|
color: #fff;
|
||||||
|
font-family: 'VT323', 'Courier', monospace;
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
a#holland {
|
||||||
|
color: #00E3E3;
|
||||||
|
text-shadow: 0 0 20px #00E3E3;
|
||||||
|
}
|
||||||
|
|
||||||
|
span.id {
|
||||||
|
color: #00DF00;
|
||||||
|
text-shadow: 0 0 20px #00DF00;
|
||||||
|
}
|
||||||
|
|
||||||
|
input, select, textarea {
|
||||||
|
border: 1px double #ff00f7;
|
||||||
|
background: #282A2E;
|
||||||
|
color: #f1e3ce;
|
||||||
|
font-family: 'VT323', 'Courier', monospace;
|
||||||
|
font-size: 80%;
|
||||||
|
-moz-box-shadow: 0px 0px 37px 5px rgba(43,255,0,1);
|
||||||
|
-webkit-box-shadow: 0px 0px 10px 0px rgba(255,0,247,1);
|
||||||
|
-moz-box-shadow: 0px 0px 10px 0px rgba(255,0,247,1);
|
||||||
|
box-shadow: 0px 0px 10px 0px rgba(255,0,247,1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.return {
|
||||||
|
text-align: center;
|
||||||
|
font-size: 50px;
|
||||||
|
color: #00DF00;
|
||||||
|
text-shadow: 0 0 20px #00DF00;
|
||||||
|
}
|
||||||
|
|
||||||
|
a#next {
|
||||||
|
color: #00DF00;
|
||||||
|
text-shadow: 0 0 20px #00DF00;
|
||||||
|
}
|
||||||
|
|
||||||
|
a#random {
|
||||||
|
color: #00DF00;
|
||||||
|
text-shadow: 0 0 20px #00DF00;
|
||||||
|
}
|
||||||
|
|
||||||
|
a#prev {
|
||||||
|
color: #00DF00;
|
||||||
|
text-shadow: 0 0 20px #00DF00;
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel {
|
||||||
|
margin-bottom: 0;
|
||||||
|
background-color: rgba(16, 16, 16, 0.61);
|
||||||
|
border: 5px solid #383838;
|
||||||
|
border-radius: 0px;
|
||||||
|
padding-left: 10px;
|
||||||
|
padding-right: 10px;
|
||||||
|
width: 25%;
|
||||||
|
float: left;
|
||||||
|
position: relative;
|
||||||
|
min-height: 1px;
|
||||||
|
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,255,30,1);
|
||||||
|
-moz-box-shadow: 10px 10px 5px 0px rgba(0,255,30,1);
|
||||||
|
box-shadow: 10px 10px 5px 0px rgba(0,255,30,1);
|
||||||
|
}
|
@ -6,7 +6,11 @@ var themes = [ {
|
|||||||
file : 'pink.css',
|
file : 'pink.css',
|
||||||
label : 'pinkf0ck',
|
label : 'pinkf0ck',
|
||||||
id : 'pink'
|
id : 'pink'
|
||||||
} ];
|
}, {
|
||||||
|
file : 'term.css',
|
||||||
|
label : 'TERM',
|
||||||
|
id : 'TERM'
|
||||||
|
}];
|
||||||
|
|
||||||
var customCss;
|
var customCss;
|
||||||
var addedTheme;
|
var addedTheme;
|
||||||
|
Loading…
Reference in New Issue
Block a user