Update term.css

This commit is contained in:
noxy 2017-02-01 12:06:06 +00:00
parent a9fa460b67
commit 67714ace62

View File

@ -35,6 +35,29 @@ input, select, textarea {
font-size: 50px;
color: #00DF00;
text-shadow: 0 0 20px #00DF00;
background: #0b0b0b;
border: 2px solid #0a842a;
}
.controls {
text-align: center;
color: #00d500;
font-weight: bold;
width: 888px;
margin: 0 auto;
background: #0b0b0b;
padding-top: 0;
margin-top: 5px;
border: 2px solid #0a842a;
}
.medium, .thumbnail {
display: flex;
justify-content: center;
margin-top: 5px;
background: #0b0b0b;
border: 2px solid #0a842a;
padding: 5px;
}
a#next {
@ -55,7 +78,7 @@ a#prev {
.panel {
margin-bottom: 0;
background-color: rgba(16, 16, 16, 0.61);
border: 5px solid #0b842b;
border: 2px solid #0b842b;
border-radius: 0px;
padding-left: 10px;
padding-right: 10px;
@ -63,9 +86,6 @@ a#prev {
float: left;
position: relative;
min-height: 1px;
-webkit-box-shadow: 10px 10px 0px 0px rgba(0,255,30,1);
-moz-box-shadow: 10px 10px 0px 0px rgba(0,255,30,1);
box-shadow: 10px 10px 0px 0px rgba(0,255,30,1);
}
.thumb:hover {