blob: dbc28582dad7b1285ed5728a6d0be00916a0b078 (
plain)
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
|
li {list-style-type:none}
table {border-color: none;
border-width: 0;
border-style: solid;}
td {border-color: black;
border-style: solid;
border-width: 0;
padding: 4px;
border-spacing: 4px;
text-align: left;
vertical-align: baseline;}
hr {border: thick solid red;
width: 50%;
text-align: center;}
hr.short {text-align: center; width: 20%;}
hr.full {width: 100%;}
html>body hr {margin-right: 25%; margin-left: 25%; width: 50%;}
html>body hr.full {margin-right: 0%; margin-left: 0%; width: 100%;}
html>body hr.short {margin-right: 40%; margin-left: 40%; width: 20%;}
body {font-family: "Comic Sans MS","Times New Roman";
font-size: 1.1em;
background-color: #fffded;
background-image: url(images/bkg.jpg);
margin-left: 10%; margin-right: 10%;}
img {border-style: solid;
border-width: 1px;
border-color: silver;
background-color: transparent;
padding: 6px;}
h2 {margin-top: 6em; margin-bottom: 2em}
h1,h2,h3,h4 {text-align: center}
h1,h2,h3,h4,h5,h6 {color:#a82c28;}
p { text-indent: 1em;
margin-top: .75em;
text-align: justify;
margin-bottom: .75em; }
pre { font-family: Courier, monospaced; font-size: 0.9em;}
center { padding: 10px;}
blockquote {text-align: justify;}
/*
.note, .footnote
{margin-left: 10%; margin-right: 10%; font-size: 0.9em;}
*/
.toc { margin-left: 15%; font-size: 12pt; margin-bottom: 6em;}
.ill { margin-left: 15%; font-size: 1em; margin-bottom: 6em;}
.poem {margin-left:10%;
margin-right:10%;
margin-bottom: 1em;
text-align: left;}
.poem .stanza {margin: 1em 0em;}
.poem p {text-indent: 0em;}
/*.poem p.i2 {margin-left: 1em;}
.poem p.i4 {margin-left: 2em;}
.poem p.i6 {margin-left: 3em;}
.poem p.i8 {margin-left: 4em;}
.poem p.i10 {margin-left: 5em;} */
.figure {padding: 1em;
text-align: center;
font-size: 0.8em;
margin: auto;}
/*.figure img {border: none;}
.side { float:right;
font-size: 75%;
width: 25%;
padding-left:10px;
border-left: dashed thin;
margin-left: 10px;
text-align: left;
text-indent: 0;
font-weight: bold;
font-style: italic;} */
|