diff --git a/squelettes/aside/recherche.html b/squelettes/aside/recherche.html new file mode 100644 index 0000000..bf6d51d --- /dev/null +++ b/squelettes/aside/recherche.html @@ -0,0 +1 @@ +[(#REM) vide ] diff --git a/squelettes/connex/recherche.html b/squelettes/connex/recherche.html new file mode 100644 index 0000000..a07f6d4 --- /dev/null +++ b/squelettes/connex/recherche.html @@ -0,0 +1,6 @@ +[(#REM) charger un fichier different pour chaque page ] +
+ + + +
diff --git a/squelettes/content/recherche.html b/squelettes/content/recherche.html new file mode 100644 index 0000000..9b06717 --- /dev/null +++ b/squelettes/content/recherche.html @@ -0,0 +1,5 @@ + + #FORMULAIRE_RECHERCHE + +

<:resultats_recherche:/> + [
« (#RECHERCHE) »]

diff --git a/squelettes/inclure/derniere_emission.html b/squelettes/inclure/derniere_emission.html index 7d31256..1234cf3 100644 --- a/squelettes/inclure/derniere_emission.html +++ b/squelettes/inclure/derniere_emission.html @@ -2,73 +2,7 @@

<:libreavous:derniere_emission:>

-
- -
-
- - -

[(#TITRE|libreavous_supp_numero)][ - (#SOUSTITRE) - ]

- - -
- -
-

<:libreavous:au_programme:> :

-
    - -
  • #TITRE - [[ <:libreavous:duree:> : (#DEBUT|duree{#FIN}|sanszeroh)] ogg - mp3] -
  • - -
-
-
- - [
(#CHAPO)
] - - - -

- [(#PODCAST_CODE|oui) - [<:libreavous:emission_integrale:>
<:libreavous:podcast:> <:libreavous:ogg:>
- <:libreavous:emission_integrale:>
<:libreavous:podcast:> <:libreavous:mp3:>
] - ] - [Transcription] -

- -
- - [
(#LOGO_ARTICLE|image_reduire{350,*})
] - #SET{thumbs,'data-original-title'} - - - - -
+
diff --git a/squelettes/inclure/liste/articles-recherche.html b/squelettes/inclure/liste/articles-recherche.html new file mode 100644 index 0000000..1b3299a --- /dev/null +++ b/squelettes/inclure/liste/articles-recherche.html @@ -0,0 +1,15 @@ +[(#REM) Articles trouves ] + + +
+ #ANCRE_PAGINATION +

<:articles:> (#GRAND_TOTAL)

+
    + +
  • + +
+ [] +
+
+ diff --git a/squelettes/scss/styles/_perso.scss b/squelettes/scss/styles/_perso.scss index 1b140aa..3e8b17e 100644 --- a/squelettes/scss/styles/_perso.scss +++ b/squelettes/scss/styles/_perso.scss @@ -24,10 +24,10 @@ span.btn { } .page_wrapper { - background:$couleurPrincipale url('../images/egalizer.png') repeat-x center -150px; + background:$couleurPrincipale url('../images/egalizer.png') repeat-x center -300px; /* background-attachment:fixed; */ @media ($bp-small) { - background:$couleurPrincipale url('../images/egalizer-480.png') repeat-x center -150px; + background:$couleurPrincipale url('../images/egalizer-480.png') repeat-x center -300px; } } .page_header { @@ -264,7 +264,7 @@ span.btn { } > .ajaxbloc { padding-top: 0; - margin-top: 8rem; + margin-top: 6rem; position: relative; .emissions > h2, .emissions > a { position:absolute; @@ -304,24 +304,9 @@ span.btn { > 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; */ - } - } + > * { + padding-left:0; } - @include media($bp-large-up) { - html:not(.composition_blog) & { - min-width: 50%; - width: em(430px); - } - } - } @@ -673,7 +658,7 @@ a:hover .fab, a:hover .fas { .page_connex { margin:3rem 0 0; padding:0 0 1rem; - background:$couleurPrincipale; +/* background:$couleurPrincipale; */ } .page_connex_content { color:white; @@ -731,12 +716,28 @@ a:hover .fab, a:hover .fas { margin: 1em 0 0.8em; } } +.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; */ + + } + +} .derniere_emission { position:relative; margin-top:($spacer*6); + padding-left:0 !important; + padding-right:0 !important; > h2 { margin-top:-($spacer*3.6); margin-bottom:($spacer*0.65); + padding-left:($spacer*4); @include media($bp-medium) { margin-bottom: 2.05rem; } @@ -749,6 +750,9 @@ a:hover .fab, a:hover .fas { padding-bottom:0; > h2 { color:white; + .page_recherche & { + padding:0 ($spacer*4); + } } .texte_content { flex:1; @@ -822,6 +826,9 @@ a:hover .fab, a:hover .fas { list-style:none; padding:0; margin:0 -($spacer*4); + .page_recherche & { + margin:0; + } @include media($bp-medium) { margin:0 -($spacer*2); } @@ -829,19 +836,7 @@ a:hover .fab, a:hover .fas { 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 { @@ -867,6 +862,7 @@ a:hover .fab, a:hover .fas { } .prochaine_emission { + margin-bottom:($spacer*6); .article__date { font-size:1rem; color:$couleurPrincipale; @@ -943,7 +939,14 @@ a:hover .fab, a:hover .fas { } } - +.page_recherche { + .page_content .formulaire_spip.formulaire_recherche { + float:right; + padding-left:0 !important; + padding-right:2rem; + width:250px; + } +}