Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1412 | Rev 1419 | 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
 
1414 aurelien 22
#smartflore-fiche .smartflore-titre-section-icone {
23
	float: left;
24
}
25
 
1410 aurelien 26
#smartflore-fiche .smartflore-contenu-section {
27
	margin: 20px;
28
	font-size: 1.5em;
1412 aurelien 29
	text-align: justify;
1410 aurelien 30
}
31
 
32
#smartflore-fiche #smartflore-entete {
33
	text-align: center;
34
}
35
 
36
#smartflore-fiche .smart-flore-sf {
37
	font-size: 2em;
38
	color: #DE6E40;
39
}
40
 
41
#smartflore-fiche #smart-flore-logo-tela {
42
    bottom: 15px;
43
    height: 80px;
44
    position: relative;
45
}
46
 
47
#smartflore-fiche #smartflore-footer .smartflore-footer-bouton {
48
	text-align: center;
49
}
50
 
51
#smartflore-fiche #smartflore-footer .smartflore-footer-bouton .btn {
52
	font-size: 2em;
53
	background-color: #928B71;
54
	color: #FFFFFF;
55
}
56
 
57
#smartflore-fiche #smartflore-noms h2 {
58
	margin-top: 0px;
59
	font-size: 1.5em;
60
}
61
 
62
#smartflore-illustrations {
63
	background-color: #928B71;
64
	padding-bottom: 10px;
65
	padding-top: 10px;
66
	margin-bottom: 20px;
67
}
68
 
69
#smartflore-illustrations .carousel-inner {
70
	height: 40vh;
1414 aurelien 71
	max-width: 100%;
1410 aurelien 72
}
73
 
74
#smartflore-illustrations .carousel-inner .item {
75
	height: 100%;
76
}
77
 
78
#smartflore-illustrations .carousel-inner .item img {
79
	height: 100%;
80
	max-width: 100vw;
81
}
82
 
83
#smartflore-fiche #smartflore-noms h3, #smartflore-fiche #smartflore-noms h4 {
84
	font-size: 1.1em;
85
}
86
 
87
#smartflore-fiche #smartflore-noms {
88
	font-size: 2em;
89
	color: #FFFFFF;
90
	text-align: center;
91
}
92
 
93
#smartflore-fiche .smartflore-nom-verna {
94
	margin-bottom: 0px;
95
}
96
 
97
#smartflore-fiche .smartflore-nom-sci, #smartflore-fiche .smartflore-famille {
98
	margin-top: 5px;
99
	display: inline-block;
100
}
101
 
102
#smartflore-fiche .smartflore-nom-sci {
103
	font-style: italic;
104
}
105
 
106
#smartflore-footer #smartflore-sources {
107
 	display: none;
108
}
1412 aurelien 109
 
110
@media screen and (max-width: 384px) {
111
  	#smartflore-fiche #smartflore-entete h1 {
112
		font-size: 2.2em;
113
	}
114
 
115
	#smartflore-fiche .smartflore-contenu-section {
116
		margin: 20px;
117
		font-size: 1em;
118
	}
119
 
120
	#smartflore-fiche #smartflore-noms h2 {
121
		font-size: 1.2em;
122
	}
123
 
124
	#smartflore-fiche #smartflore-noms h3, #smartflore-fiche #smartflore-noms h4 {
125
		font-size: 0.6em;
126
	}
127
 
128
	#smartflore-fiche #smartflore-footer .smartflore-footer-bouton .btn {
129
		font-size: 0.9em;
130
	}
131
 
132
	#smartflore-fiche .smartflore-titre-section a {
133
		font-size: 1.5em;
134
	}
135
}
136
 
1414 aurelien 137
@media all and (orientation:portrait) {
138
	#smartflore-illustrations .carousel-inner {
139
		height: 40vh;
140
	}
141
}
1412 aurelien 142
 
1414 aurelien 143
@media all and (orientation:landscape) {
144
	#smartflore-illustrations .carousel-inner {
145
		height: 90vh;
146
	}
147
}