Update cyber.css
This commit is contained in:
parent
0f55c80224
commit
4174b25ba1
37
s/cyber.css
37
s/cyber.css
|
@ -34,8 +34,33 @@ a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
animation: glitch2 2s steps(100) infinite;
|
animation: glitch2 2s steps(100) infinite;
|
||||||
color: white;
|
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 {
|
.thumb {
|
||||||
border: 2px solid rgb(4, 232, 189);
|
border: 2px solid rgb(4, 232, 189);
|
||||||
}
|
}
|
||||||
|
@ -77,7 +102,17 @@ a#holland:hover {
|
||||||
/* PANEL */
|
/* PANEL */
|
||||||
.panel {
|
.panel {
|
||||||
background-color: rgba(4, 27, 23, 0.61);
|
background-color: rgba(4, 27, 23, 0.61);
|
||||||
border: 5px solid #9a0039;
|
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 {
|
@keyframes noise-anim {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user