From a5e78077f00bc5af36ce8d607a30765e1efadf9c Mon Sep 17 00:00:00 2001 From: tetue <tetue@rezo.net> Date: Sat, 26 Aug 2006 20:53:27 +0000 Subject: [PATCH] =?UTF-8?q?Un=20peu=20de=20CSS=20pour=20"voir=20le=20squel?= =?UTF-8?q?ette=20de=20cette=20page",=20pour=20qu'il=20soit=20plus=20pre?= =?UTF-8?q?=CC=81sentable...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/agenda.html | 2 +- dist/habillage.css | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dist/agenda.html b/dist/agenda.html index 11d072a87a..8cc3f901c2 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 87bfe6d7c8..0f67897c5a 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 /* ------------------------------------------ */ -- GitLab