X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fspectral.css;h=2f4d4b75bbdd44a0df67c18b5f9c88692656727f;hb=be638e733bce413df4324d985297d9a4d94dcbca;hp=4e2312ddde04fd5133667aa777a72a91f17a1173;hpb=0337d704b62718d7c77106c0e4c4e26fb02beacf;p=platal.git diff --git a/htdocs/css/spectral.css b/htdocs/css/spectral.css index 4e2312d..2f4d4b7 100644 --- a/htdocs/css/spectral.css +++ b/htdocs/css/spectral.css @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2003-2004 Polytechnique.org * + * Copyright (C) 2003-2009 Polytechnique.org * * http://opensource.polytechnique.org/ * * * * This program is free software; you can redistribute it and/or modify * @@ -47,11 +47,11 @@ h1 a:link, h1 a:visited, h1 a:active { h1 a:hover { color: #cccccc; } - + h1 { color: #eeeeee; background-color: #444444; - background-image: url( "/images/sk_spectral_titre.jpg"); + background-image: url( "../images/skins/spectral_titre.jpg"); background-repeat: repeat-x; } @@ -72,11 +72,35 @@ table.tinybicol th, table.bicol th { background-color: #0067fe; } +table.tinybicol th a:link, table.tinybicol th a:visited, +table.tinybicol th a:active, table.tinybicol th a:hover, +table.bicol th a:link, table.bicol th a:visited, +table.bicol th a:active, table.bicol th a:hover { + color: #BBF; + background: inherit; +} + + /******************************************************************************* 4 Tableau de choix de skins [ Styles pour les tableaux de types de ceux des skins ] *******************************************************************************/ +#skin { + border-top: 1px solid #0067fe; + border-bottom: 1px solid #0067fe; +} + +#skin td { + border-top: 1px solid #0067fe; + border-bottom: 1px solid #0067fe; + background-color: #ddffcc; +} + +#skin td.skigauche { + background-color: #ccddff; +} + /******************************************************************************* 5 Contacts [ Styles liés à l'affichage de contacts ] @@ -88,6 +112,12 @@ div.contact-list div.contact { color: inherit; } +div.contact-list div.grayed { + color: #444; + font-style: italic; + background-color: #eee; +} + div.contact div.long { background: #ddffcc; color: inherit; @@ -103,6 +133,41 @@ div.contact div.long { [ cas de la fiche ] *******************************************************************************/ +#fiche { + border-color: #0067fe; +} + +#fiche h2 { + background-color: #0067fe; + color: #fff; + border: none; +} + +#fiche_identite div.contact { + background-color: #ffff77; +} + +#fiche_identite div.maj { + color: #77cc77; +} + +#fiche em, #fiche_referent em { + color: #dd0000; +} + +#photo { + padding: 0em; +} + +#photo img { + padding-bottom: 1em; +} + +#photo div { + padding-left: 1em; + background-color: #ddffcc; +} + /******************************************************************************* A SKIN [ choix de classes faites par le skinneur @@ -130,7 +195,7 @@ div.contact div.long { #body-menu .menu_title { color : #000000; background-color: #3601ff; - background-image: url("/images/sk_spectral_menu.jpg"); + background-image: url("../images/skins/spectral_menu.jpg"); background-repeat: repeat-y; border-top: 1px solid #003399; border-bottom: 1px solid #003399;