227 lines
4.0 KiB
CSS
227 lines
4.0 KiB
CSS
html, body {
|
|
max-height: 100%;
|
|
width: 100%;
|
|
}
|
|
body {
|
|
margin: 1em auto 3em auto;
|
|
background-color: #262626;
|
|
color: #fff;
|
|
font-family: Monospace;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.contact {
|
|
margin: 20px;
|
|
}
|
|
|
|
input, select, textarea {
|
|
border: 1px double #99ff00;
|
|
background: #282A2E;
|
|
color: #f1e3ce;
|
|
font-family: 'Hack', monospace, sans-serif;
|
|
font-size: 80%;
|
|
}
|
|
|
|
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;
|
|
}
|
|
li.post {
|
|
padding: 5px;
|
|
width: 128px;
|
|
height: 128px;
|
|
margin-top: 5px;
|
|
line-height: 128px;
|
|
-webkit-flex: 1 1 auto;
|
|
ms-flex: 1 1 auto;
|
|
flex: 1 1 auto;
|
|
}
|
|
.thumb {
|
|
border: 2px solid #4c4a4a;
|
|
}
|
|
.thumb:hover {
|
|
opacity: 0.7;
|
|
}
|
|
.clear {
|
|
clear: both;
|
|
padding: 1em 0;
|
|
}
|
|
a {
|
|
color: #9f0;
|
|
}
|
|
a:hover {
|
|
color: #74c100;
|
|
}
|
|
|
|
.medium, .thumbnail {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-top: 5px;
|
|
background: #484747;
|
|
border: 2px solid #99ff00;
|
|
padding: 5px;
|
|
}
|
|
|
|
.info {
|
|
padding-top: 5px;
|
|
}
|
|
.id {
|
|
text-align: center;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.controls {
|
|
text-align: center;
|
|
color: #99ff00;
|
|
font-weight: bold;
|
|
width: 888px;
|
|
margin: 0 auto;
|
|
background: #484747;
|
|
padding-top: 0;
|
|
margin-top: 5px;
|
|
border: 2px solid #99ff00;
|
|
}
|
|
|
|
.navbar {
|
|
text-align: center;
|
|
margin-top: 7px;
|
|
}
|
|
|
|
.return {
|
|
text-align: center;
|
|
border: 2px solid #99ff00;
|
|
width: 888px;
|
|
margin: 0 auto;
|
|
background: #484747;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.irc {
|
|
margin: 20px;
|
|
}
|
|
code {
|
|
color: #9df943;
|
|
}
|
|
|
|
.panel {
|
|
margin-bottom: 0;
|
|
background-color: #484747;
|
|
border: 2px solid #99ff00;
|
|
border-radius: 0px;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
width: 25%;
|
|
float: left;
|
|
position: relative;
|
|
min-height: 1px;
|
|
color: #ffffff;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
.panel.info {
|
|
margin: 0 auto;
|
|
margin-top: 5px;
|
|
float: none;
|
|
width: 888px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
|
|
img {
|
|
vertical-align: middle;
|
|
max-height: 770px;
|
|
}
|
|
|
|
.wrapper {
|
|
margin: 0 auto;
|
|
width: 888px;
|
|
}
|
|
|
|
/* Plyr */
|
|
.plyr--audio .plyr__controls {
|
|
padding: 0;
|
|
border-radius: inherit;
|
|
background: #262626;
|
|
border: 0;
|
|
color: #99ff00;
|
|
width: 300px;
|
|
padding-right: 5;
|
|
}
|
|
|
|
.plyr audio, .plyr video {
|
|
width: 100%;
|
|
height: auto;
|
|
vertical-align: middle;
|
|
border-radius: inherit;
|
|
}
|
|
|
|
/* Video Player Style */
|
|
.plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover, .plyr__play-large {
|
|
background: #484747;
|
|
color: #9f0;
|
|
border-radius: 0;
|
|
border: 1px solid #262626;
|
|
margin: 1;
|
|
}
|
|
|
|
.plyr--video .plyr__controls {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
z-index: 2;
|
|
padding: 0px 10px 0px;
|
|
background: rgba(38, 38, 38, 0.97);
|
|
border-bottom-left-radius: inherit;
|
|
border-bottom-right-radius: inherit;
|
|
color: #91ee06;
|
|
transition: opacity .3s cubic-bezier(0.12, 0.63, 0.25, 1);
|
|
}
|
|
|
|
.plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
|
|
background: #484747;
|
|
color: #9f0;
|
|
border-radius: 0;
|
|
}
|
|
.plyr__progress--played, .plyr__volume--display {
|
|
z-index: 1;
|
|
color: #99ff00;
|
|
background: 0 0;
|
|
transition: none;
|
|
}
|
|
|
|
.plyr input[type=range]::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
margin-top: -4px;
|
|
position: relative;
|
|
height: 16px;
|
|
width: 16px;
|
|
background: #262626;
|
|
border: 1px solid #99ff00;
|
|
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: #262626;
|
|
border-color: #99ff00;
|
|
transform: scale(1.25)
|
|
}
|
|
|
|
.plyr--fullscreen-active video {
|
|
height: 100%;
|
|
} |