summaryrefslogtreecommitdiffstats
path: root/static/default.css
blob: 12f99d107b2f29447e2f278490858e7971e21dd0 (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
body {
    padding:0px; 
    margin:0px;
    background-color:gray;
    font-family: sans; }

.main {
    width:651px; 
    position:absolute; 
    top:20px;
    left:50%;
    margin-left:-335px;
    background-color:white;
    padding: 10px;
    padding-bottom:10px; }

.section {
    font-size:22px; 
    width:94%; 
    font-weight: bold;
    margin-right:2%;
    margin-left: 2%;
    padding-left: 2%;
    border-bottom: 1px solid black;
    margin-top:18px; }

hr {
    height:1px; 
    border:none; 
    background-color:gray;
    width:80%; }

p {
    margin-left: 2%;
    margin-right: 2%;
}

.footer {
    color: gray;
    font-style:italic; 
    font-size:11px; 
    margin-right:10%;
    text-align:center; 
    float:right; 
    width:80%; }

.caption {
    color: black;
    font-style:italic; 
    font-weight: bold;
    font-size:13px; 
    width:80%; }

a.imglink {
    border: none; }

img {
    border: none; }

.image {
    float: middle;
    text-align: center;
    width: 100%; }