blob: e7b76578dc8867141cf2ef3a1aacb7735239206b (
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
|
#container {
width: auto;
margin: 0;
padding: 0;
border: 0;
background: white;
}
#top {
display: none;
}
#left {
display: none;
}
#ConfluenceContent {
font-family: Georgia, "Times New Roman", serif;
font-size: 12pt;
line-height: 1.5em;
width: auto;
margin: 0 5px;
padding: 0;
border: 0;
float: none !important;
color: black;
}
#footer {
clear: both;
width: 100%;
border-top: 1px solid #989898;
border-bottom: 1px solid #989898;
text-align: center;
clear: both;
margin: 0;
padding: 0;
border-bottom: none;
}
#footer p {
font-size: 9px;
color: #000;
margin: 0;
padding: 0;
line-height: 35px;
}
#footer img {
float: left;
margin: 0px 0px 0px 2px;
}
hr {
border: 0;
color: #000;
background-color:#000;
height: 1px;
}
|