Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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