From d571cbbd45c6ab1afd4be506530fb4ee890fbe8f Mon Sep 17 00:00:00 2001 From: tetue <tetue@rezo.net> Date: Fri, 30 Jun 2006 15:09:55 +0000 Subject: [PATCH] =?UTF-8?q?Familles=20de=20polices=20diffe=CC=81rentes=20p?= =?UTF-8?q?our=20contenu=20et=20navigation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/habillage.css | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/dist/habillage.css b/dist/habillage.css index fa4789b5b3..0fc9e9eb2d 100755 --- a/dist/habillage.css +++ b/dist/habillage.css @@ -27,7 +27,6 @@ body { background: #FFF; margin: 1.5em; text-align: center; - font-family: "Bitstream Vera Sans", Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size: 1em; color: #333; } @@ -107,6 +106,19 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor .invisible { position: absolute; top: -3000em; height: 1%; } +/* ------------------------------------------ +/* Typographie generale du site +/* ------------------------------------------ */ +body { + font-family: "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif; } +#contenu { + font-family: "Trebuchet MS", Helvetica, sans-serif; } +#navigation, .encart,.formulaire_spip { + font-family: "Bitstream Vera Sans", Verdana, Tahoma, Arial, sans-serif; } +q, blockquote, .liste-articles li .texte, h3.spip { + font-family: "Bitstream Vera Serif", Georgia, Times, serif; } + + /* ------------------------------------------ /* Habillage des menus et de la navigation /* ------------------------------------------ */ @@ -193,8 +205,6 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor .texte { color: #000; font-size: 0.96em; } -q, blockquote { font-family: "Bitstream Vera Serif", Georgia, Times, serif; } - .ps, .notes { margin-top: 1.4em; padding-top: 2px; -- GitLab