82 lines
1.2 KiB
CSS
Vendored
82 lines
1.2 KiB
CSS
Vendored
@import url("/z0mb/css/bootstrap-tagsinput.css");
|
|
body {
|
|
background-color: #000000 !important;
|
|
font-family:Verdana, Arial, Helvetica, sans-serif;
|
|
color:#FFFFFF;
|
|
font-size:10px;
|
|
}
|
|
|
|
a:link,a:visited{
|
|
color:#FFFFFF;
|
|
text-decoration:none;
|
|
font-size:12px;
|
|
font-weight:bold;
|
|
}
|
|
|
|
a:hover{
|
|
color:#999999;
|
|
}
|
|
|
|
.row.videonavigation {
|
|
text-shadow: none;
|
|
text-transform: none;
|
|
font-family: inherit;
|
|
}
|
|
|
|
.col.video-navigation {
|
|
text-align: center;
|
|
}
|
|
|
|
.col.first-video {
|
|
text-align: start;
|
|
}
|
|
|
|
.col.latest-video {
|
|
text-align: end;
|
|
}
|
|
|
|
.row {
|
|
margin: 0;
|
|
}
|
|
|
|
.commentOpenButton {
|
|
font-family:Verdana, Arial, Helvetica, sans-serif;
|
|
color:#FFFFFF;
|
|
font-size:10px;
|
|
}
|
|
|
|
.layoutkek {
|
|
display: inline-block;
|
|
list-style: none;
|
|
}
|
|
|
|
.dropdown-menu {
|
|
background: black;
|
|
border: 0;
|
|
border-left: 1px solid white;
|
|
border-radius: 0;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
button#layout1, button#layout2 {
|
|
padding: 0;
|
|
background: transparent;
|
|
border: 0;
|
|
color: white;
|
|
}
|
|
|
|
button#layout1:hover, button#layout2:hover {
|
|
color:#999999;
|
|
}
|
|
|
|
img.comment_emoji {
|
|
max-width: 45px;
|
|
}
|
|
|
|
.comment.panel-body {
|
|
padding-left: 15px;
|
|
}
|
|
|
|
.card.panel-default {
|
|
margin-top: 5px;
|
|
} |