-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
84 lines (71 loc) · 1.57 KB
/
style.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
82
83
84
#preview-box {
box-shadow: black 0px 0px 11px 2px;
padding: 10px;
}
#main {
margin-bottom: 50px;
}
.game-box {
background-color: #fdece2;
margin: 2em;
padding: 1em;
width: 100%;
max-width: 400px;
background: linear-gradient(90deg, rgba(253,236,226,1) 0%, rgba(253,236,226,1) 6%, rgba(241,155,122,1) 6%, rgba(241,155,122,1) 15%, rgba(253,236,226,1) 15%, rgba(253,236,226,1) 100%);
font-family: sans-serif;
}
.icon {
display: inline-block;
width: 75px;
height: 55px;
background-repeat: no-repeat;
margin-right: -35px;
margin-left: 5px;
clear: left;
float: left;
z-index: 20;
position: relative;
}
.label {
display: inline-block;
width: 77%;
background-color: #fff;
padding: 10px 10px 10px 15px;
margin: 10px 2px 10px 0px;
min-height: 20px;
clear: none;
text-align: justify;
}
.icon.img-designer {
background-image: url(img/Autore.svg);
}
.icon.img-artist {
background-image: url(img/Illustrazioni.svg);
}
.icon.img-publisher {
background-image: url(img/Editore.svg);
}
.icon.img-player-count {
background-image: url(img/Giocatori.svg);
}
.icon.img-length {
background-image: url(img/Durata.svg);
}
.icon.img-age {
background-image: url(img/Eta.svg);
}
.icon.img-price {
background-image: url(img/Prezzo.svg);
}
.top {
background-image: url(img/Logo.svg);
height: 100px;
background-repeat: no-repeat;
margin-left: -15px;
}
.name {
height: 85px;
padding: 36px 2px 2px 80px;
text-transform: uppercase;
font-size: 1.4em;
}