From d2dfb56a3080693a464d28aa4d198cf44cbaf58f Mon Sep 17 00:00:00 2001 From: JosephK Date: Thu, 5 Apr 2018 14:31:06 +0200 Subject: [PATCH] Background faq (+footer), buttons colibri+framatube --- .../static/css/style.css | 21 ++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/themes/hugo-bootstrap-premium/static/css/style.css b/themes/hugo-bootstrap-premium/static/css/style.css index bd77a29..49a9d3f 100644 --- a/themes/hugo-bootstrap-premium/static/css/style.css +++ b/themes/hugo-bootstrap-premium/static/css/style.css @@ -67,7 +67,7 @@ p { /* Sections background */ body { - background: #211F20 url('../network.png') top center no-repeat; + background: #211F20 url('../network.png') top center repeat-y; } body .content .container { @@ -166,7 +166,8 @@ body .medias .container { .install a[href="https://github.com/Chocobozzz/PeerTube/#production"], .how-it-works a[href^="#"], .how-it-works a[href*="/faq"], -.faq a[href="https://framacolibri.org/c/qualite/peertube"] { +.faq .col-sm-12 > p a[href="https://framacolibri.org/c/qualite/peertube"], +.getting-started .col-sm-12 > p a[href*="framatube.org"] { margin-top: 20px; margin-bottom: 20px; font-weight: 500; @@ -195,7 +196,8 @@ body .medias .container { .intro a[href="#how-it-works"], .install a[href="https://github.com/Chocobozzz/PeerTube/#production"], .how-it-works a[href*="/faq"], -.faq a[href="https://framacolibri.org/c/qualite/peertube"] { +.faq .col-sm-12 > p a[href="https://framacolibri.org/c/qualite/peertube"], +.getting-started .col-sm-12 > p a[href*="framatube.org"] { margin-right: auto; color: #F1680D; background: #fff; @@ -259,11 +261,12 @@ body .medias .container { text-align: center; } -.footer .container { - padding: 0 !important; - margin: 0 auto !important; - background-color: #211F20 !important; +.row.footer .container { + padding: 0; + margin: 0 -15px; + background-color: #211F20; color: #fff; + width: calc(100% + 15px); } .footer p { @@ -272,6 +275,10 @@ body .medias .container { padding: 5px 0; } +footer { /* Hugo’s footer != JoinPT’s footer */ + display:none; +} + .faq h2 { margin: 40px 0px; }