w0bm.com v1.5z FULL.RETARD.BUILD.BUT.STILL.WORKS
This commit is contained in:
55
public/css/bootstrap-tagsinput.css
vendored
Normal file
55
public/css/bootstrap-tagsinput.css
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
.bootstrap-tagsinput {
|
||||
background-color: #fff;
|
||||
border: 1px solid #ccc;
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||
display: inline-block;
|
||||
padding: 4px 6px;
|
||||
color: #555;
|
||||
vertical-align: middle;
|
||||
border-radius: 4px;
|
||||
max-width: 100%;
|
||||
line-height: 22px;
|
||||
cursor: text;
|
||||
}
|
||||
.bootstrap-tagsinput input {
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
outline: none;
|
||||
background-color: transparent;
|
||||
padding: 0 6px;
|
||||
margin: 0;
|
||||
width: auto;
|
||||
max-width: inherit;
|
||||
}
|
||||
.bootstrap-tagsinput.form-control input::-moz-placeholder {
|
||||
color: #777;
|
||||
opacity: 1;
|
||||
}
|
||||
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
|
||||
color: #777;
|
||||
}
|
||||
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
|
||||
color: #777;
|
||||
}
|
||||
.bootstrap-tagsinput input:focus {
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
.bootstrap-tagsinput .tag {
|
||||
margin-right: 2px;
|
||||
color: white;
|
||||
}
|
||||
.bootstrap-tagsinput .tag [data-role="remove"] {
|
||||
margin-left: 8px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.bootstrap-tagsinput .tag [data-role="remove"]:after {
|
||||
content: "x";
|
||||
padding: 0px 2px;
|
||||
}
|
||||
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
|
||||
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
||||
}
|
232
public/css/chilledblue.css
vendored
Normal file
232
public/css/chilledblue.css
vendored
Normal file
@@ -0,0 +1,232 @@
|
||||
/* Scrollbar */
|
||||
::-webkit-scrollbar-track-piece {
|
||||
background-color: #1a1f22!important;
|
||||
}
|
||||
|
||||
/* /Scrollbar */
|
||||
|
||||
body {
|
||||
background-color: #171d21;
|
||||
}
|
||||
|
||||
.navbar-inverse {
|
||||
background-color: rgba(33, 41, 47, 0.74);
|
||||
}
|
||||
|
||||
.comments {
|
||||
background: rgba(33, 41, 47, 0.71);
|
||||
}
|
||||
|
||||
.panel.panel-default {
|
||||
border: 1px solid #131619;
|
||||
background: #21292f;
|
||||
}
|
||||
|
||||
.onclick-menu-content {
|
||||
border: 1px solid #131619;
|
||||
}
|
||||
|
||||
.tagtest {
|
||||
background: rgba(33, 41, 47, 0.71);
|
||||
}
|
||||
|
||||
div#tag-display {
|
||||
background: rgba(33, 41, 47, 0.71);
|
||||
}
|
||||
|
||||
.label-default {
|
||||
background-color: #21292f;
|
||||
border: 1px solid #1fb2b0;
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
background-color: #21292f;
|
||||
}
|
||||
|
||||
.login_wrapper {
|
||||
background: #1c2125;
|
||||
}
|
||||
|
||||
select.form-control, input.form-control {
|
||||
background-color: #21292f;
|
||||
border: 1px solid #131619;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
background-color: #21292f;
|
||||
}
|
||||
|
||||
.btn-primary:hover {
|
||||
background-color: #142121;
|
||||
}
|
||||
|
||||
span.addtagsy>a:hover {
|
||||
background: #33414c;
|
||||
}
|
||||
|
||||
.popover {
|
||||
background-color: #21292f;
|
||||
border: 1px solid #131619;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.popover.top>.arrow:after {
|
||||
border-top-color: #131619;
|
||||
}
|
||||
|
||||
.popover-title {
|
||||
margin: 0;
|
||||
padding: 8px 15px;
|
||||
font-size: 14px;
|
||||
background-color: #131619;
|
||||
border-bottom: 1px solid #0b0b0b;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.video-js .vjs-control-bar {
|
||||
background-color: rgba(33, 41, 47, 0.93) !important;
|
||||
}
|
||||
|
||||
.thumbnail {
|
||||
background-color: #21292f;
|
||||
border: 1px solid #131619;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.caption small {
|
||||
background: #142121;
|
||||
color: #d000ff;
|
||||
font-family: VCR;
|
||||
text-shadow: 0px 0px 5px #d000ff;
|
||||
border: 1px solid #1fb2b0;
|
||||
}
|
||||
|
||||
.box {
|
||||
background: rgba(33,41,47,.74);
|
||||
border: 2px solid #131619;
|
||||
}
|
||||
|
||||
.navbar-fixed-bottom {
|
||||
background: #21292f;
|
||||
}
|
||||
|
||||
.bootstrap-tagsinput {
|
||||
background: #21292f none repeat scroll 0 0;
|
||||
border: 1px solid #131619;
|
||||
}
|
||||
|
||||
.panel-default>.panel-heading {
|
||||
background-color: #21292f;
|
||||
border-color: #131619;
|
||||
}
|
||||
|
||||
.list-group-item {
|
||||
background-color: #131619;
|
||||
border: 1px solid #21292f;
|
||||
}
|
||||
|
||||
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
|
||||
background-color: #131619;
|
||||
border-color: #282828;
|
||||
}
|
||||
|
||||
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
|
||||
background-color: #142121;
|
||||
border-color: #1fb2b0;
|
||||
color: #1fb;
|
||||
}
|
||||
|
||||
.pagination>li>a, .pagination>li>span {
|
||||
background-color: #131619;
|
||||
}
|
||||
|
||||
.blah {
|
||||
background: #21292f;
|
||||
border: 1px solid #131619;
|
||||
}
|
||||
|
||||
#dragndrop {
|
||||
background-color: #21292f !important;
|
||||
}
|
||||
|
||||
.profilheader {
|
||||
background: #21292f;
|
||||
}
|
||||
|
||||
table {
|
||||
background-color: #131619;
|
||||
}
|
||||
|
||||
.table-hover>tbody>tr:hover {
|
||||
background-color: #21292f;
|
||||
}
|
||||
|
||||
a.list-group-item-info, button.list-group-item-info {
|
||||
color: #fff;
|
||||
background: #ff005d;
|
||||
}
|
||||
|
||||
a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
|
||||
color: #fff;
|
||||
background-color: #2f3f4b;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
border: 1px solid #131619!important;
|
||||
padding: 5px!important;
|
||||
margin: -15px 15px 0!important;
|
||||
border-radius: 0px!important;
|
||||
background-color: #21292f;
|
||||
min-width: 100px;
|
||||
}
|
||||
|
||||
button.w0bmcustom-css {
|
||||
width: 100%;
|
||||
padding-bottom: 5px;
|
||||
background: #232222;
|
||||
padding: 5px;
|
||||
border: 1px solid black;
|
||||
margin-bottom: 5px;
|
||||
color: #adadad;
|
||||
}
|
||||
|
||||
button.w0bmcustom-css:hover {
|
||||
background: rgba(84, 84, 84, 0.5);
|
||||
}
|
||||
|
||||
button.chilledblue-css {
|
||||
width: 100%;
|
||||
padding-bottom: 5px;
|
||||
background: #142121;
|
||||
border: 1px solid #131916;
|
||||
margin-bottom: 5px;
|
||||
color: #adadad;
|
||||
}
|
||||
button.chilledblue-css:hover {
|
||||
background: #183333b8;
|
||||
}
|
||||
|
||||
.suchleiste {
|
||||
background: #21292f none;
|
||||
}
|
||||
|
||||
button.epilepsie-css {
|
||||
width: 100%;
|
||||
padding-bottom: 5px;
|
||||
background: #ff0000;
|
||||
padding: 5px;
|
||||
border: 1px solid black;
|
||||
margin-bottom: 5px;
|
||||
color: #ffffff;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
border: 1px dashed yellow;
|
||||
}
|
||||
|
||||
button.epilepsie-css:hover {
|
||||
background: rgba(84, 84, 84, 0.5);
|
||||
}
|
||||
|
||||
.toggo {
|
||||
background-color: #21292f;
|
||||
}
|
62
public/css/clippy.css
vendored
Normal file
62
public/css/clippy.css
vendored
Normal file
@@ -0,0 +1,62 @@
|
||||
.clippy, .clippy-balloon {
|
||||
position: fixed;
|
||||
z-index: 1000;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.clippy-balloon {
|
||||
|
||||
background: #FFC;
|
||||
color: black;
|
||||
padding: 8px;
|
||||
border: 1px solid black;
|
||||
border-radius: 5px;
|
||||
|
||||
}
|
||||
|
||||
.clippy-content {
|
||||
max-width: 200px;
|
||||
min-width: 120px;
|
||||
font-family: "Microsoft Sans", sans-serif;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
.clippy-tip {
|
||||
width: 10px;
|
||||
height: 16px;
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAgCAMAAAAlvKiEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAlQTFRF///MAAAA////52QwgAAAAAN0Uk5T//8A18oNQQAAAGxJREFUeNqs0kEOwCAIRFHn3//QTUU6xMyyxii+jQosrTPkyPEM6IN3FtzIRk1U4dFeKWQiH6pRRowMVKEmvronEynkwj0uZJgR22+YLopPSo9P34wJSamLSU7lSIWLJU7NkNomNlhqxUeAAQC+TQLZyEuJBwAAAABJRU5ErkJggg==) no-repeat;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.clippy-top-left .clippy-tip {
|
||||
top: 100%;
|
||||
margin-top: 0px;
|
||||
left: 100%;
|
||||
margin-left: -50px;
|
||||
}
|
||||
|
||||
.clippy-top-right .clippy-tip {
|
||||
top: 100%;
|
||||
margin-top: 0px;
|
||||
left: 0;
|
||||
margin-left: 50px;
|
||||
background-position: -10px 0;
|
||||
|
||||
}
|
||||
|
||||
.clippy-bottom-right .clippy-tip {
|
||||
top: 0;
|
||||
margin-top: -16px;
|
||||
left: 0;
|
||||
margin-left: 50px;
|
||||
background-position: -10px -16px;
|
||||
}
|
||||
|
||||
.clippy-bottom-left .clippy-tip {
|
||||
top: 0;
|
||||
margin-top: -16px;
|
||||
left: 100%;
|
||||
margin-left: -50px;
|
||||
background-position: 0px -16px;
|
||||
}
|
||||
|
98
public/css/epilepsie.css
vendored
Normal file
98
public/css/epilepsie.css
vendored
Normal file
@@ -0,0 +1,98 @@
|
||||
body {
|
||||
animation: epilepsie 0.1s infinite;
|
||||
}
|
||||
|
||||
@keyframes epilepsie {
|
||||
0% {background:red;}
|
||||
25% {background:yellow;}
|
||||
50% {background:#1FB2B0;}
|
||||
75% {background:#23dd06;}
|
||||
100% {background:red;}
|
||||
}
|
||||
|
||||
.embed-responsive-16by9 {
|
||||
animation: megakrebs 0.1s infinite;
|
||||
}
|
||||
|
||||
@keyframes megakrebs {
|
||||
0% {filter: invert(50%)}
|
||||
25% {filter: hue-rotate(90deg)}
|
||||
50% {filter: invert(100%)}
|
||||
75% {filter: hue-rotate(90deg)}
|
||||
100% {filter: invert(50%)}
|
||||
}
|
||||
|
||||
.navbar-inverse {
|
||||
animation: megakrebs 0.1s infinite;
|
||||
animation: epilepsie 0.1s infinite;
|
||||
}
|
||||
|
||||
.navbar-brand > img {
|
||||
animation: megakrebs 0.1s infinite;
|
||||
}
|
||||
|
||||
a {
|
||||
animation: swkrebs 0.1s infinite;
|
||||
}
|
||||
|
||||
@keyframes swkrebs {
|
||||
from { color: #f00;}
|
||||
to { color: #0098ff; }
|
||||
}
|
||||
|
||||
span.videoinfo {
|
||||
animation: megakrebs 0.1s infinite;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
animation: megakrebs 0.1s infinite;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
border: 1px solid #131619!important;
|
||||
padding: 5px!important;
|
||||
margin: -15px 15px 0!important;
|
||||
border-radius: 0px!important;
|
||||
background-color: #21292f;
|
||||
min-width: 100px;
|
||||
}
|
||||
|
||||
button.w0bmcustom-css {
|
||||
width: 100%;
|
||||
padding-bottom: 5px;
|
||||
background: #232222;
|
||||
padding: 5px;
|
||||
border: 1px solid black;
|
||||
margin-bottom: 5px;
|
||||
color: #adadad;
|
||||
}
|
||||
|
||||
button.w0bmcustom-css:hover {
|
||||
background: rgba(84, 84, 84, 0.5);
|
||||
}
|
||||
|
||||
button.chilledblue-css {
|
||||
width: 100%;
|
||||
padding-bottom: 5px;
|
||||
background: #142121;
|
||||
border: 1px solid #131916;
|
||||
color: #adadad;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
button.chilledblue-css:hover {
|
||||
background: #183333b8;
|
||||
}
|
||||
|
||||
button.epilepsie-css {
|
||||
width: 100%;
|
||||
padding-bottom: 5px;
|
||||
background: #232222;
|
||||
padding: 5px;
|
||||
border: 1px solid black;
|
||||
margin-bottom: 5px;
|
||||
color: #adadad;
|
||||
}
|
||||
|
||||
button.epilepsie-css:hover {
|
||||
background: rgba(84, 84, 84, 0.5);
|
||||
}
|
4
public/css/font-awesome.min.css
vendored
Normal file
4
public/css/font-awesome.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
816
public/css/glitch.css
vendored
Normal file
816
public/css/glitch.css
vendored
Normal file
@@ -0,0 +1,816 @@
|
||||
/*chilledblue */
|
||||
::-webkit-scrollbar-track-piece{background-color:#1a1f22!important}body{background-color:#171d21}.navbar-inverse{background-color:rgba(33,41,47,.74)}.comments{background:rgba(33,41,47,.71)}.panel.panel-default{border:1px solid #131619;background:#21292f}.onclick-menu-content{border:1px solid #131619}.tagtest{background:rgba(33,41,47,.71)}div#tag-display{background:rgba(33,41,47,.71)}.label-default{background-color:#21292f;border:1px solid #1fb2b0}.modal-content{background-color:#21292f}.login_wrapper{background:#1c2125}select.form-control,input.form-control{background-color:#21292f;border:1px solid #131619}.btn-primary{background-color:#21292f}.btn-primary:hover{background-color:#142121}span.addtagsy>a:hover{background:#33414c}.popover{background-color:#21292f;border:1px solid #131619;padding:0}.popover.top>.arrow:after{border-top-color:#131619}.popover-title{margin:0;padding:8px 15px;font-size:14px;background-color:#131619;border-bottom:1px solid #0b0b0b;border-radius:0}.video-js .vjs-control-bar{background-color:rgba(33,41,47,.93)!important}.thumbnail{background-color:#21292f;border:1px solid #131619;border-radius:0}.caption small{background:#142121;color:#d000ff;font-family:VCR;text-shadow:0 0 5px #d000ff;border:1px solid #1fb2b0}.box{background:rgba(33,41,47,.74);border:2px solid #131619}.navbar-fixed-bottom{background:#21292f}.bootstrap-tagsinput{background:#21292f none repeat scroll 0 0;border:1px solid #131619}.panel-default>.panel-heading{background-color:#21292f;border-color:#131619}.list-group-item{background-color:#131619;border:1px solid #21292f}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{background-color:#131619;border-color:#282828}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{background-color:#142121;border-color:#1fb2b0;color:#1fb}.pagination>li>a,.pagination>li>span{background-color:#131619}.blah{background:#21292f;border:1px solid #131619}#dragndrop{background-color:#21292f!important}.profilheader{background:#21292f}table{background-color:#131619}.table-hover>tbody>tr:hover{background-color:#21292f}a.list-group-item-info,button.list-group-item-info{color:#fff;background:#ff005d}a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus{color:#fff;background-color:#2f3f4b}.dropdown-menu{border:1px solid #131619!important;padding:5px!important;margin:-15px 15px 0!important;border-radius:0!important;background-color:#21292f;min-width:100px}button.w0bmcustom-css{width:100%;padding-bottom:5px;background:#232222;padding:5px;border:1px solid #000;margin-bottom:5px;color:#adadad}button.w0bmcustom-css:hover{background:rgba(84,84,84,.5)}button.chilledblue-css{width:100%;padding-bottom:5px;background:#142121;border:1px solid #131916;margin-bottom:5px;color:#adadad}button.chilledblue-css:hover{background:#183333b8}.suchleiste{background:#21292f none}button.epilepsie-css{width:100%;padding-bottom:5px;background:red;padding:5px;border:1px solid #000;margin-bottom:5px;color:#fff;font-weight:700;text-transform:uppercase;border:1px dashed #ff0}button.epilepsie-css:hover{background:rgba(84,84,84,.5)}.toggo{background-color:#21292f}
|
||||
/* end */
|
||||
|
||||
a.navbar-brand {
|
||||
content: "";
|
||||
background-size: contain;
|
||||
background-image: url(/w0bm_mosh_banner_by_marderchen.gif);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
a.navbar-brand {
|
||||
box-shadow: 0 0 0 2px #101010;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
border: 1px solid #000;
|
||||
background-size: cover;
|
||||
border-radius: 35px;
|
||||
height: 45px;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
width: 15.9em;
|
||||
}
|
||||
|
||||
.navbar-brand > img {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
/* BLAH */
|
||||
:root {
|
||||
height: 100%;
|
||||
|
||||
}
|
||||
|
||||
i.fa:hover, #infobox:hover, #dlbutton:hover {
|
||||
animation: textshadow infinite 2s;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
@keyframes textshadow{
|
||||
0% {
|
||||
text-shadow: 5px 1px red;
|
||||
}
|
||||
1% {
|
||||
text-shadow: 0px 0px 5px white, 1px 1px 5px #0100ff, 2px 1px #de00ff, 3px 1px #ff0, 4px 1px red;
|
||||
}
|
||||
2% {
|
||||
}
|
||||
100% {
|
||||
text-shadow: 0px -20px 1px transparent;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.caption {
|
||||
color: white !important;
|
||||
font-size: 17px;
|
||||
text-shadow: 1px 1px 0px black;
|
||||
}
|
||||
|
||||
.thumbnail {
|
||||
background-image: linear-gradient(to top, #0d3132 0%, #330867 100%);
|
||||
}
|
||||
|
||||
span.label.label-default {
|
||||
|
||||
margin-top: 5px;
|
||||
|
||||
}
|
||||
|
||||
.suchleiste {
|
||||
background: #13171a none;
|
||||
border: none;
|
||||
height: 40px;
|
||||
border-radius: 15px;
|
||||
position: relative;
|
||||
left: 37px;
|
||||
border: 1px solid #8080804a;
|
||||
}
|
||||
|
||||
.suchleiste:hover {
|
||||
background: linear-gradient(to top, #0a0a0a 0%, #326558a6 100%);
|
||||
}
|
||||
|
||||
.suchleiste:active, .suchleiste:focus {
|
||||
border: 1px solid white;
|
||||
}
|
||||
|
||||
.suchbutton {
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
font-weight: lighter !important;
|
||||
color: #fff !important;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
vertical-align: baseline;
|
||||
background-color: #0e1f20;
|
||||
border-radius: 40px;
|
||||
position: relative;
|
||||
right: 0px;
|
||||
z-index: 1;
|
||||
border: 1px solid #8080804a;
|
||||
}
|
||||
|
||||
.suchbutton:hover {
|
||||
background: linear-gradient(to top, #0a0a0a 0%, #326558a6 100%);
|
||||
}
|
||||
|
||||
table {
|
||||
background-color: #1316198a;
|
||||
}
|
||||
|
||||
.profilheader {
|
||||
|
||||
background: #21292f73;
|
||||
|
||||
}
|
||||
|
||||
.caption small {
|
||||
|
||||
background: transparent;
|
||||
color: #d000ff;
|
||||
font-family: VCR;
|
||||
text-shadow: 0 0 5px #d000ff, 1px 2px 0px black;
|
||||
border: 0;
|
||||
|
||||
}
|
||||
|
||||
#sidebar, nav{
|
||||
background-image: linear-gradient(to top, #0006 0%, #19363887 100%);
|
||||
background-color: #161618 !important;
|
||||
}
|
||||
|
||||
span.videoinfo, .modal-content {
|
||||
background: linear-gradient(to top, #000 0%, #193638f7 100%);
|
||||
}
|
||||
|
||||
|
||||
nav {
|
||||
background-image: linear-gradient(to top, #0006 0%, #19363887 100%);
|
||||
background-color: #16161800 !important;
|
||||
}
|
||||
|
||||
.comments {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.video-js .vjs-control-bar, .video-js .vjs-big-play-button:active, .video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
|
||||
background: linear-gradient(to top, #000 0%, #193638f7 100%);
|
||||
|
||||
}
|
||||
|
||||
.tags, .toggo.tag-panel-body {
|
||||
background-image: linear-gradient(to top, #0006 0%, #19363887 100%);
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.label.label-default {
|
||||
background-image: linear-gradient(to top, #0006 0%, #19363887 100%);
|
||||
background-color: #000;
|
||||
padding: 5px;
|
||||
font-size: 13px;
|
||||
border-radius: 5px;
|
||||
box-shadow: 0px 0px 2px black;
|
||||
font-family: roboto,helvetica neue,Helvetica,Arial,sans-serif;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.panel.panel-default {
|
||||
background-image: linear-gradient(to top, #0006 0%, #19363887 100%);
|
||||
margin: 10px;
|
||||
border-radius: 5px;
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
.ps__rail-y {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y:focus, .ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking {
|
||||
background-color: transparent;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
|
||||
cursor: grabbing;
|
||||
/*background: linear-gradient(to top, #0a0a0a 0%, #163f42 100%);*/
|
||||
}
|
||||
|
||||
|
||||
|
||||
#sidebar {
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
input[placeholder="Input tags…"] {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
vertical-align: text-top;
|
||||
}
|
||||
|
||||
.tag.label.label-info {
|
||||
|
||||
margin: 5px;
|
||||
font-size: 16px;
|
||||
background: black;
|
||||
border-radius: 5px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
#comment_container_scrollable, #tag-display {
|
||||
position: relative;
|
||||
width: 350px;
|
||||
height: 900px;
|
||||
}
|
||||
|
||||
.login_wrapper {
|
||||
|
||||
background: #1c212500;
|
||||
|
||||
}
|
||||
|
||||
.ps__rail-y:hover>.ps__thumb-y, .ps__rail-y:focus>.ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
|
||||
width: 9px;
|
||||
background: #585757;
|
||||
cursor: grabbing;
|
||||
}
|
||||
|
||||
|
||||
div#tag-display {
|
||||
|
||||
background: transparent;
|
||||
|
||||
}
|
||||
|
||||
.btn.btn-primary, #submittags {
|
||||
|
||||
border-radius: 5px;
|
||||
background: linear-gradient(to top, #0a0a0a 0%, #163f42 100%);
|
||||
|
||||
}
|
||||
|
||||
.btn.btn-primary:hover {
|
||||
opacity: 0.9;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
button#submittags:hover {
|
||||
background: linear-gradient(to top, #524e4e 0%, #287b82 100%);
|
||||
transition: 2s ease-out;
|
||||
}
|
||||
|
||||
.bootstrap-tagsinput {
|
||||
background: linear-gradient(to top, #0a0a0a 0%, #163f42 100%);
|
||||
border: 1px solid #131619;
|
||||
border-radius: 5px;
|
||||
border: 1px solid cyan;
|
||||
padding: 5.1px 1px;
|
||||
}
|
||||
|
||||
.tag.label.label-info {
|
||||
margin: 0;
|
||||
font-size: 13px;
|
||||
background: black;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.bootstrap-tagsinput {
|
||||
padding-top: 0;
|
||||
padding-left: 2px;
|
||||
vertical-align: middle;
|
||||
height: 2.4em;
|
||||
|
||||
}
|
||||
|
||||
div#tag-display {
|
||||
max-height: 3em;
|
||||
}
|
||||
|
||||
.bootstrap-tagsinput .tag {
|
||||
margin-right: 2px;
|
||||
color: white;
|
||||
padding-top: 0;
|
||||
vertical-align: sub;
|
||||
position: relative;
|
||||
top: 1.5px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.vidinfo {
|
||||
text-shadow: 1px 1px black;
|
||||
}
|
||||
|
||||
.text-center {
|
||||
text-shadow: 1px 1px black;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
.text-center .last {
|
||||
font-size: 21px;
|
||||
}
|
||||
|
||||
.text-center .first {
|
||||
font-size: 21px;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav > li > a {
|
||||
background: linear-gradient(to top, #0a0a0aa3 0%, #163f42a6 100%);
|
||||
color: white;
|
||||
text-align: center;
|
||||
font-size: 15px;
|
||||
margin: 0;
|
||||
border: 1px solid #8080804a;
|
||||
padding: 15px 15px 15px;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav > li > a:hover {
|
||||
background: linear-gradient(to top, #0a0a0a 0%, #326558a6 100%);
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
|
||||
a.navbar-brand {
|
||||
box-shadow: 0px 0px 0 2px #101010;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
border: 1px solid #000000;
|
||||
background-size: cover;
|
||||
border-radius: 35px;
|
||||
height: 45px;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
.navbar-brand > img {
|
||||
display: block;
|
||||
height: 45px;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
|
||||
|
||||
margin-right: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-header {
|
||||
background: linear-gradient(to top, #0dd97d63 0%, #0000004f 100%);
|
||||
border-radius: 50px;
|
||||
}
|
||||
|
||||
.navbar-header:hover {
|
||||
transition: 3s;
|
||||
animation: hue .1s infinite linear;
|
||||
}
|
||||
|
||||
@keyframes hue {
|
||||
from {
|
||||
filter: hue-rotate(0deg);
|
||||
}
|
||||
|
||||
to {
|
||||
filter: hue-rotate(-360deg);
|
||||
}
|
||||
}
|
||||
|
||||
/*nav.navbar.navbar-inverse.navbar-static-top {
|
||||
border-top: 2px solid black;
|
||||
border-bottom: 2px solid black;
|
||||
}*/
|
||||
/*nav.navbar.navbar-inverse.navbar-static-top {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
}*/
|
||||
|
||||
.friends {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*.tagtest {
|
||||
padding: 5px;
|
||||
display: block;
|
||||
height: auto;
|
||||
border-radius: 5px;
|
||||
margin-bottom: 5px;
|
||||
background: linear-gradient(to top, #000 0%, #193638 100%);
|
||||
border: 1px solid black;
|
||||
}*/
|
||||
|
||||
div.tags.hidden-xs {
|
||||
padding: 10px;
|
||||
width: inherit;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#sidebar > .comments, #sidebar > .tags {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.tags.hidden-xs {
|
||||
padding: 15px;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
div#tag-display {
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
div#tag-display {
|
||||
overflow: auto;
|
||||
max-height: 4.6em;
|
||||
padding: 0px 0px 0px 5px;
|
||||
padding-bottom: 0;
|
||||
border-top: 0;
|
||||
width: 100%;
|
||||
border-radius: 5px;
|
||||
box-shadow: 0 0 0 1px cyan;
|
||||
}
|
||||
|
||||
.tagtest {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
div#tag-add, .toggo.tag-panel-body {
|
||||
background: linear-gradient(to top, #000 0%, #193638 100%);
|
||||
padding: 5px;
|
||||
border-radius: 5px;
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
.nav > li.addtagsy > a {
|
||||
background: linear-gradient(to top, #0a0a0aa3 0%, #163f42a6 100%);
|
||||
margin-right: 2px;
|
||||
border: 1px solid #8080804a;
|
||||
transition: 0.3s;
|
||||
border-radius: 5px;
|
||||
color: white;
|
||||
background-color: #16161800 !important;
|
||||
}
|
||||
|
||||
.nav > li.addtagsy > a:hover {
|
||||
background: linear-gradient(to top, #0a0a0a 0%, #326558a6 100%);
|
||||
border-bottom: 1px solid;
|
||||
color: #1FB2B0;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
width: 380px;
|
||||
}
|
||||
|
||||
#sidebar > .comments, #sidebar > .tags {
|
||||
width: 380px !important;
|
||||
}
|
||||
|
||||
label[for='tag-add-toggle'] {
|
||||
background: linear-gradient(to top, #0a0a0aa3 0%, #163f42a6 100%);
|
||||
margin-right: 2px;
|
||||
border: 1px solid #8080804a;
|
||||
transition: 0.3s;
|
||||
border-radius: 5px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
label[for='tag-add-toggle']:hover {
|
||||
background: linear-gradient(to top, #0a0a0a 0%, #326558a6 100%);
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
|
||||
ul.nav.navbar-nav.info-nav {
|
||||
padding: 5px;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.toggo.tag-panel-body {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.panel-danger {
|
||||
background: linear-gradient(to top, #000 0%, #6b1f22eb 100%);
|
||||
border-bottom: 1px solid red;
|
||||
background-color: transparent;
|
||||
border-radius: 5px;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.ps__thumb-y {
|
||||
background: #49716b;
|
||||
border: 1px solid black;
|
||||
width: 8px;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav > li > a, ul.nav.navbar-nav.info-nav > li.addtagsy {
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
background-color: #9b9999!important;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
width: 24px;
|
||||
background: linear-gradient(to top, #fff2f2a3 0%, #0c5430a6 100%) !important;
|
||||
}
|
||||
::-webkit-scrollbar-track-piece {
|
||||
background-color: #000000!important;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track-piece {
|
||||
background: linear-gradient(to top, #163f42a6 100%, #0a0a0aa3 0%);
|
||||
width: 15px;
|
||||
max-height: 15px!important;
|
||||
}
|
||||
|
||||
button.suchbutton {
|
||||
box-shadow: 0 0 6px -2px #1cada6;
|
||||
}
|
||||
|
||||
button.suchbutton {
|
||||
outline: 0 !important;
|
||||
}
|
||||
|
||||
.suchleiste:active, .suchleiste:focus {
|
||||
border: 0;
|
||||
box-shadow: -3px 0px 6px 0px #00BCD4;
|
||||
}
|
||||
|
||||
.suchleiste {
|
||||
background: #13171a none;
|
||||
border: none;
|
||||
height: 40px;
|
||||
border-radius: 15px;
|
||||
position: relative;
|
||||
left: 37px;
|
||||
border: 1px solid #8080804a;
|
||||
}
|
||||
|
||||
table.table.table-hover.table-condensed {
|
||||
padding: 5px;
|
||||
border: 1px solid black;
|
||||
border-radius: 5px;
|
||||
background: linear-gradient(to top, #0a0a0aa3 0%, #163f42a6 100%);
|
||||
}
|
||||
|
||||
.profilheader {
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
text-shadow: 1px 1px 1px black;
|
||||
}
|
||||
|
||||
|
||||
p, td, span, h3 {
|
||||
text-shadow: 1px 1px 1px black;
|
||||
}
|
||||
|
||||
* {
|
||||
outline: 0 !important;
|
||||
}
|
||||
|
||||
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
|
||||
border: 1px solid #8080804a;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
border: 1px solid #131619!important;
|
||||
padding: 5px!important;
|
||||
margin: -15px 8px 0!important;
|
||||
border-radius: 0!important;
|
||||
background: linear-gradient(to top, #0a0a0aa3 0%, #163f42a6 100%)
|
||||
min-width: 100px;
|
||||
}
|
||||
|
||||
.popover {
|
||||
background: linear-gradient(to top, #0a0a0a 0%, #326558a6 100%);
|
||||
background-color: black;
|
||||
border: 1px solid #000;
|
||||
padding: 0;
|
||||
border-radius: 5px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.box {
|
||||
background-image: linear-gradient(to top,#0006 0%,#19363887 100%);
|
||||
margin: 10px;
|
||||
border-radius: 5px;
|
||||
border: 1px solid #000;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #28575f;
|
||||
background: linear-gradient(to top, #08161f 0%, #1c0e2d 100%);
|
||||
}
|
||||
|
||||
html {
|
||||
height: 100%;
|
||||
}
|
||||
body {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
.video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before, .video-js .vjs-control:focus {
|
||||
text-shadow: 0 0 0.1em #1fb2b0, 0 0 0.1em #1fb2b0, 0 0 0.5em #1fb2b0;
|
||||
}
|
||||
|
||||
nav.mitte {
|
||||
border-bottom-left-radius: 5px;
|
||||
border-left: 1px solid black;
|
||||
border-bottom: 1px solid black;
|
||||
}
|
||||
|
||||
div#pagination {
|
||||
border-top: 1px solid black;
|
||||
}
|
||||
|
||||
.panel-heading {
|
||||
border-top-right-radius: 5px;
|
||||
border-top-left-radius: 5px;
|
||||
}
|
||||
|
||||
select.form-control, input.form-control {
|
||||
background-color: #21292f;
|
||||
border: 1px solid #131619;
|
||||
border: 1px solid cyan;
|
||||
border-radius: 5px;
|
||||
padding: 10px;
|
||||
background: linear-gradient(to top, #0a0a0a 0%, #163f42 100%);
|
||||
}
|
||||
|
||||
.embed-responsive.embed-responsive-16by9 {
|
||||
border-left: 2px solid black;
|
||||
border-bottom: 2px solid black;
|
||||
border-right: 2px solid black;
|
||||
background: linear-gradient(to top, #0a0a0abf 0%, #163f428a 100%);
|
||||
border-bottom-left-radius: 15px;
|
||||
border-bottom-right-radius: 15px;
|
||||
border-top: 2px solid black;
|
||||
}
|
||||
|
||||
.videotitle {
|
||||
background: linear-gradient(to top,#163f428a 0%,#163f428a 100%);
|
||||
margin: 0;
|
||||
padding: 5px;
|
||||
border-top-right-radius: 5px;
|
||||
border-top-left-radius: 5px;
|
||||
border: 0;
|
||||
border-left: 2px solid black;
|
||||
border-top: 2px solid black;
|
||||
border-right: 2px solid black;
|
||||
}
|
||||
div#tag-display {
|
||||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAYAAAA4GpVBAAAAAXNSR…dJTVBXgQ4XAAAAF0lEQVQI12NgYGAwZsAECDEWBgYGBgYACpwAazfG694AAAAASUVORK5CYII=);
|
||||
}
|
||||
|
||||
#parent {
|
||||
background: inherit;
|
||||
border-radius: 0;
|
||||
border: 0;
|
||||
padding: 5px;
|
||||
cursor: pointer;
|
||||
border-bottom-left-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
box-shadow: 0px 0px 0px 1px #000000;
|
||||
}
|
||||
|
||||
.blah {
|
||||
background: linear-gradient(to top, #0a0a0a 0%, #163f42 100%);
|
||||
background-color: #21292f;
|
||||
border: 1px solid #131619;
|
||||
border: 1px solid cyan;
|
||||
border-radius: 5px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.onclick-menu {
|
||||
color: white;
|
||||
text-shadow: none;
|
||||
background: none;
|
||||
background: black;
|
||||
background: linear-gradient(to top, #0a0a0a 0%, #163f42 100%);
|
||||
padding: 0px !important;
|
||||
border-radius: 5px;
|
||||
border: 1px solid #1FB2B0;
|
||||
text-decoration: none;
|
||||
transition: .3s;
|
||||
}
|
||||
|
||||
div#comment_tools > a{
|
||||
animation: none;
|
||||
color: white;
|
||||
text-shadow: none;
|
||||
background: none;
|
||||
background: black;
|
||||
background: linear-gradient(to top, #0a0a0a 0%, #163f42 100%);
|
||||
padding: 5px !important;
|
||||
border-radius: 5px;
|
||||
border: 1px solid #1FB2B0;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
div#comment_tools > a:hover {
|
||||
opacity: 0.8;
|
||||
background: linear-gradient(to top, #0a0a0a 0%, #326558a6 100%);
|
||||
border-bottom: 1px solid;
|
||||
color: #fff;
|
||||
text-shadow: 1px 1px 0px black;
|
||||
}
|
||||
|
||||
.commentform-panel-footer {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
padding-bottom: 15px;
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
.btn-sm, .btn-group-sm>.btn {
|
||||
padding: 10px;
|
||||
font-size: 12px;
|
||||
line-height: .8;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.spoiler {
|
||||
padding: 10 !important;
|
||||
}
|
||||
|
||||
a.anim {
|
||||
animation: none !important;
|
||||
}
|
||||
|
||||
a.spoiler:hover {
|
||||
background: black !important;
|
||||
color: white;
|
||||
}
|
||||
|
||||
a.anim:hover {
|
||||
animation: color 0.6s linear infinite !important;
|
||||
}
|
||||
|
||||
a.rainbow:hover {
|
||||
animation: rainbold 1s linear infinite !important;
|
||||
}
|
||||
|
||||
#commentForm textarea {
|
||||
background: #061010;
|
||||
border-radius: 5px;
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
.onclick-menu:before {
|
||||
padding: 5px 10px;
|
||||
color: #fff;
|
||||
text-shadow: 1px 1px 0px black;
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
vertical-align: sub;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
.emoji-shit {
|
||||
color: white;
|
||||
text-shadow: none;
|
||||
background: none;
|
||||
background: black;
|
||||
background: linear-gradient(to top, #0a0a0a 0%, #163f42 100%);
|
||||
padding: 0px !important;
|
||||
border-radius: 5px;
|
||||
border: 1px solid #1FB2B0;
|
||||
text-decoration: none;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.header {
|
||||
width: 100%;
|
||||
vertical-align: text-top;
|
||||
position: relative;
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
.onclick-menu:hover {
|
||||
background: linear-gradient(to top, #0a0a0a 0%, #326558a6 100%);
|
||||
border-bottom: 1px solid;
|
||||
color: #fff;
|
||||
text-shadow: 1px 1px 0px black;
|
||||
}
|
||||
|
||||
.emoji-shit:hover {
|
||||
background: silver;
|
||||
}
|
||||
|
||||
.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
|
||||
background: linear-gradient(to top, #0a0a0a 0%, #163f42 100%);
|
||||
}
|
||||
|
||||
.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item, .video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-title {
|
||||
background: linear-gradient(to top, #0a0a0a 0%, #163f42 100%);
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
.vjs-menu-item:hover {
|
||||
opacity: 0.7;
|
||||
}
|
1
public/css/jquery.mCustomScrollbar.min.css
vendored
Normal file
1
public/css/jquery.mCustomScrollbar.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
108
public/css/simplebar.css
vendored
Normal file
108
public/css/simplebar.css
vendored
Normal file
@@ -0,0 +1,108 @@
|
||||
[data-simplebar] {
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
overflow: hidden!important;
|
||||
max-height: inherit;
|
||||
-webkit-overflow-scrolling: touch; /* Trigger native scrolling for mobile, if not supported, plugin is used. */
|
||||
}
|
||||
|
||||
[data-simplebar="init"] {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
[data-simplebar] .simplebar-scroll-content,
|
||||
[data-simplebar] .simplebar-content {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
[data-simplebar="init"] .simplebar-scroll-content,
|
||||
[data-simplebar="init"] .simplebar-content {
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.simplebar-scroll-content {
|
||||
overflow-x: hidden!important;
|
||||
min-width: 100%!important;
|
||||
max-height: inherit!important;
|
||||
box-sizing: content-box!important;
|
||||
}
|
||||
|
||||
.simplebar-content {
|
||||
overflow-y: hidden!important;
|
||||
box-sizing: border-box!important;
|
||||
min-height: 100%!important;
|
||||
}
|
||||
|
||||
.simplebar-track {
|
||||
z-index: 1;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
width: 11px;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.simplebar-scrollbar {
|
||||
position: absolute;
|
||||
right: 2px;
|
||||
width: 7px;
|
||||
min-height: 10px;
|
||||
}
|
||||
|
||||
.simplebar-scrollbar:before {
|
||||
position: absolute;
|
||||
content: "";
|
||||
background: black;
|
||||
border-radius: 7px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
opacity: 0;
|
||||
transition: opacity 0.2s linear;
|
||||
}
|
||||
|
||||
.simplebar-track .simplebar-scrollbar.visible:before {
|
||||
/* When hovered, remove all transitions from drag handle */
|
||||
opacity: 0.5;
|
||||
transition: opacity 0 linear;
|
||||
}
|
||||
|
||||
.simplebar-track.vertical {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.simplebar-track.vertical .simplebar-scrollbar:before {
|
||||
top: 2px;
|
||||
bottom: 2px;
|
||||
}
|
||||
|
||||
.simplebar-track.horizontal {
|
||||
left: 0;
|
||||
width: auto;
|
||||
height: 11px;
|
||||
}
|
||||
|
||||
.simplebar-track.horizontal .simplebar-scrollbar:before {
|
||||
height: 100%;
|
||||
left: 2px;
|
||||
right: 2px;
|
||||
}
|
||||
|
||||
.horizontal.simplebar-track .simplebar-scrollbar {
|
||||
right: auto;
|
||||
left: 0;
|
||||
top: 2px;
|
||||
height: 7px;
|
||||
min-height: 0;
|
||||
min-width: 10px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/* Rtl support */
|
||||
[data-simplebar-direction="rtl"] .simplebar-track {
|
||||
right: auto;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
[data-simplebar-direction="rtl"] .simplebar-track.horizontal {
|
||||
right: 0;
|
||||
}
|
6221
public/css/style.css
vendored
Normal file
6221
public/css/style.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
public/css/video-js.min.css
vendored
Normal file
1
public/css/video-js.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
323
public/css/vjsnew.css
vendored
Normal file
323
public/css/vjsnew.css
vendored
Normal file
@@ -0,0 +1,323 @@
|
||||
.video-js .vjs-menu-button-inline.vjs-slider-active,
|
||||
.video-js .vjs-menu-button-inline:focus,
|
||||
.video-js .vjs-menu-button-inline:hover,
|
||||
.video-js.vjs-no-flex .vjs-menu-button-inline {
|
||||
width: 10em
|
||||
}
|
||||
.video-js .vjs-controls-disabled .vjs-big-play-button {
|
||||
display: none!important
|
||||
}
|
||||
.video-js .vjs-control {
|
||||
width: 3em
|
||||
}
|
||||
.video-js .vjs-menu-button-inline:before {
|
||||
width: 1.5em
|
||||
}
|
||||
.vjs-menu-button-inline .vjs-menu {
|
||||
left: 3em
|
||||
}
|
||||
.video-js.vjs-paused .vjs-big-play-button,
|
||||
.vjs-paused.vjs-has-started.video-js .vjs-big-play-button {
|
||||
display: block
|
||||
}
|
||||
.video-js .vjs-load-progress div,
|
||||
.vjs-seeking .vjs-big-play-button,
|
||||
.vjs-waiting .vjs-big-play-button {
|
||||
display: none!important
|
||||
}
|
||||
.video-js .vjs-mouse-display:after,
|
||||
.video-js .vjs-play-progress:after {
|
||||
padding: 0 .4em .3em
|
||||
}
|
||||
.video-js.vjs-ended .vjs-loading-spinner {
|
||||
display: none
|
||||
}
|
||||
.video-js.vjs-ended .vjs-big-play-button {
|
||||
display: block!important
|
||||
}
|
||||
.video-js *,
|
||||
.video-js:after,
|
||||
.video-js:before {
|
||||
box-sizing: inherit;
|
||||
font-size: inherit;
|
||||
color: inherit;
|
||||
line-height: inherit
|
||||
}
|
||||
.video-js.vjs-fullscreen,
|
||||
.video-js.vjs-fullscreen .vjs-tech {
|
||||
width: 100%!important;
|
||||
height: 100%!important
|
||||
}
|
||||
.video-js {
|
||||
font-size: 14px;
|
||||
overflow: hidden
|
||||
}
|
||||
.video-js .vjs-control {
|
||||
color: inherit
|
||||
}
|
||||
.video-js .vjs-menu-button-inline:hover,
|
||||
.video-js.vjs-no-flex .vjs-menu-button-inline {
|
||||
width: 8.35em
|
||||
}
|
||||
.video-js .vjs-volume-menu-button.vjs-volume-menu-button-horizontal:hover .vjs-menu .vjs-menu-content {
|
||||
height: 3em;
|
||||
width: 6.35em
|
||||
}
|
||||
.video-js .vjs-control:focus:before,
|
||||
.video-js .vjs-control:hover:before {
|
||||
text-shadow: 0 0 0.1em #1fb2b0, 0 0 0.1em #1fb2b0, 0 0 0.5em #1fb2b0;
|
||||
}
|
||||
.video-js .vjs-spacer,
|
||||
.video-js .vjs-time-control {
|
||||
display: -webkit-box;
|
||||
display: -moz-box;
|
||||
display: -ms-flexbox;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
-webkit-box-flex: 1 1 auto;
|
||||
-moz-box-flex: 1 1 auto;
|
||||
-webkit-flex: 1 1 auto;
|
||||
-ms-flex: 1 1 auto;
|
||||
flex: 1 1 auto
|
||||
}
|
||||
.video-js .vjs-time-control {
|
||||
-webkit-box-flex: 0 1 auto;
|
||||
-moz-box-flex: 0 1 auto;
|
||||
-webkit-flex: 0 1 auto;
|
||||
-ms-flex: 0 1 auto;
|
||||
flex: 0 1 auto;
|
||||
width: auto
|
||||
}
|
||||
.video-js .vjs-time-control.vjs-time-divider {
|
||||
width: 14px
|
||||
}
|
||||
.video-js .vjs-time-control.vjs-time-divider div {
|
||||
width: 100%;
|
||||
text-align: center
|
||||
}
|
||||
.video-js .vjs-time-control.vjs-current-time {
|
||||
margin-left: 1em
|
||||
}
|
||||
.video-js .vjs-time-control .vjs-current-time-display,
|
||||
.video-js .vjs-time-control .vjs-duration-display {
|
||||
width: 100%
|
||||
}
|
||||
.video-js .vjs-time-control .vjs-current-time-display {
|
||||
text-align: right
|
||||
}
|
||||
.video-js .vjs-time-control .vjs-duration-display {
|
||||
text-align: left
|
||||
}
|
||||
.video-js .vjs-play-progress:before,
|
||||
.video-js .vjs-progress-control .vjs-play-progress:before,
|
||||
.video-js .vjs-remaining-time,
|
||||
.video-js .vjs-volume-level:after,
|
||||
.video-js .vjs-volume-level:before,
|
||||
.video-js.vjs-live .vjs-time-control.vjs-current-time,
|
||||
.video-js.vjs-live .vjs-time-control.vjs-duration,
|
||||
.video-js.vjs-live .vjs-time-control.vjs-time-divider,
|
||||
.video-js.vjs-no-flex .vjs-time-control.vjs-remaining-time {
|
||||
display: none
|
||||
}
|
||||
.video-js.vjs-no-flex .vjs-time-control {
|
||||
display: table-cell;
|
||||
width: 4em
|
||||
}
|
||||
.video-js .vjs-progress-control {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: 100%;
|
||||
height: .5em;
|
||||
top: -.5em
|
||||
}
|
||||
.video-js .vjs-progress-control .vjs-load-progress,
|
||||
.video-js .vjs-progress-control .vjs-play-progress,
|
||||
.video-js .vjs-progress-control .vjs-progress-holder {
|
||||
height: 100%
|
||||
}
|
||||
.video-js .vjs-progress-control .vjs-progress-holder {
|
||||
margin: 0
|
||||
}
|
||||
.video-js .vjs-progress-control:hover {
|
||||
height: 1.5em;
|
||||
top: -1.5em
|
||||
}
|
||||
.video-js .vjs-control-bar {
|
||||
-webkit-transition: -webkit-transform .1s ease 0s;
|
||||
-moz-transition: -moz-transform .1s ease 0s;
|
||||
-ms-transition: -ms-transform .1s ease 0s;
|
||||
-o-transition: -o-transform .1s ease 0s;
|
||||
transition: transform .1s ease 0s
|
||||
}
|
||||
.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-control-bar,
|
||||
.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-control-bar,
|
||||
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-control-bar,
|
||||
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar,
|
||||
.video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
-webkit-backface-visibility: hidden;
|
||||
-webkit-transform: translateY(3em);
|
||||
-moz-transform: translateY(3em);
|
||||
-ms-transform: translateY(3em);
|
||||
-o-transform: translateY(3em);
|
||||
transform: translateY(3em);
|
||||
-webkit-transition: -webkit-transform 1s ease 0s;
|
||||
-moz-transition: -moz-transform 1s ease 0s;
|
||||
-ms-transition: -ms-transform 1s ease 0s;
|
||||
-o-transition: -o-transform 1s ease 0s;
|
||||
transition: transform 1s ease 0s
|
||||
}
|
||||
.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-progress-control,
|
||||
.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-progress-control,
|
||||
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-progress-control,
|
||||
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control,
|
||||
.video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control {
|
||||
height: .25em;
|
||||
top: -.25em;
|
||||
pointer-events: none;
|
||||
-webkit-transition: height 1s, top 1s;
|
||||
-moz-transition: height 1s, top 1s;
|
||||
-ms-transition: height 1s, top 1s;
|
||||
-o-transition: height 1s, top 1s;
|
||||
transition: height 1s, top 1s
|
||||
}
|
||||
.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active.vjs-fullscreen .vjs-progress-control,
|
||||
.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive.vjs-fullscreen .vjs-progress-control,
|
||||
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active.vjs-fullscreen .vjs-progress-control,
|
||||
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive.vjs-fullscreen .vjs-progress-control,
|
||||
.video-js.vjs-has-started.vjs-playing.vjs-user-inactive.vjs-fullscreen .vjs-progress-control {
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity 1s ease 1s;
|
||||
-moz-transition: opacity 1s ease 1s;
|
||||
-ms-transition: opacity 1s ease 1s;
|
||||
-o-transition: opacity 1s ease 1s;
|
||||
transition: opacity 1s ease 1s
|
||||
}
|
||||
.video-js.vjs-live .vjs-live-control {
|
||||
margin-left: 1em
|
||||
}
|
||||
.video-js .vjs-big-play-button {
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-left: -1em;
|
||||
width: 2em;
|
||||
border: none;
|
||||
color: #fff;
|
||||
-webkit-transition: border-color .4s, outline .4s, background-color .4s;
|
||||
-moz-transition: border-color .4s, outline .4s, background-color .4s;
|
||||
-ms-transition: border-color .4s, outline .4s, background-color .4s;
|
||||
-o-transition: border-color .4s, outline .4s, background-color .4s;
|
||||
transition: border-color .4s, outline .4s, background-color .4s;
|
||||
background-color: rgba(0, 0, 0, .45);
|
||||
font-size: 2.5em;
|
||||
border-radius: 50%;
|
||||
height: 2em!important;
|
||||
line-height: 2em!important;
|
||||
margin-top: -1em!important
|
||||
}
|
||||
.video-js .vjs-menu-button-popup .vjs-menu {
|
||||
left: -3em
|
||||
}
|
||||
.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
|
||||
background-color: transparent;
|
||||
width: 12em;
|
||||
left: -1.5em;
|
||||
padding-bottom: .5em
|
||||
}
|
||||
.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item,
|
||||
.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-title {
|
||||
background-color: #151b17;
|
||||
margin: .3em 0;
|
||||
padding: .5em;
|
||||
border-radius: .3em
|
||||
}
|
||||
.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected {
|
||||
background-color: #2483d5
|
||||
}
|
||||
.video-js .vjs-big-play-button:active,
|
||||
.video-js .vjs-big-play-button:focus,
|
||||
.video-js:hover .vjs-big-play-button {
|
||||
background-color: #1fb2b0
|
||||
}
|
||||
.video-js .vjs-loading-spinner {
|
||||
border-color: #1fb2b0
|
||||
}
|
||||
.video-js .vjs-control-bar2 {
|
||||
background-color: #161618
|
||||
}
|
||||
.video-js .vjs-control-bar {
|
||||
background-color: #161618!important;
|
||||
color: #fff;
|
||||
font-size: 11px
|
||||
}
|
||||
.video-js .vjs-play-progress,
|
||||
.video-js .vjs-volume-level {
|
||||
background-color: #1fb2b0
|
||||
}
|
||||
|
||||
/* Custom */
|
||||
.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
|
||||
background-color: #161618;
|
||||
width: 12em;
|
||||
left: -1.5em;
|
||||
padding-bottom: 0rem;
|
||||
}
|
||||
|
||||
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
|
||||
background-color: #2B333F;
|
||||
background-color: rgba(43,51,63,.7);
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
bottom: 1.5em;
|
||||
max-height: none;
|
||||
}
|
||||
|
||||
.vjs-volume-control.vjs-control {
|
||||
width: 6rem;
|
||||
}
|
||||
|
||||
.video-js .vjs-control-bar {
|
||||
background-color: rgba(22, 22, 24, 0.89)!important;
|
||||
color: #fff;
|
||||
font-size: 13px;
|
||||
font-family: "Oswald",sans-serif;
|
||||
}
|
||||
|
||||
.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
|
||||
background-color: #161618;
|
||||
width: 5em;
|
||||
left: 1.5em;
|
||||
padding-bottom: 0rem;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item, .video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-title {
|
||||
background-color: #3b3938;
|
||||
margin: .3em 0;
|
||||
padding: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item:hover, .video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-title {
|
||||
background-color: #707070;
|
||||
}
|
||||
|
||||
.video-js .vjs-mouse-display:after, .video-js .vjs-play-progress:after {
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: -3em;
|
||||
right: -1.5em;
|
||||
font-size: .9em;
|
||||
color: #fff;
|
||||
content: attr(data-current-time);
|
||||
padding: 6px 8px 8px;
|
||||
background-color: #fff;
|
||||
background-color: rgb(58, 57, 56);
|
||||
-webkit-border-radius: .3em;
|
||||
-moz-border-radius: .3em;
|
||||
border-radius: .3em;
|
||||
font-family: "Oswald",sans-serif;
|
||||
}
|
3738
public/css/w0bmcustom.css
vendored
Normal file
3738
public/css/w0bmcustom.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
107
public/css/w0bmfonts.css
vendored
Normal file
107
public/css/w0bmfonts.css
vendored
Normal file
@@ -0,0 +1,107 @@
|
||||
/*Every font was taken from google.*/
|
||||
|
||||
/* cyrillic */
|
||||
@font-face {
|
||||
font-family: 'Oswald';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Oswald Regular'), local('Oswald-Regular'), url(../fonts/DgBpgaYycijFA8v2hNt7MfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
/* vietnamese */
|
||||
@font-face {
|
||||
font-family: 'Oswald';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Oswald Regular'), local('Oswald-Regular'), url(../fonts/peRd8sj511qE2lHtK-QfcPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
|
||||
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Oswald';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Oswald Regular'), local('Oswald-Regular'), url(../fonts/yg0glPPxXUISnKUejCX4qfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
|
||||
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Oswald';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Oswald Regular'), local('Oswald-Regular'), url(../fonts/pEobIV_lL25TKBpqVI_a2w.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
|
||||
}
|
||||
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'UnifrakturCook';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local('UnifrakturCook'), local('UnifrakturCook-Bold'), url(../fonts/ASwh69ykD8iaoYijVEU6RpMdj8Gkv7ccSfgBBVtwm5Y.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
|
||||
}
|
||||
|
||||
/* cyrillic-ext */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto'), local('Roboto-Regular'), url(../fonts/ek4gzZ-GeXAPcSbHtCeQI_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
|
||||
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
|
||||
}
|
||||
|
||||
/* cyrillic */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto'), local('Roboto-Regular'), url(../fonts/mErvLBYg_cXG3rLvUsKT_fesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
|
||||
/* greek-ext */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto'), local('Roboto-Regular'), url(../fonts/-2n2p-_Y08sg57CNWQfKNvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
|
||||
unicode-range: U+1F00-1FFF;
|
||||
}
|
||||
|
||||
/* greek */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto'), local('Roboto-Regular'), url(../fonts/u0TOpm082MNkS5K0Q4rhqvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
|
||||
unicode-range: U+0370-03FF;
|
||||
}
|
||||
|
||||
/* vietnamese */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto'), local('Roboto-Regular'), url(../fonts/NdF9MtnOpLzo-noMoG0miPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
|
||||
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto'), local('Roboto-Regular'), url(../fonts/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
|
||||
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto'), local('Roboto-Regular'), url(../fonts/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
|
||||
}
|
||||
|
413
public/css/xayd.css
vendored
Normal file
413
public/css/xayd.css
vendored
Normal file
@@ -0,0 +1,413 @@
|
||||
::-webkit-scrollbar-thumb {
|
||||
width: 15px;
|
||||
background: #03dc03!important;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #040404;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.navbar-inverse {
|
||||
background: #0b0b0b;
|
||||
}
|
||||
|
||||
span.videoinfo {
|
||||
background: #0b0b0b;
|
||||
}
|
||||
|
||||
.vidinfo {
|
||||
color: #03dc03;
|
||||
}
|
||||
|
||||
.text-center {
|
||||
color: rgb(3, 220, 3);
|
||||
}
|
||||
|
||||
#dlbutton {
|
||||
color: #03dc03;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #03dc03;
|
||||
}
|
||||
|
||||
a:hover, a:focus {
|
||||
color: #03dc03;
|
||||
}
|
||||
|
||||
.panel {
|
||||
background-color: rgb(11, 11, 11);
|
||||
}
|
||||
|
||||
.video-js .vjs-control-bar {
|
||||
background-color: rgba(11, 11, 11, 0.91)!important;
|
||||
}
|
||||
|
||||
.video-js .vjs-play-progress, .video-js .vjs-volume-level {
|
||||
background-color: #03dc03;
|
||||
}
|
||||
|
||||
.video-js .vjs-big-play-button:active, .video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
|
||||
background-color: #03dc03;
|
||||
}
|
||||
|
||||
.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.1em #03dc03, 0 0 0.1em #03dc03, 0 0 0.5em #03dc03;
|
||||
}
|
||||
|
||||
#sidebar > #motd {
|
||||
border: 4px solid #03dc03;
|
||||
}
|
||||
|
||||
#sidebar > .comments, #sidebar > .tags {
|
||||
border-bottom: 1px solid #03dc03;
|
||||
}
|
||||
|
||||
.sponsored {
|
||||
background: #0b0b0b;
|
||||
border-top: 1px solid #03dc03;
|
||||
}
|
||||
|
||||
.tags {
|
||||
background: rgb(11, 11, 11);
|
||||
}
|
||||
|
||||
div#tag-display {
|
||||
border-top: 1px solid #03dc03;
|
||||
}
|
||||
|
||||
.label-default {
|
||||
background-color: #0b0b0b;
|
||||
border: 1px solid #03dc03;
|
||||
}
|
||||
|
||||
.comments {
|
||||
background: rgb(11, 11, 11);
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav > li > a {
|
||||
color: #b5b5b5;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav > li > a:hover {
|
||||
color: #03dc03;
|
||||
text-shadow: 0 0 5px #03dc03;
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
background-color: #0b0b0b;
|
||||
}
|
||||
|
||||
.login_wrapper {
|
||||
background: #0b0b0b;
|
||||
border: 1px solid #03db03;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
color: #fff;
|
||||
background-color: #0b0b0b;
|
||||
border-color: #03db03;
|
||||
}
|
||||
|
||||
.btn-primary:hover {
|
||||
color: #fff;
|
||||
background-color: #1d1d1d;
|
||||
border-color: #0b940b;
|
||||
}
|
||||
|
||||
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
|
||||
color: #fff;
|
||||
background-color: #000;
|
||||
border-color: #02d802;
|
||||
}
|
||||
|
||||
.btn-primary:focus, .btn-primary.focus {
|
||||
color: #fff;
|
||||
background-color: #000;
|
||||
border-color: #02d802;
|
||||
}
|
||||
|
||||
.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
|
||||
color: #fff;
|
||||
background-color: #000;
|
||||
border-color: #02d802;
|
||||
}
|
||||
|
||||
span.addtagsy a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
span.addtagsy a:hover {
|
||||
color: #03dc03;
|
||||
text-decoration: none;
|
||||
background: #2f2f2f;
|
||||
|
||||
}
|
||||
|
||||
span.addtagsy {
|
||||
font-family: Oswald;
|
||||
letter-spacing: .4px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.navbar-brand>img {
|
||||
filter: hue-rotate(290deg) saturate(1190%);
|
||||
}
|
||||
|
||||
.thumbnail {
|
||||
background-color: #0b0b0b;
|
||||
}
|
||||
|
||||
.caption small {
|
||||
background: #040404;
|
||||
color: #03dc03;
|
||||
}
|
||||
|
||||
.suchleiste {
|
||||
background: #0b0b0b none;
|
||||
border: 1px solid #03dc03;
|
||||
}
|
||||
|
||||
.suchbutton {
|
||||
background: #03c805 none;
|
||||
}
|
||||
|
||||
table {
|
||||
background-color: #0b0b0b;
|
||||
}
|
||||
|
||||
.pagination>li>a, .pagination>li>span {
|
||||
background-color: #0b0b0b;
|
||||
}
|
||||
|
||||
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
|
||||
color: #000000;
|
||||
background-color: #03dc03;
|
||||
}
|
||||
|
||||
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
|
||||
background-color: #0b0b0b;
|
||||
}
|
||||
|
||||
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
|
||||
background-color: rgba(3, 220, 3, 0.67);
|
||||
border-color: #03dc03;
|
||||
}
|
||||
|
||||
.box {
|
||||
background: #0b0b0b;
|
||||
}
|
||||
|
||||
code {
|
||||
color: #03dc05;
|
||||
background-color: #1d1919;
|
||||
}
|
||||
|
||||
.anime-thumb-opener {
|
||||
background: #0b0b0b;
|
||||
border: 2px solid #03dc03;
|
||||
}
|
||||
|
||||
.anime-thumb {
|
||||
border: 2px solid #222;
|
||||
background: #0b0b0b;
|
||||
}
|
||||
|
||||
.onclick-menu-content {
|
||||
background-color: #0b0b0b;
|
||||
border: 1px solid;
|
||||
}
|
||||
|
||||
#parent {
|
||||
background: #0b0b0b;
|
||||
border-radius: 0;
|
||||
border: 1px solid #03dc03;
|
||||
padding: 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
|
||||
background-color: #006315;
|
||||
}
|
||||
|
||||
.list-group-item {
|
||||
background-color: #0b0b0b;
|
||||
}
|
||||
|
||||
h3#upheader {
|
||||
color: #03dc03;
|
||||
text-shadow: 1px 1px 20px #03dc03;
|
||||
}
|
||||
|
||||
select.form-control, input.form-control {
|
||||
background-color: #0b0b0b;
|
||||
}
|
||||
|
||||
.blah {
|
||||
background: #0b0b0b;
|
||||
}
|
||||
|
||||
.bootstrap-tagsinput {
|
||||
background: rgb(11, 11, 11) none repeat scroll 0 0;
|
||||
border: 1px solid #282828;
|
||||
}
|
||||
|
||||
.label-info {
|
||||
background-color: #0b0b0b;
|
||||
border: 1px solid #03dc03;
|
||||
}
|
||||
|
||||
#dragndrop {
|
||||
background-color: #0b0b0b;
|
||||
}
|
||||
|
||||
#dragndrop-text:hover {
|
||||
color: #03db03;
|
||||
}
|
||||
|
||||
#btn-upload:hover>span#laz0r-fire {
|
||||
background: #03dc03;
|
||||
}
|
||||
|
||||
#btn-upload:hover>span.laz0r {
|
||||
text-shadow: 0 0 5px #03dc03;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.onclick-menu:before {
|
||||
color: #03dc03;
|
||||
}
|
||||
|
||||
#commentForm textarea {
|
||||
background: rgb(11, 11, 11) none repeat scroll 0 0;
|
||||
}
|
||||
|
||||
label[for=tag-add-toggle] {
|
||||
color: #03dc03;
|
||||
}
|
||||
|
||||
label[for=tag-add-toggle]:hover {
|
||||
text-decoration: none;
|
||||
color: #03dc03;
|
||||
text-shadow: 0 0 5px #03dc03;
|
||||
}
|
||||
|
||||
a.delete-tag.default-link {
|
||||
color: #c00;
|
||||
}
|
||||
|
||||
a.navbar-brand {
|
||||
content: "";
|
||||
background-size: contain;
|
||||
background-image: url(/w0bm-logo-green.png);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.navbar-brand>img {
|
||||
filter: hue-rotate(290deg) saturate(1190%);
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.list-group-item-info {
|
||||
background-color: #03dc03;
|
||||
color: black !important;
|
||||
}
|
||||
|
||||
a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
|
||||
background-color: #03dc03ad;
|
||||
}
|
||||
|
||||
.badge {
|
||||
background-color: #03dc03;
|
||||
}
|
||||
|
||||
.popover {
|
||||
background-color: #0b0b0b;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.popover-title {
|
||||
padding: 5px 15px;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
amount {
|
||||
color: #03dc03;
|
||||
}
|
||||
|
||||
.nav>li>a:hover, .nav>li>a:focus {
|
||||
text-decoration: none;
|
||||
background-color: #040404;
|
||||
}
|
||||
|
||||
.strong-colored strong {
|
||||
color: #03dc03;
|
||||
}
|
||||
|
||||
.about-tags {
|
||||
background: rgb(11, 11, 11) none repeat scroll 0 0;
|
||||
border: 1px solid #282828;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
hr {
|
||||
border-top: 2px solid #03dc03;
|
||||
}
|
||||
|
||||
@media (max-width: 690px) {
|
||||
a.first {
|
||||
border-bottom: 1px solid #03dc03;
|
||||
border-right: 1px solid #03dc03;
|
||||
background: #0b0b0b;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 690px) {
|
||||
a.last {
|
||||
border-bottom: 1px solid #03dc03;
|
||||
border-left: 1px solid #03dc03;
|
||||
background: #0b0b0b;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.navbar-inverse {
|
||||
border-bottom: 1px solid #03dc03;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
aside#sidebar::before {
|
||||
content: "";
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
#sidebar, #motd, #commentForm, .tags, .comments {
|
||||
background: #0b0b0b;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.vidinfo {
|
||||
background: #0b0b0b;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 360px) {
|
||||
#sidebar > .tags {
|
||||
background: rgb(11, 11, 11);
|
||||
border-top: 1px solid #03dc03;
|
||||
border-left: 0px solid #03dc03;
|
||||
}
|
||||
}
|
||||
|
||||
#commentAmount {
|
||||
color: #d4d4d4;
|
||||
}
|
Reference in New Issue
Block a user