style.css cleaning + test deploy

This commit is contained in:
JosephK 2018-03-01 10:44:10 +01:00
parent 5f242a7929
commit 6d3b412dd2
3 changed files with 3 additions and 108 deletions

View file

@ -12,7 +12,7 @@ validity-check:
deploy: deploy:
stage: deploy stage: deploy
script: script:
- hugo - hugo -b "http://joinpeertube.org"
- mkdir "${HOME}/.ssh" - mkdir "${HOME}/.ssh"
- chmod 700 "${HOME}/.ssh" - chmod 700 "${HOME}/.ssh"
- echo -e "${DEPLOYEMENT_KNOWN_HOSTS}" > ${HOME}/.ssh/known_hosts - echo -e "${DEPLOYEMENT_KNOWN_HOSTS}" > ${HOME}/.ssh/known_hosts
@ -23,7 +23,7 @@ deploy:
pages: pages:
stage: deploy stage: deploy
script: script:
- hugo - hugo -b "https://joinpeertube.framalab.org/"
artifacts: artifacts:
paths: paths:
- public - public

View file

@ -1,5 +1,5 @@
# hostname (and path) to the root eg. https://appernetic.github.io/ # hostname (and path) to the root eg. https://appernetic.github.io/
baseurl = "https://framasoft.frama.io/joinpeertube/" baseurl = "https://joinpeertube.framalab.org/"
# Remark if you want to disable multilingual support. # Remark if you want to disable multilingual support.
DefaultContentLanguage = "fr" DefaultContentLanguage = "fr"

View file

@ -196,108 +196,3 @@ body .medias .container {
.getting-started h2 { .getting-started h2 {
color: #F1680D; color: #F1680D;
} }
/*
#-home > .container { margin-bottom: 80px;}
#-home .content > p:nth-child(5) a:last-child,
#-home .content .col-sm-8 p:last-child a:last-child {
display: inline-block;
margin-bottom: 0;
text-decoration:none;
text-align: center;
vertical-align: middle;
color: #333;
text-transform:uppercase;
background-color: #fff;
border-color: #bdbdbd;
box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
padding: 6px 16px;
font-size: 13px;
line-height: 1.846;
border-radius: 3px;
touch-action: manipulation;
}
#-home .content > p a:last-child:hover,
#-home .content > p a:last-child:focus,
#-home .content .col-sm-8 a:last-child:hover,
#-home .content .col-sm-8 a:last-child:focus {
background-color: #e0e0e0;
border-color: #949494;
}
.content {
font-size: 16px;
line-height: 25px;
}
h1,h2,h3 {
color:#333 !important;
}
section {
background-size: cover;
background-position: center center;
}
.container.ombre {
margin-top:30px !important;
}
.small {
font-size:14px;
}
#youtube, #peertube, #infos {
background-image:url('img/network.png');
}
#youtube .jumbotron {
background:#fff;
}
#youtube img {
margin-bottom:30px;
}
#enjeux, #solutions,#soutenir {
background-image:url('img/network-o.png');
}
#changeons {
background-image:url('img/player-peertube-flou.jpg');
padding-top:100px;
padding-bottom:150px;
text-shadow:0 0 5px rgba(0, 0, 0, 0.5);
}
#soutenir {
background-color:#C48A1B;
}
#infos {
background-color:#6A5687;
display:none;
}
#enjeux .col-md-5 i {
color:#CC2D18;
}
#solutions .col-md-5 i {
color:#52632A;
}
#enjeux .well,
#solutions .well {
margin:30px;
}
#enjeux img,
#solutions img {
max-width:100%;
}
#ready .bg-warning {
border: 1px solid #FFCF4F;
border-radius: 4px;
}*/