From f6d8ff73e3087ab8bc3f7797df0749ec71e016c9 Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Tue, 7 Mar 2006 17:06:36 +0000 Subject: [PATCH] Ajout du skinnage de la fiche sur la skin trapped git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@260 839d8a87-29fc-0310-9880-83ba4fa771e5 --- htdocs/css/trapped.css | 45 +++++++++++++++++++++++++++++++++++---------- 1 file changed, 35 insertions(+), 10 deletions(-) diff --git a/htdocs/css/trapped.css b/htdocs/css/trapped.css index 5a0942a..4fd9df6 100644 --- a/htdocs/css/trapped.css +++ b/htdocs/css/trapped.css @@ -69,14 +69,6 @@ h1 { background-image: url("/images/sk_trapped_titre.gif"); background-repeat: no-repeat; background-color: #200a00; -/* text-indent: 0.2em; - text-align: left; - font-family: "helvetica", sans-serif; - font-weight: bolder; - font-size: 120%; - margin-top: 1em; - margin-bottom: 1em; - padding-left: 0.5em;*/ } /******************************************************************************* @@ -149,6 +141,41 @@ div.contact div.long { [ cas de la fiche ] *******************************************************************************/ +#fiche { + border: 1px solid #47220a; +} + +#fiche em { color: #5a412f; } + +#fiche h2 { + color: #7a614f; + background-color: #f2e9e2; + border-top: 1px solid #ab8b7d; + border-bottom: 1px solid #ab8b7d; +} + +#fiche_identite { + border-right: 1px dotted #ab8b7d; +} + +#photo { + padding-left: 0em; +} +#photo div { + padding-top: 1em; + padding-left: 1em; +} + +#fiche_identite div.contact { + background-color: #f2e9e2; + border: 1px dotted #ab8b7d; +} + +/* only for fiche_referent.php*/ + +#fiche_referent em{color: #5a412f;} + + /******************************************************************************* A SKIN [ choix de classes faites par le skinneur @@ -191,8 +218,6 @@ div.contact div.long { #body-menu .menu_item { border-right: none; font-size: smaller; -/* padding-left: 0px; - text-align: left;*/ } /* vim: set et ts=4 sts=4 sw=4: */ -- 2.1.4