Subversion Repositories Sites.gentiana.org

Compare Revisions

Ignore whitespace Rev 30 → Rev 31

/trunk/sites/gestion/fr/styles/gestion.css
New file
0,0 → 1,121
/*
Feuille de style du monde Gentiana
Auteur : Jean-Pascal MILCENT
*/
h1{
color:#003300;}
h2, h3, h4, h5, h6, hr{
color:#99CC00;}
a img {
border:1px dotted #99CC00;}
a {
color:#003300;}
a:hover {
color:#99CC00;}
 
/*DIFFERENTS BLOCS DE LA PAGE*/
 
/* Logo */
#zone_logo {
top:10px;
left:35px;}
 
/* Bandeau */
#zone_bandeau {
background: transparent url("http://www.gentiana.org/sites/gestion/generique/images/graphisme/bandeau.jpg") no-repeat top left;}
#titre_site {
font:bold 30px/30px Arial, Helvetica, Verdana, sans-serif;
color:gray;}
#titre_site:after {
display:block;
margin-top: -33px;
color:white;
content: attr(title);}
#bandeau_contenu {
background: transparent url("http://www.gentiana.org/sites/gestion/generique/images/graphisme/fond_menu_commun_bandeau.png") repeat-x top left;}
#bandeau_contenu a {
color:#FFFF00;}
 
/* Zone moteur recherche */
#form_more_recherche input#more_ok {
color:#003300;}
#form_more_recherche input#more_ok:hover {
color:#CCFF00;
border-color:#999900;}
#form_more_recherche input#more_motif{
color:#99CC00;
font-weight:bold;}
 
/* Zone contenu -> VEI */
#zone_vei {
background: transparent url("http://www.gentiana.org/sites/gestion/generique/images/graphisme/picto_vei.png") no-repeat top left;}
#vei {
color:#003300;}
 
/* Zone contenu -> Navigation */
#zone_contenu_navigation li:hover {
color:#99CC00;}
#zone_contenu_navigation li:hover a {
color:#99CC00;}
#zone_contenu_navigation .menu_inactif {
border-bottom:#003300;}
#zone_contenu_navigation .menu_actif a {
color:#003300;}
 
/* Zone contenu -> Page */
#zone_contenu_page {
border:1px solid #003300;}
 
/* Zone liste sites */
#zone_liste_site a {
color:white;}
#site_gestion_raisonnable a{
color:#CCFF66;
background:url("http://www.gentiana.org/sites/gestion/generique/images/graphisme/site_gestion_raisonnable.png") center left no-repeat;}
 
/* Zone menu */
#zone_menu {
background:transparent url("http://www.gentiana.org/sites/gestion/generique/images/graphisme/fond_menu_classique.png") repeat-x;}
color:#99CC00;}
#zone_menu a{
color:#003300;}
#zone_menu a:hover, #form_connexion #connexion:hover {
color:#99CC00;
border-color:#99CC00;}
 
/* Zone menu -> menus classique */
#zone_menu_classique a:hover {/* Menu tout niveau : survol */
background-color:#FFCC00;
color:black;}
#zone_menu_classique .menu_classique_n1>li.menu_actif>a {/* Menu niveau 1 actif */
background:#FFFF00 url("http://www.gentiana.org/sites/gestion/generique/images/graphisme/puce_triangle.png") no-repeat center left;}
#zone_menu_classique .menu_classique_n2 .menu_actif {/* Menu niveau 2 actif */
background-color:#FFFF00;}
#zone_menu_classique .menu_classique_n2 .menu_inactif {/* Menu niveau 2 inactif */
background-color:#FFFFCC;}
 
/* Zone menu -> Identification */
#zone_identification {
background: transparent url("http://www.gentiana.org/sites/gestion/generique/images/graphisme/identification_cadre.png") no-repeat top left;}
#form_connexion, #iden_action {
background: transparent url("http://www.gentiana.org/sites/gestion/generique/images/graphisme/identification_fleur.png") no-repeat bottom right;}
#identification_message, #zone_identification legend, #zone_identification a, #zone_identification label, #form_connexion #connexion {
color:#003300;}
 
/* Zone pied */
#pied_menu_commun {
background: transparent url("http://www.gentiana.org/sites/gestion/generique/images/graphisme/fond_menu_commun_pied.png") repeat-x top left;}
 
/* Tableau*/
.table_cadre {
border:1px solid #EABFFF;
margin:0 0 15px 0;}
.table_cadre th {
border:1px solid #EABFFF;
background-color:#DFCBEE;}
.table_cadre td {
border:1px solid #EABFFF;}
.table_cadre {
background-color:white;}
.ligne_paire {
background-color:#eddaf0;}