Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 991 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
990 isa 1
.align-center { text-align: center; }
2
.margin-center {
3
  margin-left: auto;
4
  margin-right: auto;
5
}
6
.margin-bottom-05em { margin-bottom: 0.5em; }
7
.margin-right-05em { margin-right: 0.5em; }
8
.margin-top-05em { margin-top: 0.5em; }
9
.padding-05em { padding: 0.5em; }
10
.padding-left-1em { padding-left: 1em; }
11
.small-caps { font-variant: small-caps; }
12
.couleur1-bg { background: #ed7826; }
13
.couleur2-bg { background: #88ab1c; }
14
.bordered { border: 1px solid #256226; }
15
.accordion h4 { margin-left: -1em; }
16
.accordion-group { margin: 0pt; }
17
.accordion-heading { padding-left: 1em; }
18
.btn-large {
19
  padding: 10px;
20
  font-size: 17px;
21
}
22
body {
23
  color: black;
24
  background: white;
25
}
26
header {
27
  background: #88ab1c;
28
  color: white;
29
}
30
header #tela { background: url("../logos/tela_transparent.png") no-repeat 2px 6px; }
31
header .titre {
32
  font-style: italic;
33
  font-size: 130%;
34
  font-weight: bold;
35
  text-shadow: 0pt 1px 1px #ed7826;
36
}
37
.gradient-bas {
38
  background-image: linear-gradient(top, '' 0%, '' 100%);
39
  background-image: -o-linear-gradient(top, '' 0%, '' 100%);
40
  background-image: -moz-linear-gradient(top, '' 0%, '' 100%);
41
  background-image: -webkit-linear-gradient(top, '' 0%, '' 100%);
42
  background-image: -ms-linear-gradient(top, '' 0%, '' 100%);
43
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #88ab1c), color-stop(1, white));
44
  height: 16px;
45
  display: block;
46
}
47
footer { display: none; }
48
.sci { font-style: italic; }
49
#principal {
50
  margin-bottom: -1em;
51
  padding-left: 0.5em;
52
}
53
#principal a:hover { text-decoration: none; }
54
#principal h4 {
55
  font-size: 17px;
56
  color: #ed7826;
57
  text-shadow: 2px 1px 1px white;
58
}
59
#canvas_fleur, #canvas_fruit { width: 100%; }
60
#floraison_value, #fructification_value { display: none; }
61
.wrapper {
62
  width: 120px;
63
  height: 120px;
64
  margin-left: auto;
65
  margin-right: auto;
66
  overflow: hidden;
67
}
68
.wrapper img {
69
  height: 120px;
70
  width: auto;
71
}
72
.wrapper ul { margin: 0pt; }
73
.wrapper_carte {
74
  margin-left: auto;
75
  margin-right: auto;
76
}
77
.wrapper_carte ul { margin: 0pt; }
78
.wrapper_carte #galerie_carte img { border: 1px solid #256226; }
79
#galerie_carte { list-style-type: none; }
80
.bas-de-page {
81
  margin-top: 1em;
82
  margin-bottom: 1em;
83
}
84
.en-savoir-plus {
85
  margin-left: 0.2em;
86
  float: left;
87
  background: #88ab1c;
88
  color: white;
89
  text-shadow: 0pt 0pt 0pt black;
90
}
91
.en-savoir-plus:hover { text-decoration: none; }
92
.en-savoir-plus:visited { text-decoration: none; }
93
.haut-de-page {
94
  margin-right: 0.2em;
95
  float: right;
96
  background: black;
97
  color: white;
98
}
99
.haut-de-page:hover { text-decoration: none; }
100
.haut-de-page:visited { text-decoration: none; }