0
|
1 body
|
|
2 {
|
|
3 background : White;
|
|
4 font-family : Verdana;
|
|
5 font-size : .80em;
|
|
6 }
|
|
7
|
|
8 a:link { text-decoration: none; color : #338899; }
|
|
9 a:visited { text-decoration: none; color : #55AABB; }
|
|
10 a:hover { text-decoration: underline; color : #338899; }
|
|
11
|
|
12 a.m:link { text-decoration: underline; color : Black; }
|
|
13 a.m:visited { text-decoration: underline; color : Black; }
|
|
14 a.m:hover { text-decoration: underline; color : Black; }
|
|
15
|
|
16 .title
|
|
17 {
|
|
18 font-size : 1.75em;
|
|
19 color : #116677;
|
|
20 font-family : Arial;
|
|
21 }
|
|
22
|
|
23 .homeurl
|
|
24 {
|
|
25 color : #338899;
|
|
26 }
|
|
27
|
|
28 .hr
|
|
29 {
|
|
30 height : 1px;
|
|
31 background-color : #338899;
|
|
32 }
|
|
33
|
|
34 .sp
|
|
35 {
|
|
36 height : 7px;
|
|
37 }
|
|
38
|
|
39 th
|
|
40 {
|
|
41 font-size : .80em;
|
|
42 vertical-align : top;
|
|
43 background-color : #EEEEEE;
|
|
44 text-align : center;
|
|
45 }
|
|
46
|
|
47 td
|
|
48 {
|
|
49 font-size : .80em;
|
|
50 vertical-align : top;
|
|
51 }
|
|
52
|
|
53 td.p
|
|
54 {
|
|
55 font-size : .80em;
|
|
56 vertical-align : top;
|
|
57 padding-top : 7px;
|
|
58 }
|
|
59
|
|
60 td.pj
|
|
61 {
|
|
62 font-size : .80em;
|
|
63 vertical-align : top;
|
|
64 padding-top : 7px;
|
|
65 text-align : justify;
|
|
66 }
|
|
67
|
|
68 .j
|
|
69 {
|
|
70 text-align : justify;
|
|
71 }
|
|
72
|
|
73 .kw
|
|
74 {
|
|
75 color : blue;
|
|
76 }
|
|
77
|
|
78 .com
|
|
79 {
|
|
80 color : green;
|
|
81 }
|
|
82
|
|
83 .str
|
|
84 {
|
|
85 color : DarkCyan;
|
|
86 }
|
|
87
|
|
88 .a
|
|
89 {
|
|
90 color : DarkRed;
|
|
91 font-weight : bold;
|
|
92 text-decoration : underline;
|
|
93 }
|
|
94
|
|
95 table.code
|
|
96 {
|
|
97 border-color : #116677;
|
|
98 border-style : solid;
|
|
99 border-width : 1px;
|
|
100 margin-top : .6em;
|
|
101 margin-bottom : .6em;
|
|
102 background-color : #F7F7F7;
|
|
103 }
|
|
104
|
|
105 pre.code
|
|
106 {
|
|
107 font : 120% Consolas, Monospace, Courier New, Courier;
|
|
108 margin : 0;
|
|
109 padding : 5px;
|
|
110 }
|
|
111
|
|
112 .j pre.code, .pj pre.code
|
|
113 {
|
|
114 font : 80% Consolas, Monospace, Courier New, Courier;
|
|
115 margin : 0;
|
|
116 padding : 3px;
|
|
117 }
|
|
118
|
|
119 .j table.code, .pj table.code
|
|
120 {
|
|
121 margin-top : .4em;
|
|
122 margin-bottom : .0em;
|
|
123 }
|
|
124
|
|
125 a.rss
|
|
126 {
|
|
127 color : White;
|
|
128 background-color : DarkOrange;
|
|
129 font-weight : bold;
|
|
130 font-size : .80em;
|
|
131 font-family : Arial;
|
|
132 }
|
|
133
|
|
134 table.data
|
|
135 {
|
|
136 margin: 10px 7px 10px 7px;
|
|
137 }
|
|
138
|
|
139 .data td, .data th
|
|
140 {
|
|
141 padding: 2px 5px 2px 5px;
|
|
142 }
|
|
143
|
|
144 .bordered td, .bordered th
|
|
145 {
|
|
146 border-color: #AAAAAA;
|
|
147 border-style: solid;
|
|
148 border-width: 1px;
|
|
149 }
|
|
150
|
|
151 .nowrappable td, .nowrappable th
|
|
152 {
|
|
153 white-space: nowrap;
|
|
154 }
|
|
155
|
|
156 a.rss:link { text-decoration: none; color : White; }
|
|
157 a.rss:visited { text-decoration: none; color : White; }
|
|
158 a.rss:hover { text-decoration: nonr; color : White; }
|
|
159
|
|
160 h4, h5
|
|
161 {
|
|
162 font-family : Verdana;
|
|
163 color : #338899;
|
|
164 }
|
|
165
|
|
166 .data table.code
|
|
167 {
|
|
168 border-style : none;
|
|
169 margin : 0;
|
|
170 padding : 0;
|
|
171 background : #FFFFFF;
|
|
172 }
|
|
173
|
|
174 .data pre.code
|
|
175 {
|
|
176 padding : 0;
|
|
177 padding : 0;
|
|
178 }
|
|
179
|
|
180 .code td, .code th
|
|
181 {
|
|
182 border-style: none;
|
|
183 }
|
|
184
|
|
185 td.nosup
|
|
186 {
|
|
187 font-weight: bold;
|
|
188 color : Red;
|
|
189 text-align : center;
|
|
190 }
|