-
Notifications
You must be signed in to change notification settings - Fork 27
/
demoSGF.css
57 lines (50 loc) · 962 Bytes
/
demoSGF.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
body {
font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
font-size: 12px;
color: #444;
width: 100%;
text-align: center;
margin: 0;
padding: 0;
}
#main {
margin: 1em auto;
text-align: left;
}
h2 {
font-weight: normal;
}
#board {
-moz-user-select : none;
-khtml-user-select : none;
-webkit-user-select : none;
-o-user-select : none;
user-select : none;
}
#comments {
border: 1px solid #ddd;
background-color: #fefefe;
width: 300px;
height: 250px;
overflow: auto;
}
.controls {
border: 1px solid #eee;
background-color: #f8f8f8;
padding: 4px;
margin: 0 auto;
border-radius: 10px;
margin-bottom: 1em;
font-size: 16px;
text-align: center;
color: #666;
}
.controls strong {
display: inline-block;
width: 36px;
}
.controls .fa {
padding: 0 4px;
font-size: 125%;
color: #666;
}