diff --git a/public/njum/css/cstms.css b/public/njum/css/cstms.css index 947249c..036a197 100644 --- a/public/njum/css/cstms.css +++ b/public/njum/css/cstms.css @@ -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; +} \ No newline at end of file diff --git a/resources/views/layout1/video.blade.php b/resources/views/layout1/video.blade.php index aac6634..ab21284 100644 --- a/resources/views/layout1/video.blade.php +++ b/resources/views/layout1/video.blade.php @@ -88,7 +88,7 @@ data-content="
" diff --git a/resources/views/layout2/partials/navigation.blade.php b/resources/views/layout2/partials/navigation.blade.php index 5c32de8..ee928f7 100644 --- a/resources/views/layout2/partials/navigation.blade.php +++ b/resources/views/layout2/partials/navigation.blade.php @@ -1,6 +1,6 @@