]> git.0d.be Git - panikweb.git/blobdiff - panikweb_templates/static/css/_specifics.scss
SARS-CoV-2, SARS-CoV-2 everywhere
[panikweb.git] / panikweb_templates / static / css / _specifics.scss
index fd6420394f805ee19a9b2f0a5f4c1c838f11a89f..946456ad98eee151dd479ce3c89f543b016accb6 100644 (file)
@@ -194,7 +194,8 @@ button.check:before, a.check:before {
 /**** BODY ****/
 /****************************************************/
 body{
-       background: white;
+       background: white url(../img/sars-cov-2.jpeg);
+       background-size: cover;
        color: #333;
 }
 /****************************************************/
@@ -915,7 +916,7 @@ h1.top#frequence {
 .episode.resume .logo{
        float: right;
 }
-.topik.inline .logo,
+.topik-link .logo,
 .episode.inline .logo {
        min-height: 50px;
        float: left;
@@ -1754,9 +1755,10 @@ ul.tags {
        clear: both;
 }
 
-div.topik.inline {
+a.topik-link {
        clear: both;
-        margin-top: 1em;
+       display: block;
+       margin-top: 1em;
 }
 
 #fiber-content div.topikcell a {
@@ -2109,3 +2111,9 @@ div#loading-page {
        0% { right: 100%; }
        100% { right: 0%; }
 }
+
+.episode-auto-selection-cell.hide-emission-titles {
+       .emission-title, .soundfile-info .sep {
+               display: none;
+       }
+}