This repository has been archived by the owner on Feb 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mainlayout.css
178 lines (87 loc) · 1.69 KB
/
mainlayout.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
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
BODY {
background-color:#000;
}
*{
color:#fff;
}
.mainBody{
color:#fff;
width:700px;
background-color:#f00;
padding-top:6px;
background-image: url(images/background.png);
background-position: left top;
}
.tableclass, .tableclass td {
border: 1px solid;
border-color: #fff;
border-collapse:collapse;
text-align:center;
}
a {
color:#fff;
}
.pageTitle{
height:137px;
border-bottom-style:dashed;
border-bottom-width:1px;
border-bottom-color:#900;
font-size:7px;
}
.contentBody{
font-size:17px;
text-align:left;
padding-left: 10px;
padding-right: 10px;
}
h1 {
border-bottom-style:dashed;
border-bottom-width:1px;
border-bottom-color:#900;
}
.title {
font-size: 18pt;
}
.imageleft {
color: #fff;
float:left;
margin: 4px 4px 4px 4px;
background-color: #000;
width: 150px;
padding-top:10px;
background-image: url(images/imagetop.png);
background-repeat:no-repeat;
display:block;
}
.imageleft div {
width:150px;
height:10px;
background-image: url(images/imagebottom.png);
background-repeat: no-repeat;
font-size:1px;
}
.imagecaption {
text-align: center;
text-decoration: underline;
font-size: 8pt;
background-color: transparent;
color: #fff;
}
.subtitle {
float:right;
color: #fff;
margin: 4px 4px 4px 4px;
background-color:#000;
width: 510px;
padding-top: 10px;
background-image: url(images/subtitletop.png);
background-repeat:no-repeat;
display:block;
}
.subtitle div {
width: 510px;
height: 10px;
background-image: url(images/subtitlebottom.png);
background-repeat:no-repeat;
font-size:1px;
}