f0ckv1/s/krautchan.css

237 lines
4.7 KiB
CSS
Raw Normal View History

2017-02-01 05:29:33 +00:00
body {
2017-02-04 10:33:34 +00:00
margin: 0em auto 3em auto;
2017-02-01 05:29:33 +00:00
background-color: #eeeeee;
color: #fff;
font-family: sans-serif;
}
a {
color: #3333cc;
font-weight: bold;
text-decoration: none;
}
a:hover {
color: #3d3dff;
}
.thumb {
2017-02-04 10:33:34 +00:00
border: 2px solid #313370;
2017-02-01 05:29:33 +00:00
}
2017-02-01 11:55:57 +00:00
.wrapper {
margin: 0 auto;
width: 888px;
}
2017-02-01 05:29:33 +00:00
.navbar {
margin-top: 7px;
color: #313370;
2017-02-04 10:33:34 +00:00
margin: 0 auto;
width: 100%;
border-bottom: 2px solid;
padding-top: 5px;
padding-bottom: 5px;
font-weight: bold;
background: #aaaacc;
top: 0;
2017-02-01 05:29:33 +00:00
}
2017-02-04 10:33:34 +00:00
2017-02-01 05:29:33 +00:00
input, select, textarea {
border: 1px double #3333cc;
background: #eeeeee;
color: #3333cc;
font-family: sans-serif;
font-size: 80%;
font-weight: bold;
}
.panel {
margin-bottom: 0;
background-color: #aaaacc;
2017-02-01 11:55:57 +00:00
border: 2px solid #313370;
2017-02-01 05:29:33 +00:00
border-radius: 0px;
padding-left: 10px;
padding-right: 10px;
width: 25%;
float: left;
position: relative;
min-height: 1px;
color: #000000;
}
.contact {
margin: 20px;
color: #000000;
}
.irc {
margin: 20px;
color: #000000;
}
code {
color: #3d3dff;
2017-02-01 10:22:38 +00:00
}
.return {
text-align: center;
2017-02-04 10:33:34 +00:00
border-bottom: 2px solid #313370;
width: 100%;
2017-02-01 10:22:38 +00:00
margin: 0 auto;
background: #aaaacc;
2017-02-01 11:58:11 +00:00
margin-bottom: 5px;
2017-02-04 10:33:34 +00:00
top: 0;
2017-02-01 10:22:38 +00:00
}
.controls {
text-align: center;
color: #3333cc;
font-weight: bold;
2017-02-01 11:55:57 +00:00
width: 888px;
2017-02-01 10:22:38 +00:00
margin: 0 auto;
background: #aaaacc;
2017-02-01 10:23:58 +00:00
padding-top: 0;
2017-02-01 11:58:11 +00:00
border: 2px solid #313370;
2017-02-04 10:33:34 +00:00
margin-top: 35px;
2017-02-01 10:34:47 +00:00
}
2017-02-01 11:55:57 +00:00
.medium, .thumbnail {
display: flex;
justify-content: center;
margin-top: 5px;
background: #aaaacc;
border: 2px solid #313370;
}
.panel.info {
margin: 0 auto;
margin-top: 5px;
float: none;
width: 888px;
margin-bottom: 5px;
}
2017-02-02 16:29:49 +00:00
.plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover, .plyr__play-large {
background: #eeeeee;
color: #3535cb;
border-radius: 0;
}
.plyr--video .plyr__controls {
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
padding: 0px 0px 0px;
background: rgb(238, 238, 238);
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
color: #3535cb;
transition: opacity .3s cubic-bezier(0.12, 0.63, 0.25, 1);
}
span.plyr__time--current {
color: #000;
}
.plyr__progress--played, .plyr__volume--display {
z-index: 1;
color: #3535cb;
background: 0 0;
transition: none;
}
.plyr--video .plyr__progress--buffer {
color: rgb(49, 51, 112);
}
.plyr--video .plyr__progress--buffer, .plyr--video .plyr__volume--display {
background: rgb(170, 170, 204);
}
.plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
background: #3535cb;
color: #eeeeee;
border-radius: 0;
}
.plyr input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
margin-top: -4px;
position: relative;
height: 16px;
width: 16px;
background: #eeeeee;
border: 2px solid #3535cb;
border-radius: 100%;
transition: background .2s ease,border .2s ease,transform .2s ease;
box-shadow: 0 1px 1px rgba(0,0,0,.15), 0 0 0 1px rgba(0,0,0,.15);
box-sizing: border-box;
}
.plyr input[type=range]:active::-webkit-slider-thumb {
background: #eeeeee;
border-color: #3535cb;
transform: scale(1.25)
}
.plyr__controls button {
position: relative;
display: inline-block;
-ms-flex-negative: 0;
flex-shrink: 0;
overflow: visible;
vertical-align: middle;
padding: 7px;
border: 0;
background: 0 0;
border-radius: 0px;
cursor: pointer;
transition: background .3s ease,color .3s ease,opacity .3s ease;
color: inherit;
}
/* Feuerfick */
.plyr input[type="range"]::-moz-range-thumb {
position: relative;
height: 16px;
width: 16px;
background: #eeeeee;
border: 2px solid #3535cb;
border-radius: 100%;
transition: background .2s ease, border .2s ease, transform .2s ease;
box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
box-sizing: border-box;
}
.plyr input[type=range]:active::-moz-range-thumb {
background: #eeeeee;
border-color: #3535cb;
transform: scale(1.25)
}
/* Audio */
.plyr--audio .plyr__controls {
padding: 0;
border-radius: inherit;
background: #eeeeee;
border: 0;
color: #3333cc;
width: 300px;
padding-right: 5;
height: 32px;
}
.plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover, .plyr__play-large {
background: #3535cb;
color: #eeeeee;
border-radius: 0;
}
.plyr--audio .plyr__progress--buffer, .plyr--audio .plyr__volume--display {
background: rgb(170, 170, 204);
2017-02-01 05:29:33 +00:00
}