1270 lines
22 KiB
SCSS
1270 lines
22 KiB
SCSS
// perso
|
|
// les différences
|
|
|
|
.btn {
|
|
padding: 0.5em 1em;
|
|
font-weight: 500;
|
|
&:hover {
|
|
background:$couleurPrincipaleOn;
|
|
color:$couleurPrincipale !important;
|
|
}
|
|
}
|
|
.liens .btn {
|
|
padding: 0.7em 1em;
|
|
}
|
|
.btn.blanc {
|
|
border-radius: 0.7em;
|
|
}
|
|
span.btn {
|
|
cursor:text;
|
|
}
|
|
.flex {
|
|
width:100%;
|
|
clear:both;
|
|
}
|
|
|
|
.page_wrapper {
|
|
background:$couleurPrincipale url('../images/egalizer.png') repeat-x center -150px;
|
|
/* background-attachment:fixed; */
|
|
@media ($bp-small) {
|
|
background:$couleurPrincipale url('../images/egalizer-480.png') repeat-x center -150px;
|
|
}
|
|
}
|
|
.page_header {
|
|
padding:0;
|
|
> .page_container {
|
|
background-color:$couleurSecondaire;
|
|
}
|
|
.header_title {
|
|
min-width: 150px;
|
|
}
|
|
.header_menu {
|
|
flex-grow: 2;
|
|
padding:$spacer;
|
|
.nav {
|
|
padding-top:0;
|
|
}
|
|
.liens {
|
|
text-align:right;
|
|
margin-top:0.7rem;
|
|
.btn {
|
|
float:right;
|
|
margin-top:1.55rem;
|
|
.fas:before {
|
|
font-size:1rem;
|
|
}
|
|
&:hover, &:focus {
|
|
background:$couleurPrincipaleOn;
|
|
color:$couleurPrincipale !important;
|
|
.fas:before {
|
|
color:$couleurPrincipale !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.sociaux {
|
|
float:right;
|
|
display:inline-block;
|
|
font-size:0.8rem;
|
|
margin:1.8rem 1.5rem 0 0;
|
|
.socicon {
|
|
background:none !important;
|
|
color:$blancTransparent;
|
|
&:hover, &:focus {
|
|
color:$couleurPrincipaleOn;
|
|
}
|
|
}
|
|
}
|
|
.formulaire_spip.formulaire_abomailman_mini_une_liste {
|
|
width:230px;
|
|
float:right;
|
|
position:relative;
|
|
margin:0 0 0 $spacer;
|
|
text-align:left;
|
|
.reponse_formulaire {
|
|
position: absolute;
|
|
top: 100%;
|
|
margin: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.nav a {
|
|
border:0;
|
|
color:white;
|
|
padding:0.3em 0.7em 0.2em;
|
|
margin-right:0;
|
|
margin-left:0;
|
|
border-radius:4px;
|
|
/* background-color:$couleurSecondaire; */
|
|
.on &,
|
|
&.on,
|
|
&:focus,
|
|
&:hover,
|
|
&:active {
|
|
background-color:$couleurPrincipaleOn;
|
|
color:$couleurPrincipale;
|
|
}
|
|
}
|
|
> .page_container .nav > ul .loupe a {
|
|
i.fa-search {
|
|
background-color:$blancTransparent;
|
|
font-size:0.8rem;
|
|
color:$couleurSecondaire;
|
|
&:hover {
|
|
background-color:$couleurPrincipaleOn;
|
|
color:$couleurPrincipale;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.page_header_container {
|
|
align-items: flex-start;
|
|
}
|
|
.arbo {
|
|
@include visuallyhidden;
|
|
}
|
|
|
|
|
|
.encart {
|
|
float:right;
|
|
text-align:right;
|
|
font-size:1.1rem;
|
|
margin-left:2rem;
|
|
span {
|
|
font-size:115%;
|
|
&.bientot {
|
|
display:inline-block;
|
|
color:$couleurSecondaire;
|
|
font-weight:900;
|
|
}
|
|
&.btn {
|
|
background:$couleurSecondaire;
|
|
color:white !important;
|
|
font-weight:900;
|
|
margin:0.6rem 0 0.3rem;
|
|
padding:1.3rem 2rem;
|
|
&:first-letter {
|
|
text-transform:uppercase;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
//----------------------------------------
|
|
// Boutons
|
|
//----------------------------------------
|
|
|
|
.button,
|
|
.formulaire_spip:not(.formulaire_recherche):not(.formulaire_abomailman_mini_une_liste) button,
|
|
.formulaire_spip input[type=submit]
|
|
{
|
|
@include bouton($couleur-boutons, #fff, $couleurPrincipaleOn);
|
|
|
|
}
|
|
|
|
.sansbordure a.spip_out, a.sansbordure {
|
|
border: 0 !important;
|
|
}
|
|
|
|
|
|
.texte_accueil {
|
|
background-color:white;
|
|
.main {
|
|
padding-bottom:1rem;
|
|
}
|
|
@include media($bp-medium-up) {
|
|
.flex2 > .main {
|
|
max-width:60%;
|
|
}
|
|
.flex2 > .aside {
|
|
max-width:40%;
|
|
padding-left:($spacer*4);
|
|
@include media($bp-medium) {
|
|
padding-left:($spacer*2);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.article-resume {
|
|
background-color:white;
|
|
padding:$spacer;
|
|
}
|
|
.article__texte {
|
|
margin-bottom:($spacer*3);
|
|
}
|
|
.article__interactivite {
|
|
@include flex;
|
|
> a {
|
|
margin-left:1rem;
|
|
}
|
|
}
|
|
|
|
.page_main {
|
|
overflow:hidden;
|
|
}
|
|
.page_main_content {
|
|
align-items: start;
|
|
@include media($bp-medium-up) {
|
|
.page_article:not(.article_chronique) & {
|
|
background:white;
|
|
.page_aside {
|
|
margin-left:0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.composition_emissions, .composition_emission, .composition_chroniques {
|
|
|
|
.page_main_content {
|
|
flex-direction: column;
|
|
}
|
|
.page_content, .page_aside {
|
|
|
|
}
|
|
.page_content {
|
|
|
|
}
|
|
}
|
|
|
|
.page_content, .page_aside, .page_extra {
|
|
> * {
|
|
margin:0 0 ($spacer*2);
|
|
padding:$spacer ($spacer*4);
|
|
@include media($bp-medium) {
|
|
padding:$spacer ($spacer*2);
|
|
}
|
|
&.page_extra {
|
|
padding:0;
|
|
}
|
|
&.btn {
|
|
background:$couleurSecondaire;
|
|
color:white !important;
|
|
&:hover {
|
|
background:$couleurPrincipaleOn;
|
|
color:white !important;
|
|
}
|
|
}
|
|
}
|
|
> h1 {
|
|
padding:($spacer*4) ($spacer*4) $spacer;
|
|
@include media($bp-medium) {
|
|
padding:($spacer*2) ($spacer*2) $spacer;
|
|
}
|
|
margin:0;
|
|
background-color:white;
|
|
}
|
|
.page_article & > article, .composition_emission & > article, > .texte, > .ps, .rubrique_blog & > section, > .periode,
|
|
.prochaine_emission, .derniere_emission, .page_recherche & {
|
|
background-color:white;
|
|
}
|
|
> .ajaxbloc {
|
|
padding-top: 0;
|
|
margin-top: 8rem;
|
|
position: relative;
|
|
.emissions > h2, .emissions > a {
|
|
position:absolute;
|
|
margin-top:-2.6rem;
|
|
}
|
|
.article_blog & {
|
|
margin-top:0;
|
|
padding:$spacer ($spacer*2);
|
|
background-color:white;
|
|
.pagination .pagination-items a, .pagination .lien_pagination a {
|
|
color:$couleurPrincipale;
|
|
}
|
|
}
|
|
}
|
|
.composition_blog & > .content {
|
|
margin:0;
|
|
}
|
|
}
|
|
|
|
.page_content {
|
|
.page_rubrique & {
|
|
/* background-color:#fff; */
|
|
}
|
|
.rubrique_chroniques & .liste.articles {
|
|
margin-top:($spacer*3);
|
|
}
|
|
@include media($bp-medium-up) {
|
|
> * {
|
|
/* padding-right:($spacer*2); */
|
|
}
|
|
|
|
}
|
|
@include media($bp-large-up) {
|
|
}
|
|
}
|
|
.page_aside {
|
|
> ul .article-resume {
|
|
padding:0;
|
|
}
|
|
|
|
@include media($bp-medium-up) {
|
|
html:not(.composition_blog) & {
|
|
min-width: 50%;
|
|
width: em(330px);
|
|
margin-left: 0;
|
|
> * {
|
|
/* padding-left:0; */
|
|
}
|
|
}
|
|
}
|
|
@include media($bp-large-up) {
|
|
html:not(.composition_blog) & {
|
|
min-width: 50%;
|
|
width: em(430px);
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
h2 {
|
|
font-weight:900;
|
|
}
|
|
|
|
.fl {
|
|
border-top:2em solid $couleurPrincipale;
|
|
border-bottom:2em solid $couleurPrincipale;
|
|
margin:0 -1000px;
|
|
padding:2em 1000px;
|
|
background:white;
|
|
}
|
|
.fb {
|
|
padding:2em 0;
|
|
> h2 {
|
|
margin-top:2em;
|
|
}
|
|
}
|
|
|
|
.photoapril {
|
|
margin-bottom:1em;
|
|
}
|
|
.galeriephotos {
|
|
float:right;
|
|
font-size:1.2rem;
|
|
line-height: 1.8;
|
|
}
|
|
.galerie_photoapril figure {
|
|
@include media($bp-large-up) {
|
|
&:first-child {
|
|
text-align:left;
|
|
}
|
|
&:last-child {
|
|
text-align:right;
|
|
}
|
|
}
|
|
}
|
|
|
|
.licence {
|
|
padding:1em;
|
|
line-height:1.2;
|
|
margin-top:2em;
|
|
background:$couleurBackgroundTexteBleu;
|
|
}
|
|
|
|
.detail_emission ul, ul.spip, li ul.spip, .sujets > ul {
|
|
@include liste-triangle;
|
|
}
|
|
|
|
|
|
.btn.blanc {
|
|
color:$couleurPrincipale !important;
|
|
background:white;
|
|
border:1px solid rgba($couleurPrincipale,0.2);
|
|
border-radius:0.5em;
|
|
&:hover {
|
|
background:$couleurPrincipaleOn;
|
|
}
|
|
&.bold {
|
|
border-color:$couleurPrincipale;
|
|
}
|
|
}
|
|
|
|
|
|
.article__infos {
|
|
position:relative;
|
|
height:auto;
|
|
margin:0;
|
|
width: auto;
|
|
white-space: inherit;
|
|
clip: unset;
|
|
clip-path: unset;
|
|
font-size:1em;
|
|
margin:-$spacer 0 0 -($spacer*4);
|
|
@include media($bp-medium) {
|
|
html:not(.composition_chroniques) & {
|
|
margin:-$spacer -200px 0 -($spacer*2);
|
|
line-height:1.2;
|
|
}
|
|
}
|
|
@include media($bp-small) {
|
|
html:not(.composition_chroniques) & {
|
|
margin:-$spacer 0 0 -($spacer*2);
|
|
}
|
|
}
|
|
overflow:visible;
|
|
.composition_blog & {
|
|
margin:0;
|
|
}
|
|
}
|
|
.num_emission {
|
|
display:inline-block;
|
|
width:150px;
|
|
padding:0.5rem;
|
|
margin-right:1.5rem;
|
|
@include media($bp-small) {
|
|
margin-right:0.5rem;
|
|
}
|
|
font-weight:700;
|
|
font-size:2.8rem;
|
|
text-align:center;
|
|
color:$couleurSecondaire;
|
|
background:$couleurBackgroundTexte;
|
|
font-family:$typo-titre;
|
|
|
|
}
|
|
.article__date {
|
|
display:none; /* provisoire, par simplicite */
|
|
}
|
|
|
|
.composition_emissions, .composition_emission, .emissions, .derniere_emission, .prochaine_emission {
|
|
.article__date {
|
|
display:inline;
|
|
font-size:1.5rem;
|
|
color:$couleurSecondaire;
|
|
font-weight:700;
|
|
font-family:$typo-titre;
|
|
}
|
|
}
|
|
.composition_blog {
|
|
.article__date {
|
|
display:inline-block;
|
|
}
|
|
}
|
|
.liste.articles.blog {
|
|
padding:$spacer ($spacer*2);
|
|
background-color:white;
|
|
.liste-items {
|
|
list-style:none;
|
|
margin:0 0 ($spacer*2);
|
|
.item {
|
|
border-top:1px solid $couleurPrincipale;
|
|
&:first-child {
|
|
border:0;
|
|
}
|
|
.article-resume {
|
|
padding-left:0;
|
|
padding-right:0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.lecteur {
|
|
@include flex;
|
|
align-items:center;
|
|
margin-bottom:($spacer*3);
|
|
> .podlove_wrapper {
|
|
width:76%;
|
|
}
|
|
@include media($bp-medium) {
|
|
flex-direction: column;
|
|
text-align: center;
|
|
margin:0 -($spacer*4);
|
|
@include media($bp-medium) {
|
|
margin:0 -($spacer*2);
|
|
}
|
|
.telecharger {
|
|
padding:0;
|
|
margin-top:$spacer;
|
|
}
|
|
> .podlove_wrapper {
|
|
width:100%;
|
|
}
|
|
}
|
|
}
|
|
.texte_aside {
|
|
width:200px;
|
|
padding:0 0 $spacer ($spacer*2);
|
|
text-align:center;
|
|
@include media($bp-small) {
|
|
padding:0 0 $spacer;
|
|
margin:0 auto;
|
|
}
|
|
}
|
|
.telecharger {
|
|
list-style:none;
|
|
margin:0 0 ($spacer/2);
|
|
text-align:left;
|
|
@include media($bp-small) {
|
|
padding:0 0 $spacer;
|
|
margin: 0 auto;
|
|
|
|
}
|
|
li {
|
|
padding:($spacer/2) 0 ($spacer/2);
|
|
}
|
|
.btn.podcast {
|
|
width:100%;
|
|
padding-left:2.2rem;
|
|
padding-bottom:0.3rem;
|
|
font-size:1.15rem;
|
|
text-transform:none;
|
|
&:before {
|
|
left:0.8rem;
|
|
}
|
|
}
|
|
}
|
|
.duree {
|
|
font-size:0.7rem;
|
|
}
|
|
|
|
.btn.podcast {
|
|
padding:0 0.5em 0.1em 1rem;
|
|
position:relative;
|
|
text-align:left;
|
|
border-width:0.25em;
|
|
border-color:$couleurSecondaire;
|
|
color:$couleurSecondaire !important;
|
|
font-weight:900;
|
|
font-size:0.6rem;
|
|
text-transform:uppercase;
|
|
&:not(.mini):before {
|
|
@include triangle(right, $couleurSecondaire, 0.5em);
|
|
position: absolute;
|
|
left: 0.4rem;
|
|
top: 50%;
|
|
margin-top:-0.45em;
|
|
}
|
|
small {
|
|
font-size:0.7em;
|
|
font-weight:400;
|
|
}
|
|
&.mp3:not(.mini) {
|
|
border-color:$couleurPrincipale;
|
|
color:$couleurPrincipale !important;
|
|
&:before {
|
|
@include triangle(right, $couleurPrincipale, 0.5em);
|
|
}
|
|
}
|
|
&:hover, &:active, &:focus {
|
|
background:$couleurPrincipaleOn !important;
|
|
border-color:$couleurPrincipaleOn !important;
|
|
color:$couleurPrincipale !important;
|
|
&:before {
|
|
@include triangle(right, $couleurPrincipale, 0.5em);
|
|
}
|
|
}
|
|
&.mini {
|
|
background-color:white;
|
|
background-position:top !important;
|
|
background-size:100% !important;
|
|
border:0 !important;
|
|
transition:none !important;
|
|
height:10px;
|
|
width:33px;
|
|
padding:0;
|
|
&:before {
|
|
display:none;
|
|
}
|
|
&:hover {
|
|
background-color:white !important;
|
|
background-position:bottom !important;
|
|
background-size:100% !important;
|
|
}
|
|
&.ogg {
|
|
background-image:url('img/ogg.png');
|
|
margin-left:$spacer;
|
|
&:hover {
|
|
background-image:url('img/ogg.png') !important;
|
|
}
|
|
}
|
|
&.mp3 {
|
|
background-image:url('img/mp3.png');
|
|
margin-left:($spacer/2);
|
|
&:hover {
|
|
background-image:url('img/mp3.png') !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.sujet_autre {
|
|
background:$couleurBackgroundTexte;
|
|
padding:$spacer ($spacer*4);
|
|
margin:($spacer*2) -($spacer*4) -($spacer*2);
|
|
@include media($bp-medium) {
|
|
padding:$spacer ($spacer*2);
|
|
margin:($spacer*2) -($spacer*2) -($spacer*2);
|
|
}
|
|
&.flex {
|
|
width:auto;
|
|
}
|
|
.article_emission & > div {
|
|
@include flex;
|
|
@include vendor-prefix(flex-wrap, wrap);
|
|
> * {
|
|
width:50%;
|
|
&:nth-child(odd) {
|
|
padding-right:$spacer*2;
|
|
}
|
|
&:nth-child(even) {
|
|
padding-left:$spacer*2;
|
|
}
|
|
}
|
|
}
|
|
// pour insertion dans le texte/chapo avant d'avoir le podcast
|
|
.chapo & {
|
|
margin-bottom: -($spacer);
|
|
clear:both;
|
|
font-size:1rem;
|
|
> * {
|
|
font-size:1.2rem;
|
|
}
|
|
}
|
|
.derniere_emission & {
|
|
margin:0 -($spacer*4);
|
|
@include media($bp-medium) {
|
|
margin:0 -($spacer*2);
|
|
}
|
|
width:auto;
|
|
}
|
|
}
|
|
|
|
|
|
/* notation */
|
|
.formulaire_jaime_jaimepas {
|
|
.note, .reponse_formulaire {
|
|
float:left;
|
|
}
|
|
}
|
|
div.star-rating, div.star-rating a {
|
|
background-image:url('img/star.png');
|
|
}
|
|
div.rating-cancel a {
|
|
background-image:url('img/delete.png');
|
|
}
|
|
/**/
|
|
|
|
.sociaux {
|
|
.socicon {
|
|
display: inline-block;
|
|
}
|
|
a.spip_out {
|
|
border:0;
|
|
}
|
|
}
|
|
a:hover .fab, a:hover .fas {
|
|
color:$couleurPrincipaleOn;
|
|
}
|
|
|
|
|
|
/* bloc connex */
|
|
.page_connex {
|
|
margin:3rem 0 0;
|
|
padding:0 0 1rem;
|
|
background:$couleurPrincipale;
|
|
}
|
|
.page_connex_content {
|
|
color:white;
|
|
.liste h2 {
|
|
color:white;
|
|
font-size:1rem;
|
|
}
|
|
ul {
|
|
list-style:none;
|
|
margin-left:0;
|
|
li {
|
|
margin:0 0 0.5rem;
|
|
}
|
|
}
|
|
a {
|
|
border:0;
|
|
}
|
|
}
|
|
.article_forum {
|
|
background:white;
|
|
color:$couleurPrincipale;
|
|
margin:0 0 ($spacer*4);
|
|
padding:$spacer ($spacer*4);
|
|
@include media($bp-medium) {
|
|
padding:$spacer ($spacer*2);
|
|
}
|
|
}
|
|
|
|
/**/
|
|
.page_footer {
|
|
.article {
|
|
@include media($bp-small-up) {
|
|
@include flex;
|
|
justify-content:space-between;
|
|
> * {
|
|
width: calc(50% - 1rem);
|
|
}
|
|
}
|
|
.article__texte, .article__chapo {
|
|
margin-bottom:2rem;
|
|
font-weight:400;
|
|
strong, i, .btn {
|
|
font-size:115%;
|
|
}
|
|
}
|
|
}
|
|
.formulaire_spip.formulaire_recherche {
|
|
/* max-width:100%; */
|
|
}
|
|
}
|
|
|
|
/* page sommaire */
|
|
.body__sommaire .page_main {
|
|
h1 {
|
|
margin: 1em 0 0.8em;
|
|
}
|
|
}
|
|
.derniere_emission {
|
|
position:relative;
|
|
margin-top:($spacer*6);
|
|
> h2 {
|
|
margin-top:-($spacer*3.6);
|
|
margin-bottom:($spacer*0.65);
|
|
@include media($bp-medium) {
|
|
margin-bottom: 2.05rem;
|
|
}
|
|
@include media($bp-small) {
|
|
margin-bottom: 2.15rem;
|
|
}
|
|
}
|
|
}
|
|
.derniere_emission, .liste.emissions {
|
|
padding-bottom:0;
|
|
> h2 {
|
|
color:white;
|
|
}
|
|
.texte_content {
|
|
flex:1;
|
|
padding-bottom:$spacer;
|
|
min-height: 200px;
|
|
h1 {
|
|
font-size:1.6rem;
|
|
}
|
|
h2 {
|
|
font-size:1.2rem;
|
|
}
|
|
p.flex {
|
|
margin:1rem 0;
|
|
padding-right:2rem;
|
|
align-items:center;
|
|
.podcast {
|
|
font-size:110%;
|
|
text-transform:none;
|
|
padding-left:1.6rem;
|
|
}
|
|
}
|
|
}
|
|
.article__infos {
|
|
margin-top:0;
|
|
.num_emission {
|
|
font-size:2rem;
|
|
padding:0.1rem 1rem;
|
|
width: auto;
|
|
}
|
|
.article__date {
|
|
font-size:1rem;
|
|
color:$couleurPrincipale;
|
|
font-weight:400;
|
|
}
|
|
.btn.blanc {
|
|
margin-top:0.8rem;
|
|
margin-left:1rem;
|
|
font-weight:700;
|
|
}
|
|
}
|
|
.photo {
|
|
margin-right:-4rem;
|
|
background:$couleurBackgroundTexte;
|
|
@include media($bp-medium) {
|
|
margin:0 -($spacer*2);
|
|
}
|
|
.photoapril {
|
|
margin:0;
|
|
}
|
|
a {
|
|
display:inline-block;
|
|
padding:0 1rem;
|
|
font-size:0.9rem;
|
|
font-weight:500;
|
|
color:$couleurSecondaire;
|
|
@include media($bp-medium) {
|
|
float:none;
|
|
padding:0 ($spacer*2);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.liste.emissions {
|
|
.cartouche {
|
|
margin:0;
|
|
}
|
|
> h2 {
|
|
margin-bottom:($spacer*0.6);
|
|
}
|
|
> ul {
|
|
list-style:none;
|
|
padding:0;
|
|
margin:0 -($spacer*4);
|
|
@include media($bp-medium) {
|
|
margin:0 -($spacer*2);
|
|
}
|
|
> li {
|
|
margin-bottom:2px;
|
|
}
|
|
}
|
|
.emission-resume.article-resume {
|
|
align-items:center;
|
|
padding: 0 $spacer 0 ($spacer*4);
|
|
margin:0;
|
|
@include media($bp-medium) {
|
|
padding:0 $spacer 0 ($spacer*2);
|
|
}
|
|
.article__infos {
|
|
/* margin-left:-$spacer; */
|
|
|
|
}
|
|
|
|
}
|
|
.pagination .pagination-items a, .pagination .pagination-items span, .pagination .lien_pagination, .pagination .lien_pagination span {
|
|
color:white;
|
|
&.on, &:hover {
|
|
background:transparent !important;
|
|
color:$couleurPrincipaleOn !important;
|
|
color:$couleurPrincipale;
|
|
}
|
|
}
|
|
.sujet_autre {
|
|
margin: $spacer -($spacer) -($spacer);
|
|
padding:$spacer;
|
|
width:auto;
|
|
}
|
|
}
|
|
.liste.emissions.chroniques {
|
|
> ul > li {
|
|
background-color:white;
|
|
margin-bottom:$spacer;
|
|
}
|
|
.emission-resume.article-resume {
|
|
/* align-items:start; */
|
|
}
|
|
|
|
}
|
|
.prochaine_emission {
|
|
.article__date {
|
|
font-size:1rem;
|
|
color:$couleurPrincipale;
|
|
font-weight:400;
|
|
}
|
|
.chapo {
|
|
font-size:1.2rem;
|
|
}
|
|
.radiolive {
|
|
clear: right;
|
|
text-align: center;
|
|
max-width:100%;
|
|
margin: 0 0 $spacer;
|
|
h4 {
|
|
text-align:center;
|
|
}
|
|
iframe {
|
|
min-height:300px;
|
|
}
|
|
}
|
|
@include media($bp-medium) {
|
|
h1, .chapo, .sujet_principal {
|
|
clear:both;
|
|
}
|
|
.encart, .radiolive {
|
|
clear:both;
|
|
margin:0 0 $spacer;
|
|
}
|
|
}
|
|
@include media($bp-small) {
|
|
.radiolive {
|
|
margin: 0 -2rem;
|
|
float: none;
|
|
}
|
|
}
|
|
}
|
|
/* modele radiolive */
|
|
.radiolive {
|
|
p {
|
|
line-height:1.1;
|
|
}
|
|
iframe {
|
|
min-height:300px;
|
|
}
|
|
}
|
|
|
|
.orange {
|
|
color:$couleurSecondaire;
|
|
}
|
|
|
|
.pagination .pagination-items a, .pagination .pagination-items span, .pagination .lien_pagination a /* spip 3 et 4 */ {
|
|
color:white;
|
|
.composition_blog & {
|
|
color:$couleurPrincipale;
|
|
}
|
|
}
|
|
|
|
|
|
.header_initiatives, .header_initiatives .nav, .btn-nav, .header_initiatives .btn-initiatives {
|
|
@include gradient-4($couleurPrincipale,$couleurPrincipale,$couleurPrincipale,#004369);
|
|
.inclure_blocs { /* pour un var_mode=inclure sans encombre */
|
|
display:none;
|
|
}
|
|
}
|
|
|
|
/* centrer le lecteur audio pour SPIP3 */
|
|
.audio-wrapper {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.formulaire_forum.formulaire_spip {
|
|
.boutons {
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* ajout Antoine - 1 */
|
|
/*! Plusieurs typographies sont finalement trop grosses, j'ai réduit. */
|
|
h1, .h1 {
|
|
font-size: 2.6em;
|
|
a {
|
|
border:0;
|
|
}
|
|
}
|
|
h2 {
|
|
font-weight: 700;
|
|
}
|
|
.article-resume__titre a {
|
|
color: #2E5281;
|
|
border-bottom: inherit;
|
|
}
|
|
|
|
|
|
/*! certaines graisses sont trop forte en 700.*/
|
|
|
|
/*.page_header > .page_container .nav a {
|
|
font-weight: 500;
|
|
}*/
|
|
|
|
|
|
/*! Sur le menu j'ai augmenté la hauteur du bouton RSS et le champ recherche. Pour le menu avec le hover je propose de modifier le design, car le bouton bleu cyan au rollover est trop prégnant. Je convertis en filets simlple 2pt. Par contre j'ai basculé le padding sur le "li" sinon le filet sous le "a" débordait de chaque côté (voir copie-écran de la retouche css de la bannière)
|
|
Sur le menu, je vais voir s'il est possible de faire des filets de rollover composés de tirets et de points avec les fonctions css border-image. Ce qui ferrait un rappel du design.*/
|
|
|
|
/*! cyan ausurvol*/
|
|
.page_header .nav a:hover, .page_header .nav a.on, .page_header .nav a.active {
|
|
color: white !important;
|
|
background-color: transparent !important;
|
|
border-bottom:3px solid #00c4f5;
|
|
}
|
|
|
|
/*! bleu charte ensuite */
|
|
.page_header .nav a.on, .page_header .nav a.active {
|
|
border-bottom:3px solid #2E5281;
|
|
}
|
|
|
|
|
|
|
|
|
|
/*.emission-programme ul::before {
|
|
content: "Sujet Principal :";
|
|
font-size: 1.3em;
|
|
font-weight: 700;
|
|
font-family: 'Montserrat';
|
|
line-height: 2em;
|
|
margin-left: -1em;
|
|
}*/
|
|
a.spip_out {
|
|
color: #2E5281;
|
|
border-bottom: 2px solid #FBC7AD;
|
|
}
|
|
.formulaire_spip input[type="text"]{
|
|
min-height: 2.5em;
|
|
line-height: 1.875em;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
/*! trop gros, j'ai réduis. */
|
|
|
|
.num_emission {
|
|
font-size: 2.3rem;
|
|
}
|
|
.nav li {
|
|
margin: 0 0.7em;
|
|
}
|
|
.page_header .nav a {
|
|
padding: 0.3em 0em 0.2em;
|
|
color: white !important;
|
|
background-color: inherit;
|
|
border-radius:0;
|
|
border-bottom:3px solid transparent;
|
|
}
|
|
|
|
/*! couleurs des liens sortants selon la maquette */
|
|
|
|
|
|
.formulaire_spip .abonnement button::after {
|
|
bottom: 0.8rem;
|
|
}
|
|
|
|
/*! fond du cartouche galerie selon la maquette avec ombrages*/
|
|
|
|
.fl {
|
|
background: #EEF1F5;
|
|
box-shadow: inset 0px 1px 20px rgba(0, 0, 0, 0.5);
|
|
}
|
|
|
|
|
|
/*! Polices du pied de page plus maigre */
|
|
|
|
.page_footer p {
|
|
font-size: 0.8rem;
|
|
font-weight: 200;
|
|
a, a.spip_out {
|
|
display:inline;
|
|
font-weight:400;
|
|
color:white;
|
|
border-bottom-width:1px;
|
|
}
|
|
}
|
|
|
|
/*
|
|
* ajouts Antoine 07/09
|
|
*/
|
|
/* réduction de corps de titre
|
|
*/
|
|
h3, .h3 {
|
|
font-size: 1.2em;
|
|
}
|
|
/* pas de graissage de corps. Dans le corps de texte, les liens "a" sont soulignés en orange
|
|
*/
|
|
a.spip_out {
|
|
font-weight: 400;
|
|
}
|
|
/* réduction et degraissages des boutons podcats
|
|
*/
|
|
.btn.podcast {
|
|
padding: 0em 0.5em 0em 1rem;
|
|
border-width: 0.15rem;
|
|
font-weight: 700;
|
|
font-size: 0.5rem;
|
|
}
|
|
.podlove.native, .podlove .info, .podlove .progress {
|
|
font-family:$typo-titre;
|
|
color: #005184;
|
|
font-weight: 300;
|
|
}
|
|
.btn.blanc {
|
|
border-radius: 0.8em;
|
|
}
|
|
.telecharger .btn.blanc {
|
|
border-width: 0.3rem;
|
|
}
|
|
.telecharger .btn.podcast {
|
|
font-size: 1rem;
|
|
font-weight: 600;
|
|
}
|
|
.btn.podcast small {
|
|
font-size: 0.6em;
|
|
font-weight: 300;
|
|
}
|
|
|
|
|
|
/* ajout du 14/09 */
|
|
/* titres des chroniques en corps moins gras et gros */
|
|
.chronique h3 {
|
|
font-weight: 400;
|
|
font-size: 1em;
|
|
line-height: 1.6em;
|
|
font-family: 'lato','sans-serif';
|
|
}
|
|
/* uniformisation des liens */
|
|
a.spip_out {
|
|
color: #2E5281;
|
|
border-bottom: 1px solid #FBC7AD;
|
|
}
|
|
/* liens du footer */
|
|
.page_footer p {
|
|
line-height: 1.8em;
|
|
}
|
|
.page_footer p a, .page_footer p a.spip_out {
|
|
border-bottom: none;
|
|
}
|
|
.page_footer a:hover,.page_footer p a:hover, .page_footer p a.spip_out:hover {
|
|
color: #00c4f5;
|
|
}
|
|
.sociaux .socicon:hover {
|
|
color: #00c4f5;
|
|
}
|
|
|
|
/* pave dernière émission, calage des boutons à gauche */
|
|
.derniere_emission .texte_content p.flex, .liste.emissions .texte_content p.flex {
|
|
margin: 1rem 0;
|
|
justify-content: start;
|
|
}
|
|
.derniere_emission .texte_content p.flex a, .liste.emissions .texte_content p.flex a{
|
|
margin-right: 2rem;
|
|
}
|
|
|
|
/* repositionnement photo de l'émission (IMCOMPLET:si possible un format carré) */
|
|
.derniere_emission .photo, .liste.emissions .photo {
|
|
max-width: 250px;
|
|
}
|
|
.derniere_emission .photo .photoapril, .liste.emissions .photo .photoapril {
|
|
margin: 1em;
|
|
}
|
|
.derniere_emission .photo, .liste.emissions .photo {
|
|
background: inherit;
|
|
}
|
|
.derniere_emission .photo a, .liste.emissions .photo a {
|
|
color: #2E5281;
|
|
padding: 0;
|
|
margin-right: 1em;
|
|
}
|
|
|
|
|
|
/*
|
|
* fin
|
|
*/
|
|
|
|
@media (max-width:940px) {
|
|
.page_header > .page_container {
|
|
.nav {
|
|
padding-top:($spacer/2);
|
|
font-size:0.95rem;
|
|
z-index:7;
|
|
position:static;
|
|
> ul {
|
|
position:absolute;
|
|
background:$couleurPrincipale;
|
|
width:100%;
|
|
top:36px;
|
|
left:-100%;
|
|
padding:$spacer/2 $spacer;
|
|
text-align:center;
|
|
z-index:10;
|
|
&.ouvert{
|
|
left:0;
|
|
}
|
|
a {
|
|
color:white;
|
|
border:0;
|
|
display:block;
|
|
margin:0;
|
|
padding:0.5rem;
|
|
&:hover, &:focus, &.on {
|
|
background:$couleurSecondaire;
|
|
}
|
|
}
|
|
li {
|
|
display:block;
|
|
}
|
|
.loupe {
|
|
.fas {
|
|
color:white;
|
|
}
|
|
.formulaire_recherche.vu {
|
|
right:50%;
|
|
margin-right:-160px;
|
|
max-width:320px;
|
|
form {
|
|
padding:0.5rem;
|
|
&:before {
|
|
display:none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.btn-nav {
|
|
display:block;
|
|
}
|
|
.header_initiatives {
|
|
.btn-initiatives {
|
|
display:block;
|
|
}
|
|
|
|
.nav {
|
|
position:absolute;
|
|
width:100%;
|
|
top:36px;
|
|
left:-100%;
|
|
@include vendor-prefix(transition,all 0.3s ease-in-out);
|
|
&.ouvert {
|
|
left:0;
|
|
}
|
|
ul, .initiatives {
|
|
display:inline;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
@include media(min-width:941px) {
|
|
.page_header > .page_container .nav {
|
|
position:relative;
|
|
}
|
|
}
|
|
@media (max-width:804px) {
|
|
.page_header .header_menu .liens {
|
|
margin-top:0;
|
|
}
|
|
.page_header .header_menu .liens .sociaux {
|
|
margin-top:0.8rem;
|
|
}
|
|
}
|
|
@media (max-width:650px) {
|
|
|
|
.page_header .header_menu .liens .btn {
|
|
margin-top:0.5rem;
|
|
}
|
|
}
|
|
@media (max-width:580px) {
|
|
.page_header > .page_container .nav {
|
|
padding-top:0;
|
|
}
|
|
.page_header .header_menu {
|
|
padding:0.3rem 1rem;
|
|
}
|
|
.page_header .header_menu .liens .sociaux {
|
|
margin-top:0;
|
|
}
|
|
.article-resume > :last-child.telecharger {
|
|
margin-bottom:1rem;
|
|
}
|
|
.page_header .header_menu .liens .formulaire_spip.formulaire_abomailman_mini_une_liste {
|
|
width:160px;
|
|
}
|
|
.page_header .header_title {
|
|
min-width: 100px;
|
|
}
|
|
}
|