updating nojs layout

This commit is contained in:
noxy
2020-05-02 13:05:29 +00:00
parent 923d9be188
commit 1ac8003e45
12 changed files with 165 additions and 20 deletions

View File

@@ -4042,7 +4042,7 @@ repeating-radial-gradient(black, transparent 100px)
}
/* fancy admin shizzle */
.sirx {
.Chatbot953 {
color: #ff0099 !important;
text-transform: uppercase;
text-shadow: 1px 1px 2px #ff00c8, 0px -2px 0px black, 2px 0px #6eff00;
@@ -4051,4 +4051,19 @@ repeating-radial-gradient(black, transparent 100px)
padding-left: 0px;
font-size: 17px;
vertical-align: middle;
}
}
.coronaids {
border: 2px solid red;
padding: 5px;
text-align: center;
font-weight: bold;
color: red;
text-shadow: 1px 1px black;
background: #1f2524b0;
margin: 0 !important;
}
.coronaids > p {
margin: 0!important;
}

View File

@@ -983,7 +983,7 @@ li.safe-for-rating {
@media (min-width: 1400px) {
.container {
max-width: 960px;
}
}12fr
}
@media (min-width: 1200px) {

View File

@@ -104,4 +104,33 @@ p.comment {
.irc-info {
margin: 10px;
text-align: center;
}
div#categories {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
align-self: center;
text-align: center;
}
nav.navbar.navbar-expand-lg.sticky-top.pl-3 {
background: #171717;
}
a.nav-link.faved {
color: red;
text-shadow: 0px 0px 8px red;
transform: rotate(-90deg);
}
a.nav-link.unfaved {
color: #717171;
transform: rotate(-90deg);
}
a.nav-link.unfaved:hover {
color: red;
text-shadow: 0px 0px 8px red;
opacity: 0.6;
transition: .5s;
}