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; }
11
.small-caps { font-variant: small-caps; }
12
.btn-large {
13
  padding: 10px;
14
  font-size: 17px;
15
}
16
.gradient-bas {
17
  height: 16px;
18
  display: block;
19
}
20
footer {
21
  height: 60px;
22
  width: 100%;
23
  left: 0;
24
  right: 0;
25
  bottom: 0;
26
  position: fixed;
27
  z-index: 1000;
28
  color: white;
29
  background: black;
30
}
31
footer a { color: white; }
32
footer a:visited { color: white; }
33
.tela { margin-right: 0.5em; }
34
.titre {
35
  font-style: italic;
36
  font-size: 130%;
37
  font-weight: bold;
38
  margin-top: 0.5em;
39
  margin-bottom: 0.5em;
40
}
41
.sci { font-style: italic; }
42
#div-infos {  background: #88ab1c; }
43
#div-infos-latin {
44
  margin-left: auto;
45
  margin-right: auto;
46
}
47
#div-infos-latin .btn {
48
  width: 99%;
49
  padding-left: 0pt;
50
  padding-right: 0pt;
51
  box-shadow: 0pt 2px 3px black;
52
}
53
#div-infos-latin a { font-size: 16px; }
54
#div-infos-famille {
55
  margin-left: auto;
56
  margin-right: auto;
57
}
58
#div-infos-famille .btn {
59
  width: 99%;
60
  padding-left: 0pt;
61
  padding-right: 0pt;
62
  box-shadow: 0pt 2px 3px black;
63
}
64
#div-infos-famille a { font-size: 16px; }
65
#div-infos-famille { margin-top: -1em; }
66
#div-illustrations {
67
  border-radius: 2em;
68
  -moz-border-radius: 2em;
69
  -webkit-border-radius: 2em;
70
  background: white;
71
  margin-top: -1em;
72
  padding-top: 20px;
73
  padding-bottom: 20px;
74
}
75
#galerie_carte { list-style-type: none; }
76
#slider-pictures {
77
  max-width: 320px;
78
  margin-left: auto;
79
  margin-right: auto;
80
}
81
#slider-pictures .carousel { margin-bottom: 0pt; }
82
#slider-pictures .carousel-control { background: none; }
83
#slider-pictures .carousel-inner > .item > img {
84
  width: 320px;
85
  max-height: 310px;
86
}
87
#slider-pictures .carousel-indicators li { background: #256226; }
88
#slider-pictures .carousel-indicators .active { background: #ed7826; }
89
#slider-pictures .carousel-caption {
90
  padding: 10px;
91
  position: static;
92
}
93
#slider-pictures .carousel-caption h4 { font-size: 100%; }
94
#slider-pictures .carousel-caption p { font-size: 90%; }
95
#slider-pictures img {
96
  margin-left: auto;
97
  margin-right: auto;
98
}
99
#gstn-img {
100
  max-height: 120px;
101
  margin: 0.5em 0pt 1em 0pt;
102
  display: inline-block;
103
}
104
#gstn-img img {
105
  border: #eaeaea 2px solid;
106
  width: 100px;
107
}
108
#gstn-img .zoom {
109
  margin-top: 40px;
110
  width: 20px;
111
  border: none;
112
}
113
.resume {
114
  text-align: center;
115
  margin-top: 1em;
116
  margin-bottom: 1em;
117
  font-size: 16px;
118
}
119
.bas-de-page {
120
  margin-top: 1em;
121
  margin-bottom: 1em;
122
}
123
.en-savoir-plus {
124
  float: left;
125
  text-shadow: 0pt 0pt 0pt black;
126
}
127
.haut-de-page { float: right; }
128
.couleur1-bg, .couleur2-bg, body { background: white; }
129
header { background: #88ab1c; }
130
.tela img {
131
  width: 60px;
132
  max-width: 60px;
133
}
134
.titre {
135
  color: white;
136
  text-shadow: 0pt 1px 1px #ed7826;
137
}
138
.infos .bg {
139
  padding: 0.2em;
140
  border-radius: 0pt 0pt 1em 1em;
141
}
142
.infos .btn {
143
  padding: 0pt;
144
  border-radius: 1em 1em 0pt 0pt;
145
}
146
.infos .collapse { width: 100%; }
147
.infos h4 { color: #ed7826; }
148
.infos .textes {
149
  padding: 0.5em 1em;
150
  border-radius: 2em;
151
  -moz-border-radius: 2em;
152
  -webkit-border-radius: 2em;
153
  -webkit-overflow-scrolling: touch;
154
}
155
.infos .textes h4 {
156
  color: #256226;
157
  text-shadow: 2px 1px 1px #88ab1c;
158
}
159
.resume { color: black; }
160
.gradient-bas {
161
  background-image: linear-gradient(top, #88ab1c 0%, white 100%);
162
  background-image: -o-linear-gradient(top, #88ab1c 0%, white 100%);
163
  background-image: -moz-linear-gradient(top, #88ab1c 0%, white 100%);
164
  background-image: -webkit-linear-gradient(top, #88ab1c 0%, white 100%);
165
  background-image: -ms-linear-gradient(top, #88ab1c 0%, white 100%);
166
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #88ab1c), color-stop(1, white));
167
}
168
.en-savoir-plus {
169
  margin-left: 0.2em;
170
  float: left;
171
  color: white;
172
  background: #88ab1c;
173
}
174
.haut-de-page {
175
  margin-right: 0.2em;
176
  float: right;
177
  color: white;
178
  background: black;
179
}