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');
|
||||
|
||||
body {
|
||||
margin: 1em auto 3em auto;
|
||||
margin: 0em auto 3em auto;
|
||||
background-color: #040404;
|
||||
color: #fff;
|
||||
font-family: 'VT323', 'Courier', monospace;
|
||||
|
@ -36,7 +36,8 @@ input, select, textarea {
|
|||
color: #00DF00;
|
||||
text-shadow: 0 0 20px #00DF00;
|
||||
background: #0b0b0b;
|
||||
border: 2px solid #0a842a;
|
||||
border-bottom: 2px solid #0a842a;
|
||||
margin-top: -90px;
|
||||
}
|
||||
|
||||
.controls {
|
||||
|
@ -47,7 +48,7 @@ input, select, textarea {
|
|||
margin: 0 auto;
|
||||
background: #0b0b0b;
|
||||
padding-top: 0;
|
||||
margin-top: 5px;
|
||||
margin-top: 90px;
|
||||
border: 2px solid #0a842a;
|
||||
}
|
||||
|
||||
|
@ -99,6 +100,23 @@ a#prev {
|
|||
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 {
|
||||
color: rgba(43,255,0,1);
|
||||
text-shadow: 0 0 20px #00DF00;
|
||||
|
|
Loading…
Reference in New Issue
Block a user