blob: a2f338d359b9024eb9ea0ba0a3c1ab119d93755e (
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
88
89
|
body {
margin-top: 0px;
background-image: url(gfx/sun_bg.png);
background-repeat: no-repeat;
background-color: #82CDFF;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
color: #666666;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#outer
{
margin-left: auto;
margin-right: auto;
width: 820px;
}
.page_header {
margin-top: 0px;
background-image: url(gfx/top_logo_sun.png);
background-repeat: no-repeat;
padding-left: 370px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.page_body_top {
background: url(gfx/main_bg_sun_top.png) no-repeat top left;
height: 40px;
}
.page_body {
background: url(gfx/main_bg_sun.png) repeat-y top left;
height: auto;
padding-top: 40px;
padding-left: 70px;
padding-right: 70px;
padding-bottom: 40px;
}
.page_image {
margin-left: 30px;
float: right;
}
p {
line-height: 20px;
}
.topic {
font-size: 18px;
color: #627E27;
font-weight: bold;
}
.date {
color: #666666;
font-size: 12px;
line-height: 20px;
font-style: italic;
}
.sign {
color: #666666;
font-size: 12px;
line-height: 20px;
font-style: italic;
text-align: right;
}
a:link img {
border: none;
}
a:visited img {
border: none;
}
a:hover img {
border: none;
}
|