2017-12-15 12:25:51 +00:00
|
|
|
@import url('https://fonts.googleapis.com/css?family=Orbitron');
|
|
|
|
|
|
|
|
body {
|
|
|
|
background: black;
|
|
|
|
font-family: 'Orbitron', sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar, .return {
|
|
|
|
background-color: #000000;
|
|
|
|
border-bottom: 2px solid #f50083;
|
|
|
|
box-shadow: 0px -2px 20px #f600c1;
|
|
|
|
}
|
|
|
|
|
|
|
|
img.van {
|
2017-12-23 22:24:36 +00:00
|
|
|
width: 171px;
|
|
|
|
height: 28px;
|
|
|
|
background-image: url(/s/x34_f0ck_logo.png);
|
2017-12-15 12:25:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a, a:hover {
|
|
|
|
color: #f50083;
|
|
|
|
text-shadow: 0px 0px 10px #f50083;
|
|
|
|
}
|
|
|
|
|
|
|
|
.thumb {
|
|
|
|
box-shadow: 0 0 10px #f50083;
|
|
|
|
border: 2px solid #f50083;
|
|
|
|
}
|
|
|
|
|
|
|
|
.return {
|
|
|
|
margin-top: -40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.controls {
|
|
|
|
margin-top: 40px;
|
|
|
|
background: #050505;
|
|
|
|
}
|
|
|
|
|
|
|
|
.medium, .thumbnail {
|
|
|
|
background: #050505;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel {
|
|
|
|
background-color: #050505;
|
|
|
|
}
|
|
|
|
|
|
|
|
.id {
|
|
|
|
background: #000000;
|
|
|
|
border: 1px solid #f50083;
|
|
|
|
}
|
|
|
|
|
|
|
|
a#next, a#prev {
|
|
|
|
color: #f50083;
|
|
|
|
}
|
|
|
|
|
|
|
|
.id > a {
|
|
|
|
color: #f50083;
|
|
|
|
}
|
|
|
|
|
|
|
|
input, select, textarea {
|
|
|
|
background: #000000;
|
|
|
|
font-family: 'Orbitron', sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
.video-js .vjs-play-progress, .video-js .vjs-volume-level {
|
|
|
|
background-color: #f50083;
|
|
|
|
}
|
|
|
|
|
|
|
|
.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus, .video-js .vjs-big-play-button:active {
|
|
|
|
background-color: #f50083;
|
|
|
|
}
|
|
|
|
|
|
|
|
.video-js .vjs-control-bar {
|
|
|
|
background-color: #000000 !important;
|
|
|
|
}
|