-
Notifications
You must be signed in to change notification settings - Fork 1
/
kraken.css
54 lines (43 loc) · 881 Bytes
/
kraken.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
body {
font-family: Helvetica, Arial, sans-serif;
margin: 20px;
background-color: #ffffff;
color: #1B0636
}
h2 {
background-color: #fff;
padding: 30px 20px 20px 20px;
border-bottom: 3px solid white;
color: black;
zoom: 1.0 /* I CAN HAS LAYOUT? (ie hack) */
}
#content {
width: 1000px;
margin-left: auto;
margin-right: auto;
}
#results {
padding: 0 20px 20px 20px;
}
:link { color: #1363A1 }
:visited { color: #1363A1 }
#testframe { float: left;
margin-top: 20px;
width: 500px;
height: 200px;
background-color: white;
border: 1px solid #1B0636;}
#squares {
float: left;
margin-left: 10px;
margin-top: 20px;
}
span.incomplete-square {
color: #cccccc;
}
span.complete-square {
color: #e7c0c0;
}
small.fine {
color: #cccccc;
}