-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
57 lines (46 loc) · 743 Bytes
/
style.css
File metadata and controls
57 lines (46 loc) · 743 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
div.specterm {
padding: 0 0 10px 20px;
border: 1px solid black;
background-color: #CFDBC5;
}
body {
padding: 0 25px 50px 50px;
background-color: #FFF;
font-family: Helvetica, sans-serif;
width: 820px;
}
.caption { font-size: 80%;
font-style: italic;
text-align: center; }
h1 {
font-size: 3em;
}
h2 {
font-size: 2em;
}
h3 {
font-size: 1.5em;
}
p.copyright {
/*font-size: small;*/
}
div.page {
min-width: 750px;
width: 90%;
padding: 30px 20px 30px 20px;
margin-top: 5px;
float: center;
background-color: white;
}
div.example{
min-width: 750px;
width: 90%;
margin-top: 5px;
float: center;
background-color: #CFDBC5;
}
div.glance {
padding: 5px;
border: dotted;
background-color: #CFDBC5;
}