Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1410 | Rev 1414 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1410 Rev 1412
Line 20... Line 20...
20
}
20
}
Line 21... Line 21...
21
 
21
 
22
#smartflore-fiche .smartflore-contenu-section {
22
#smartflore-fiche .smartflore-contenu-section {
23
	margin: 20px;
23
	margin: 20px;
-
 
24
	font-size: 1.5em;
24
	font-size: 1.5em;
25
	text-align: justify;
Line 25... Line 26...
25
}
26
}
26
 
27
 
27
#smartflore-fiche #smartflore-entete {
28
#smartflore-fiche #smartflore-entete {
Line 63... Line 64...
63
 
64
 
64
#smartflore-illustrations .carousel-inner {
65
#smartflore-illustrations .carousel-inner {
65
	height: 40vh;
66
	height: 40vh;
Line 66... Line -...
66
}
-
 
67
 
67
}
68
 
68
 
69
#smartflore-illustrations .carousel-inner .item {
69
#smartflore-illustrations .carousel-inner .item {
Line 70... Line 70...
70
	height: 100%;	
70
	height: 100%;	
Line 99... Line 99...
99
}
99
}
Line 100... Line 100...
100
 
100
 
101
#smartflore-footer #smartflore-sources {
101
#smartflore-footer #smartflore-sources {
102
 	display: none;
102
 	display: none;
-
 
103
}
-
 
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