-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
60 lines (51 loc) · 796 Bytes
/
style.css
File metadata and controls
60 lines (51 loc) · 796 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
img {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
border: 2px solid black;
}
.cell {
width: 150px;
height: 150px;
display: block;
float: left;
margin: 2px;
}
.end {
clear: right;
}
.hidden {
visibility: hidden;
}
#grid {
width: 616px;
height: 616px;
padding: 5px;
float: left;
}
#panel {
padding: 10px 0 0 15px;
width: 100%;
float: left;
font-family: Verdana;
font-weight: bold;
font-size: 1em;
}
#overlay {
visibility: hidden;
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
text-align: center;
z-index: 1000;
}
#winbanner {
padding-top: 220px;
border: none;
}
#winbanner.visible {
visibility: visible;
}