forked from nutomic/joinpeertube
Merge branch 'master' into 'master'
Retouches CSS See merge request framasoft/peertube/joinpeertube!19
This commit is contained in:
commit
a1cd0a3972
1 changed files with 14 additions and 7 deletions
|
@ -67,7 +67,7 @@ p {
|
||||||
|
|
||||||
/* Sections background */
|
/* Sections background */
|
||||||
body {
|
body {
|
||||||
background: #211F20 url('../network.png') top center no-repeat;
|
background: #211F20 url('../network.png') top center repeat-y;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .content .container {
|
body .content .container {
|
||||||
|
@ -166,7 +166,8 @@ body .medias .container {
|
||||||
.install a[href="https://github.com/Chocobozzz/PeerTube/#production"],
|
.install a[href="https://github.com/Chocobozzz/PeerTube/#production"],
|
||||||
.how-it-works a[href^="#"],
|
.how-it-works a[href^="#"],
|
||||||
.how-it-works a[href*="/faq"],
|
.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-top: 20px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
@ -195,7 +196,8 @@ body .medias .container {
|
||||||
.intro a[href="#how-it-works"],
|
.intro a[href="#how-it-works"],
|
||||||
.install a[href="https://github.com/Chocobozzz/PeerTube/#production"],
|
.install a[href="https://github.com/Chocobozzz/PeerTube/#production"],
|
||||||
.how-it-works a[href*="/faq"],
|
.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;
|
margin-right: auto;
|
||||||
color: #F1680D;
|
color: #F1680D;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
@ -259,11 +261,12 @@ body .medias .container {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer .container {
|
.row.footer .container {
|
||||||
padding: 0 !important;
|
padding: 0;
|
||||||
margin: 0 auto !important;
|
margin: 0 -15px;
|
||||||
background-color: #211F20 !important;
|
background-color: #211F20;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
width: calc(100% + 15px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer p {
|
.footer p {
|
||||||
|
@ -272,6 +275,10 @@ body .medias .container {
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer { /* Hugo’s footer != JoinPT’s footer */
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
|
||||||
.faq h2 {
|
.faq h2 {
|
||||||
margin: 40px 0px;
|
margin: 40px 0px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue