Subversion Repositories Sites.tela-botanica.org

Rev

Rev 288 | 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;}
606 jpm 55
#zone_acces_rapide{
56
  margin:0 5px 0 0;
57
  text-align:right;
58
  height:25px;
59
  padding:7px 15px 0 0;}
250 jpm 60
/* Zone bandeau -> Nom du site */
4 david 61
#site_nom {
62
  color:#feffdc;}
63
 
250 jpm 64
/* Navigation */
65
#navigation {
66
  background: #fff url(/sites/admin/generique/images/graphisme/degrade_framboise.png) repeat-x;}
4 david 67
 
250 jpm 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_n2 .menu_actif {
92
  background-color:#CFDB86;}
93
.menu_actif a {
94
  color:#36560B;}
95
 
96
/* Droite -> Zone contenu */
97
#zone_contenu {
283 jpm 98
  border:1px solid #8b008b;}
250 jpm 99
#zone_contenu form ul {
100
  list-style-type: none;}
101
#zone_contenu li {
102
  background-color:transparent;
103
  text-align:left;
104
  margin-left:0px;
105
  margin-right:0px;}
4 david 106
/* Mise en ligne des boutons de formulaire */
250 jpm 107
#zone_contenu form .liste_bouton li {
4 david 108
  display: inline;
109
  margin:10px;
110
  line-height:1.5em;}
250 jpm 111
#zone_contenu .liste_bouton {
4 david 112
  margin:10px;
113
  line-height:1.5em;  }
114
 
115
/* Alignement des champs de formulaire */
116
#zone_contenu form fieldset ul li {
117
  text-align: left;
118
  padding-left: 0;
119
  margin-left: 0;}
120
#zone_contenu form label {
121
  float: left;
122
  width: 25%;
123
  text-align: left;}
272 jpm 124
/* Tableaux */
288 jpm 125
.table_cadre {/* Il vaudrait mieux utiliser un id pour le tableau de l'annuaire back office. */
126
 width:100%;}
272 jpm 127
.table_cadre th, .table_cadre th a {
128
  background-color:#8b008b;
129
  color:white;
130
  padding:0 5px;}
288 jpm 131
.table_cadre td, .table_cadre th{
132
  border:solid black 1px;}
272 jpm 133
.ligne_paire{
134
  background-color:#e1c3d4;}
250 jpm 135
 
272 jpm 136
/* Annuaire Back Office*/
137
#annuaire_zone_recherche {
138
  text-align:center;}
139
#annuaire_recherche {
288 jpm 140
  /*margin:5px auto 0;*/
272 jpm 141
  width:443px;}
142
#annuaire_recherche, #annuaire_recherche td {
143
  border:0;}
144
#annuaire_recherche  .champ:after {content:" : ";}
145
.bazar_numero, #recherche_alphabetique {
146
  text-align:center;
147
  margin:5px auto 5px auto;
148
  width:600px;}
149
#recherche_alphabetique td {
150
  text-align:center;}
151
#debogage {
152
  white-space:normal;
153
  max-width:650px;
154
  border:1px dashed olive;
155
  background-color:#e1c3d4;}
156
 
250 jpm 157
/* Droite -> Onglets */
158
#onglets li:hover {
159
  color:#8b008b;}
160
#onglets li:hover a {
161
  color:#8b008b;}
162
#onglets .menu_inactif {
163
  border-bottom:#5E5200;}
164
#onglets .menu_actif a {
165
  color:#8b008b;}
166
 
167
/* Zone pied */
272 jpm 168
#zone_pied {
169
  margin-left:207px;
170
  max-width:650px;
171
  text-align:center;}
250 jpm 172
#zone_pied p {
272 jpm 173
  margin:5px auto 0;
174
  width:443px;}
250 jpm 175
 
4 david 176
/* Camouflage du tableau de chronométrage */
177
#chrono {
250 jpm 178
  display: none;}