diff --git a/dist/auteur.html b/dist/auteur.html index 403f2bdcccb1c4318edcbfba11e07550e770c1d4..2d24cce8bf0601f672c97e3d20c029953d8872ec 100644 --- a/dist/auteur.html +++ b/dist/auteur.html @@ -39,7 +39,7 @@ <li><a href="#URL_ARTICLE">#TITRE</a></h3></li> </BOUCLE_articles> </ul> - [<p class="pagination">(#PAGINATION)</p>] + [<p class="pagination"><:suite:> : (#PAGINATION)</p>] </div> </B_articles> @@ -71,7 +71,7 @@ <li><a href="#URL_AUTEUR"[ class="(#EXPOSE)"]>[(#NOM|couper{80})]</a></li> </BOUCLE_auteurs> </ul> - [<p class="pagination">(#PAGINATION)</p>] + [<p class="pagination"><:suite:> : (#PAGINATION)</p>] </div> </B_auteurs> diff --git a/dist/habillage.css b/dist/habillage.css index 47d0d88a92e8a04d3b53d6f1e5435978ddd9b500..8ed99a82e39a43059eaac2af9890e8f1e0d00921 100755 --- a/dist/habillage.css +++ b/dist/habillage.css @@ -16,13 +16,13 @@ div#pied { clear: both; width: 100%; margin: 1em 0; border-top: 1px solid #CCC; div#pied img { vertical-align: bottom; } /* Couleurs temporaires */ -#navigation { background: #B9CAFF; } -#extra { background: #FF8539; } +/*#navigation { background: #B9CAFF; } +#extra { background: #FF8539; }*/ /* top */ #top { border-bottom: 2px solid #333; } #top #nom_site_spip, #top a .spip_logos { display: block; float: left; font-weight: bold; font-size: 1.5em; } -#top a { text-decoration: none; } +#top a { /*text-decoration: none;*/ } #top .formulaire_recherche { float: right; width: 30%; background: 0; margin: 0; padding: 0; } /* Espaceur de blocs */ @@ -34,17 +34,18 @@ div#pied img { vertical-align: bottom; } /* Typographie generale du site ---------------------------------------------- */ -body { font-size: 100%; color: #333; } +body { font-size: 100%; font-family: "Trebuchet MS", Helvetica, sans-serif; color: #333; } /* Typo pour les menus et la navigation */ -body, #navigation, #extra, .formulaire_spip { font-family: Verdana, Tahoma, Geneva, sans-serif; } +/*body, #navigation, #extra, .formulaire_spip, h2 { font-family: Verdana, Tahoma, Geneva, sans-serif; }*/ /* Typo pour le contenu */ -#contenu, #top { font-family: "Trebuchet MS", Helvetica, sans-serif; } +/*body, #contenu, #top { font-family: "Trebuchet MS", Helvetica, sans-serif; }*/ /* * */ -#navigation, #extra { font-size: .7em; } -#contenu { font-size: .9em; } +#top, #contenu, #navigation, #extra, #pied { font-size: .9em; } + +.formulaire_spip, small, #hierarchie, .menu, .texte, .ps, .notes, .forum-repondre, .forum { font-family: Verdana, Tahoma, Geneva, sans-serif; font-size: .9em; } /* Blocs du contenu @@ -52,7 +53,7 @@ body, #navigation, #extra, .formulaire_spip { font-family: Verdana, Tahoma, Gene /* Fil d'Ariane */ #hierarchie { clear: both; margin-bottom: 2em; padding-top: .5em; font-size: 0.77em; color: #666; } -#hierarchie a { text-decoration: none; } +#hierarchie a { /*text-decoration: none;*/ } .surtitre, .soustitre { /*font-size: 0.82em;*/ text-transform: uppercase; color: #666; color: #CCCC66; } @@ -76,11 +77,11 @@ body, #navigation, #extra, .formulaire_spip { font-family: Verdana, Tahoma, Gene ---------------------------------------------- */ /* Titraille */ -h1 { margin-top: 0; font-size: 1.27em; font-weight: bold; color: #000; } -h2 { margin: 0; padding: .2em; background: #666699; font-size: 1em; font-weight: normal; text-transform: uppercase; letter-spacing: .1em; } -h2, h2 a, h2 a:hover { color: #EEE; text-decoration: none; } -h3 { font-family: Georgia, Times, serif; } -h3.spip { margin: 2em 0 1em 0; font-weight: bold; border-bottom: 2px solid #CCCC66; color: #CCCC66; } +h1 { margin-top: 0; font-size: 1.3em; font-weight: bold; color: #000; } +h2 { margin: 0; padding: .2em; background: #666699; font-size: .9em; font-weight: normal; text-transform: uppercase; letter-spacing: .1em; } +h2, h2 a, h2 a:hover { color: #EEE; /*text-decoration: none;*/ } +h3 { margin: 2em 0 1em 0; border-bottom: 2px solid #CCCC66; color: #CCCC66; font-size: 1.1em; font-weight: bold; font-family: Georgia, Times, serif; } +h3.spip {} /* Divers */ small { font-size: 0.71em; color: #666; } @@ -107,9 +108,7 @@ table.spip th { padding: .2em; vertical-align: middle; font-weight: bold; } table.spip td { padding: .4em; vertical-align: top; } /* Images et documents */ -img { margin: 0; padding: 0; border: none; } -.spip_logos { background: #EEE; border: 4px solid #EEE; } -a:hover .spip_logos { border-color: #CCC; } +img, .spip_logos { margin: 0; padding: 0; border: none; } .spip_documents { text-align: center; line-height: normal; color: #666; } /*.spip_documents p { margin-top: 1px; margin-bottom: 2px; }*/ @@ -136,7 +135,7 @@ span.spip_documents_center { display: block; margin-top: 1em; } .menu { clear: both; 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; } +#navigation .menu a { /*text-decoration: none;*/ } .menu p { margin: .2em 0; padding: .2em .1em; } .menu ul { margin: 0; padding: 0; list-style: none; } @@ -144,17 +143,18 @@ span.spip_documents_center { display: block; margin-top: 1em; } .menu ul li ul { margin-left: 1em; } .menu ul li li { border: 0; } -.pagination { clear: both; text-align: right; /*font-size: 0.90em;*/ } -.pagination a { text-decoration: none; } +.pagination { clear: both; text-align: right; font-size: 0.90em; color: #666; } +.pagination a { /*text-decoration: none;*/ } +.pagination .on { font-weight: bold; color: #000; } /* Rubriques */ .rubriques ul li { background: #EEE; border: 0; text-transform: uppercase; } .rubriques ul li ul li { text-transform: none; } -.rubriques a, .rubriques a:hover { text-decoration: none; } +.rubriques a, .rubriques a:hover { /*text-decoration: none;*/ } /* Listes d'articles et extraits introductifs */ .articles ul li { clear: both; } -.articles ul li .titre { margin: 0; padding: 0; font-weight: bold; } +.articles ul li h3 { margin: 0; padding: 0; border: 0; font-weight: bold; } .articles ul li .spip_logos { float: right; clear: right; margin: 0 0 4px 16px; } .articles ul li .enclosures { float: right; text-align: right; max-width: 60%; margin: 0; } .articles ul li .introduction { margin-top: .5em; line-height: 1.4em; } @@ -215,7 +215,7 @@ ul.forum { display: block; clear: both; margin: 0; padding: 0; } ul.forum, ul.forum ul { list-style: none; } .forum-fil { margin-top: 1.5em; } .forum-fil ul { display: block; margin: 0; padding: 0; margin-left: 1em; } -.forum-chapo .forum-titre, .forum-chapo .forum-titre a { display: block; margin: 0; padding: 0; font-weight: bold; text-decoration: none; color: #333; } +.forum-chapo .forum-titre, .forum-chapo .forum-titre a { display: block; margin: 0; padding: 0; font-weight: bold; /*text-decoration: none;*/ color: #333; } .forum-texte { margin: 0; padding: 0.5em 1em; color: #333; /*font-size: 0.82em;*/ } .forum-texte .forum-lien {} .forum-texte .forum-repondre-message { margin: 0; padding: 1px 0; text-align: right; } @@ -249,14 +249,14 @@ ul ul ul ul ul .forum-chapo { background: #FFF; } /* Couleurs des liens ---------------------------------------------- */ -a { color: #604A7F; } +a { text-decoration: none; color: #604A7F; } 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; } +.spip_out, .spip_url, .spip_glossaire { padding-right: 12px; background: url(out.gif) no-repeat right; text-decoration: underline; } .on { font-weight: bold; } /* liens exposes */ diff --git a/dist/inc-petition.html b/dist/inc-petition.html index 8dad0c86c9468aa65a785e830bc73bf55b4435a9..d518eb377c1f334cede10f41f989282f842235cf 100644 --- a/dist/inc-petition.html +++ b/dist/inc-petition.html @@ -28,7 +28,7 @@ </tbody> </table> - [<p class="pagination">(#PAGINATION)</p>] + [<p class="pagination"><:suite:> : (#PAGINATION)</p>] </div> </B_signatures> \ No newline at end of file diff --git a/dist/mot.html b/dist/mot.html index ca6d524ab252e3151b5d12977327982e0c32ef92..49f5d5b6f8bf840b3bd800a1411eeeb1807ac62b 100644 --- a/dist/mot.html +++ b/dist/mot.html @@ -42,7 +42,7 @@ <small>[(#DATE|affdate_jourcourt)][, <:par_auteur:> (#LESAUTEURS)]</small></li> </BOUCLE_articles> </ul> - [<p class="pagination">(#PAGINATION)</p>] + [<p class="pagination"><:suite:> : (#PAGINATION)</p>] </div> </B_articles> @@ -120,7 +120,7 @@ <li><a href="#URL_MOT"[ class="(#EXPOSE)"]>#TITRE</a></li> </BOUCLE_mots_freres> </ul> - [<p class="pagination">(#PAGINATION)</p>] + [<p class="pagination"><:suite:> : (#PAGINATION)</p>] </div> </B_mots_freres> diff --git a/dist/recherche.html b/dist/recherche.html index 1dfc217a8a8f2c6c93f4847511e7ac6d92c49340..a10d7df735a965bc48c977b18352c7ed344ac540 100644 --- a/dist/recherche.html +++ b/dist/recherche.html @@ -35,7 +35,7 @@ <li><a href="#URL_RUBRIQUE">#TITRE</a></li> </BOUCLE_rubriques> </ul> - [<p class="pagination">(#PAGINATION)</p>] + [<p class="pagination"><:suite:> : (#PAGINATION)</p>] </div> </B_rubriques> @@ -49,7 +49,7 @@ <li><a href="#URL_ARTICLE">#TITRE</a></h3></li> </BOUCLE_articles> </ul> - [<p class="pagination">(#PAGINATION)</p>] + [<p class="pagination"><:suite:> : (#PAGINATION)</p>] </div> </B_articles> @@ -63,7 +63,7 @@ <li><a href="#URL_MOT">#TITRE</a></li> </BOUCLE_mots> </ul> - [<p class="pagination">(#PAGINATION)</p>] + [<p class="pagination"><:suite:> : (#PAGINATION)</p>] </div> </B_mots> @@ -77,7 +77,7 @@ <li><a href="#URL_BREVE">#TITRE</a></li> </BOUCLE_breves> </ul> - [<p class="pagination">(#PAGINATION)</p>] + [<p class="pagination"><:suite:> : (#PAGINATION)</p>] </div> </B_breves> @@ -91,7 +91,7 @@ <li><a href="#URL_FORUM">[(#TEXTE|couper{80})]</a></li> </BOUCLE_messages> </ul> - [<p class="pagination">(#PAGINATION)</p>] + [<p class="pagination"><:suite:> : (#PAGINATION)</p>] </div> </B_messages> @@ -105,7 +105,7 @@ <li><a href="[(#ID_SYNDIC|generer_url_site)]">#NOM_SITE</a></li> </BOUCLE_sites> </ul> - [<p class="pagination">(#PAGINATION)</p>] + [<p class="pagination"><:suite:> : (#PAGINATION)</p>] </div> </B_sites> diff --git a/dist/rubrique.html b/dist/rubrique.html index f428807a67569db329967f9b4c2cbd1e83393561..6ccae5a0756619102b3606223822a9dda2f78594 100644 --- a/dist/rubrique.html +++ b/dist/rubrique.html @@ -44,7 +44,7 @@ </li> </BOUCLE_articles> </ul> - [<p class="pagination">(#PAGINATION)</p>] + [<p class="pagination"><:suite:> : (#PAGINATION)</p>] </div> </B_articles> @@ -104,7 +104,7 @@ <li>[(#DATE|affdate_court) – ]<a href="#URL_BREVE">#TITRE</a></li> </BOUCLE_breves> </ul> - [<p class="pagination">(#PAGINATION)</p>] + [<p class="pagination"><:suite:> : (#PAGINATION)</p>] </div> </B_breves> diff --git a/dist/site.html b/dist/site.html index a397076025ba6eb5fcf568ca93cfa47c62961b42..058275feb739b5ccba4d35263f4783bec376af85 100644 --- a/dist/site.html +++ b/dist/site.html @@ -47,7 +47,7 @@ </li> </BOUCLE_articles> </ul> - [<p class="pagination">(#PAGINATION)</p>] + [<p class="pagination"><:suite:> : (#PAGINATION)</p>] </div> </B_articles> @@ -77,7 +77,7 @@ <li><a href="[(#ID_SYNDIC|generer_url_site)]"[ class="(#EXPOSE)"]>#NOM_SITE</a></li> </BOUCLE_sites> </ul> - [<p class="pagination">(#PAGINATION)</p>] + [<p class="pagination"><:suite:> : (#PAGINATION)</p>] </div> </B_sites> diff --git a/dist/sommaire.html b/dist/sommaire.html index b3cfb784f17c9ba48a6a5d81d1fbd08450e537f8..4b99fb6833d0137a74031a5f9fd8c02d49ceb372 100644 --- a/dist/sommaire.html +++ b/dist/sommaire.html @@ -39,7 +39,7 @@ </li> </BOUCLE_articles_recents> </ul> - [<p class="pagination">(#PAGINATION)</p>] + [<p class="pagination"><:suite:> : (#PAGINATION)</p>] </div> </B_articles_recents>