-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathseasar_b.css
137 lines (114 loc) · 2.23 KB
/
seasar_b.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
.backright {
background-color: #cccccc;
background-image: url(images/rightback.gif);
background-repeat: repeat-y;
}
.backunder {
background-color: #cccccc;
background-image: url(images/underback.gif);
background-repeat: repeat-x;
}
.backcorner {
background-color: #cccccc;
background-image: url(images/cornerback.gif);
background-repeat: no-repeat;
}
.white {
background-color: #ffffff;
}
.main {
font-size: 10pt;
font-style: normal;
line-height: 150%;
}
.main span.anchor {
background-image: url(images/item_large_b.gif);
background-position: bottom right;
background-repeat: no-repeat;
padding: 20px 20px 0px 0px;
color: #ffffff;
background-color: transparent;
font-size: 1px;
}
.main span.title {
font-size: 12pt;
font-weight: bold;
line-height: 200%;
}
.main p {
margin-top: 0px;
text-indent: 1em
}
.main pre {
padding: 5pt 5pt 5pt 5pt;
background-color: #eaeaea;
color: #333333;
border: 1px solid #7e7e7e;
line-height: 120%;
font-family: Courier New;
font-size: 9pt;
}
.main div.quote {
padding: 5pt 5pt 5pt 5pt;
background-color: #eaeaea;
color: #333333;
border: 1px solid #7e7e7e;
}
.main ul {
list-style: url("images/item_little.gif") disc outside;
}
.main span.strike {
text-decoration: line-through;
}
.main span.italic {
font-style: italic;
}
.main span.bold {
font-weight: bold;
}
.menu {
font-style: normal;
background-color: #ffffff;
}
.menu ul {
font-size: 10pt;
font-weight: bold;
margin: 14px 14px 3px 23px;
list-style: url("images/item_large_b.gif") circle outside;
line-height: 200%;
}
.menu ul ul {
font-size: 9pt;
font-weight: normal;
margin: 3px 14px 3px 14px;
list-style: url("images/item_little.gif") disc outside;
}
.copyright {
text-align: right;
border-top: 1px solid #888888;
font-size: 8pt;
font-weight: bold;
}
body {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
background-color: #cccccc;
}
a:link {
text-decoration: none;
color: #006699;
}
a:visited {
text-decoration: none;
color: #006699;
}
a:active {
text-decoration: none;
color: #006699;
}
a:hover {
text-decoration: none;
color: #FF3300;
}