some css changes to w0bmcustom.css and glitch.css, some changes in irc.blade.php regarding the visibility of the page for non logged in users, some minor changes to the upload page and a big change to the video page by adding the first interactive upload with loops to w0bm
This commit is contained in:
13
public/css/glitch.css
vendored
13
public/css/glitch.css
vendored
@@ -546,7 +546,7 @@ table.table.table-hover.table-condensed {
|
||||
padding: 5px;
|
||||
border: 1px solid black;
|
||||
border-radius: 5px;
|
||||
background: linear-gradient(to top, #0a0a0aa3 0%, #163f42a6 100%);
|
||||
background: linear-gradient(to top, #0a0a0aa3 0%, #54062726 100%);
|
||||
}
|
||||
|
||||
.profilheader {
|
||||
@@ -1087,4 +1087,15 @@ div#tag-display {
|
||||
|
||||
.nav>li.addtagsy>a:hover {
|
||||
color: #00fbff;
|
||||
}
|
||||
|
||||
/* Admin shizzle */
|
||||
a.sirx, a[href="https://w0bm.com/user/sirx"] {
|
||||
color: #ff0099 !important;
|
||||
text-transform: uppercase;
|
||||
text-shadow: 1px 1px 2px #ff00c8, 0px -2px 0px black, 2px 0px #6eff00;
|
||||
font-family: vcr;
|
||||
vertical-align: middle;
|
||||
padding-right: 5px;
|
||||
padding-left: 5px;
|
||||
}
|
12
public/css/w0bmcustom.css
vendored
12
public/css/w0bmcustom.css
vendored
@@ -4039,4 +4039,16 @@ repeating-radial-gradient(black, transparent 100px)
|
||||
.webchat > iframe {
|
||||
width: 100%;
|
||||
min-height: 70vh;
|
||||
}
|
||||
|
||||
/* fancy admin shizzle */
|
||||
.sirx {
|
||||
color: #ff0099 !important;
|
||||
text-transform: uppercase;
|
||||
text-shadow: 1px 1px 2px #ff00c8, 0px -2px 0px black, 2px 0px #6eff00;
|
||||
font-family: vcr;
|
||||
padding-right: 0px;
|
||||
padding-left: 0px;
|
||||
font-size: 17px;
|
||||
vertical-align: middle;
|
||||
}
|
Reference in New Issue
Block a user