From 631a9baf2bbcc919d970976fd82281f2f7c6a4f5 Mon Sep 17 00:00:00 2001 From: tetue <tetue@rezo.net> Date: Sun, 27 May 2007 20:53:03 +0000 Subject: [PATCH] Un jour, ca sera la feuille de style externe pour l'espace prive... --- dist/style_prive.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dist/style_prive.html b/dist/style_prive.html index 367c4d7a3b..b46bf3de42 100644 --- a/dist/style_prive.html +++ b/dist/style_prive.html @@ -29,6 +29,14 @@ body { } body, body * { font-family: Verdana, Geneva, Sans, sans-serif; } +/* Espaceur de blocs */ +.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; } + +/* Non visible a l'ecran */ +.invisible { position: absolute; top: -3000em; height: 1%; } +.none { display: none; } + +/* * */ .toile_claire { background-color: ##ENV{couleur_claire,edf3fe}; } @@ -118,8 +126,6 @@ body, body * { font-family: Verdana, Geneva, Sans, sans-serif; } td { text-align: [(#ENV{ltr}|choixsiegal{left,left,right})]; } -/* Espaceur de blocs */ -.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; } /* * Formulaires -- GitLab