f0ckv1/s/master.css

159 lines
2.6 KiB
CSS
Raw Normal View History

2017-10-21 00:28:33 +00:00
@import url('https://fonts.googleapis.com/css?family=Space+Mono');
body {
font-family: 'Space Mono', monospace;
font-size: 13px;
}
.mudderfigg {
padding: 10px;
border-radius: 5px;
display: flex;
justify-content: space-between;
}
.id {
text-align: center;
background: #262626;
padding: 5px;
border-radius: 0;
color: white;
vertical-align: baseline;
border: 1px solid #99ff00;
}
.id > a {
color: #99ff00;
}
.panel {
padding-left: 5px;
padding-right: 5px;
border-top: 2px dotted #99ff00;
}
.panel.info {
margin-top: 0px;
2017-12-23 21:46:47 +00:00
width: 1200px;
2017-10-21 00:28:33 +00:00
border: 1px solid black;
}
.wrapper {
margin: 0 auto;
2017-12-23 21:46:47 +00:00
width: 1200px;
2017-10-21 00:28:33 +00:00
border-left: 1px solid black;
border-right: 1px solid black;
}
.medium, .thumbnail {
display: flex;
justify-content: space-between;
margin-top: 0px;
background: #484747;
border: 0px solid #99ff00;
padding: 5px;
2017-09-03 19:10:16 +00:00
}
.controls {
2017-10-21 00:28:33 +00:00
border-bottom: 1px solid;
2017-12-23 21:46:47 +00:00
width: 1200px;
2017-10-21 00:28:33 +00:00
margin-top: 35px;
border: 1px solid black;
}
a#next, a#prev {
position: relative;
font-weight: normal;
top: 0px;
bottom: 932px;
2017-12-23 21:46:47 +00:00
margin: unset;
2017-10-21 00:28:33 +00:00
font-size: 18px;
color: #99ff00;
padding: 140px 40px 140px 40px;
cursor: pointer;
-webkit-transform: translateZ(0);
align-content: inherit;
2017-12-23 21:46:47 +00:00
align-self: center;
2017-10-21 00:28:33 +00:00
}
2017-12-23 22:23:53 +00:00
img.van {
width: 171px;
height: 28px;
background-image: url(/s/f0ck_small.png);
2017-12-24 02:37:33 +00:00
background-position: 0px -1px;
border: 1px solid transparent;
background-repeat: no-repeat;
2017-12-23 22:23:53 +00:00
}
2017-09-03 17:12:59 +00:00
.van {
2017-09-03 17:10:12 +00:00
border: 0;
box-shadow: none;
}
2017-09-03 19:11:57 +00:00
.navbar {
padding-top: 0;
padding-bottom: 0;
2017-09-09 18:56:46 +00:00
}
2017-10-21 00:28:33 +00:00
.return {
padding: 0;
margin-top: -35px;
top: inherit;
}
.audiojs {
height: 360px;
width: 640px;
2017-11-25 23:15:15 +00:00
background-color: transparent;
2017-10-21 00:28:33 +00:00
}
input, select, textarea {
border: unset;
background: #262626;
color: #f1e3ce;
font-family: 'Space Mono', monospace;
font-size: 99%;
}
/* Blöde Box */
2017-10-20 10:01:51 +00:00
/*body:after {
2017-09-15 05:56:17 +00:00
content: "gemaked vong 1 spast, 1 nudelsuppe unt 1 hunt. hypfer isd doof.";
2017-09-09 18:56:46 +00:00
position: fixed;
background: #484747;
bottom: 0;
right: 0;
2017-09-09 20:40:39 +00:00
color: #9f0;
2017-09-09 18:56:46 +00:00
border-left: 1px solid black;
border-top: 1px solid black;
padding: 5px;
2017-10-20 10:01:51 +00:00
}*/
2017-10-20 10:42:03 +00:00
2017-11-25 20:45:04 +00:00
.my-video-dimensions {
2017-12-23 21:46:47 +00:00
width: 900px;
2017-11-25 20:45:04 +00:00
height: auto;
2017-12-23 21:46:47 +00:00
min-height: 500px;
2017-11-25 20:45:04 +00:00
}
img#f0ck-image {
2017-12-23 21:46:47 +00:00
max-width: 100%;
max-height: 500px;
2017-11-25 20:45:04 +00:00
}
2017-11-25 23:15:15 +00:00
.vjs-audio.vjs-has-started .vjs-poster {
display: block;
background-size: cover;
}
2017-11-25 23:29:28 +00:00
.vjs-poster {
background-size: cover;
}
2017-12-01 18:18:55 +00:00
a#elfe {
display: flex;
justify-content: center;
align-self: center;
max-height: fit-content;
max-height: -moz-fit-content;
2017-12-01 18:18:55 +00:00
}