forked from mozfr/firefoxosminisite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmozfr-firefoxos.css
81 lines (80 loc) · 1.38 KB
/
mozfr-firefoxos.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
html,body{
width:100%;
height:100%;
padding:0px;
margin:0px;
}
#centre{
width:100%;
top: 0px;
padding:0px;
margin:0px;
min-height:80%
}
#reclame, #toutyest, #futur{
vertical-align:top;
padding-top:3%;
margin:0px;
height:100%;
width:calc(95% / 3);
display: inline-block;
text-align:center;
}
#footer{
width:100%;
bottom: 0px;
padding:0px;
margin:0px;
display:block;
}
#achat, #aide, #reseaux{
vertical-align:top;
padding:0px;
margin:0px;
height:100%;
width:calc(98% / 3);
display: inline-block;
}
li{
list-style-type: none;
}
#achat{
padding-left:1%;
}
#sommaire{
display:inline-block;
position: relative;
width:55%;
padding-left:3%;
}
#firefoxos-wrapper{
display:inline-block;
vertical-align:baseline;
width:30%;
}
#reponse{
padding-left:3%;
}
.uppercase {
text-transform: uppercase;
}
.faq {
padding:1em;
}
.faq #firefoxos-wrapper{
width:100%;
}
.faq dt {
font-weight:bold;
margin-top: 1em;
}
@media only screen and (orientation : portrait) {
#achat, #aide, #reseaux,#reclame, #toutyest, #futur{
padding:2%;
margin:0px;
width:96%;
max-width:100%;
display: block;
hyphens: auto;
}
}