Subversion Repositories Sites.tela-botanica.org

Rev

Rev 152 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
152 magali 1
/*Cartographie.css*/
87 alex 2
table {
152 magali 3
  border:0;
4
  border-spacing:0;}
5
#table_inscrits th {
6
  text-align:center;
7
  background-color: #E4B842;
8
  color: black;}
9
#table_inscrits td {
10
  padding:2px;
11
  text-align:left;}
463 jpm 12
#table_inscrits{
13
	width:100%;
14
	margin:0;
15
	border:none;}
16
#table_inscrits tbody{
17
	vertical-align:top;
18
	min-height:1em;
19
	height:200px;
20
	overflow: auto;}
87 alex 21
#carto {
152 magali 22
  text-align:center;}
87 alex 23
a.chemin_carto {
152 magali 24
  text-decoration:none;
25
  font-weight:bold;}
87 alex 26
ul.liste_carto {
152 magali 27
  margin: 0;}
87 alex 28
li.liste_carto {
152 magali 29
  list-style-type: none;
30
  margin: 0;}
31
.ligne_paire, .ligne2_paire{
32
  background-color:#faf2dc;}
87 alex 33
.titre1_carto {
152 magali 34
  font-size: 130%;
35
  margin-top: 1em;}
87 alex 36
.titre2_carto {
152 magali 37
  margin: 1em 0;
38
  font-size: 110%;}
87 alex 39
.carto_erreur {
152 magali 40
  color: #CC6633;
41
  font-weight: bold;
42
  text-decoration: blink;}
87 alex 43
.avertissement_carto {
152 magali 44
  margin: 5px 2px 0 2px;
45
  text-align:justify;
46
  line-height:1.2em;}
87 alex 47
.cliquer2 {
152 magali 48
  text-align:center;
49
  font-weight:bold;}
87 alex 50
.couleur {
152 magali 51
  text-align:center;}
87 alex 52
.liste_zone {
152 magali 53
  text-align:center;}
463 jpm 54
 
55
#redaction {
56
	background:#D4D4D4 url(images/redaction_milieu.png) repeat-y scroll 0%;
57
	color:#454545;
58
	width:900px;}
59
#redaction .text, #redaction .forml {
60
	width:800px;}
61
#redaction table,#redaction h2 {
62
	margin:5px;}
63
#redaction_tete {
64
	background:#D4D4D4 url(images/redaction_tete.png) no-repeat scroll 0%;
65
	color:#FFFFFF;
66
	height:15px;}
67
#redaction_pied {
68
	background:#D4D4D4 url(images/redaction_pied.png) no-repeat scroll 0%;
69
	color:#FFFFFF;
70
	height:15px;}