Skip to content
Extraits de code Groupes Projets
Valider 5e82dcc3 rédigé par tetue's avatar tetue
Parcourir les fichiers

Simplification du squelette sommaire.html et uniformisation des liens hypertetextes.

parent 88fbd09b
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -17,7 +17,6 @@
[(#REM) Fil d'Ariane ]
<div id="hierarchie"><a href="#URL_SITE_SPIP/"><:accueil_site:></a><BOUCLE_ariane(HIERARCHIE){id_article}> &gt; <a href="#URL_RUBRIQUE">[(#TITRE|couper{80})]</a></BOUCLE_ariane>[ &gt; (#TITRE|couper{80})]</div>
<div id="conteneur">
[(#REM) Contenu principal : contenu de l'article ]
......@@ -40,7 +39,7 @@
<div class="surlignable">
[<div class="#EDIT{chapo} chapo">(#CHAPO)</div>]
<br class="nettoyeur" />
[<p class="#EDIT{hyperlien} lien"><:voir_en_ligne:> : <a href="(#URL_SITE)" class="spip_out">[(#NOM_SITE|sinon{[(#URL_SITE|couper{80})]})]</a></p>]
[<div class="#EDIT{texte} texte">(#TEXTE|image_reduire{520,0})</div>]
</div>
......
......@@ -28,9 +28,7 @@
[<p class="#EDIT{hyperlien} soustitre"><:voir_en_ligne:> : <a href="(#URL_SITE)" class="spip_out">[(#NOM_SITE|sinon{[(#URL_SITE|couper{80})]})]</a></p>]
</div>
[<div class="#EDIT{bio} texte">(#BIO)</div><br />]
<br class="nettoyeur" />
[<div class="#EDIT{bio} texte">(#BIO)</div>]
#FORMULAIRE_ECRIRE_AUTEUR
......
......@@ -43,6 +43,7 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor
/* Fil d'Ariane */
#hierarchie { clear: both; margin-bottom: 2em; font-size: 0.77em; }
#hierarchie a { text-decoration: none; }
/* Pied de page */
#pied { clear: both; width: 100%; margin-top: 4em; border-top: 1px dotted #CCC; padding: 2px; text-align: center; }
......@@ -104,6 +105,7 @@ h2, h2 a { color: #fff; }
.menu { margin-bottom: 2em; text-align: left; }
#contenu .menu { font-size: 0.82em; }
#navigation .menu { min-width: 10em; font-size: 0.77em; }
#navigation .menu a { text-decoration: none; }
.menu p { margin: .2em 0; padding: .2em .1em; }
.menu ul { margin: 0; padding: 0; list-style: none; }
......@@ -111,23 +113,19 @@ h2, h2 a { color: #fff; }
.menu ul li ul { margin-left: 1em; }
.menu ul li ul li { margin: 0; padding: 0; border: 0; }
/*#navigation p { margin: 0; padding: 0.2em 0.7em; text-align: left; }
#navigation ul { margin: 0; padding: 0.2em 0; text-align: left; }
#navigation li { margin: 0; padding: 0 0.7em; }*/
.pagination { text-align: right; font-size: 0.90em; }
.pagination a { color: #99CC66; }
.pagination a { color: #99CC66; text-decoration: none; }
.pagination .on { font-weight: bold; }
/* Listes d'articles et extraits introductifs */
.articles ul {}
.articles li { margin-bottom: 1em; clear: both; }
.articles li .titre { /*font-size: 1.03em;*/ font-weight: bold; }
.articles li .titre { font-weight: bold; }
.articles li .spip_logos { float: right; margin-left: 16px; margin-bottom: 16px; clear: right; }
.articles li p { margin: 0; padding: 0; }
.articles li .enclosures { float: right; text-align: right; max-width: 60%; margin: 0; }
.articles li small { display: block; /*font-size: 0.71em;*/ }
.articles li .introduction { margin-top: 5px; margin-bottom: 2em; /*font-size: 0.82em;*/ line-height: 1.4em; }
.articles li small { display: block; }
.articles li .introduction { margin-top: 5px; margin-bottom: 2em; line-height: 1.4em; }
/* Portfolio */
#documents_portfolio { clear: both; margin-top: 1.4em; padding-top: 2px; }
......@@ -144,7 +142,6 @@ h2, h2 a { color: #fff; }
/* Habillage des formulaires
---------------------------------------------- */
.formulaire_spip { text-align: left; font-size: 0.77em; }
.formulaire_spip p { margin: 0.5em 0; padding: 0; }
.formulaire_spip fieldset {}
......@@ -208,7 +205,6 @@ ul ul ul ul ul .forum-chapo { background: #FFF; }
/* Habillage des petitions
---------------------------------------------- */
#signatures { clear: both; font-size: 0.77em; }
#signatures h2 { padding: 0.5em; text-align: center; font-size: 1.2em; font-weight: bold; }
#signatures table { width: 100%; margin: 1em 0; }
......@@ -219,8 +215,19 @@ ul ul ul ul ul .forum-chapo { background: #FFF; }
/* Couleurs des liens
---------------------------------------------- */
a { text-decoration: none; color: #333; }
a:hover { text-decoration: underline; }
a { color: #900; }
a.spip_note {} /* liens vers notes de bas de page */
a.spip_in {} /* liens internes */
a.spip_out {} /* liens sortants */
a.spip_url {} /* liens url sortants */
a.spip_glossaire {} /* liens vers encyclopedie */
.spip_out, .spip_url, .spip_glossaire { padding-right: 12px; background: url(out.gif) no-repeat right; }
.on { font-weight: bold; color: #000; } /* liens exposes */
a:hover { text-decoration: underline; color: #C30; }
/* menu langues */
#menu_langues { vertical-align: top; max-height: 24px; margin-bottom: 5px; width: 120px; }
\ No newline at end of file
......@@ -31,8 +31,6 @@
[<div class="#EDIT{texte} chapo">(#TEXTE)</div>]
<br class="nettoyeur" />
[(#REM) Articles lies au mot-cle ]
<B_articles>
<div class="menu articles">
......
......@@ -32,8 +32,6 @@
[<div class="#EDIT{texte} chapo">(#TEXTE)</div>]
<br class="nettoyeur" />
[(#REM) Articles de la rubrique ]
<B_articles>
<div class="menu articles">
......
......@@ -24,12 +24,13 @@
<h1>#NOM_SITE_SPIP</h1>
[<div class="chapo">(#DESCRIPTIF_SITE_SPIP)</div>]
[(#REM) Les deux derniers articles ]
[(#REM) Derniers articles ]
<B_articles_recents>
<div class="menu articles">
[(#ANCRE_PAGINATION)]
<h2><:derniers_articles:></h2>
<ul>
<BOUCLE_articles_recents(ARTICLES) {par date}{inverse} {0,2} {doublons}>
<BOUCLE_articles_recents(ARTICLES) {par date}{inverse} {pagination 5}>
<li>
[(#LOGO_ARTICLE_RUBRIQUE|#URL_ARTICLE|image_reduire{150,100})]
[<p class="surtitre">(#SURTITRE)</p>]
......@@ -41,27 +42,9 @@
</li>
</BOUCLE_articles_recents>
</ul>
[<p class="pagination">(#PAGINATION)</p>]
</div>
</B_articles_recents>
<br class="nettoyeur" />
[(#REM) Articles suivants ]
<B_articles>
<div class="menu articles">
[(#ANCRE_PAGINATION)]
[(#ENV{debut_articles}|?{'',' '})<h2><:articles_recents:></h2>]
<ul>
<BOUCLE_articles(ARTICLES) {par date}{inverse} {doublons} {pagination}>
<li>
<h3 class="titre"><a href="#URL_ARTICLE">#TITRE</a></h3>
<small>[(#DATE|affdate_jourcourt)][, <:par_auteur:> (#LESAUTEURS)]</small>
</li>
</BOUCLE_articles>
</ul>
[<p class="pagination">(#PAGINATION)</p>]
</div>
</B_articles>
[(#REM) Breves ]
<B_breves>
......
......@@ -54,12 +54,4 @@ table.spip_barre { width: 100%; }
table.spip_barre a img { background: #FDA; padding: 3px; border: 1px outset #999; }
table.spip_barre a:hover img { background: #FFF; border: 1px solid #999; }
table.spip_barre input.barre { width: 100%; background: #EEE; }
/* * Couleurs des liens de SPIP */
a.spip_note {} /* liens vers notes de bas de page */
a.spip_in { color: #900; } /* liens internes */
a.spip_out { color: #009; } /* liens sortants */
a.spip_url { color: #009; } /* liens url sortants */
a.spip_glossaire { color: #060; } /* liens vers encyclopedie */
.on { font-weight: bold; color: #000; } /* liens exposes */
\ No newline at end of file
table.spip_barre input.barre { width: 100%; background: #EEE; }
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter