Subversion Repositories Sites.tela-botanica.org

Rev

Rev 283 | 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 administration
2
Auteur: Magali Giaume*/
250 jpm 3
 
4
/* Général */
5
h1 {
4 david 6
  color:#8b008b;
250 jpm 7
  background-color:#e1c3d4;}
8
h2, #identification_message, #form_connexion legend, #identification legend, #identification_info, #iden_action {
4 david 9
  color: #8b008b;}
250 jpm 10
hr {
11
  color: #e1c3d4;}
4 david 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;}
272 jpm 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;}
250 jpm 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 */
4 david 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;
250 jpm 53
  height:77px;
54
  max-width:800px;}
55
 
56
/* Zone bandeau -> Nom du site */
4 david 57
#site_nom {
58
  color:#feffdc;}
59
 
250 jpm 60
/* Navigation */
61
#navigation {
62
  background: #fff url(/sites/admin/generique/images/graphisme/degrade_framboise.png) repeat-x;}
4 david 63
 
250 jpm 64
/* Navigation -> Formulaire d'identification */
65
#form_connexion input,#form_connexion textarea,#form_connexion select {
66
  border: 1px solid #a84f81;
67
  background-color:#ead4e0;}
68
#form_connexion{
69
  color:#8b008b;}
70
#identification {
71
  border:1px solid #8b008b;
72
  margin:2em 0 2px 0;}
73
#identification_message {
74
  color:#8b008b;
75
  font-size:16px;}
76
.form_identification input, .form_identification textarea, .form_identification select {
77
  background-color:#f4f6e4;}
78
 
79
/* Navigation -> Zone Menu */
80
#zone_menu .menu_actif > a {
81
  background-color:#ba749b;
82
  border-color: #ba749b;}
83
#zone_menu a:hover {
84
  background-color:#e1c3d4;}
85
#menu_contextuel {
86
  color:#BECF5C;}
87
.menu_classique_n2 .menu_actif {
88
  background-color:#CFDB86;}
89
.menu_actif a {
90
  color:#36560B;}
91
 
92
/* Droite -> Zone contenu */
93
#zone_contenu {
283 jpm 94
  border:1px solid #8b008b;}
250 jpm 95
#zone_contenu form ul {
96
  list-style-type: none;}
97
#zone_contenu li {
98
  background-color:transparent;
99
  text-align:left;
100
  margin-left:0px;
101
  margin-right:0px;}
4 david 102
/* Mise en ligne des boutons de formulaire */
250 jpm 103
#zone_contenu form .liste_bouton li {
4 david 104
  display: inline;
105
  margin:10px;
106
  line-height:1.5em;}
250 jpm 107
#zone_contenu .liste_bouton {
4 david 108
  margin:10px;
109
  line-height:1.5em;  }
110
 
111
/* Alignement des champs de formulaire */
112
#zone_contenu form fieldset ul li {
113
  text-align: left;
114
  padding-left: 0;
115
  margin-left: 0;}
116
#zone_contenu form label {
117
  float: left;
118
  width: 25%;
119
  text-align: left;}
272 jpm 120
/* Tableaux */
288 jpm 121
.table_cadre {/* Il vaudrait mieux utiliser un id pour le tableau de l'annuaire back office. */
122
 width:100%;}
272 jpm 123
.table_cadre th, .table_cadre th a {
124
  background-color:#8b008b;
125
  color:white;
126
  padding:0 5px;}
288 jpm 127
.table_cadre td, .table_cadre th{
128
  border:solid black 1px;}
272 jpm 129
.ligne_paire{
130
  background-color:#e1c3d4;}
250 jpm 131
 
272 jpm 132
/* Annuaire Back Office*/
133
#annuaire_zone_recherche {
134
  text-align:center;}
135
#annuaire_recherche {
288 jpm 136
  /*margin:5px auto 0;*/
272 jpm 137
  width:443px;}
138
#annuaire_recherche, #annuaire_recherche td {
139
  border:0;}
140
#annuaire_recherche  .champ:after {content:" : ";}
141
.bazar_numero, #recherche_alphabetique {
142
  text-align:center;
143
  margin:5px auto 5px auto;
144
  width:600px;}
145
#recherche_alphabetique td {
146
  text-align:center;}
147
#debogage {
148
  white-space:normal;
149
  max-width:650px;
150
  border:1px dashed olive;
151
  background-color:#e1c3d4;}
152
 
250 jpm 153
/* Droite -> Onglets */
154
#onglets li:hover {
155
  color:#8b008b;}
156
#onglets li:hover a {
157
  color:#8b008b;}
158
#onglets .menu_inactif {
159
  border-bottom:#5E5200;}
160
#onglets .menu_actif a {
161
  color:#8b008b;}
162
 
163
/* Zone pied */
272 jpm 164
#zone_pied {
165
  margin-left:207px;
166
  max-width:650px;
167
  text-align:center;}
250 jpm 168
#zone_pied p {
272 jpm 169
  margin:5px auto 0;
170
  width:443px;}
250 jpm 171
 
4 david 172
/* Camouflage du tableau de chronométrage */
173
#chrono {
250 jpm 174
  display: none;}