-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcollapse.css
More file actions
69 lines (62 loc) · 875 Bytes
/
collapse.css
File metadata and controls
69 lines (62 loc) · 875 Bytes
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
body {
background-color: #eeeeee;
padding: 0px;
margin: 0px;
}
#scoreTable {
width: 200px;
height: 400px;
float: left;
margin-left: -200px;
}
#scoreTable ul {
margin: 0px;
padding: 0px;
border: 1px solid #C9C9C9;
border-bottom: 0px;
}
#scoreTable ul li
{
list-style:none;
padding:5px 10px;
border-bottom:1px solid #C9C9C9;
}
#scoreTable ul.label
{
font-weight:bold;
background:#333;
color:#fff;
}
#scoreTable ul li.even
{
background:#fff
}
#scoreTable ul li.odd
{
background:#FFFFE6
}
#collapseGame {
margin:auto;
width: 400px;
margin-top: 50px;
}
#canvasContainer {
vertical-align: middle;
margin:auto;
height: 100px;
width: 100px;
cursor: pointer;
}
#scoreNr, #gameLinks {
display: block;
width: 400px;
margin: 0px auto;
text-align: center;
}
#gameBoard {
cursor: hand;
cursor: pointer;
}
#gameBoard:active {
/*cursor: default;*/
}