-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
79 lines (74 loc) · 998 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
72
73
74
75
76
77
78
79
body {
font-family : tahoma;
font-size : 14px;
}
* {
padding : 0;
margin : 0;
}
#content {
position : relative;
margin : auto;
margin-top : 20px;
width : 1000px;
height : 745px;
}
#rules {
position : absolute;
left : 0px;
width : 350px;
top : 0px;
}
canvas {
position : absolute;
right : 0px;
top : 0px;
background : #eee;
display : block;
border : solid 10px #000;
}
p {
margin-bottom : 20px;
color : #333;
text-align : justify;
}
#nsc {
position : absolute;
bottom : 0px;
right : 0px;
width : 620px;
}
#score {
float : right;
text-align : left;
font-weight : normal;
font-size : 16px;
}
#sc {
font-weight : bold;
font-size : 20px;
}
input, label, button {
margin-right : 10px;
margin-top : 10px;
}
input[type=text] {
width : 40px;
padding : 1px;
text-align : center;
}
#config {
padding : 20px;
border : solid 1px #333;
}
p.inf {
font-style : italic;
font-size : 11px;
margin-top : 20px;
}
button {
margin-top : 30px;
}
input.m {
margin : 2px;
}