-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
54 lines (53 loc) · 1.58 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
p {
}
.nav-glyphish-example .ui-btn .ui-btn-inner { padding-top: 40px !important }
.nav-glyphish-example .ui-btn .ui-icon {
width: 30px!important;
height: 30px!important;
margin-left: -15px !important;
box-shadow: none!important;
-moz-box-shadow: none!important;
-webkit-box-shadow: none!important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
}
#mygames .ui-icon {
background: url(glyphish-icons/53-house.png) 50% 50% no-repeat;
background-size: 24px 22px;
}
#key .ui-icon {
background: url(glyphish-icons/30-key.png) 50% 50% no-repeat;
background-size: 12px 26px;
}
#email .ui-icon {
background: url(glyphish-icons/18-envelope.png) 50% 50% no-repeat;
background-size: 24px 16px;
}
#login .ui-icon {
background: url(glyphish-icons/30-key.png) 50% 50% no-repeat;
background-size: 12px 26px;
}
#map .ui-icon {
background: url(glyphish-icons/07-map-marker.png) 50% 50% no-repeat;
background-size: 16px 26px;
}
#coffee .ui-icon {
background: url(glyphish-icons/100-coffee.png) 50% 50% no-repeat;
background-size: 20px 24px;
}
#skull .ui-icon {
background: url(glyphish-icons/21-skull.png) 50% 50% no-repeat;
background-size: 22px 24px;
}
#newgame .ui-icon {
background: url(glyphish-icons/01-plussign.png) 50% 50% no-repeat;
background-size: 22px 22px;
}
#findgame .ui-icon {
background: url(glyphish-icons/06-magnify.png) 50% 50% no-repeat;
background-size: 22px 22px;
}
#settings .ui-icon {
background: url(glyphish-icons/19-gear.png) 50% 50% no-repeat;
background-size: 22px 22px;
}