-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
71 lines (62 loc) · 958 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
.header{
font-size: 45pt;
width: 475px;
text-align: center;
-webkit-user-select:none;
}
#board{
/*width: 475px;*/
width: 475px;
background-image: url('back.png');
background-repeat: no-repeat;
overflow: hidden;
}
.board{
width: 50px;
height: 50px;
border: 1px solid black;
text-align: center;
font-size: 30pt;
float: left;
cursor: default;
-webkit-user-select:none;
}
#numbers{
width: 475px;
}
.numbers{
margin-top: 20px;
margin-bottom: 20px;
width: 50px;
height: 50px;
border: 1px solid black;
text-align: center;
font-size: 30pt;
display: inline;
float: left;
cursor: default;
-webkit-user-select:none;
}
#UI{
width: 475px;
margin:0 auto;
-webkit-user-select:none;
}
#creatorOpt{
padding-top:10px;
}
#footer{
width:475px;
height: inherit;
text-align:center;
-webkit-user-select:none;
}
#footer h5{
margin:0 auto;
padding-bottom:20px;
}
#footer hr{
width: 250px;
border: 2px solid #000;
margin-top: 12px;
}