-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcssplice.css
More file actions
71 lines (60 loc) · 963 Bytes
/
cssplice.css
File metadata and controls
71 lines (60 loc) · 963 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
63
64
65
66
67
68
69
70
71
#content {
font-family: Times, serif;
background-color: #f5f5eb;
border-color: black;
border-style: solid;
border-width: 1px 1px 1px 1px;
box-shadow: 2px 1px 5px #333, -2px 1px 5px #333;
margin-top: 20px;
padding: 20px;
}
#maintext {
position: relative;
}
#firsttitle {
color: red;
position: absolute;
top: -85px;
}
h1 {
border-bottom: 1px solid black;
color: #336299;
font-size: 36px;
margin: -8px -8px 0 -8px;
padding: 8px 8px 2px 8px;
text-align: center;
vertical-align: middle;
}
h2, h3, h4, h5, h6 {
color: #336299;
}
html, body {
background-color: #8596AA;
color: #000;
line-height: 1.5;
margin: 0 1.5%;
max-width: 1540px;
padding: 0;
}
tt {
font-size:13pt;
}
p, ul, ol {
color: black;
text-align: justify;
}
div#footer {
width:100%;
}
p.footertext {
font-size: 66%;
font-style: italic;
text-align: center;
}
.rightimg {
float: right;
}
img {
max-width: 50%;
margin: auto;
}