-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplaygo.css
More file actions
57 lines (51 loc) · 1.03 KB
/
playgo.css
File metadata and controls
57 lines (51 loc) · 1.03 KB
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;
background-color: #E8E8E8;
height:100%;
}
#contentBlock {
display: inline-block;
# position: absolute;
# float: left/right;
background-color:white;
height: auto !important;
min-height: 100%;
padding-left: 40px;
padding-right: 40px;
}
h2 {
font-weight: normal;
}
#board {
-moz-user-select : none;
-khtml-user-select : none;
-webkit-user-select : none;
-o-user-select : none;
user-select : none;
}
.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;
}