This commit is contained in:
2021-06-25 08:25:11 +00:00
parent 8877c0bad0
commit 37d34c2bab
739 changed files with 613 additions and 1120 deletions

2
public/njum/css/bootstrap-dark.css vendored Executable file → Normal file
View File

@@ -11,7 +11,7 @@
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic");
/* removed google font here */
:root {
--blue: #375a7f;
--indigo: #6610f2;

0
public/njum/css/bootstrap-tagsinput.css vendored Executable file → Normal file
View File

0
public/njum/css/bootstrap.min.css vendored Executable file → Normal file
View File

0
public/njum/css/commento.css vendored Executable file → Normal file
View File

233
public/njum/css/cstms.css vendored Executable file → Normal file
View File

@@ -1,9 +1,3 @@
wip {
position: fixed;
bottom: 0;
left: 0;
}
@font-face {
font-family: 'Oswald';
font-style: normal;
@@ -126,6 +120,19 @@ a {
color: white;
}
a:hover {
color: #007053;
}
p.comment > a {
text-decoration: underline;
}
.page-header > h3 {
border-bottom: 2px solid gray;
padding-bottom: 5px;
}
.w0bm-main {
display: grid;
grid-template-columns: 0.5fr 3fr 0.5fr;
@@ -277,6 +284,34 @@ button#togglebg:hover, button.bg-toggle:hover, button#fav:hover, button#nav-user
-webkit-transform: translateY(0%);
transform: translateY(0%); } }
.slideUp {
-webkit-animation-name: slideUp;
animation-name: slideUp; }
@-webkit-keyframes slideUp {
0% {
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: translateY(0%);
transform: translateY(0%); }
100% {
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%); } }
@keyframes slideUp {
0% {
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: translateY(0%);
transform: translateY(0%); }
100% {
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%); } }
.btn-dark:focus, .btn-dark.focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show>.btn-dark.dropdown-toggle:focus {
-webkit-box-shadow: none;
box-shadow: none;
@@ -997,9 +1032,9 @@ li.safe-for-rating {
position: absolute;
}
div#collapseComments {
/* div#collapseComments {
margin-bottom: 10px;
}
} */
div#categories {
display: grid;
@@ -1145,7 +1180,7 @@ div#categories {
.grid-menu {
display: grid;
grid-template-columns: auto 1fr 1fr 1fr;
grid-template-columns: auto 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr;
}
@@ -1414,12 +1449,21 @@ div.source > p.comment {
}
.bootstrap-tagsinput .tag {
background-color: #e4061a7a;
background-color: #303030;
}
/* Float Video und Comment Overhaul */
img.comment_emoji_small {
max-width: 32px;
background: #3e3e3e;
height: 42px;
margin: 5px;
padding: 5px;
border-radius: 5px;
border: 1px solid black;
}
.comment_emoji_small:hover {
background: #054e31;
}
.caption {
@@ -1528,7 +1572,7 @@ div.comment_header {
position: fixed !important;
top: 0 !important;
bottom: 0px !important;
right: 0 !important;
right: 15px !important;
width: 260px !important;
height: 145px !important;
transform: translateY(100%);
@@ -1538,4 +1582,169 @@ div.comment_header {
display: flex;
justify-content: left;
margin: 0 0 0 auto;
}
@media (max-width: 1225px) {
.stuck {
display: none;
}
}
@media (max-width: 444px) {
.navbar {
justify-content: center;
}
.navbar-nav.mr-auto {
margin-right: unset !important;
}
.dropdown-menu.LinksGrid.show {
grid-template-columns: unset;
}
}
.emojiCollapser.btn.btn-dark.btn-sm {
cursor: pointer;
}
.emojiWrapper.emojis {
background: rgba(29, 28, 28, 0.94) none repeat scroll 0 0;
margin-top: 5px;
padding: 5px;
border-radius: 5px;
border: 1px solid black;
}
#layout1 {
background: #161618;
color: #1fb2b0;
}
#layout1:hover, #layout3:hover {
opacity: 0.8;
}
#layout3 {
background: black;
color: white;
}
.uploadButton {
background: #121214;
padding: 5px;
border-radius: 5px;
}
#btn-upload {
width: 100%;
position: relative;
}
/* FIRE THE FUCKING LAZ0R MOTHERFUCKER! */
#btn-upload:hover {
background-image: url(/shoop.png);
background-size: contain;
background-repeat: no-repeat;
}
#btn-upload:hover > span#laz0r-fire {
background: aqua;
position: absolute;
height: 15px;
z-index: 0;
left: 8px;
box-shadow: -1px 0px 3px 1px white;
top: 15.44px;
-webkit-animation-name: shoop;
-webkit-animation-duration: 0.1s;
-webkit-animation-iteration-count: infinite;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
width: calc(100% - 9px);
}
#btn-upload:hover > span.laz0r {
z-index: 1;
position: relative;
font-weight: bold;
text-transform: uppercase;
text-shadow: 0px 0px 5px #fbfffc;
top: 0px;
color: #151013;
font-size: 1.6rem;
}
@-webkit-keyframes shoop {
0% { top: 16px }
2% { top: 17px }
3% { top: 20px }
10% { top: 17px }
100% { top: 16px }
}
div.uploadButton > p {
text-align: center;
padding-top: 5px;
}
.box {
background: rgba(90, 88, 88, 0.4) none repeat scroll 0 0;
border-radius: 5px;
border: 1px solid black;
padding: 5px;
margin: 5px;
}
hr {
border-top: 1px solid rgba(0, 0, 0, 0.94);
}
#sticky {
position: sticky;
bottom: 0;
z-index: 8;
background: #0b0a0a;
padding: 5px;
animation:animatebottom 1s;
}
@keyframes animatebottom{
from{
bottom:-600px;opacity:1
}
to{
bottom:1;opacity:1
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fader-in {
animation: fadeIn .8s steps(100) forwards;
}
.fader-out {
animation: fadeOut .8s steps(100) forwards
}
.scrollToTop{
display:none;
}

0
public/njum/css/font-awesome.min.css vendored Executable file → Normal file
View File

0
public/njum/css/magic.css vendored Executable file → Normal file
View File

0
public/njum/css/perfect-scrollbar.css vendored Executable file → Normal file
View File

0
public/njum/css/simplebar.css vendored Executable file → Normal file
View File

0
public/njum/css/sticky.css vendored Executable file → Normal file
View File