~jadedctrl/gem-xwx-moe

~jadedctrl/gem-xwx-moe/gemujo_ludo/mods.niaj/fasado/subtitles/doc/ldoc.css
 ..
0 /* BEGIN RESET
1
2 Copyright (c) 2010, Yahoo! Inc. All rights reserved.
3 Code licensed under the BSD License:
4 http://developer.yahoo.com/yui/license.html
5 version: 2.8.2r1
6 */
7 html {
8 color: #000;
9 background: #FFF;
10 }
11 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
12 margin: 0;
13 padding: 0;
14 }
15 table {
16 border-collapse: collapse;
17 border-spacing: 0;
18 }
19 fieldset,img {
20 border: 0;
21 }
22 address,caption,cite,code,dfn,em,strong,th,var,optgroup {
23 font-style: inherit;
24 font-weight: inherit;
25 }
26 del,ins {
27 text-decoration: none;
28 }
29 li {
30 margin-left: 20px;
31 }
32 caption,th {
33 text-align: left;
34 }
35 h1,h2,h3,h4,h5,h6 {
36 font-size: 100%;
37 font-weight: bold;
38 }
39 q:before,q:after {
40 content: '';
41 }
42 abbr,acronym {
43 border: 0;
44 font-variant: normal;
45 }
46 sup {
47 vertical-align: baseline;
48 }
49 sub {
50 vertical-align: baseline;
51 }
52 legend {
53 color: #000;
54 }
55 input,button,textarea,select,optgroup,option {
56 font-family: inherit;
57 font-size: inherit;
58 font-style: inherit;
59 font-weight: inherit;
60 }
61 input,button,textarea,select {*font-size:100%;
62 }
63 /* END RESET */
64
65 body {
66 margin-left: 1em;
67 margin-right: 1em;
68 font-family: arial, helvetica, geneva, sans-serif;
69 background-color: #ffffff; margin: 0px;
70 }
71
72 code, tt { font-family: monospace; font-size: 1.1em; }
73 span.parameter { font-family:monospace; }
74 span.parameter:after { content:":"; }
75 span.types:before { content:"("; }
76 span.types:after { content:")"; }
77 .type { font-weight: bold; font-style:italic }
78
79 body, p, td, th { font-size: .95em; line-height: 1.2em;}
80
81 p, ul { margin: 10px 0 0 0px;}
82
83 strong { font-weight: bold;}
84
85 em { font-style: italic;}
86
87 h1 {
88 font-size: 1.5em;
89 margin: 20px 0 20px 0;
90 }
91 h2, h3, h4 { margin: 15px 0 10px 0; }
92 h2 { font-size: 1.25em; }
93 h3 { font-size: 1.15em; }
94 h4 { font-size: 1.06em; }
95
96 a:link { font-weight: bold; color: #004080; text-decoration: none; }
97 a:visited { font-weight: bold; color: #006699; text-decoration: none; }
98 a:link:hover { text-decoration: underline; }
99
100 hr {
101 color:#cccccc;
102 background: #00007f;
103 height: 1px;
104 }
105
106 blockquote { margin-left: 3em; }
107
108 ul { list-style-type: disc; }
109
110 p.name {
111 font-family: "Andale Mono", monospace;
112 padding-top: 1em;
113 }
114
115 pre {
116 background-color: rgb(245, 245, 245);
117 border: 1px solid #C0C0C0; /* silver */
118 padding: 10px;
119 margin: 10px 0 10px 0;
120 overflow: auto;
121 font-family: "Andale Mono", monospace;
122 }
123
124 pre.example {
125 font-size: .85em;
126 }
127
128 table.index { border: 1px #00007f; }
129 table.index td { text-align: left; vertical-align: top; }
130
131 #container {
132 margin-left: 1em;
133 margin-right: 1em;
134 background-color: #f0f0f0;
135 }
136
137 #product {
138 text-align: center;
139 border-bottom: 1px solid #cccccc;
140 background-color: #ffffff;
141 }
142
143 #product big {
144 font-size: 2em;
145 }
146
147 #main {
148 background-color: #f0f0f0;
149 border-left: 2px solid #cccccc;
150 }
151
152 #navigation {
153 float: left;
154 width: 14em;
155 vertical-align: top;
156 background-color: #f0f0f0;
157 overflow: visible;
158 }
159
160 #navigation h2 {
161 background-color:#e7e7e7;
162 font-size:1.1em;
163 color:#000000;
164 text-align: left;
165 padding:0.2em;
166 border-top:1px solid #dddddd;
167 border-bottom:1px solid #dddddd;
168 }
169
170 #navigation ul
171 {
172 font-size:1em;
173 list-style-type: none;
174 margin: 1px 1px 10px 1px;
175 }
176
177 #navigation li {
178 text-indent: -1em;
179 display: block;
180 margin: 3px 0px 0px 22px;
181 }
182
183 #navigation li li a {
184 margin: 0px 3px 0px -1em;
185 }
186
187 #content {
188 margin-left: 14em;
189 padding: 1em;
190 width: 700px;
191 border-left: 2px solid #cccccc;
192 border-right: 2px solid #cccccc;
193 background-color: #ffffff;
194 }
195
196 #about {
197 clear: both;
198 padding: 5px;
199 border-top: 2px solid #cccccc;
200 background-color: #ffffff;
201 }
202
203 @media print {
204 body {
205 font: 12pt "Times New Roman", "TimeNR", Times, serif;
206 }
207 a { font-weight: bold; color: #004080; text-decoration: underline; }
208
209 #main {
210 background-color: #ffffff;
211 border-left: 0px;
212 }
213
214 #container {
215 margin-left: 2%;
216 margin-right: 2%;
217 background-color: #ffffff;
218 }
219
220 #content {
221 padding: 1em;
222 background-color: #ffffff;
223 }
224
225 #navigation {
226 display: none;
227 }
228 pre.example {
229 font-family: "Andale Mono", monospace;
230 font-size: 10pt;
231 page-break-inside: avoid;
232 }
233 }
234
235 table.module_list {
236 border-width: 1px;
237 border-style: solid;
238 border-color: #cccccc;
239 border-collapse: collapse;
240 }
241 table.module_list td {
242 border-width: 1px;
243 padding: 3px;
244 border-style: solid;
245 border-color: #cccccc;
246 }
247 table.module_list td.name { background-color: #f0f0f0; min-width: 200px; }
248 table.module_list td.summary { width: 100%; }
249
250
251 table.function_list {
252 border-width: 1px;
253 border-style: solid;
254 border-color: #cccccc;
255 border-collapse: collapse;
256 }
257 table.function_list td {
258 border-width: 1px;
259 padding: 3px;
260 border-style: solid;
261 border-color: #cccccc;
262 }
263 table.function_list td.name { background-color: #f0f0f0; min-width: 200px; }
264 table.function_list td.summary { width: 100%; }
265
266 ul.nowrap {
267 overflow:auto;
268 white-space:nowrap;
269 }
270
271 dl.table dt, dl.function dt {border-top: 1px solid #ccc; padding-top: 1em;}
272 dl.table dd, dl.function dd {padding-bottom: 1em; margin: 10px 0 0 20px;}
273 dl.table h3, dl.function h3 {font-size: .95em;}
274
275 /* stop sublists from having initial vertical space */
276 ul ul { margin-top: 0px; }
277 ol ul { margin-top: 0px; }
278 ol ol { margin-top: 0px; }
279 ul ol { margin-top: 0px; }
280
281 /* make the target distinct; helps when we're navigating to a function */
282 a:target + * {
283 background-color: #FF9;
284 }
285
286
287 /* styles for prettification of source */
288 pre .comment { color: #558817; }
289 pre .constant { color: #a8660d; }
290 pre .escape { color: #844631; }
291 pre .keyword { color: #aa5050; font-weight: bold; }
292 pre .library { color: #0e7c6b; }
293 pre .marker { color: #512b1e; background: #fedc56; font-weight: bold; }
294 pre .string { color: #8080ff; }
295 pre .number { color: #f8660d; }
296 pre .operator { color: #2239a8; font-weight: bold; }
297 pre .preprocessor, pre .prepro { color: #a33243; }
298 pre .global { color: #800080; }
299 pre .user-keyword { color: #800080; }
300 pre .prompt { color: #558817; }
301 pre .url { color: #272fc2; text-decoration: underline; }
302