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

81 lines
867 B
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;
}
#narrowingTags li.selectable {
border-width: 0.125rem;
border-style: solid;
}
#videosList > li {
border-style: solid;
}
#videosList > li ul.tags li a,
#videosList > li ul.tags li a:visited {
text-decoration: none;
}
.video-title,
.video-title a,
.video-title a:visited {
font-weight: bold;
text-decoration: none;
word-break: break-all;
}
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;
}