X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fespace.css;h=6ecc552160d7a46e76fb95ecb8fb24c62f9f3bdb;hb=3796392e46bb793fcdbf6c67e4217f86355edcf0;hp=39494a058c0bd94f0ad8e76d592a66ebaa5e598e;hpb=0337d704b62718d7c77106c0e4c4e26fb02beacf;p=platal.git diff --git a/htdocs/css/espace.css b/htdocs/css/espace.css index 39494a0..6ecc552 100644 --- a/htdocs/css/espace.css +++ b/htdocs/css/espace.css @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2003-2004 Polytechnique.org * + * Copyright (C) 2003-2011 Polytechnique.org * * http://opensource.polytechnique.org/ * * * * This program is free software; you can redistribute it and/or modify * @@ -39,6 +39,11 @@ legend { color: #ffffff; } +legend a:link, legend a:visited, legend a:active, legend a:hover { + color: #99F; + background: inherit; +} + /******************************************************************************* 2 Styles

,

, ,
  • [ styles classiques d'effets de texte ] @@ -52,7 +57,7 @@ h1 a:link, h1 a:visited, h1 a:active, h1 a:hover { h1 { color: #eeeeee; background-color: #000000; - background-image: url( "/images/sk_espace_titre.jpg"); + background-image: url( "../images/skins/espace_titre.jpg"); background-repeat: no-repeat; } @@ -78,6 +83,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 ] @@ -89,21 +109,74 @@ div.contact-list div.contact { color: inherit; } +div.contact-list div.grayed { + color: #444; + font-style: italic; + background: #eee; +} + div.contact div.long { background: #ffffff; color: inherit; } /******************************************************************************* - 6 Profil - [ onglets des profils ] -*******************************************************************************/ - -/******************************************************************************* 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/skins/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 @@ -131,15 +204,12 @@ div.contact div.long { #body-menu .menu_title { color : #ffffff; background-color: #dddddd; - background-image: url("/images/sk_espace_menu.jpg"); -/*border-top: 1px solid #003399;*/ + background-image: url("../images/skins/espace_menu.jpg"); border-bottom: none; } #body-menu .menu_item { border-right: none; -/* padding-left: 0px; - text-align: left;*/ } /* vim: set et ts=4 sts=4 sw=4: */