X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fnewxorg.css;h=8ed5f9600eac86116a20a06bdf440952bd553a5b;hb=a245a3e14efde886a8a92307c0066f2caa2d8710;hp=31630258e8927125da0ba7e0072e389c648aa4a1;hpb=0337d704b62718d7c77106c0e4c4e26fb02beacf;p=platal.git diff --git a/htdocs/css/newxorg.css b/htdocs/css/newxorg.css index 3163025..8ed5f96 100644 --- a/htdocs/css/newxorg.css +++ b/htdocs/css/newxorg.css @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2003-2004 Polytechnique.org * + * Copyright (C) 2003-2010 Polytechnique.org * * http://opensource.polytechnique.org/ * * * * This program is free software; you can redistribute it and/or modify * @@ -28,7 +28,7 @@ a:link, a:visited, a:active, a:hover { *******************************************************************************/ #body { - background-image: url("/images/sk_newxorg_background.jpg"); + background-image: url("../images/skins/newxorg_background.jpg"); background-position: top right; background-repeat: repeat-y; } @@ -45,7 +45,7 @@ legend { h1 { color: #ff9900; background-color: #458bb6; - background-image: url( "/images/sk_newxorg_titre.jpg"); + background-image: url( "../images/skins/newxorg_titre.jpg"); background-repeat: repeat-x; } @@ -70,6 +70,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: #ffffff; color: inherit; @@ -80,11 +86,53 @@ div.contact div.long { [ onglets des profils ] *******************************************************************************/ +#onglet li:hover { + background-color: #458bb6; +} + +#onglet li.actif { + background-color: #eceade; +} + +#onglet li a:hover { + color: #ff6600; + text-decoration: none; +} + /******************************************************************************* 7 fiche.php [ cas de la fiche ] *******************************************************************************/ +#fiche { + border: 1px solid #458bb6; +} + +#fiche h2 { + color: #ff6600; + background-color: #458bb6; + background-image: url("../images/skins/newxorg_titre.jpg"); + background-repeat: repeat-x; + border: none; +} + +#fiche em { + color: #ff6600; +} + +#photo img { + padding-bottom: 1em; +} + +#fiche_identite div.contact { + border-color: #458bb6; + background-image: url("../images/skins/newxorg_background.jpg"); +} + +#fiche_referent em { + color: #ff6600; +} + /******************************************************************************* A SKIN [ choix de classes faites par le skinneur @@ -112,7 +160,7 @@ div.contact div.long { #body-menu .menu_title { color : #ff6600; background-color: #ffffff; - background-image: url("/images/sk_newxorg_menu.jpg"); + background-image: url("../images/skins/newxorg_menu.jpg"); border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; }