nojs änderungen usw

This commit is contained in:
noxy
2019-08-28 06:04:32 +00:00
parent 19f4b7d26f
commit 5fada7ae29
8 changed files with 85 additions and 14 deletions

61
public/css/glitch.css vendored
View File

@@ -171,7 +171,7 @@ nav {
.panel.panel-default {
background-image: linear-gradient(to top, #0006 0%, #19363887 100%);
margin: 10px;
/*margin: 10px;*/
border-radius: 5px;
border: 1px solid black;
}
@@ -394,7 +394,7 @@ a.navbar-brand {
}*/
div.tags.hidden-xs {
padding: 10px;
padding: 0px;
width: inherit;
background: transparent;
}
@@ -404,7 +404,7 @@ div.tags.hidden-xs {
}
.tags.hidden-xs {
padding: 15px;
padding: 0;
background: transparent;
}
@@ -479,10 +479,6 @@ ul.nav.navbar-nav.info-nav {
justify-content: space-between;
}
.toggo.tag-panel-body {
margin-bottom: 15px;
}
.panel-danger {
background: linear-gradient(to top, #000 0%, #6b1f22eb 100%);
border-bottom: 1px solid red;
@@ -814,3 +810,54 @@ a.rainbow:hover {
.vjs-menu-item:hover {
opacity: 0.7;
}
/* NAchtrag vom Editor */
.commentform-panel-footer {
margin: 0;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-top: 0px;
}
.onclick-menu:before {
padding: 5px 10px;
color: #fff;
text-shadow: 1px 1px 0px black;
font-weight: bold;
cursor: pointer;
vertical-align: baseline;
position: relative;
top: 2px;
}
.emoji-shit {
background: none;
border: 0;
vertical-align: super;
}
::-webkit-scrollbar,
::-webkit-scrollbar-corner,
::-webkit-scrollbar-track-piece {
background: #00000000 !important;
}
::-webkit-scrollbar {
width: 17px !important;
height: 17px !important;
}
::-webkit-scrollbar-thumb {
background: #333333;
border: 3px solid #101010 !important;
border-radius: 8px !important;
}
::-webkit-scrollbar-thumb:hover {
background: #444444;
}
#sidebar {
background: #0c343240 !important;
}