Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev Author Line No. Line
1410 aurelien 1
#smartflore-fiche #smartflore-entete h1 {
2
	font-size: 3.5em;
3
}
4
 
5
#smartflore-fiche .smartflore-titre-section {
6
	background-color: #928B71;
7
	color: #FFFFFF;
8
	padding-top: 10px;
9
	padding-bottom: 10px;
10
	margin-bottom: 20px;
11
}
12
 
13
#smartflore-fiche .smartflore-titre-section a {
14
	font-size: 2em;
15
	font-weight: bold;
16
}
17
 
18
#smartflore-fiche .smartflore-titre-section .panel-title {
19
	text-align: center;
20
}
21
 
22
#smartflore-fiche .smartflore-contenu-section {
23
	margin: 20px;
24
	font-size: 1.5em;
25
}
26
 
27
#smartflore-fiche #smartflore-entete {
28
	text-align: center;
29
}
30
 
31
#smartflore-fiche .smart-flore-sf {
32
	font-size: 2em;
33
	color: #DE6E40;
34
}
35
 
36
#smartflore-fiche #smart-flore-logo-tela {
37
    bottom: 15px;
38
    height: 80px;
39
    position: relative;
40
}
41
 
42
#smartflore-fiche #smartflore-footer .smartflore-footer-bouton {
43
	text-align: center;
44
}
45
 
46
#smartflore-fiche #smartflore-footer .smartflore-footer-bouton .btn {
47
	font-size: 2em;
48
	background-color: #928B71;
49
	color: #FFFFFF;
50
}
51
 
52
#smartflore-fiche #smartflore-noms h2 {
53
	margin-top: 0px;
54
	font-size: 1.5em;
55
}
56
 
57
#smartflore-illustrations {
58
	background-color: #928B71;
59
	padding-bottom: 10px;
60
	padding-top: 10px;
61
	margin-bottom: 20px;
62
}
63
 
64
#smartflore-illustrations .carousel-inner {
65
	height: 40vh;
66
}
67
 
68
 
69
#smartflore-illustrations .carousel-inner .item {
70
	height: 100%;
71
}
72
 
73
#smartflore-illustrations .carousel-inner .item img {
74
	height: 100%;
75
	max-width: 100vw;
76
}
77
 
78
#smartflore-fiche #smartflore-noms h3, #smartflore-fiche #smartflore-noms h4 {
79
	font-size: 1.1em;
80
}
81
 
82
#smartflore-fiche #smartflore-noms {
83
	font-size: 2em;
84
	color: #FFFFFF;
85
	text-align: center;
86
}
87
 
88
#smartflore-fiche .smartflore-nom-verna {
89
	margin-bottom: 0px;
90
}
91
 
92
#smartflore-fiche .smartflore-nom-sci, #smartflore-fiche .smartflore-famille {
93
	margin-top: 5px;
94
	display: inline-block;
95
}
96
 
97
#smartflore-fiche .smartflore-nom-sci {
98
	font-style: italic;
99
}
100
 
101
#smartflore-footer #smartflore-sources {
102
 	display: none;
103
}