-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathstyle0.css
59 lines (54 loc) · 1.05 KB
/
style0.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
55
56
57
58
59
a { color: darkred; text-decoration: none; }
a:hover{ color: gray; }
h1{
color: red;
}
BODY BLOCKQUOTE {
margin-top: .75em;
line-height: 1.5;
margin-bottom: .75em;
}
HTML BODY {
margin: 1em 8% 1em 10%;
line-height: 1.2;
width: 750px;
text-align: justify;
font-size: 12px;
font-family: Arial;
}
td{
padding-right:.5em;
}
table{
padding: 1em;
background: #FFF5F5;
display: block;
border: solid 1px #e1e1e1;
text-align: center;
margin: auto;
/* color: #FFCC99;*/
}
pre {
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 95%;
line-height: 140%;
white-space: pre;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -o-pre-wrap;
display: block;
border: solid 1px #e1e1e1;
color: darkgrey;
background: #faf8f0;
padding: 1em;
}
code {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 95%;
line-height: 140%;
white-space: pre;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -o-pre-wrap;
color: #808066;
}