Update cyber.css

This commit is contained in:
noxy 2017-02-01 11:51:57 +00:00
parent 0f55c80224
commit 4174b25ba1

View File

@ -34,8 +34,33 @@ a:hover {
text-decoration: none;
animation: glitch2 2s steps(100) infinite;
color: white;
border: 1px solid #9a0039;
background-color: #061412;
}
.controls {
text-align: center;
color: #01f4b5;
font-weight: bold;
width: 888px;
margin: 0 auto;
background: #061412;
padding-top: 0;
margin-top: 5px;
border: 1px solid #9a0039;
}
.medium, .thumbnail {
display: flex;
justify-content: center;
margin-top: 5px;
background: #061412;
border: 2px solid #9a0039;
padding: 5px;
}
.thumb {
border: 2px solid rgb(4, 232, 189);
}
@ -76,8 +101,18 @@ a#holland:hover {
/* PANEL */
.panel {
background-color: rgba(4, 27, 23, 0.61);
border: 5px solid #9a0039;
background-color: rgba(4, 27, 23, 0.61);
border: 2px solid #9a0039;
}
.navbar {
text-align: center;
margin-top: 7px;
width: 888px;
margin: 0 auto;
border: 2px solid #9a0039;
background: #061412;
padding-bottom: 3px;
}
@keyframes noise-anim {