Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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