forked from clintbellanger/Karma-Slots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
slots.css
56 lines (46 loc) · 740 Bytes
/
slots.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
body {
margin: 0;
padding: 0;
background-color: #ffffff;
background-image: url("images/background.png");
background-position: 20px 0px;
background-repeat: no-repeat;
}
#wrap {
width: 300px;
height: 240px;
overflow: hidden;
}
#game {
width: 200px;
text-align: center;
}
button {
font-size: 7pt;
}
#info {
position: absolute;
top: 20px;
left: 200px;
width: 100px;
text-align: left;
font-size: 9pt;
font-family: arial, helvetica, sans-serif;
}
#credits {
font-size: 10pt;
}
#log {
color: #666666;
}
#attribution {
text-align: right;
width: 280px;
font-size: 7pt;
color: #666666;
font-family: arial, helvetica, sans-serif;
margin-top: 20px;
}
#attribution a {
color: #6666ff;
}