some css changes to layout2 and minor improvements to layout1 and layout5 (download link fixed)
This commit is contained in:
35
public/njum/css/cstms.css
vendored
35
public/njum/css/cstms.css
vendored
@@ -54,7 +54,7 @@ wip {
|
||||
body {
|
||||
height: 100vh;
|
||||
margin: 0;
|
||||
background: black;
|
||||
background: #101010;
|
||||
}
|
||||
|
||||
#logo {
|
||||
@@ -1046,7 +1046,7 @@ a.badge.video-id {
|
||||
}
|
||||
|
||||
.panel.panel-default {
|
||||
background: rgba(0, 0, 0, 0.78) none repeat scroll 0 0;
|
||||
background: rgba(29, 28, 28, 0.94) none repeat scroll 0 0;
|
||||
padding: 15px;
|
||||
margin-bottom: 15px;
|
||||
border-radius: .25rem;
|
||||
@@ -1064,3 +1064,34 @@ a.badge.video-id {
|
||||
.popover {
|
||||
background-color: #191919;
|
||||
}
|
||||
|
||||
.list-group-item.active {
|
||||
z-index: 2;
|
||||
color: #fff;
|
||||
background-color: #191919;
|
||||
border-color: #4d4d4e;
|
||||
}
|
||||
|
||||
.items {
|
||||
padding-bottom: 2.5rem;
|
||||
grid-gap: 0.8em;
|
||||
}
|
||||
|
||||
ul.pagination {
|
||||
margin: 4px;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
#commentForm textarea {
|
||||
background: rgba(29, 28, 28, 0.94) none repeat scroll 0 0;
|
||||
}
|
||||
|
||||
.table {
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
|
||||
img.comment_emoji {
|
||||
max-width: 4rem;
|
||||
}
|
Reference in New Issue
Block a user