Update term.css
This commit is contained in:
parent
6dce45052c
commit
2c05b3905a
24
s/term.css
24
s/term.css
|
@ -1,7 +1,7 @@
|
||||||
@import url('https://fonts.googleapis.com/css?family=VT323');
|
@import url('https://fonts.googleapis.com/css?family=VT323');
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 1em auto 3em auto;
|
margin: 0em auto 3em auto;
|
||||||
background-color: #040404;
|
background-color: #040404;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: 'VT323', 'Courier', monospace;
|
font-family: 'VT323', 'Courier', monospace;
|
||||||
|
@ -36,7 +36,8 @@ input, select, textarea {
|
||||||
color: #00DF00;
|
color: #00DF00;
|
||||||
text-shadow: 0 0 20px #00DF00;
|
text-shadow: 0 0 20px #00DF00;
|
||||||
background: #0b0b0b;
|
background: #0b0b0b;
|
||||||
border: 2px solid #0a842a;
|
border-bottom: 2px solid #0a842a;
|
||||||
|
margin-top: -90px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.controls {
|
.controls {
|
||||||
|
@ -47,7 +48,7 @@ input, select, textarea {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
background: #0b0b0b;
|
background: #0b0b0b;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
margin-top: 5px;
|
margin-top: 90px;
|
||||||
border: 2px solid #0a842a;
|
border: 2px solid #0a842a;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -99,6 +100,23 @@ a#prev {
|
||||||
border: 2px solid #00df00;
|
border: 2px solid #00df00;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.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: #0b0b0b;
|
||||||
|
border-bottom: 2px solid #00df00;
|
||||||
|
text-align: center;
|
||||||
|
top: 0;
|
||||||
|
color: #00df00;
|
||||||
|
}
|
||||||
|
|
||||||
.navbar>a {
|
.navbar>a {
|
||||||
color: rgba(43,255,0,1);
|
color: rgba(43,255,0,1);
|
||||||
text-shadow: 0 0 20px #00DF00;
|
text-shadow: 0 0 20px #00DF00;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user