server ver
This commit is contained in:
49
public/njum/css/cstms.css
vendored
49
public/njum/css/cstms.css
vendored
@@ -148,7 +148,7 @@ overflow: hidden;
|
||||
|
||||
|
||||
.bg-dark {
|
||||
background: black!important;
|
||||
background: #000000b3 !important;
|
||||
}
|
||||
|
||||
.search-index {
|
||||
@@ -627,6 +627,7 @@ textarea.form-control {
|
||||
|
||||
textarea#cinput {
|
||||
height: 80px !important;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.comment-entry-textarea {
|
||||
@@ -835,7 +836,7 @@ a.badge.badge-success.isSfw, a.badge.badge-danger.isNsfw {
|
||||
|
||||
#videoBox.in { animation: ac 1s; }
|
||||
|
||||
.panel.panel-danger {
|
||||
/*.panel.panel-danger {
|
||||
background: rgba(90, 88, 88, 0.4) none repeat scroll 0 0;
|
||||
padding: 15px;
|
||||
margin-bottom: 15px;
|
||||
@@ -844,7 +845,7 @@ a.badge.badge-success.isSfw, a.badge.badge-danger.isNsfw {
|
||||
font-style: italic;
|
||||
color: lightgrey;
|
||||
background: #00000047;
|
||||
}
|
||||
}*/
|
||||
|
||||
/*.col-sm.scrollable:hover {
|
||||
background: #00000080;
|
||||
@@ -1006,7 +1007,7 @@ div#categories {
|
||||
}
|
||||
|
||||
a.badge.video-rating.sfw {
|
||||
background: #282828;
|
||||
background: #2828288f;
|
||||
color: #04da04;
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
@@ -1016,7 +1017,7 @@ a.badge.video-rating.sfw {
|
||||
}
|
||||
|
||||
a.badge.video-rating.nsfw {
|
||||
background: #282828;
|
||||
background: #2828288f;
|
||||
color: #ff1515;
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
@@ -1026,7 +1027,7 @@ a.badge.video-rating.nsfw {
|
||||
}
|
||||
|
||||
a.badge.video-id {
|
||||
background: #282828;
|
||||
background: #2828288f;
|
||||
color: white;
|
||||
font-family: monospace;
|
||||
border-bottom-left-radius: 0;
|
||||
@@ -1296,7 +1297,7 @@ button#togglebg:hover, button.bg-toggle:hover, button#fav:hover, button#webm_edi
|
||||
|
||||
.monchichi {
|
||||
display: inherit;
|
||||
background: #1e1c1c;
|
||||
background: #000000b3;
|
||||
border-radius: 5px;
|
||||
border: 1px solid black;
|
||||
margin: 5px;
|
||||
@@ -1505,4 +1506,36 @@ div.comment_header {
|
||||
.container-fluid, .container {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.search-index {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.search-btn {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #171616;
|
||||
border-color: #101010;
|
||||
}
|
||||
|
||||
/*blah */
|
||||
.stuck {
|
||||
position: fixed !important;
|
||||
top: 0 !important;
|
||||
bottom: 0px !important;
|
||||
right: 0 !important;
|
||||
width: 260px !important;
|
||||
height: 145px !important;
|
||||
transform: translateY(100%);
|
||||
animation: fade-in-up .25s ease forwards;
|
||||
right: 0;
|
||||
width: 200px !important;
|
||||
display: flex;
|
||||
justify-content: left;
|
||||
margin: 0 0 0 auto;
|
||||
}
|
||||
|
@@ -414,7 +414,7 @@ $(function() {
|
||||
formData.append('file', file);
|
||||
$('.progress-striped, #upload-stats').css('opacity', 0).slideDown('fast').animate({opacity: 1}, {queue: false, duration: 'fast'});
|
||||
jqXHR = $.ajax({
|
||||
url: '/api/upload',
|
||||
url: '/api/video/upload',
|
||||
type: 'POST',
|
||||
data: formData,
|
||||
processData: false,
|
||||
|
@@ -1143,7 +1143,7 @@ $(function() {
|
||||
formData.append('file', file);
|
||||
$('.progress-striped, #upload-stats').css('opacity', 0).slideDown('fast').animate({opacity: 1}, {queue: false, duration: 'fast'});
|
||||
jqXHR = $.ajax({
|
||||
url: '/api/upload',
|
||||
url: '/api/video/upload',
|
||||
type: 'POST',
|
||||
data: formData,
|
||||
processData: false,
|
||||
|
Reference in New Issue
Block a user