-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle2.css
More file actions
62 lines (52 loc) · 984 Bytes
/
style2.css
File metadata and controls
62 lines (52 loc) · 984 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
body {
font-family: serif, courier, arial, helvetica, sans-serif;
font-size: 20px;
color: black;
/*background-color: #d6f5f5;*/
background-color: #FFFEF2;
margin: 20px;
padding: 0;
}
h1 {
color: #ccc;
background-color: #000033;
font-size: 1.5em;
margin: 0;
margin-bottom: 7px;
padding: 4px;
text-align: center;
letter-spacing: 0.2em;
border-bottom-style: solid;
border-bottom-width: 0.5em;
border-bottom-color: #ccc;
}
h2 {
color: #ccc;
background-color: #000033;
font-size: 1.2em;
margin: 0;
padding: 2px;
padding-left: 14px;
}
a {
text-decoration: none;
}
ol {
color: navy;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
}
.centertable{
margin-left: auto;
margin-right: auto;
}
.emptycell{
background-color: black;
}
td {
border: 2px solid black;
padding: 0.1em 1em;
}