-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
48 lines (40 loc) · 836 Bytes
/
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
body{
background-color: aliceblue;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#header{
padding: 8px;
}
.percent{
height:18px;
width: 18px;
display: inline-block;
margin-left: 10px;
background-image:url(http://steamcommunity-a.akamaihd.net/economy/emoticon/100percent);
}
.comment{
display:inline-block;
margin-left: 10px;
}
.comment-resume{
display: inline-block;
}
.game:before{
content: "- ";
}
.platform{
padding: 20px;
}
.platform:before{
content: attr(id);
font-weight: bold;
font-size: large;
}
.b1{
height:18px;
width: 18px;
display: inline-block;
margin-left: 2px;
margin-right: 2px;
background-image:url(http://steamcommunity-a.akamaihd.net/economy/emoticon/B1);
}