Update pink.css

This commit is contained in:
noxy 2017-02-04 10:10:12 +00:00
parent 46a7d90c45
commit 6dce45052c

View File

@ -3,13 +3,14 @@
}
body {
margin: 1em auto 3em auto;
margin: 0em auto 3em auto;
background-color: #1b1a1a;
color: #848484;
font-family: Monospace;
font-size: 12px;
}
a {
color: #fff;
}
@ -29,7 +30,8 @@ input, select, textarea {
.return {
text-align: center;
font-size: 25px;
border: 2px solid #ff008d;
border-bottom: 2px solid #ff008d;
margin-top: -55px;
}
.controls {
@ -40,10 +42,27 @@ input, select, textarea {
margin: 0 auto;
background: #484747;
padding-top: 0;
margin-top: 5px;
margin-top: 55px;
border: 2px solid #ff008d;
}
.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: #484747;
border-bottom: 2px solid #ff008d;
text-align: center;
top: 0;
color: #ff008d;
}
.medium, .thumbnail {
display: flex;
justify-content: center;