421 lines
7.3 KiB
CSS
Vendored
421 lines
7.3 KiB
CSS
Vendored
::-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;
|
|
}
|
|
|
|
a.navbar-brand {
|
|
content: "";
|
|
background-size: cover;
|
|
background-image: url(/w0bm_mosh_banner_by_marderchen.gif);
|
|
background-repeat: no-repeat;
|
|
width: 210px;
|
|
} |