X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fnbviolet.css;h=6e269de8614bf10e707f7ef517ea9f137ae4e311;hb=cd5bd7dca7db6a980e6d3223aa5f43e0e1742acc;hp=1819cecad166ac152dbbd9bbdfc6ad1d8ac3c0bd;hpb=0337d704b62718d7c77106c0e4c4e26fb02beacf;p=platal.git diff --git a/htdocs/css/nbviolet.css b/htdocs/css/nbviolet.css index 1819cec..6e269de 100644 --- a/htdocs/css/nbviolet.css +++ b/htdocs/css/nbviolet.css @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2003-2004 Polytechnique.org * + * Copyright (C) 2003-2008 Polytechnique.org * * http://opensource.polytechnique.org/ * * * * This program is free software; you can redistribute it and/or modify * @@ -58,7 +58,7 @@ h1 a:hover { h1 { color: #ff0000; background-color: #800080; - background-image: url( "/images/sk_nbviolet_titre.jpg"); + background-image: url( "../images/skins/nbviolet_titre.jpg"); background-repeat: repeat-x; } @@ -98,7 +98,7 @@ table.tinybicol th, table.bicol th { #skin td.skigauche { background-color: #efddff; } - + /******************************************************************************* 5 Contacts [ Styles liés à l'affichage de contacts ] @@ -110,6 +110,12 @@ div.contact-list div.contact { color: inherit; } +div.contact-list div.grayed { + color: #444; + font-style: italic; + background: #eee; +} + div.contact div.long { background: #efddff; color: inherit; @@ -120,24 +126,44 @@ div.contact div.long { [ onglets des profils ] *******************************************************************************/ -div.conteneur_tab { - background: #efddff; +/******************************************************************************* + 7 fiche.php + [ cas de la fiche ] +*******************************************************************************/ + +#fiche { border-color: #800080; } -#onglet li { - background: #ecd0ff; +#fiche_identite div.maj, #fiche em, #fiche_referent em { + color: #800080; +} + +#fiche h2 { + color : #eeeeee; + background-color: #404040; + background-image: url("../images/skins/nbviolet_menu.jpg"); + border-top: none; + border-bottom: none; +} + +#fiche_identite div.contact { + background-color: #e0e0e0; border-color: #800080; } -#onglet li.actif { - background: #efddff; +#photo { + padding: 0em; } -/******************************************************************************* - 7 fiche.php - [ cas de la fiche ] -*******************************************************************************/ +#photo img { + padding-bottom: 1em; +} + +#photo div { + padding: 0.2em 0em 0.2em 1em; + background-color: #efddff; +} /******************************************************************************* A SKIN @@ -166,7 +192,7 @@ div.conteneur_tab { #body-menu .menu_title { color : #eeeeee; background-color: #404040; - background-image: url("/images/sk_nbviolet_menu.jpg"); + background-image: url("../images/skins/nbviolet_menu.jpg"); border-top: none; border-bottom: none; }