diff --git a/dist/agenda.html b/dist/agenda.html index 11d072a87a6ea5b2570e86a918e04583b39ed673..8cc3f901c22900f041516b8835ff10f4383ef86b 100644 --- a/dist/agenda.html +++ b/dist/agenda.html @@ -12,6 +12,6 @@ <script type="text/javascript" src="#EVAL{_DIR_IMG_PACK}presentation.js"></script> </head> -<body id="page_agenda"> +<body class="page_agenda"> [(#ENV{type, mois}|agenda_connu)<INCLURE {fond=agenda_#ENV{type,mois}} {type} {delais=900} {annee} {mois} {jour} {echelle} {partie_cal} {theme}>] </body></html> \ No newline at end of file diff --git a/dist/habillage.css b/dist/habillage.css index 87bfe6d7c89f4a7c116768e3ee41593ba29aed3d..0f67897c5ab822d0d4de41d7ee778e0851417f66 100755 --- a/dist/habillage.css +++ b/dist/habillage.css @@ -45,7 +45,6 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor margin-left: auto; margin-right: auto; } -#page_agenda { text-align: left;} #conteneur { width: 100%; } @@ -122,7 +121,7 @@ body, #navigation, .encart, .formulaire_spip { font-family: "Trebuchet MS", Helvetica, sans-serif; } /* Typo pour les citations et extraits introductifs */ -q, blockquote, .liste-articles li .texte, h3.spip { +q, blockquote, .liste-articles li .texte, h3.spip, .voirskel { font-family: "Bitstream Vera Serif", Georgia, Times, serif; } @@ -167,6 +166,10 @@ q, blockquote, .liste-articles li .texte, h3.spip { .divers { background: #F8F8E8; } .divers .menu-titre { background: #FCFCF0; } +/* Lien "Voir le squelette de cette page" +---------------------------------------------- */ +a.voirskel { font-size: 0.77em; font-style: italic; color: #666; } + /* ------------------------------------------ /* Habillage du contenu /* ------------------------------------------ */