some css changes to layout2 and minor improvements to layout1 and layout5 (download link fixed)

This commit is contained in:
noxy
2019-10-12 17:17:24 +00:00
parent 7b32d067e1
commit 33373992ef
6 changed files with 41 additions and 8 deletions

View File

@@ -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;
}