]> git.0d.be Git - panikweb.git/commitdiff
style: adapt homepage blocks
authorFrédéric Péters <fpeters@0d.be>
Thu, 26 Dec 2019 18:38:57 +0000 (19:38 +0100)
committerFrédéric Péters <fpeters@0d.be>
Thu, 26 Dec 2019 18:38:57 +0000 (19:38 +0100)
panikweb_templates/static/css/_specifics.scss

index a5aaa37ece78ae4fb9b2e776e8a4b267c5c3d74d..2575886b0ad18192c79185d3170c672b59a47350 100644 (file)
@@ -1379,7 +1379,7 @@ nav#program li {
        margin-top: 2em;
        .icon-rss {
                position: absolute;
-               right: 0;
+               right: 2rem;
        }
 }
 
@@ -2109,7 +2109,7 @@ div.around-nav {
                text-align: center;
                background: $primary;
                height: 50px;
-                       border: 1px solid #666;
+               border: 1px solid $primary;
                button {
                        line-height: 45px;
                        color: white;
@@ -2120,14 +2120,14 @@ div.around-nav {
                overflow: hidden;
                max-width: 100%;
                margin-bottom: 250px;
-               border-top: 1px solid black;
+               border-top: 1px solid $primary;
        }
        div.around-nav-inner-2 {
                position: relative;
                width: 4000px;
                transition: transform linear 0.2s;
                div.around-block {
-                       border-right: 1px solid #666;
+                       border-right: 1px solid $primary;
                        box-sizing: border-box;
                        padding: 0 1rem;
                        background: white;
@@ -2147,7 +2147,8 @@ div.around-nav {
                        position: absolute;
                        left: 0;
                        top: 50px;
-                       border: 1px solid #666;
+                       border: 1px solid $primary;
+                       border-width: 1px 2px;
                        background: white;
                        width: 100%;
                        p {
@@ -2196,6 +2197,9 @@ div.around-nav {
        }
 }
 
+#recent-emissions,
+#recent-news,
+#recent-sounds,
 .emissions,
 .emission-archives,
 #Emission-tabs-menu,
@@ -2225,3 +2229,15 @@ header h3 {
 span.date {
        text-transform: lowercase;
 }
+
+div.episode.soundfile {
+       position: relative;
+       div.sound {
+               position: absolute;
+               right: 5px;
+               top: 130px;
+               button.icon-plus-sign, button.icon-download {
+                       display: none;
+               }
+       }
+}