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 atelier
2
Auteur : Magali Giaume*/
3
h1 {
4
  background-color:#c38673;
5
  color:white;}
6
h2, #identification_message, #form_connexion legend, #identification legend, #identification_info, #iden_action, .menu_projet h2 {
7
  color: #AD5A40;}
8
hr {
9
  color: #62210F;}
10
a {
11
  background-image: url(/sites/commun/generique/images/graphisme/img_underline_plan_site_black.png);}
12
a:hover {
13
  background-image: url(/sites/commun/generique/images/graphisme/img_underline_hover_plan_site_black.png);}
14
 
15
/*DIFFERENTS BLOCS DE LA PAGE*/
16
 
17
/*bandeau*/
18
#bandeau {
19
  background: url(/sites/atelier/generique/images/graphisme/bandeau_atelier_fond.png) repeat-x;}
20
#bandeau_contenu {
21
  background:transparent url(/sites/atelier/generique/images/graphisme/bandeau_atelier.jpg) no-repeat;
22
  height:77px;}
23
#titre_monde h1 {
24
  color:white;}
25
#plan_contact a {
26
  color:#fff;
27
  background-image: url(/sites/commun/generique/images/graphisme/img_underline_plan_site_blanc.png);}
28
#plan_contact a:hover {
29
  color:#fff;
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:#AD5A40;}
35
#onglets li:hover a {
36
  color:#AD5A40;}
37
#onglets .menu_inactif {
38
  border-bottom:#62210F;}
39
#onglets .menu_actif a {
40
  color:#AD5A40;}
41
 
42
/* droite -> contenu */
43
#contenu {
44
  border:1px solid #62210F;}
45
/*Tableau*/
46
.table_cadre th{
47
  background-color:#AD5A40;
48
  padding:0 5px;
49
  color:white;}
50
.table_cadre a {
51
  color:black;}
52
.ligne_paire {
53
  background-color:#eddbd6;}
54
.menu_projet {
55
  background-color:transparent;
56
  border:none;}
57
.menu_projet li, .menu_projet ul {
58
  list-style-type:none;
59
  padding:0;
60
  margin:0;
61
  text-align:center;}
62
#menu_contextuel {
63
  border:1px solid #AD5A40;
64
  margin-bottom:2px;}
65
.col1 {
66
  text-align:left;}
67
#formulaire_projet textarea.projet_resume, #formulaire_projet input.projet_espace_internet, #formulaire_projet input.projet_titre {
68
  width:400px;}
69
/*nav_gauche*/
70
#nav_gauche {
71
  background: #fff url(/sites/atelier/generique/images/graphisme/degrade_marron.png) repeat-x;}
72
/* nav_gauche -> menus */
73
#menus .menu_actif>a {
74
  background-color:#c38673;
75
  border-color: rgb(212, 167, 154);}
76
#menus a:hover {
77
  background-color:#c38673;}
78
/* nav_gauche -> form connexion et deconnexion */
79
.menu_classique_n2 .menu_actif {
80
  background-color:#c38673;}
81
.menu_actif a {
82
  color:#62210F;}
83
.form_identification input,.form_identification textarea,.form_identification select {
84
  border: 1px solid #AD5A40;
85
  background-color:#eddbd6;}
86
.message {
87
  border: 1px solid #ad5a40;
88
  width:auto;
89
  margin: 8px;}
90
.message dl {
91
  background-color:#eddbd6;
92
  margin-top:-6px;}
93
.message pre {
94
  line-height:1.2em;
95
  overflow:auto;
96
  font:Arial;
97
  margin:4px;}
98
.liste_inscription{
99
  list-style-type:none;}
100
#menu_wikini ul {
101
list-style-type:none;}
102
#menu_wikini ul {
103
padding:0;}
104
.additions {color: #080;}
105
.deletions {color: #800;}
106
.add {
107
  font-weight: bold;
108
  color: #c00;
109
  text-decoration: underline;}
110
.del {
111
  font-style: italic;
112
  color: #c00;
113
  text-decoration: line-through;}