Background faq (+footer), buttons colibri+framatube

This commit is contained in:
JosephK 2018-04-05 14:31:06 +02:00
parent e9ad5431fc
commit d2dfb56a30

View file

@ -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 { /* Hugos footer != JoinPTs footer */
display:none;
}
.faq h2 {
margin: 40px 0px;
}