This repository has been archived by the owner on Dec 12, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.less
106 lines (102 loc) · 2.14 KB
/
style.less
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
@font-face {
font-family: 'digital_dream_fatregular';
src: url('font/DIGITALDREAMFAT-webfont.eot');
src: url('font/DIGITALDREAMFAT-webfont.eot?#iefix') format('embedded-opentype'),
url('font/DIGITALDREAMFAT-webfont.woff') format('woff'),
url('font/DIGITALDREAMFAT-webfont.ttf') format('truetype'),
url('font/DIGITALDREAMFAT-webfont.svg#digital_dream_fatregular') format('svg');
font-weight: normal;
font-style: normal;
}
#container{
width: 100%;
margin: 5% 0;
text-align: center;
}
.header{
margin-top: 10%;
background:#424242;
text-align: center;
.titre{
width: 100%;
background:#fff;
text-align: center;
padding-bottom: 2%;
img{
display: inline-block;
vertical-align: middle;
}
h1{
display: inline-block;
vertical-align: middle;
font-family: 'Frijole';
font-size: 2em;
color:#461919;
}
}
.control{
padding: 2% 0;
font-family: arial, sans-serif;
font-weight: 600;
.bouton{
display: block;
padding:5px;
background: #ccc;
border-radius: 3px;
text-decoration: none;
font-size: 0.8em;
color:#461919;
cursor: pointer;
}
.nav{
display: inline-block;
vertical-align: middle;
margin-right: 3%;
ul{
text-align: center;
li{
display: inline-block;
vertical-align: middle;
}
}
}
.compteur{
display: inline-block;
vertical-align: middle;
margin-right: 3%;
img{
background: #fff;
padding:2px;
display: inline-block;
vertical-align: middle;
margin-right: 3px;
}
.count{
display: inline-block;
vertical-align: middle;
width: 40px;
background:#000;
-moz-box-shadow: inset 0.5px 0.5px 3px 1px #c0c0c0;
-webkit-box-shadow: inset 0.5px 0.5px 3px 1px #c0c0c0;
-o-box-shadow: inset 0.5px 0.5px 3px 1px #c0c0c0;
box-shadow: inset 0.5px 0.5px 3px 1px #c0c0c0;
p{
font-family: 'digital_dream_fatregular';
font-size: 1em;
line-height: 35px;
color:#c0c0c0;
}
}
}
.new{
display: inline-block;
vertical-align: middle;
}
.message{
margin-top: 2%;
font-family: 'Frijole';
font-size: 1.4em;
font-weight:400;
}
}
}