css AB + lien sur titre (liste émission)
This commit is contained in:
parent
ba9fbf6215
commit
94179efbb2
@ -10,14 +10,14 @@
|
|||||||
</p>
|
</p>
|
||||||
<B_sl>
|
<B_sl>
|
||||||
<BOUCLE_sl(CHAPITRES){id_article}{type_sujet=SL}{par debut}>
|
<BOUCLE_sl(CHAPITRES){id_article}{type_sujet=SL}{par debut}>
|
||||||
<h1><span class="#EDIT{titre} article__titre">[(#TITRE)]</span>
|
<h1><a href="#URL_ARTICLE"><span class="#EDIT{titre} article__titre">[(#TITRE)]</span></a>
|
||||||
<small><a href="https://media.april.org/audio/radio-cause-commune/libre-a-vous/emissions/[(#CODE_PODCAST)]/libre-a-vous-[(#CODE_PODCAST)]-[(#CODE_FICHIER)].ogg" class="btn blanc ogg podcast">ogg</a>
|
<small><a href="https://media.april.org/audio/radio-cause-commune/libre-a-vous/emissions/[(#CODE_PODCAST)]/libre-a-vous-[(#CODE_PODCAST)]-[(#CODE_FICHIER)].ogg" class="btn blanc ogg podcast">ogg</a>
|
||||||
<a href="https://media.april.org/audio/radio-cause-commune/libre-a-vous/emissions/[(#CODE_PODCAST)]/libre-a-vous-[(#CODE_PODCAST)]-[(#CODE_FICHIER)].mp3" class="btn blanc mp3 podcast">mp3</a></small>
|
<a href="https://media.april.org/audio/radio-cause-commune/libre-a-vous/emissions/[(#CODE_PODCAST)]/libre-a-vous-[(#CODE_PODCAST)]-[(#CODE_FICHIER)].mp3" class="btn blanc mp3 podcast">mp3</a></small>
|
||||||
</h1>
|
</h1>
|
||||||
</BOUCLE_sl>
|
</BOUCLE_sl>
|
||||||
</B_sl>
|
</B_sl>
|
||||||
|
|
||||||
<h1><span class="#EDIT{titre} article__titre">[(#TITRE|libreavous_supp_numero)]</span></h1>
|
<h1><a href="#URL_ARTICLE"><span class="#EDIT{titre} article__titre">[(#TITRE|libreavous_supp_numero)]</span></a></h1>
|
||||||
|
|
||||||
<//B_sl>
|
<//B_sl>
|
||||||
|
|
||||||
|
@ -167,6 +167,9 @@ span.btn {
|
|||||||
.page_main {
|
.page_main {
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
|
.page_main_content {
|
||||||
|
align-items: start;
|
||||||
|
}
|
||||||
.composition_emissions, .composition_emission, .composition_chroniques {
|
.composition_emissions, .composition_emission, .composition_chroniques {
|
||||||
|
|
||||||
.page_main_content {
|
.page_main_content {
|
||||||
@ -210,7 +213,7 @@ span.btn {
|
|||||||
background-color:white;
|
background-color:white;
|
||||||
}
|
}
|
||||||
.page_article & > article, .composition_emission & > article, > .texte, > .ps, .rubrique_blog & > section, > .periode,
|
.page_article & > article, .composition_emission & > article, > .texte, > .ps, .rubrique_blog & > section, > .periode,
|
||||||
.prochaine_emission, .derniere_emission {
|
.prochaine_emission, .derniere_emission, .page_recherche & {
|
||||||
background-color:white;
|
background-color:white;
|
||||||
}
|
}
|
||||||
> .ajaxbloc {
|
> .ajaxbloc {
|
||||||
@ -624,6 +627,9 @@ div.rating-cancel a {
|
|||||||
.article__infos {
|
.article__infos {
|
||||||
margin-left:-$spacer;
|
margin-left:-$spacer;
|
||||||
}
|
}
|
||||||
|
h1 a {
|
||||||
|
border:0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.pagination .pagination-items a, .pagination .pagination-items span, .pagination .lien_pagination, .pagination .lien_pagination span {
|
.pagination .pagination-items a, .pagination .pagination-items span, .pagination .lien_pagination, .pagination .lien_pagination span {
|
||||||
color:white;
|
color:white;
|
||||||
@ -777,6 +783,51 @@ a.spip_out {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* 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;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
* fin
|
||||||
|
*/
|
||||||
|
|
||||||
@media (max-width:940px) {
|
@media (max-width:940px) {
|
||||||
.page_header > .page_container {
|
.page_header > .page_container {
|
||||||
.nav {
|
.nav {
|
||||||
|
Loading…
Reference in New Issue
Block a user