server ver
This commit is contained in:
61
public/css/w0bmcustom.css
vendored
61
public/css/w0bmcustom.css
vendored
@@ -288,7 +288,7 @@ div.tbody {
|
||||
}
|
||||
|
||||
.comments blockquote {
|
||||
color: #80FF00;
|
||||
color: #789922;
|
||||
font-size: 1em;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
@@ -2218,7 +2218,7 @@ blockquote {
|
||||
padding: 10px 10px;
|
||||
margin: 0 0 10px;
|
||||
border-left: 5px solid #282828;
|
||||
color: #80FF00;
|
||||
color: #789922;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
@@ -2895,7 +2895,7 @@ button#toggle:not(:focus) {
|
||||
}
|
||||
|
||||
span.videoinfo {
|
||||
background: #21292f;
|
||||
background: #1f1f20;
|
||||
border-radius: 5px;
|
||||
padding: 5px;
|
||||
}
|
||||
@@ -3077,7 +3077,7 @@ button#infobox:not(:focus) {
|
||||
}
|
||||
|
||||
/*
|
||||
Eye candy
|
||||
Eye candy
|
||||
( colors courtesy of https://kuler.adobe.com/try-color-theme-3350110 )
|
||||
*/
|
||||
.onclick-menu {
|
||||
@@ -4041,7 +4041,7 @@ repeating-radial-gradient(black, transparent 100px)
|
||||
padding-right: 0px;
|
||||
padding-left: 0px;
|
||||
font-size: 17px;
|
||||
vertical-align: middle;
|
||||
vertical-align: initial;
|
||||
}
|
||||
|
||||
.coronaids {
|
||||
@@ -4084,4 +4084,53 @@ position: absolute;
|
||||
i.fa.fa-bitcoin:hover {
|
||||
color: #1fb2b0;
|
||||
transition: .5s;
|
||||
}
|
||||
}
|
||||
|
||||
#matrix {
|
||||
text-align: center;
|
||||
background: black;
|
||||
color: #17bd17;
|
||||
border: 1px solid;
|
||||
}
|
||||
|
||||
#matrix a {
|
||||
color: #17bd17;
|
||||
}
|
||||
|
||||
#bluepill {
|
||||
width: 26px;
|
||||
height: 10px;
|
||||
display: inline-block;
|
||||
color: blue;
|
||||
background: blue;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#redpill {
|
||||
width: 26px;
|
||||
height: 10px;
|
||||
display: inline-block;
|
||||
color: red;
|
||||
background: red;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.thread_closed {
|
||||
color: white;
|
||||
text-align: center;
|
||||
border: 1px solid black;
|
||||
background: #2d2c2c;
|
||||
padding: 5px;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
ul.pagination {
|
||||
display: flex;
|
||||
justify-content: left;
|
||||
}
|
||||
|
||||
.pagination {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user