X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fspectral.css;h=1cad87eec7906275b2d5f1f4d6367edf28eee443;hb=460098c82ed428034260a9ebf9f4ff6e7456d5f7;hp=6b326bfed6c2f564d927ce26f99c3062eba7b7db;hpb=74d27abd5e5b6a035746aac96a2f6b97e4bae3b9;p=platal.git diff --git a/htdocs/css/spectral.css b/htdocs/css/spectral.css index 6b326bf..1cad87e 100644 --- a/htdocs/css/spectral.css +++ b/htdocs/css/spectral.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 * @@ -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,6 +72,15 @@ 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 ] @@ -90,7 +99,7 @@ table.tinybicol th, table.bicol th { #skin td.skigauche { background-color: #ccddff; -} +} /******************************************************************************* 5 Contacts @@ -103,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; @@ -113,35 +128,45 @@ div.contact div.long { [ onglets des profils ] *******************************************************************************/ -td.conteneur_tab { +/******************************************************************************* + 7 fiche.php + [ cas de la fiche ] +*******************************************************************************/ + +#fiche { border-color: #0067fe; - background-color: #eeffdd; } -#onglet li { - border-color: #0067fe; - background-color: #ccddff; +#fiche h2 { + background-color: #0067fe; + color: #fff; + border: none; } -#onglet li:hover { - background-color: +#fiche_identite div.contact { + background-color: #ffff77; } -#onglet li.actif { - background-color: #eeffdd; +#fiche_identite div.maj { + color: #77cc77; } -#onglet li a:hover { - color: #ff0000; - text-decoration: none; +#fiche em, #fiche_referent em { + color: #dd0000; } -/******************************************************************************* - 7 fiche.php - [ cas de la fiche ] -*******************************************************************************/ +#photo { + padding: 0em; +} +#photo img { + padding-bottom: 1em; +} +#photo div { + padding-left: 1em; + background-color: #ddffcc; +} /******************************************************************************* A SKIN @@ -170,7 +195,7 @@ td.conteneur_tab { #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;