-
Notifications
You must be signed in to change notification settings - Fork 115
/
Copy pathgame-style.css
82 lines (65 loc) · 1.39 KB
/
game-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
.game .card .front{
color:#222;
}
.game .card .front .game{
background: #cb2d3e; /* fallback for old browsers */
background: -webkit-linear-gradient(45deg, #ef473a, #cb2d3e); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(45deg, #ef473a, #cb2d3e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
border: 1px solid rgb(85, 23, 0);
padding:5px 0;
height:80%;
/* border-radius:3px; */
color:white;
font-family: 'Lato';
}
.game .card-underline{
margin:0;
}
.about-game{
font-size:15px;
}
.game-gamename{
text-transform: uppercase;
font-size:14.5px;
text-align: center;
font-weight:700;
margin-bottom:0;
padding:5px 0;
}
.game-url{
text-transform: uppercase;
font-size:14.5px;
text-align: center;
font-weight:700;
margin-bottom:0;
padding:5px 0;
}
.game .card .front .game .game-by{
font-size:12px;
font-weight:700;
letter-spacing: 1px;
text-transform: uppercase;
padding:3px 0;
margin-bottom: 0;
margin-top:5px;
}
.game .card .front .game .game-name{
font-size:14px;
width:100%;
padding:10px;
text-transform: capitalize;
font-weight:700;
margin-bottom: 0;
}
.game .card .back{
padding:3px;
}
.game .card .back .card-underline{
margin-bottom:5px;
}
.game .social i{
color:white
}
.game .social{
background:white
}