Subversion Repositories Applications.papyrus

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2150 mathias 1
/*Feuille de style du monde administration
2
Auteur: Magali Giaume*/
3
 
4
/* Général */
5
h1 {
6
  color:#8b008b;
7
  background-color:#e1c3d4;}
8
h2, #identification_message, #form_connexion legend, #identification legend, #identification_info, #iden_action {
9
  color: #8b008b;}
10
hr {
11
  color: #e1c3d4;}
12
table {
13
  border-color:transparent;
14
  border-style:solid;
15
  border-width:1px;}
16
td {
17
  text-align:left;
18
  background-color:transparent;
19
  border-color:transparent;
20
  border-style:solid;
21
  border-width:1px;}
22
a {
23
  background-image: url(http://www.tela-botanica.org/sites/admin/generique/images/graphisme/sous_ligne.png);}
24
a:hover {
25
  background-image: url(http://www.tela-botanica.org/sites/admin/generique/images/graphisme/sous_ligne_hover.png);}
26
img {
27
  border:0;
28
  padding:2px;}
29
a img {
30
  border : 1px dotted #36560B;}
31
 
32
/* Logo */
33
#logo {
34
  margin:7px 10px;
35
  position:absolute;
36
  top:2px;
37
  left:18px;
38
  z-index:1;}
39
#logo img {
40
  border:0;}
41
#logo a {
42
  position:absolute;
43
  top : 0;
44
  left:0;}
45
#logo_tela a, #logo a {
46
  background:none;}
47
 
48
/* Zone bandeau */
49
#zone_bandeau {
50
  background: url(/sites/admin/generique/images/graphisme/bandeau_admin_fond.png) repeat-x;}
51
#zone_bandeau_contenu {
52
  background: url(/sites/admin/generique/images/graphisme/bandeau_admin.jpg) no-repeat;
53
  height:77px;
54
  max-width:800px;}
55
#zone_acces_rapide{
56
  margin:0 5px 0 0;
57
  text-align:right;
58
  height:25px;
59
  padding:7px 15px 0 0;}
60
/* Zone bandeau -> Nom du site */
61
#site_nom {
62
  color:#feffdc;}
63
 
64
/* Navigation */
65
#navigation {
66
  background: #fff url(/sites/admin/generique/images/graphisme/degrade_framboise.png) repeat-x;}
67
 
68
/* Navigation -> Formulaire d'identification */
69
#form_connexion input,#form_connexion textarea,#form_connexion select {
70
  border: 1px solid #a84f81;
71
  background-color:#ead4e0;}
72
#form_connexion{
73
  color:#8b008b;}
74
#identification {
75
  border:1px solid #8b008b;
76
  margin:2em 0 2px 0;}
77
#identification_message {
78
  color:#8b008b;
79
  font-size:16px;}
80
.form_identification input, .form_identification textarea, .form_identification select {
81
  background-color:#f4f6e4;}
82
 
83
/* Navigation -> Zone Menu */
84
#zone_menu .menu_actif > a {
85
  background-color:#ba749b;
86
  border-color: #ba749b;}
87
#zone_menu a:hover {
88
  background-color:#e1c3d4;}
89
#menu_contextuel {
90
  color:#BECF5C;}
91
.menu_classique_n1 li a {
92
	padding-left:5px;}
93
.menu_classique_n2 li a {
94
	padding-left:15px;}
95
.menu_classique_n3 li a {
96
	padding-left:25px;}
97
.menu_classique_n2 .menu_actif {
98
  background-color:#CFDB86;}
99
.menu_actif a {
100
  color:#36560B;}
101
.menu_classique_n3 {
102
	list-style-type:none;
103
	margin:0;
104
	padding-left:0}
105
 
106
 
107
/** Gauche -> Menu contribution **/
108
#selecteur_liens_rapides {
109
  width:135px;
110
  background-color: #FFFFFF;
111
  border: 1px dotted #7B9C35;
112
  color: #3A3633;
113
  font-family: arial;
114
  font-size: 11px;
115
  margin-top: 5px;
116
  margin-bottom: 5px;
117
}
118
 
119
/* Droite -> Zone contenu */
120
#zone_contenu {
121
  border:1px solid #8b008b;}
122
#zone_contenu form ul {
123
  list-style-type: none;}
124
#zone_contenu li {
125
  background-color:transparent;
126
  text-align:left;
127
  margin-left:0px;
128
  margin-right:0px;}
129
/* Mise en ligne des boutons de formulaire */
130
#zone_contenu form .liste_bouton li {
131
  display: inline;
132
  margin:10px;
133
  line-height:1.5em;}
134
#zone_contenu .liste_bouton {
135
  margin:10px;
136
  line-height:1.5em;  }
137
 
138
/* Alignement des champs de formulaire */
139
#zone_contenu form fieldset ul li {
140
  text-align: left;
141
  padding-left: 0;
142
  margin-left: 0;}
143
#zone_contenu form label {
144
  float: left;
145
  width: 25%;
146
  text-align: left;}
147
/* Tableaux */
148
.table_cadre {/* Il vaudrait mieux utiliser un id pour le tableau de l'annuaire back office. */
149
 width:100%;}
150
.table_cadre th, .table_cadre th a {
151
  background-color:#8b008b;
152
  color:white;
153
  padding:0 5px;}
154
.table_cadre td, .table_cadre th{
155
  border:solid black 1px;}
156
.ligne_paire{
157
  background-color:#e1c3d4;}
158
 
159
/* Annuaire Back Office*/
160
#annuaire_zone_recherche {
161
  text-align:center;}
162
#annuaire_recherche {
163
  /*margin:5px auto 0;*/
164
  width:443px;}
165
#annuaire_recherche, #annuaire_recherche td {
166
  border:0;}
167
#annuaire_recherche  .champ:after {content:" : ";}
168
.bazar_numero, #recherche_alphabetique {
169
  text-align:center;
170
  margin:5px auto 5px auto;
171
  width:600px;}
172
#recherche_alphabetique td {
173
  text-align:center;}
174
#debogage {
175
  white-space:normal;
176
  max-width:650px;
177
  border:1px dashed olive;
178
  background-color:#e1c3d4;}
179
 
180
/* Droite -> Onglets */
181
#onglets li:hover {
182
  color:#8b008b;}
183
#onglets li:hover a {
184
  color:#8b008b;}
185
#onglets .menu_inactif {
186
  border-bottom:#5E5200;}
187
#onglets .menu_actif a {
188
  color:#8b008b;}
189
 
190
/* Zone pied */
191
#zone_pied {
192
  margin-left:207px;
193
  max-width:650px;
194
  text-align:center;}
195
#zone_pied p {
196
  margin:5px auto 0;
197
  width:443px;}
198
 
199
/* Camouflage du tableau de chronométrage */
200
#chrono {
201
  display: none;}