MORE LAYOUTgit add public/mobile public/nojs/ public/shoop.png resources/views/layout1/apply.blade.php resources/views/layout1/nojs.blade.php resources/views/layout1/tos.blade.php resources/views/layout4/ resources/views/layout5!
This commit is contained in:
55
public/mobile/css/bootstrap-tagsinput.css
vendored
Normal file
55
public/mobile/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);
|
||||
}
|
281
public/mobile/css/chilledblue.css
vendored
Normal file
281
public/mobile/css/chilledblue.css
vendored
Normal file
@@ -0,0 +1,281 @@
|
||||
/* 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;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.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: #142121;
|
||||
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;
|
||||
}
|
||||
|
||||
.comments {
|
||||
border: 1px solid #131619;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.tags-mobile {
|
||||
margin-bottom: 0px;
|
||||
border: 1px solid #131619;
|
||||
padding: 5px;
|
||||
background: #20282d;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.vidinfo {
|
||||
position: unset;
|
||||
padding: 5px;
|
||||
background: #21292f;
|
||||
border-right: 1px solid #131619;
|
||||
border-left: 1px solid #131619;
|
||||
border-bottom: 1px solid #131619;
|
||||
}
|
||||
|
||||
.mobile-comments {
|
||||
background: #21292f;
|
||||
border-left: 1px solid #131619;
|
||||
border-right: 1px solid #131619;
|
||||
border-bottom: 1px solid #131619;
|
||||
margin-bottom: 5px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
#sidebar, #motd, #commentForm, .tags, .comments {
|
||||
display: block !important;
|
||||
background: #21292f;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 690px) {
|
||||
a.last, a.first {
|
||||
background: #21292f;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
62
public/mobile/css/clippy.css
vendored
Normal file
62
public/mobile/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/mobile/css/epilepsie.css
vendored
Normal file
98
public/mobile/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/mobile/css/font-awesome.min.css
vendored
Normal file
4
public/mobile/css/font-awesome.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
public/mobile/css/jquery.mCustomScrollbar.min.css
vendored
Normal file
1
public/mobile/css/jquery.mCustomScrollbar.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
108
public/mobile/css/simplebar.css
vendored
Normal file
108
public/mobile/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/mobile/css/style.css
vendored
Normal file
6221
public/mobile/css/style.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
public/mobile/css/video-js.min.css
vendored
Normal file
1
public/mobile/css/video-js.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
323
public/mobile/css/vjsnew.css
vendored
Normal file
323
public/mobile/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;
|
||||
}
|
3582
public/mobile/css/w0bmcustom.css
vendored
Normal file
3582
public/mobile/css/w0bmcustom.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
107
public/mobile/css/w0bmfonts.css
vendored
Normal file
107
public/mobile/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;
|
||||
}
|
||||
|
441
public/mobile/css/xayd.css
vendored
Normal file
441
public/mobile/css/xayd.css
vendored
Normal file
@@ -0,0 +1,441 @@
|
||||
::-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;
|
||||
background-position-x: 5px;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
}
|
||||
|
||||
.tags-mobile {
|
||||
background: #0c0c0c;
|
||||
padding: 5px;
|
||||
margin-top: 5px;
|
||||
border: 1px solid #383737;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.vidinfo {
|
||||
position: unset;
|
||||
padding: 5px;
|
||||
background: #0c0c0c;
|
||||
border-right: 1px solid #383737;
|
||||
border-left: 1px solid #383737;
|
||||
border-bottom: 1px solid #383737;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.mobile-comments {
|
||||
background: #0c0c0c;
|
||||
border-left: 1px solid #383737;
|
||||
border-right: 1px solid #383737;
|
||||
border-bottom: 1px solid #383737;
|
||||
margin-bottom: 5px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#commentAmount {
|
||||
color: #03dc03;
|
||||
}
|
Reference in New Issue
Block a user