Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1410 | Rev 1414 | Go to most recent revision | Details | Compare with Previous | 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;
1412 aurelien 25
	text-align: justify;
1410 aurelien 26
}
27
 
28
#smartflore-fiche #smartflore-entete {
29
	text-align: center;
30
}
31
 
32
#smartflore-fiche .smart-flore-sf {
33
	font-size: 2em;
34
	color: #DE6E40;
35
}
36
 
37
#smartflore-fiche #smart-flore-logo-tela {
38
    bottom: 15px;
39
    height: 80px;
40
    position: relative;
41
}
42
 
43
#smartflore-fiche #smartflore-footer .smartflore-footer-bouton {
44
	text-align: center;
45
}
46
 
47
#smartflore-fiche #smartflore-footer .smartflore-footer-bouton .btn {
48
	font-size: 2em;
49
	background-color: #928B71;
50
	color: #FFFFFF;
51
}
52
 
53
#smartflore-fiche #smartflore-noms h2 {
54
	margin-top: 0px;
55
	font-size: 1.5em;
56
}
57
 
58
#smartflore-illustrations {
59
	background-color: #928B71;
60
	padding-bottom: 10px;
61
	padding-top: 10px;
62
	margin-bottom: 20px;
63
}
64
 
65
#smartflore-illustrations .carousel-inner {
66
	height: 40vh;
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
}
1412 aurelien 104
 
105
@media screen and (max-width: 384px) {
106
  	#smartflore-fiche #smartflore-entete h1 {
107
		font-size: 2.2em;
108
	}
109
 
110
	#smartflore-fiche .smartflore-contenu-section {
111
		margin: 20px;
112
		font-size: 1em;
113
	}
114
 
115
	#smartflore-fiche #smartflore-noms h2 {
116
		font-size: 1.2em;
117
	}
118
 
119
	#smartflore-fiche #smartflore-noms h3, #smartflore-fiche #smartflore-noms h4 {
120
		font-size: 0.6em;
121
	}
122
 
123
	#smartflore-fiche #smartflore-footer .smartflore-footer-bouton .btn {
124
		font-size: 0.9em;
125
	}
126
 
127
	#smartflore-fiche .smartflore-titre-section a {
128
		font-size: 1.5em;
129
	}
130
}
131
 
132