Programmübersicht in lesbar
badbonn by bskp

Details
Authorbskp
LicenseNo License
Categorybadbonn
Created
Updated
Code size1.4 kB
Code checksumda06a0a5
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name badbonn
@version 20220307.08.20
@namespace userstyles.world/user/bskp
@description Programmübersicht in lesbar
@author bskp
@license No License
==/UserStyle== */
@-moz-document url("https://club.badbonn.ch/") {
article.show::after {
content: attr(data-title);
}
article.show:before {
content: attr(data-date);
}
.home {
font-size: 2em;
}
.home .show h1 {
margin: 0;
display: inline-block;
width: 1em;
font-size: 1em;
text-overflow: clip;
overflow: hidden;
background-color: white;
height: 1em;
border-radius: 1em;
margin-bottom: -0.1em;
}
.home .show {
text-align: left;
padding: 0em 2em;
padding-top: 0em;
}
.home .show.show-multiple h1 {
display: contents;
font-size: 1em;
}
.home-bg{
filter: blur(0);
background-color: black;
}
.home .show h1 a:link, .home .show h1 a:visited {
position: absolute;
left: 0;
right: 0;
color: transparent;
}
.home .show.show-multiple h1 a:link, .home .show.show-multiple h1 a:visited {
position: static;
color: #898989;
}
.program-metas {
background-color: black;
}
.program-metas::before {
content: 'Bad Bonn';
color: white;
font-size: 2em;
}
.program-metas-col {
opacity: 0;
}
}