some css tweaks and other minor improvements/fixes

This commit is contained in:
noxy
2019-11-27 15:23:48 +00:00
parent 5fc7bf3036
commit 50ba00431b
35 changed files with 880 additions and 104 deletions

View File

@@ -1011,4 +1011,132 @@ div#untenlinks {
background: #000000d9;
padding-left: 5px;
padding-bottom: 5px;
}
/* unsauber aber is mir egal :D */
span.avatarBox {
width: 33px;
float: left;
margin: 2px;
margin-right: 5px;
max-height: 33px;
max-width: 33px;
}
div#collapseComments {
background: #292727;
}
.card.panel-default {
padding: 5px;
margin: 0;
border: 0;
}
#commentForm textarea {
background: rgb(16, 22, 23) none repeat scroll 0 0;
}
div#comment_tools {
padding-top: 0;
}
@font-face {
font-family: "VCR";
src: url("/fonts/vcr.ttf");
}
textarea#cinput {
border-radius: 0;
outline: 0!important;
}
button.btn.btn-dark.btn-sm {
background: black;
font-family: vcr;
margin: 5px;
}
.form-control:focus {
box-shadow: none;
}
.comment.panel-body {
padding-left: 0px !important;
}
span.avatarBox {
width: 53px;
float: left;
margin: 2px;
margin-right: 5px;
max-height: 60px;
max-width: 50px;
min-height: 50px;
}
span.avatarBox > img {
max-width: 50px;
}
span.avatarBox > img {
max-width: 50px;
background: #ff00e0;
border: 1px solid black;
border-radius: 5px;
}
div#zomgmenu {
position: fixed;
bottom: 0;
left: 0;
z-index: 1;
background: #0000008f;
}
.zeugs {
position: sticky;
top: 0;
}
img.icon {
width: 16px;
}
.user_name {
color: #0fad8f !important;
text-shadow: 1px 1px black;
}
p.comment {
overflow: auto;
}
a:link, a:visited {
color: #FFFFFF;
text-decoration: none;
font-size: 11px;
font-weight: bold;
text-shadow: 1px 1px black;
}
.commentButton {
background: #040a0a;
}
.commentContent {
overflow: auto;
}
@media (max-width: 786px) {
.container-fluid {
height: unset;
}
div#zomgmenu{
width: 100%;
text-align: center;
background: black;
}
}