Besseres Aussehen #styleistalles #gib100likes

This commit is contained in:
noxy 2017-12-23 22:17:33 +00:00
parent 539d768274
commit 1f239fb52b

View File

@ -44,7 +44,7 @@ input, select, textarea {
color: #00DF00;
text-shadow: 0 0 20px #00DF00;
background: #0b0b0b;
border-bottom: 2px solid #0a842a;
border-bottom: 2px solid #03dc03;
margin-top: -35px;
}
@ -56,7 +56,7 @@ input, select, textarea {
background: #0b0b0b;
padding-top: 0;
margin-top: 35px;
border: 2px solid #0a842a;
border: 2px solid #03dc03;
}
.medium, .thumbnail {
@ -64,10 +64,22 @@ input, select, textarea {
justify-content: center;
margin-top: 5px;
background: #0b0b0b;
border: 2px solid #0a842a;
border: 2px solid #03dc03;
padding: 5px;
}
div#my-video {
border-radius: 5px;
box-shadow: 0 0 20px #000000;
margin-bottom: 15px;
margin-top: 15px;
}
a#elfe {
margin-bottom: 15px;
margin-top: 15px;
}
a#next {
color: #00DF00;
text-shadow: 0 0 20px #00DF00;
@ -111,8 +123,8 @@ a#prev {
margin: 0 auto;
width: 100%;
border: 0;
padding-top: 5px;
padding-bottom: 5px;
padding-top: 0;
padding-bottom: 0;
font-weight: bold;
position: fixed;
overflow: visible;
@ -184,18 +196,39 @@ input, select, textarea {
border-right: 0px solid black;
}
img {
vertical-align: middle;
border: 0;
box-shadow: 0px 0px 20px 0px black;
}
.panel {
border-top: 0px;
}
.panel.info {
border: 2px solid #0a842a;
border: 0;
border-left: 2px solid #03dc03;
border-right: 2px solid #03dc03;
border-bottom: 2px solid #03dc03;
}
.options {
padding-left: 10px;
}
.video-js .vjs-loading-spinner {
border-color: #03dc03;
}
.video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before {
text-shadow: 0 0 0.8em #03dc03, 0 0 0.8em #03dc03, 0 0 0.8em #03dc03;
}
.video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before, .video-js .vjs-control:focus {
text-shadow: 0 0 1em #03dc03;
}
.video-js .vjs-control-bar {
background-color: rgba(4, 4, 4, 0.82) !important;
color: #ffffff;