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

65 lines
784 B
CSS

body {
font-family: Roboto,sans-serif;
}
header * {
text-decoration: none;
}
header a:active {
outline: 0;
}
#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;
}
#successMsg {
opacity: 0;
transition: opacity 1s;
}