Subversion Repositories Sites.tela-botanica.org

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 david 1
/*Feuille de style du monde biblio
2
Auteur : Magali Giaume*/
3
h1 {
4
  background-color:#f38361;
5
  color:white;}
6
h2, #identification_message, #form_connexion legend, #identification legend, #identification_info, #iden_action, #hba_info h1{
7
  color: #ED5323;}
8
a {
9
  background-image: url(/sites/biblio/generique/images/graphisme/img_underline_biblio.png);}
10
a:hover {
11
  background-image: url(/sites/biblio/generique/images/graphisme/img_underline_hover_biblio.png);}
12
ul {
13
  line-height:1.5em}
14
a img {
15
  border : 1px dotted #ED5323;}
16
/*DIFFERENTS BLOCS DE LA PAGE*/
17
 
18
/*bandeau*/
19
#bandeau {
20
  background: url(/sites/biblio/generique/images/graphisme/bandeau_biblio_fond.png) repeat-x;}
21
#bandeau_contenu {
22
  background:transparent url(/sites/biblio/generique/images/graphisme/bandeau_biblio.jpg) no-repeat;
23
  height:77px;}
24
#titre_monde h1 {
25
  color:black;}
26
#plan_contact a {
27
  color:#fff;
28
  background-image: url(/sites/commun/generique/images/graphisme/img_underline_plan_site_blanc.png);}
29
#plan_contact a:hover {
30
  background-image: url(/sites/commun/generique/images/graphisme/img_underline_hover_plan_site_blanc.png);}
31
 
32
/*droite -> onglets */
33
#onglets li:hover {
34
  color:#5E5200;}
35
#onglets li:hover a {
36
  color:#ED5323;}
37
#onglets .menu_inactif {
38
  border-bottom:black;}
39
#onglets .menu_actif a {
40
  color:#ED5323;}
41
#contenu {
42
border:1px solid black;}
43
 
44
/*nav_gauche*/
45
#nav_gauche {
46
  background: #fff url(/sites/biblio/generique/images/graphisme/degrade_rouge.png) repeat-x;}
47
/* nav_gauche -> menus */
48
#menus .menu_actif>a {
49
  background-color:#f38361;
50
  border-color: rgb(248, 199, 183);}
51
#menus a:hover {
52
  background-color:#f38361;}
53
/* nav_gauche -> form connexion et deconnexion */
54
.menu_classique_n2 .menu_actif {
55
  background-color:#f38361;}
56
.menu_actif a {
57
  color:#000;}
58
/* Presentation du fragmenteur (pour les applis qui l'utilisent) */
59
.fragmenteur {
60
  height:24px;
61
  text-align:center;}
62
.frag_suivant span, .frag_precedent span, .frag_depart span, .frag_fin span {
63
  display:none;}
64
.frag_precedent, .frag_precedent:hover {
65
  background:url(/sites/commun/generique/images/icones/fleche_gauche.png) center right no-repeat;
66
  height:24px;
67
  padding-right:24px;}
68
.frag_suivant, .frag_suivant:hover {
69
  background:url(/sites/commun/generique/images/icones/fleche_droite.png) center left no-repeat;
70
  height:24px;
71
  padding-left:24px;}
72
.frag_depart, .frag_depart:hover {
73
  background:url(/sites/commun/generique/images/icones/fleche_depart.png) center left no-repeat;
74
  height:24px;
75
  padding-left:24px;}
76
.frag_fin:hover, .frag_fin:hover {
77
  background:url(/sites/commun/generique/images/icones/fleche_fin.png) center left no-repeat;
78
  height:24px;
79
  padding-left:24px;}
80
.bb_navigation a{
81
  background-color:#fff;}
82
#identification_info, #iden_action {
83
  background-color:transparent;}
84
.form_identification input, .form_identification textarea, .form_identification select {
85
  border: 1px solid #ED5323;
86
  background-color:#fce2d9;}
87
#menu_contextuel {
88
  color:#ED5323;}