|
0
|
1 |
|
|
|
2 |
|
|
|
3 |
body { background-color: #ECF0F6; } |
|
|
4 |
|
|
|
5 |
/* main page */ |
|
|
6 |
a:link { color: #003399; } |
|
|
7 |
a:visited { color: #003399;} |
|
|
8 |
|
|
|
9 |
#doc3 #hd { margin-bottom:1em; position: relative; zoom: 1; } |
|
|
10 |
#doc3 #hd h1 { color: #545454; font-size: 170%; padding: 0px 0 8px 150px; background: url(yui.png) 15px 9px no-repeat; height: 60px; font-weight: bold; } |
|
|
11 |
#doc3 #hd h1 a { position: relative; top: 14px; } |
|
|
12 |
#doc3 #hd a { text-decoration: none; color: black; } |
|
|
13 |
#doc3 #hd h3 { |
|
|
14 |
background: #98AAB1; background-image: url(bg_hd.gif); color: #000; font-size: 100%; padding: 4px 10px; margin: 0 0 7px 0; |
|
|
15 |
border: 1px solid #98AAB1; |
|
|
16 |
} |
|
|
17 |
#ft hr { |
|
|
18 |
display: none; |
|
|
19 |
} |
|
|
20 |
#ft { |
|
|
21 |
background: #98AAB1; background-image: url(bg_hd.gif); color: #000; font-size: 100%; padding: 4px 10px; margin: 7px 0 0 0; border: 1px solid #98AAB1; |
|
|
22 |
} |
|
|
23 |
#doc3 #hd h3 A { color: #FFF; text-decoration: none; } |
|
|
24 |
#doc3 #hd .breadcrumbs { font-size: 85%; margin-bottom:10px;} |
|
|
25 |
#doc3 #hd .subtitle {position: absolute; right:1em; padding: 0px;margin:0px} |
|
|
26 |
|
|
|
27 |
#doc3 dl { margin: 2px 0; } |
|
|
28 |
#doc3 dd { margin-left: 20px; } |
|
|
29 |
#doc3 .requires dt { font-style: italic; } |
|
|
30 |
#doc3 .default { margin-top:6px; } |
|
|
31 |
#doc3 .detail .deprecated { margin-top:4px; padding:4px; background-color: #EFECCA } |
|
|
32 |
#doc3 .detail .deprecated strong { color:#441054; } |
|
|
33 |
#doc3 code, pre {font-size:85%} |
|
|
34 |
|
|
|
35 |
#doc3 #hd h1 { |
|
|
36 |
border: 1px solid #98AAB1; |
|
|
37 |
background-color: #fff; |
|
|
38 |
margin-bottom: .5em; |
|
|
39 |
|
|
|
40 |
} |
|
|
41 |
#bd { |
|
|
42 |
border: 1px solid #98AAB1; |
|
|
43 |
background-color: #fff; |
|
|
44 |
} |
|
|
45 |
|
|
|
46 |
.submodules dd { |
|
|
47 |
font-size: 93%; |
|
|
48 |
font-weight: italic; |
|
|
49 |
} |
|
|
50 |
|
|
|
51 |
|
|
|
52 |
#doc3 .classopts { font-size: 85%; float:right; margin:2px; padding: 2px; background-color:#ECF0F6;border: 1px solid #98AAB1;} |
|
|
53 |
#yui-classopts-form fieldset legend { display: none; } |
|
|
54 |
|
|
|
55 |
/* undo reset.css styles for description block formatting */ |
|
|
56 |
#doc3 .description dl { margin: 5px 0 10px 0; } |
|
|
57 |
#doc3 .description ul { padding: 10px 0 10px 28px; font-size: 90%; list-style: disc} |
|
|
58 |
#doc3 .description li { list-style: disc} |
|
|
59 |
#doc3 .description p { padding-bottom: 10px} |
|
|
60 |
#doc3 .description strong { font-weight: bold;} |
|
|
61 |
#doc3 .description em {padding: 2px; background-color: #EFECCA} |
|
|
62 |
#doc3 pre { padding: 10px;} |
|
|
63 |
|
|
|
64 |
#doc3 .summary { margin: 0px 10px 10px 0; padding:10px; background-color:#ECF0F6; border:1px solid #98AAB1; } |
|
|
65 |
#doc3 .extends {font-weight: normal; font-size: 90%} |
|
|
66 |
|
|
|
67 |
#doc3 .nav {min-height: 400px;} |
|
|
68 |
#doc3 .nav .module { |
|
|
69 |
width:100%; |
|
|
70 |
border-right: 1px solid #98AAB1; |
|
|
71 |
border-bottom: 1px solid #98AAB1; |
|
|
72 |
padding: 0; overflow:hidden; |
|
|
73 |
} |
|
|
74 |
#doc3 .nav .module h4 { |
|
|
75 |
padding: 3px 5px; |
|
|
76 |
border-bottom: 1px solid #98AAB1; |
|
|
77 |
background-image: url(bg_hd.gif); |
|
|
78 |
} |
|
|
79 |
#doc3 .nav .module h4 A { color: #000; text-decoration: none; } |
|
|
80 |
#doc3 .nav .module .content { padding: 2px; } |
|
|
81 |
#doc3 .nav .module UL.content LI { font-size: 90%; } |
|
|
82 |
#doc3 .nav .module UL.content A { text-decoration: none; color: black; display: block; padding: 2px 4px 2px 4px; } |
|
|
83 |
#doc3 .nav .module LI, |
|
|
84 |
#doc3 .nav .module LI A { |
|
|
85 |
zoom: 1; |
|
|
86 |
} |
|
|
87 |
#doc3 .nav .module LI.selected A, |
|
|
88 |
#doc3 .nav .module LI A:hover { |
|
|
89 |
background-color: #ECF0F6; |
|
|
90 |
zoom: 1; |
|
|
91 |
} |
|
|
92 |
|
|
|
93 |
#doc3 .section { margin: 0 7px 7px 0; } |
|
|
94 |
#doc3 .section strong { font-weight: bold;} |
|
|
95 |
#doc3 .section hr { border: none 0; border-top: 1px solid #ccc; } |
|
|
96 |
#doc3 .section h4 { font-size:110%;} |
|
|
97 |
#doc3 .section h3 { background: #98AAB1; background-image: url(bg_hd.gif); width: 98%; color: #000; padding: 3px; margin: 0 0 7px 0; |
|
|
98 |
border: 1px solid #98AAB1; |
|
|
99 |
|
|
|
100 |
} |
|
|
101 |
#doc3 .section h3 .top { font-size: 60%; font-weight: normal; width: 100%; font-family: verdana; padding-left: 20px; } |
|
|
102 |
#doc3 .section h3 .top A { color: #000; text-decoration: none; } |
|
|
103 |
|
|
|
104 |
#doc3 .section.details .content { padding: 0 0 0 10px; } |
|
|
105 |
#doc3 .section.details .description { padding: 10px 0 0 20px; } |
|
|
106 |
#doc3 .section.details .description dt { font-weight: bold; } |
|
|
107 |
#doc3 .section.details .description td { border:1px solid #ccc; margin:2px;padding:2px;} |
|
|
108 |
|
|
|
109 |
#doc3 .inheritance { padding:10px; background-color:#ECF0F6; border:1px solid #98AAB1; } |
|
|
110 |
#doc3 .inheritance h4 { font-size: 100%;} |
|
|
111 |
|
|
|
112 |
/* index page autocomplete */ |
|
|
113 |
/* |
|
|
114 |
#propertysearch {;position:absolute;margin:1em;width:35em;} |
|
|
115 |
#searchinput {position:absolute;width:100%;height:1.4em;} |
|
|
116 |
#searchresults {position:absolute;top:1.7em;width:100%;} |
|
|
117 |
#searchresults .yui-ac-content {position:absolute;top:4px; left:0px; width:100%;height:20em;border:1px solid #aaa;background:#fff;overflow:auto;overflow-x:hidden;z-index:9050;} |
|
|
118 |
#searchresults .yui-ac-shadow {position:absolute;margin:.3em;width:100%;background:#a0a0a0;z-index:9049;}: |
|
|
119 |
#searchresults ul {padding:5px 0;width:100%;} |
|
|
120 |
#searchresults li {padding:0 5px;cursor:default;white-space:nowrap;} |
|
|
121 |
#searchresults li.yui-ac-highlight {background:#D1C6DA;} |
|
|
122 |
#searchresults li em { position:absolute; width:44%; overflow:hidden; color:#654D6C;} |
|
|
123 |
#searchresults li span { position:relative; left:46% } |
|
|
124 |
*/ |
|
|
125 |
|
|
|
126 |
#propertysearch { |
|
|
127 |
width: 25em; |
|
|
128 |
position: absolute; |
|
|
129 |
right: 5px; |
|
|
130 |
bottom: -4px; |
|
|
131 |
} |
|
|
132 |
#searchinput { |
|
|
133 |
width: 83%; |
|
|
134 |
height: 1.4em; |
|
|
135 |
} |
|
|
136 |
#searchresults { |
|
|
137 |
position: absolute; |
|
|
138 |
right: 25em; |
|
|
139 |
top: 25px; |
|
|
140 |
height: 0; |
|
|
141 |
} |
|
|
142 |
#searchresults .yui-ac-content { |
|
|
143 |
position: absolute; |
|
|
144 |
top: 0; |
|
|
145 |
left: 0; |
|
|
146 |
width: 25em; |
|
|
147 |
height: 20em; |
|
|
148 |
border: 1px solid #98AAB1; |
|
|
149 |
background: #fff; |
|
|
150 |
overflow: auto; |
|
|
151 |
overflow-x: hidden; |
|
|
152 |
z-index: 9050; |
|
|
153 |
} |
|
|
154 |
#searchresults li.yui-ac-highlight { |
|
|
155 |
background-color: #ECF0F6; |
|
|
156 |
} |
|
|
157 |
#searchresults li em { |
|
|
158 |
width:44%; |
|
|
159 |
overflow: hidden; |
|
|
160 |
color: #98AAB1; |
|
|
161 |
} |
|
|
162 |
|
|
|
163 |
.deprecated, .private, .protected { |
|
|
164 |
display: none; |
|
|
165 |
} |
|
|
166 |
|
|
|
167 |
body.show_deprecated .deprecated, |
|
|
168 |
body.show_private .private, |
|
|
169 |
body.show_protected .protected { |
|
|
170 |
display: block; |
|
|
171 |
} |
|
|
172 |
|
|
|
173 |
#splash_classList ul { |
|
|
174 |
margin: 1em; |
|
|
175 |
margin-left:2em; |
|
|
176 |
} |
|
|
177 |
#splash_classList ul li { |
|
|
178 |
list-style: disc outside; |
|
|
179 |
} |
|
|
180 |
|
|
|
181 |
|
|
|
182 |
/* source code view */ |
|
|
183 |
#srcout {min-width: 580px; } |
|
|
184 |
*html #srcout { width: 100%; padding-bottom:1em; overflow-x:auto } |
|
|
185 |
|
|
|
186 |
.highlight .c { color: #60a0b0; font-style: italic } /* Comment */ |
|
|
187 |
.highlight .err { border: 1px solid #FF0000 } /* Error */ |
|
|
188 |
.highlight .k { color: #007020; font-weight: bold } /* Keyword */ |
|
|
189 |
.highlight .o { color: #666666 } /* Operator */ |
|
|
190 |
.highlight .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */ |
|
|
191 |
.highlight .cp { color: #007020 } /* Comment.Preproc */ |
|
|
192 |
.highlight .c1 { color: #60a0b0; font-style: italic } /* Comment.Single */ |
|
|
193 |
.highlight .gd { color: #A00000 } /* Generic.Deleted */ |
|
|
194 |
.highlight .ge { font-style: italic } /* Generic.Emph */ |
|
|
195 |
.highlight .gr { color: #FF0000 } /* Generic.Error */ |
|
|
196 |
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ |
|
|
197 |
.highlight .gi { color: #00A000 } /* Generic.Inserted */ |
|
|
198 |
.highlight .go { color: #808080 } /* Generic.Output */ |
|
|
199 |
.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ |
|
|
200 |
.highlight .gs { font-weight: bold } /* Generic.Strong */ |
|
|
201 |
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ |
|
|
202 |
.highlight .gt { color: #0040D0 } /* Generic.Traceback */ |
|
|
203 |
.highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */ |
|
|
204 |
.highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */ |
|
|
205 |
.highlight .kp { color: #007020 } /* Keyword.Pseudo */ |
|
|
206 |
.highlight .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */ |
|
|
207 |
.highlight .kt { color: #007020; font-weight: bold } /* Keyword.Type */ |
|
|
208 |
.highlight .m { color: #40a070 } /* Literal.Number */ |
|
|
209 |
.highlight .s { color: #4070a0 } /* Literal.String */ |
|
|
210 |
.highlight .na { color: #4070a0 } /* Name.Attribute */ |
|
|
211 |
.highlight .nb { color: #007020 } /* Name.Builtin */ |
|
|
212 |
.highlight .nc { color: #0e84b5; font-weight: bold } /* Name.Class */ |
|
|
213 |
.highlight .no { color: #60add5 } /* Name.Constant */ |
|
|
214 |
.highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */ |
|
|
215 |
.highlight .ni { color: #d55537; font-weight: bold } /* Name.Entity */ |
|
|
216 |
.highlight .ne { color: #007020 } /* Name.Exception */ |
|
|
217 |
.highlight .nf { color: #06287e } /* Name.Function */ |
|
|
218 |
.highlight .nl { color: #002070; font-weight: bold } /* Name.Label */ |
|
|
219 |
.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ |
|
|
220 |
.highlight .nt { color: #062873; font-weight: bold } /* Name.Tag */ |
|
|
221 |
.highlight .nv { color: #bb60d5 } /* Name.Variable */ |
|
|
222 |
.highlight .ow { color: #007020; font-weight: bold } /* Operator.Word */ |
|
|
223 |
.highlight .mf { color: #40a070 } /* Literal.Number.Float */ |
|
|
224 |
.highlight .mh { color: #40a070 } /* Literal.Number.Hex */ |
|
|
225 |
.highlight .mi { color: #40a070 } /* Literal.Number.Integer */ |
|
|
226 |
.highlight .mo { color: #40a070 } /* Literal.Number.Oct */ |
|
|
227 |
.highlight .sb { color: #4070a0 } /* Literal.String.Backtick */ |
|
|
228 |
.highlight .sc { color: #4070a0 } /* Literal.String.Char */ |
|
|
229 |
.highlight .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */ |
|
|
230 |
.highlight .s2 { color: #4070a0 } /* Literal.String.Double */ |
|
|
231 |
.highlight .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */ |
|
|
232 |
.highlight .sh { color: #4070a0 } /* Literal.String.Heredoc */ |
|
|
233 |
.highlight .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */ |
|
|
234 |
.highlight .sx { color: #c65d09 } /* Literal.String.Other */ |
|
|
235 |
.highlight .sr { color: #235388 } /* Literal.String.Regex */ |
|
|
236 |
.highlight .s1 { color: #4070a0 } /* Literal.String.Single */ |
|
|
237 |
.highlight .ss { color: #517918 } /* Literal.String.Symbol */ |
|
|
238 |
.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */ |
|
|
239 |
.highlight .vc { color: #bb60d5 } /* Name.Variable.Class */ |
|
|
240 |
.highlight .vg { color: #bb60d5 } /* Name.Variable.Global */ |
|
|
241 |
.highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */ |
|
|
242 |
.highlight .il { color: #40a070 } /* Literal.Number.Integer.Long */ |
|
|
243 |
|