]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/html/static/style.css
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / html / static / style.css
1 /* reset */
2 * {
3     margin:0;
4     padding:0;
5     border:none;
6     font-family:inherit;
7     font-size:inherit;
8     font-weight:inherit;
9 }
10 :target::before {
11   content:" >>> ";
12   position:absolute;
13   display:block;
14   opacity:0.5;
15   color:#f00;
16   margin:0 0 0 -2em;
17 }
18 abbr, acronym {
19   border-bottom:1px dotted #aaa;
20 }
21 kbd, code, pre {
22   font-family:monospace;
23     margin:0;
24     font-size:18px;
25     line-height:24px;
26   background:#eee;
27   outline:1px solid #ccc;
28 }
29 kbd code, kbd pre, kbd kbd,
30 pre code, pre pre, pre kbd,
31 code code, code pre, code kbd { outline: none }
32 .dollar::before {
33   content:"$ ";
34   display:inline;
35 }
36 p, ul, ol, dl, pre {
37     margin:30px 0;
38     line-height:30px;
39 }
40 hr {
41     margin:30px auto 29px;
42     width:66%;
43     height:1px;
44     background:#aaa;
45 }
46 pre {
47     display:block;
48 }
49 dd :first-child {
50     margin-top:0;
51 }
52
53 body {
54     quotes:"“" "”" "‘" "’";
55     width:666px;
56     margin:30px auto 120px;
57     font-family:Times New Roman, serif;
58     font-size:20px;
59     background:#fff;
60     line-height:30px;
61     color:#111;
62 }
63
64 blockquote {
65     position:relative;
66     font-size:16px;
67     line-height:30px;
68     font-weight:bold;
69     width:85%;
70     margin:0 auto;
71 }
72 blockquote::before {
73     font-size:90px;
74     display:block;
75     position:absolute;
76     top:20px;
77     right:100%;
78     content:"“";
79     padding-right:10px;
80     color:#ccc;
81 }
82 .source cite::before {
83     content:"— ";
84 }
85 .source {
86     padding-left:20%;
87     margin-top:30px;
88 }
89 .source cite span {
90     font-style:normal;
91 }
92 blockquote p {
93     margin-bottom:0;
94 }
95 .quote blockquote {
96     font-weight:normal;
97 }
98
99 h1, h2, h3, h4, h5, h6, dt, #header {
100   font-family:serif;
101   font-size:20px;
102   font-weight:bold;
103 }
104 h2 {
105   background:#eee;
106 }
107 h1, h2 {
108   line-height:40px;
109 }
110
111 i, em, cite {
112     font-style:italic;
113 }
114 b, strong { 
115     font-weight:bold;
116 }
117 i, em, cite, b, strong, small {
118     line-height:28px;
119 }
120 small, .small, .small *, aside {
121     font-style:italic;
122     color:#669;
123     font-size:18px;
124 }
125 small a, .small a {
126     text-decoration:underline;
127 }
128 del {
129     text-decoration:line-through;
130 }
131 ins {
132     text-decoration:underline;
133 }
134 .alignright { display:block; float:right; margin-left:1em; }
135 .alignleft { display:block; float:left; margin-right:1em; }
136
137 q:before, q q q:before, q q q q q:before, q q q q q q q:before { content:"“"; }
138 q q:before, q q q q:before, q q q q q q:before, q q q q q q q q:before { content:"‘"; }
139 q:after, q q q:after, q q q q q:after, q q q q q q q:after { content:"”"; }
140 q q:after, q q q q:after, q q q q q q:after, q q q q q q q q:after { content:"’"; }
141
142 a { color:#00f; text-decoration:none; }
143 a:visited { color:#636; }
144 a:hover, a:active { color:#c00!important; text-decoration:underline; }
145
146 h1 {
147   font-weight:bold;
148   background:#fff;
149 }
150 h1 a, h1 a:visited {
151   font-family:monospace;
152   font-size:60px;
153   color:#c00;
154   display:block;
155 }
156 h1 a:focus, h1 a:hover, h1 a:active {
157   color:#f00!important;
158   text-decoration:none;
159 }
160
161 .navigation {
162     display:table;
163     width:100%;
164     margin:0 0 30px 0;
165     position:relative;
166 }
167 #nav-above {
168     margin-bottom:0;
169 }
170 .navigation .nav-previous {
171     display:table-cell;
172     text-align:left;
173     width:50%;
174 }
175 /* hang the » and « off into the margins */
176 .navigation .nav-previous a:before, .navigation .nav-next a:after {
177     content: "«";
178     display:block;
179     height:30px;
180     margin-bottom:-30px;
181     text-decoration:none;
182     margin-left:-15px;
183 }
184 .navigation .nav-next a:after {
185     content: "»";
186     text-align:right;
187     margin-left:0;
188     margin-top:-30px;
189     margin-right:-15px;
190 }
191
192
193 .navigation .nav-next {
194     display:table-cell;
195     text-align:right;
196     width:50%;
197 }
198 .navigation a {
199     display:block;
200     width:100%;
201     height:100%;
202 }
203
204 input, button, textarea {
205     border:0;
206     line-height:30px;
207 }
208 textarea {
209     height:300px;
210 }
211 input {
212     height:30px;
213     line-height:30px;
214 }
215 input.submit, input#submit, input.button, button, input[type=submit] {
216     cursor:hand; cursor:pointer;
217     outline:1px solid #ccc;
218 }
219
220 #wrapper {
221     margin-bottom:90px;
222     position:relative;
223     z-index:1;
224     *zoom:1;
225     background:#fff;
226 }
227 #wrapper:after {
228     display:block;
229     content:".";
230     visibility:hidden;
231     width:0;
232     height:0;
233     clear:both;
234 }
235
236 .sidebar .xoxo > li {
237     float:left;
238     width:50%;
239 }
240 .sidebar li {
241     list-style:none;
242 }
243 .sidebar #elsewhere {
244     margin-left:-10%;
245     margin-right:-10%;
246 }
247 .sidebar #rss-links, .sidebar #twitter-feeds {
248     float:right;
249     clear:right;
250     width:20%;
251 }
252 .sidebar #comment {
253   clear:both;
254   float:none;
255   width:100%;
256 }
257 .sidebar #search {
258     clear:both;
259     float:none;
260     width:100%;
261 }
262 .sidebar #search h2 {
263     margin-left:40%;
264 }
265 .sidebar #search #s {
266     width:90%;
267     float:left;
268 }
269 .sidebar #search #searchsubmit {
270     width:10%;
271     float:right;
272 }
273 .sidebar * {
274     font-size:15px;
275     line-height:30px;
276 }
277
278 #footer, #footer * {
279   text-align:center;
280   font-size:16px;
281   color:#ccc;
282   font-style:italic;
283   word-spacing:1em;
284   margin-top:0;
285 }
286
287 #toc {
288   position:absolute;
289   top:0;
290   right:0;
291   padding:40px 0 40px 20px;
292   margin:0;
293   width:200px;
294   opacity:0.2;
295   z-index:-1;
296 }
297 #toc:hover {
298   opacity:1;
299   background:#fff;
300   z-index:999;
301 }
302 #toc ul {
303   padding:0;
304   margin:0;
305 }
306 #toc, #toc li {
307   list-style-type:none;
308   font-size:15px;
309   line-height:15px;
310 }
311 #toc li {
312   padding:0 0 0 10px;
313 }
314 #toc li a {
315   position:relative;
316   display:block;
317 }
318
319 table#npmlogo {
320   line-height:10px;
321   width:180px;
322   margin:0 auto;
323 }
324
325 @media print {
326     a[href] {
327         color:inherit;
328     }
329     a[href]:after {
330         white-space:nowrap;
331         content:" " attr(href);
332     }
333     a[href^=\#], .navigation {
334         display:none;
335     }
336 }