Subversion Repositories Sites.tela-botanica.org

Rev

Rev 87 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 87 Rev 152
Line 1... Line -...
1
/*
-
 
2
 
-
 
3
 +----------------------------------------------------------------------------+
-
 
4
 | cartographie.css                                                           |
1
/*Cartographie.css*/
5
 +----------------------------------------------------------------------------+
-
 
6
 | Copyright (c) 2004 Tela Botanica                                           |
-
 
7
 +----------------------------------------------------------------------------+
-
 
8
 | Feuille de style specifique a l'application cartographie de Tela Botanica  |
-
 
9
 +----------------------------------------------------------------------------+
-
 
10
 | Auteur : Tamara LE BOURG <tamara@tela-botanica.org>                        |
-
 
11
 +----------------------------------------------------------------------------+
-
 
12
 
-
 
13
*/
-
 
14
table {
2
table {
15
    margin-top:10px;
3
  border:0;
16
    border:0px;}
4
  border-spacing:0;}
17
th {
5
#table_inscrits th {
18
    border: 0px;
6
  text-align:center;
19
    background-color: #E4B842;
7
  background-color: #E4B842;
20
    color: #5E5200;}
8
  color: black;}
21
td {
9
#table_inscrits td {
22
    border:0px;}
10
  padding:2px;
23
 
-
 
-
 
11
  text-align:left;}
24
#carto {
12
#carto {
25
    text-align:center;
13
  text-align:center;}
26
}
-
 
27
#div_inscrit {
-
 
28
    /*text-align:center;*/
-
 
29
}
-
 
30
#table_inscrits {
-
 
31
    margin-left:auto;
-
 
32
    margin-right:auto;}
-
 
33
 
-
 
34
a.chemin_carto {
14
a.chemin_carto {
35
    text-decoration:none;
15
  text-decoration:none;
36
    font-weight:bold;}
16
  font-weight:bold;}
37
ul.liste_carto {
17
ul.liste_carto {
38
    margin: 0px;}
18
  margin: 0;}
39
li.liste_carto {
19
li.liste_carto {
40
    list-style-type: none;
20
  list-style-type: none;
41
    margin: 0px;}
21
  margin: 0;}
42
 
-
 
43
.ligne_impaire {
-
 
44
    background-color: #FFFFFF;
-
 
45
    border: none;
-
 
46
    padding: 2px;}
-
 
47
.ligne2_impaire {
-
 
48
    background-color: #FFFFFF;
-
 
49
    border: none;
-
 
50
    padding: 2px;}
-
 
51
.ligne_paire {
22
.ligne_paire, .ligne2_paire{
52
    background-color: #F3DEA8;
-
 
53
    border: none;
-
 
54
    padding: 2px;}
-
 
55
.ligne2_paire {
-
 
56
    background-color: #F3DEA8;
23
  background-color:#faf2dc;}
57
    border: none;
-
 
58
    padding: 2px;}
-
 
59
.titre1_carto {
24
.titre1_carto {
60
    margin: 3px 0;
-
 
61
    font-size: 130%;
25
  font-size: 130%;
62
    margin-top: 1em;}
26
  margin-top: 1em;}
63
.titre2_carto {
27
.titre2_carto {
64
    margin: 3px 0;
28
  margin: 1em 0;
65
    font-size: 110%;
29
  font-size: 110%;}
66
    margin-top: 1em;}
-
 
67
.carto_erreur {
30
.carto_erreur {
68
    color: #CC6633;
31
  color: #CC6633;
69
    font-weight: bold;
32
  font-weight: bold;
70
    text-decoration: blink;}
33
  text-decoration: blink;}
71
.avertissement_carto {
34
.avertissement_carto {
72
    margin: 10px 77px 0 0;
35
  margin: 5px 2px 0 2px;
73
    text-align:justify;}
36
  text-align:justify;
-
 
37
  line-height:1.2em;}
74
.cliquer2 {
38
.cliquer2 {
75
    text-align:center;
39
  text-align:center;
76
    font-weight:bold;}
40
  font-weight:bold;}
77
.couleur {
41
.couleur {
78
    text-align:center;}
42
  text-align:center;}
79
.liste_zone {
43
.liste_zone {
80
    text-align:center;}
44
  text-align:center;}
81
.cocher {
45
.cocher {
82
    text-align:center;
-
 
83
    margin:30px 0px;}
-
 
84
.surveillance {
-
 
85
    }
-
 
86
46
  text-align:left;
-
 
47
  margin:30px 0;}
-
 
48
87
49