Subversion Repositories Sites.tela-botanica.org

Rev

Rev 98 | Go to most recent revision | Details | Compare with Previous | 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;}
98 jpm 57
.menu_projet li, .menu_projet ul, #menu_wikini ul, #menu_wikini li {
4 david 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;}
98 jpm 100
.menu_projet ul li, #menu_wikini ul li {
22 magali 101
  font-weight:bold;
102
  text-align:left;
103
  font-size:12px;}
98 jpm 104
.menu_projet ul li ul, #menu_wikini ul li ul {
22 magali 105
  margin:7px;}
98 jpm 106
.menu_projet ul li ul li, #menu_wikini ul li ul li {
22 magali 107
  font-weight:normal;
108
  text-align:left;
109
  font-size:11px;}
4 david 110
.additions {color: #080;}
111
.deletions {color: #800;}
112
.add {
113
  font-weight: bold;
114
  color: #c00;
115
  text-decoration: underline;}
116
.del {
117
  font-style: italic;
118
  color: #c00;
22 magali 119
  text-decoration: line-through;}
120
/*Notes*/
121
div.notes {
122
  clear:both;
123
  width: 180px;
124
  height: auto;
125
  margin: 0 0 10px 10px;
126
  padding: 5px;
127
  border: 1px solid #DFE7AC;
128
  background-color:#E7EBFD;
129
  color: #666;
130
  font-size: 88%;}
131
div.notes p {
132
  display:block;
133
  width: 180px;
134
  margin: 0em 0em 1.2em 0em;
135
  color: #666;}
136
div.notes p.last {
137
  margin: 0em;}
138
div.notes h4 {
139
  background-image: url(/sites/commun/generique/images/graphisme/info.png);
140
  background-repeat: no-repeat;
141
  background-position: top left;
142
  padding: 0 0 3px 20px;
143
  border-width: 0 0 1px 0;
144
  border-style: solid;
145
  border-color: #666;
146
  color: #666;
147
  font-size: 110%;}