Update cyber.css
This commit is contained in:
parent
6d375eb35f
commit
46a7d90c45
48
s/cyber.css
48
s/cyber.css
|
@ -14,12 +14,14 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
input, select, textarea {
|
input, select, textarea {
|
||||||
border: 1px double #00ffc4;
|
border: 1px double #00ffc4;
|
||||||
border-radius: 5px;
|
border-radius: 0;
|
||||||
background: #9a0039;
|
background: #9a0039;
|
||||||
color: #ACACAC;
|
color: #04e8bd;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
font-family: 'Oswald', sans-serif;
|
font-family: 'Oswald', sans-serif;
|
||||||
|
margin-top: 3px;
|
||||||
|
margin-bottom: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
|
@ -34,8 +36,27 @@ 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;
|
border-bottom: 2px solid #9a0039;
|
||||||
background-color: #061412;
|
background-color: #061412;
|
||||||
|
margin-top: -60px;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul#posts {
|
||||||
|
width: calc(100% - 210px);
|
||||||
|
margin: 0;
|
||||||
|
margin-left: 100px;
|
||||||
|
padding: 0;
|
||||||
|
list-style: none;
|
||||||
|
display: -webkit-box;
|
||||||
|
display: -webkit-flex;
|
||||||
|
display: -moz-box;
|
||||||
|
display: -ms-flexbox;
|
||||||
|
display: flex;
|
||||||
|
-webkit-flex-flow: row wrap;
|
||||||
|
flex-flow: row wrap;
|
||||||
|
justify-content: flex-start;
|
||||||
|
-webkit-justify-content: flex-start;
|
||||||
|
padding-top: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.controls {
|
.controls {
|
||||||
|
@ -46,8 +67,8 @@ a:hover {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
background: #061412;
|
background: #061412;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
margin-top: 5px;
|
border: 2px solid #9a0039;
|
||||||
border: 1px solid #9a0039;
|
margin-top: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.medium, .thumbnail {
|
.medium, .thumbnail {
|
||||||
|
@ -91,7 +112,7 @@ a#prev:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
a#holland {
|
a#holland {
|
||||||
color: white;
|
color: #01f4b5;
|
||||||
}
|
}
|
||||||
|
|
||||||
a#holland:hover {
|
a#holland:hover {
|
||||||
|
@ -108,11 +129,12 @@ a#holland:hover {
|
||||||
.navbar {
|
.navbar {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 7px;
|
margin-top: 7px;
|
||||||
width: 888px;
|
width: 100%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
border: 2px solid #9a0039;
|
border-bottom: 2px solid #9a0039;
|
||||||
background: #061412;
|
background: #061412;
|
||||||
padding-bottom: 3px;
|
padding-bottom: 5px;
|
||||||
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.plyr--audio .plyr__controls {
|
.plyr--audio .plyr__controls {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user