From 10183f05b75b5af91e3d1aeff90af561715ac9ab Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Tue, 7 Mar 2006 20:45:29 +0000 Subject: [PATCH] Skin espace... idem avec en plus skinnage de la page de choix de la skin git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@263 839d8a87-29fc-0310-9880-83ba4fa771e5 --- htdocs/css/espace.css | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) diff --git a/htdocs/css/espace.css b/htdocs/css/espace.css index 39494a0..0ce567e 100644 --- a/htdocs/css/espace.css +++ b/htdocs/css/espace.css @@ -78,6 +78,21 @@ table.tinybicol th, table.bicol th { [ Styles pour les tableaux de types de ceux des skins ] *******************************************************************************/ +#skin { + border-top: 1px solid #2f006f; + border-bottom: 1px solid #2f006f; +} + +#skin td { + border-top: 1px solid #2f006f; + border-bottom: 1px solid #2f006f; + background-color: #eeeeff; +} + +#skin td.skigauche { + background-color: #ddddff; +} + /******************************************************************************* 5 Contacts [ Styles liés à l'affichage de contacts ] @@ -99,11 +114,67 @@ div.contact div.long { [ onglets des profils ] *******************************************************************************/ +#onglet li { + background: #ddddff; +} + /******************************************************************************* 7 fiche.php [ cas de la fiche ] *******************************************************************************/ +#fiche { + border-color: #2f006f; +} + +#fiche h2 { + color: #2f006f; +} + +#fiche em { + color: #305070; +} + +#fiche_identite { + padding: 0em; +} + +#fiche_identite div.civilite { + color: #eeeeee; + background-color: #000000; + background-image: url( "/images/sk_espace_titre.jpg"); + background-repeat: no-repeat; + width: 100%; + text-align: left; + padding-left: 0.2em; +} + +#fiche_identite div.maj { + float: right; + padding-right: 0.2em; +} + +#fiche_identite div.contact { + border-color: #2f006f; + background-color: #eeeeff; +} + +#photo { + padding-left: 0em; +} + +#photo img { + padding-bottom: 1em; +} + +#photo div { + padding-left: 1em; +} + +#fiche_referent em { + color: #305070; +} + /******************************************************************************* A SKIN [ choix de classes faites par le skinneur -- 2.1.4