astrXbian_UX-et-webUI/www/boris/styles/crowdbunker/decoration.css

89 lines
1.0 KiB
CSS

body {
font-family: Roboto,sans-serif;
}
header a,
header a:visited {
text-decoration: none;
}
header a:active {
outline: 0;
}
header > .sitetitle span {
border-bottom-style: solid;
}
#tagsList li.station,
#narrowingTags li.station {
background-image: url("logo.png");
background-repeat: no-repeat;
background-position: left middle;
background-size: contain;
padding-left: 2em;
}
#narrowingTags li.selectable {
border-width: 0.125rem;
border-style: solid;
}
#videosList > li {
border-style: solid;
}
.video-title,
.video-title a,
.video-title a:visited {
font-weight: bold;
text-decoration: none;
word-break: break-all;
}
#videosList > li ul.tags li a,
#videosList > li ul.tags li a:visited {
text-decoration: none;
}
article .video-title {
font-weight: bold;
}
form.add-video input[type="text"] {
border-style: solid;
}
form.add-video input[type="text"]:focus {
outline: 0;
}
form.add-video input[type="submit"] {
border-style: solid;
font-weight: bold;
}
#successMsg {
opacity: 0;
transition: opacity 1s;
}