Index: trunk/extensions/MobileFrontend/stylesheets/wii.css |
— | — | @@ -1,120 +1,4 @@ |
2 | | -html { |
3 | | - font-size: 0.8em; |
4 | | -} |
5 | | - |
6 | | -body { |
7 | | - line-height: 1; |
8 | | - color: black; |
9 | | - background: white; |
10 | | - font-family: sans-serif; |
11 | | - -webkit-text-size-adjust: none; |
12 | | -} |
13 | | - |
14 | | -p, li, dl, #featured_article { |
15 | | - line-height: 1.65; |
16 | | -} |
17 | | - |
18 | | -pre { |
19 | | - white-space: pre-wrap; |
20 | | -} |
21 | | - |
22 | | -h2 { |
23 | | - border-bottom: 1px solid #aaaaaa; |
24 | | - padding-top: 0.3em; |
25 | | -} |
26 | | - |
27 | | -a { |
28 | | - text-decoration: none; |
29 | | - color: #002bb8; |
30 | | -} |
31 | | - |
32 | | -a:visited { |
33 | | - color: #5a3696; |
34 | | -} |
35 | | - |
36 | | -a:active { |
37 | | - color: #faa700; |
38 | | -} |
39 | | - |
40 | | -a:hover { |
41 | | - text-decoration: underline; |
42 | | -} |
43 | | - |
44 | | -a.new, a.new:visited, a.new:hover { |
45 | | - color: red; |
46 | | -} |
47 | | - |
48 | | -a.back_to_top, a.back_to_top:visited { |
49 | | - margin-top: 7px; |
50 | | - color: blue; |
51 | | -} |
52 | | - |
53 | | -.links { |
54 | | - float: left; |
55 | | - padding: 10px; |
56 | | -} |
57 | | - |
58 | | -#contentSub, .dablink { |
59 | | - margin-bottom: 10px; |
60 | | -} |
61 | | - |
62 | | -#firstHeading { |
63 | | - font-size: 1.7em; |
64 | | -} |
65 | | - |
66 | | -h2 { |
67 | | - font-size: 1.3em; |
68 | | -} |
69 | | - |
70 | | -.section_anchors a { |
71 | | - display: block; |
72 | | -} |
73 | | - |
74 | | -.section_anchor { |
75 | | - height: 1px; |
76 | | - width: 1px; |
77 | | -} |
78 | | - |
79 | | -.printonly, .geo-multi-punct, .geo-nondefault { |
80 | | - display: none; |
81 | | -} |
82 | | - |
83 | | -#featured_article .noprint, .today .noprint { |
84 | | - display: none; |
85 | | -} |
86 | | - |
87 | 2 | .thumb { |
88 | | - border: 1px solid #cccccc; |
89 | | - -webkit-border-radius: 5px; |
90 | | - -moz-border-radius: 5px; |
91 | | - background: #f9f9f9; |
92 | | - margin-bottom: 10px; |
93 | | -} |
94 | | - |
95 | | -.thumb .thumbinner[style] { |
96 | | - margin: 5px auto; |
97 | | -} |
98 | | - |
99 | | -.thumb .thumbcaption { |
100 | | - width: 100%; |
101 | | - margin: 5px 10px 0; |
102 | | - text-align: center; |
103 | | - width: auto !important; |
104 | | -} |
105 | | - |
106 | | -img.thumbborder { |
107 | | - border: 1px solid #cccccc; |
108 | | -} |
109 | | - |
110 | | -.floatright { |
111 | | - float: right; |
112 | | -} |
113 | | - |
114 | | -#content_wrapper.home h1#firstHeading { |
115 | | - display: none; |
116 | | -} |
117 | | - |
118 | | -.thumb { |
119 | 3 | margin: 0.5em 0; |
120 | 4 | } |
121 | 5 | |
— | — | @@ -143,10 +27,6 @@ |
144 | 28 | margin: 0; |
145 | 29 | } |
146 | 30 | |
147 | | -body { |
148 | | - margin: 0; |
149 | | -} |
150 | | - |
151 | 31 | #header { |
152 | 32 | padding: 8px; |
153 | 33 | } |
— | — | @@ -210,18 +90,9 @@ |
211 | 91 | font-size: 80%; |
212 | 92 | } |
213 | 93 | |
214 | | -ol.references > li:target, |
215 | | -sup.reference:target, |
216 | | -span.citation:target, cite:target { |
217 | | - background-color: #ddeeff; |
218 | | -} |
219 | | - |
220 | 94 | .content_block, |
221 | 95 | .section_anchors, |
222 | 96 | button.section_heading.hide { |
223 | 97 | display: none; |
224 | 98 | } |
225 | 99 | |
226 | | -#search:focus { |
227 | | - outline: none; |
228 | | -} |
Index: trunk/extensions/MobileFrontend/stylesheets/common.css |
— | — | @@ -398,3 +398,235 @@ |
399 | 399 | width: 300px; |
400 | 400 | } |
401 | 401 | |
| 402 | +html { |
| 403 | + font-size: 0.8em; |
| 404 | +} |
| 405 | + |
| 406 | +body { |
| 407 | + line-height: 1; |
| 408 | + color: black; |
| 409 | + background: white; |
| 410 | + font-family: sans-serif; |
| 411 | + -webkit-text-size-adjust: none; |
| 412 | +} |
| 413 | + |
| 414 | +p, li, dl, |
| 415 | +#featured_article { |
| 416 | + line-height: 1.65; |
| 417 | +} |
| 418 | + |
| 419 | +pre { |
| 420 | + white-space: pre-wrap; |
| 421 | +} |
| 422 | + |
| 423 | +h2 { |
| 424 | + border-bottom: 1px solid #aaaaaa; |
| 425 | + padding-top: 0.3em; |
| 426 | +} |
| 427 | + |
| 428 | +a { |
| 429 | + text-decoration: none; |
| 430 | + color: #002bb8; |
| 431 | +} |
| 432 | + |
| 433 | +a:visited { |
| 434 | + color: #5a3696; |
| 435 | +} |
| 436 | + |
| 437 | +a:active { |
| 438 | + color: #faa700; |
| 439 | +} |
| 440 | + |
| 441 | +a:hover { |
| 442 | + text-decoration: underline; |
| 443 | +} |
| 444 | + |
| 445 | +a.new, |
| 446 | +a.new:visited, |
| 447 | +a.new:hover { |
| 448 | + color: red; |
| 449 | +} |
| 450 | + |
| 451 | +a.back_to_top, |
| 452 | +a.back_to_top:visited { |
| 453 | + margin-top: 7px; |
| 454 | + color: blue; |
| 455 | +} |
| 456 | + |
| 457 | +.links { |
| 458 | + float: left; |
| 459 | + padding: 10px; |
| 460 | +} |
| 461 | + |
| 462 | +#contentSub, |
| 463 | +.dablink { |
| 464 | + margin-bottom: 10px; |
| 465 | +} |
| 466 | + |
| 467 | +#firstHeading { |
| 468 | + font-size: 1.7em; |
| 469 | +} |
| 470 | + |
| 471 | +h2 { |
| 472 | + font-size: 1.3em; |
| 473 | +} |
| 474 | + |
| 475 | +.section_anchors a { |
| 476 | + display: block; |
| 477 | +} |
| 478 | + |
| 479 | +.section_anchor { |
| 480 | + height: 1px; |
| 481 | + width: 1px; |
| 482 | +} |
| 483 | + |
| 484 | +.printonly, |
| 485 | +.geo-multi-punct, |
| 486 | +.geo-nondefault { |
| 487 | + display: none; |
| 488 | +} |
| 489 | + |
| 490 | +#featured_article .noprint, |
| 491 | +.today .noprint { |
| 492 | + display: none; |
| 493 | +} |
| 494 | + |
| 495 | +.thumb { |
| 496 | + border: 1px solid #cccccc; |
| 497 | + -webkit-border-radius: 5px; |
| 498 | + -moz-border-radius: 5px; |
| 499 | + background: #f9f9f9; |
| 500 | + margin-bottom: 10px; |
| 501 | +} |
| 502 | + |
| 503 | +.thumb .thumbinner[style] { |
| 504 | + margin: 5px auto; |
| 505 | +} |
| 506 | + |
| 507 | +.thumb .thumbcaption { |
| 508 | + width: 100%; |
| 509 | + margin: 5px 10px 0; |
| 510 | + text-align: center; |
| 511 | + width: auto !important; |
| 512 | +} |
| 513 | + |
| 514 | +img.thumbborder { |
| 515 | + border: 1px solid #cccccc; |
| 516 | +} |
| 517 | + |
| 518 | +.floatright { |
| 519 | + float: right; |
| 520 | +} |
| 521 | + |
| 522 | +#content_wrapper.home h1#firstHeading { |
| 523 | + display: none; |
| 524 | +} |
| 525 | + |
| 526 | +body { |
| 527 | + margin: 0; |
| 528 | +} |
| 529 | + |
| 530 | +#header { |
| 531 | + margin: 8px 8px 0 8px; |
| 532 | +} |
| 533 | + |
| 534 | +#content_wrapper { |
| 535 | + clear: both; |
| 536 | + margin: 0 8px; |
| 537 | +} |
| 538 | + |
| 539 | +#footer { |
| 540 | + margin: 0 8px; |
| 541 | +} |
| 542 | + |
| 543 | +#header img, |
| 544 | +#header form, |
| 545 | +#header input, |
| 546 | +#header button { |
| 547 | + vertical-align: middle; |
| 548 | + display: inline-block; |
| 549 | +} |
| 550 | + |
| 551 | +#searchbox { |
| 552 | + width: auto; |
| 553 | + padding: 5px; |
| 554 | + border: 1px solid #cccccc; |
| 555 | + -webkit-border-radius: 2px; |
| 556 | + -moz-border-radius: 2px; |
| 557 | +} |
| 558 | + |
| 559 | +#searchbox a, |
| 560 | +#searchbox img { |
| 561 | + border: 0px; |
| 562 | + vertical-align: middle; |
| 563 | +} |
| 564 | + |
| 565 | +#search:focus { |
| 566 | + outline: none; |
| 567 | +} |
| 568 | + |
| 569 | +#searchbox #searchField { |
| 570 | + width: auto; |
| 571 | +} |
| 572 | + |
| 573 | +#nav { |
| 574 | + -webkit-border-radius: 2px; |
| 575 | + -moz-border-radius: 2px; |
| 576 | + clear: both; |
| 577 | + padding: 5px 0; |
| 578 | +} |
| 579 | + |
| 580 | +#nav form, |
| 581 | +#nav button { |
| 582 | + display: inline-block; |
| 583 | +} |
| 584 | + |
| 585 | +#nav button { |
| 586 | + background: url(images/buttonbg.gif) no-repeat center; |
| 587 | + border: 0; |
| 588 | + height: 23px; |
| 589 | + width: 83px; |
| 590 | +} |
| 591 | + |
| 592 | +#disableButtons { |
| 593 | + text-align: center; |
| 594 | +} |
| 595 | + |
| 596 | +#disableButtons button { |
| 597 | + background: url(images/buttonbg.gif) no-repeat center; |
| 598 | + border: 0; |
| 599 | + height: 23px; |
| 600 | + width: 83px; |
| 601 | +} |
| 602 | + |
| 603 | +#disableButtons #backButton { |
| 604 | + margin-top: 5em; |
| 605 | +} |
| 606 | + |
| 607 | +.mwm-message.mwm-notice { |
| 608 | + font-size: 1.1em; |
| 609 | +} |
| 610 | + |
| 611 | +#image_wrapper { |
| 612 | + margin: 8px 0 8px -3px; |
| 613 | +} |
| 614 | + |
| 615 | +#footer { |
| 616 | + padding-top: 1em; |
| 617 | +} |
| 618 | + |
| 619 | +#footer #perm { |
| 620 | + padding-top: 2em; |
| 621 | + font-size: 90%; |
| 622 | +} |
| 623 | + |
| 624 | +#footer #copyright { |
| 625 | + padding: 1em 0; |
| 626 | + font-size: 80%; |
| 627 | +} |
| 628 | + |
| 629 | +ol.references > li:target, |
| 630 | +sup.reference:target, |
| 631 | +span.citation:target, cite:target { |
| 632 | + background-color: #ddeeff; |
| 633 | +} |
Index: trunk/extensions/MobileFrontend/stylesheets/simple.css |
— | — | @@ -1,154 +1,3 @@ |
2 | | -html { |
3 | | - font-size: 0.8em; |
4 | | -} |
5 | | - |
6 | | -body { |
7 | | - line-height: 1; |
8 | | - color: black; |
9 | | - background: white; |
10 | | - font-family: sans-serif; |
11 | | - -webkit-text-size-adjust: none; |
12 | | -} |
13 | | - |
14 | | -p, li, dl, #featured_article { |
15 | | - line-height: 1.65; |
16 | | -} |
17 | | - |
18 | | -pre { |
19 | | - white-space: pre-wrap; |
20 | | -} |
21 | | - |
22 | | -h2 { |
23 | | - border-bottom: 1px solid #aaaaaa; |
24 | | - padding-top: 0.3em; |
25 | | -} |
26 | | - |
27 | | -a { |
28 | | - text-decoration: none; |
29 | | - color: #002bb8; |
30 | | -} |
31 | | - |
32 | | -a:visited { |
33 | | - color: #5a3696; |
34 | | -} |
35 | | - |
36 | | -a:active { |
37 | | - color: #faa700; |
38 | | -} |
39 | | - |
40 | | -a:hover { |
41 | | - text-decoration: underline; |
42 | | -} |
43 | | - |
44 | | -a.new, a.new:visited, a.new:hover { |
45 | | - color: red; |
46 | | -} |
47 | | - |
48 | | -a.back_to_top, a.back_to_top:visited { |
49 | | - margin-top: 7px; |
50 | | - color: blue; |
51 | | -} |
52 | | - |
53 | | -.links { |
54 | | - float: left; |
55 | | - padding: 10px; |
56 | | -} |
57 | | - |
58 | | -#contentSub, .dablink { |
59 | | - margin-bottom: 10px; |
60 | | -} |
61 | | - |
62 | | -#firstHeading { |
63 | | - font-size: 1.7em; |
64 | | -} |
65 | | - |
66 | | -h2 { |
67 | | - font-size: 1.3em; |
68 | | -} |
69 | | - |
70 | | -.section_anchors a { |
71 | | - display: block; |
72 | | -} |
73 | | - |
74 | | -.section_anchor { |
75 | | - height: 1px; |
76 | | - width: 1px; |
77 | | -} |
78 | | - |
79 | | -.printonly, .geo-multi-punct, .geo-nondefault { |
80 | | - display: none; |
81 | | -} |
82 | | - |
83 | | -#featured_article .noprint, .today .noprint { |
84 | | - display: none; |
85 | | -} |
86 | | - |
87 | | -.thumb { |
88 | | - border: 1px solid #cccccc; |
89 | | - -webkit-border-radius: 5px; |
90 | | - -moz-border-radius: 5px; |
91 | | - background: #f9f9f9; |
92 | | - margin-bottom: 10px; |
93 | | -} |
94 | | - |
95 | | -.thumb .thumbinner[style] { |
96 | | - margin: 5px auto; |
97 | | -} |
98 | | - |
99 | | -.thumb .thumbcaption { |
100 | | - width: 100%; |
101 | | - margin: 5px 10px 0; |
102 | | - text-align: center; |
103 | | - width: auto !important; |
104 | | -} |
105 | | - |
106 | | -img.thumbborder { |
107 | | - border: 1px solid #cccccc; |
108 | | -} |
109 | | - |
110 | | -.floatright { |
111 | | - float: right; |
112 | | -} |
113 | | - |
114 | | -#content_wrapper.home h1#firstHeading { |
115 | | - display: none; |
116 | | -} |
117 | | - |
118 | | -body { |
119 | | - margin: 0; |
120 | | -} |
121 | | - |
122 | | -#header { |
123 | | - margin: 8px 8px 0 8px; |
124 | | -} |
125 | | - |
126 | | -#content_wrapper { |
127 | | - clear: both; |
128 | | - margin: 0 8px; |
129 | | -} |
130 | | - |
131 | | -#footer { |
132 | | - margin: 0 8px; |
133 | | -} |
134 | | - |
135 | | -#header img, #header form, #header input, #header button { |
136 | | - vertical-align: middle; |
137 | | - display: inline-block; |
138 | | -} |
139 | | - |
140 | | -#searchbox { |
141 | | - width: auto; |
142 | | - padding: 5px; |
143 | | - border: 1px solid #cccccc; |
144 | | - -webkit-border-radius: 2px; |
145 | | - -moz-border-radius: 2px; |
146 | | -} |
147 | | - |
148 | | -#searchbox a, #searchbox img { |
149 | | - border: 0px; |
150 | | - vertical-align: middle; |
151 | | -} |
152 | | - |
153 | 2 | #searchbox #goButton { |
154 | 3 | border: 0; |
155 | 4 | background: url(images/s.gif) no-repeat top left; |
— | — | @@ -156,71 +5,6 @@ |
157 | 6 | width: 27px; |
158 | 7 | } |
159 | 8 | |
160 | | -#searchbox #searchField { |
161 | | - width: auto; |
162 | | -} |
163 | | - |
164 | | -#nav { |
165 | | - -webkit-border-radius: 2px; |
166 | | - -moz-border-radius: 2px; |
167 | | - clear: both; |
168 | | - padding: 5px 0; |
169 | | -} |
170 | | - |
171 | | -#nav form, #nav button { |
172 | | - display: inline-block; |
173 | | -} |
174 | | - |
175 | | -#nav button { |
176 | | - background: url(images/buttonbg.gif) no-repeat center; |
177 | | - border: 0; |
178 | | - height: 23px; |
179 | | - width: 83px; |
180 | | -} |
181 | | - |
182 | | -#disableButtons { |
183 | | - text-align: center; |
184 | | -} |
185 | | - |
186 | | -#disableButtons button { |
187 | | - background: url(images/buttonbg.gif) no-repeat center; |
188 | | - border: 0; |
189 | | - height: 23px; |
190 | | - width: 83px; |
191 | | -} |
192 | | - |
193 | | -#disableButtons #backButton { |
194 | | - margin-top: 5em; |
195 | | -} |
196 | | - |
197 | | -.mwm-message.mwm-notice { |
198 | | - font-size: 1.1em; |
199 | | -} |
200 | | - |
201 | | -#image_wrapper { |
202 | | - margin: 8px 0 8px -3px; |
203 | | -} |
204 | | - |
205 | | -#footer { |
206 | | - padding-top: 1em; |
207 | | -} |
208 | | - |
209 | | -#footer #perm { |
210 | | - padding-top: 2em; |
211 | | - font-size: 90%; |
212 | | -} |
213 | | - |
214 | | -#footer #copyright { |
215 | | - padding: 1em 0; |
216 | | - font-size: 80%; |
217 | | -} |
218 | | - |
219 | | -ol.references > li:target, |
220 | | -sup.reference:target, |
221 | | -span.citation:target, cite:target { |
222 | | - background-color: #ddeeff; |
223 | | -} |
224 | | - |
225 | 9 | .content_block, |
226 | 10 | .section_anchors, |
227 | 11 | button.section_heading.hide { |
— | — | @@ -280,6 +64,3 @@ |
281 | 65 | margin-right: 5px; |
282 | 66 | } |
283 | 67 | |
284 | | -#search:focus { |
285 | | - outline: none; |
286 | | -} |
Index: trunk/extensions/MobileFrontend/stylesheets/palm_pre.css |
— | — | @@ -1,154 +1,3 @@ |
2 | | -html { |
3 | | - font-size: 0.8em; |
4 | | -} |
5 | | - |
6 | | -body { |
7 | | - line-height: 1; |
8 | | - color: black; |
9 | | - background: white; |
10 | | - font-family: sans-serif; |
11 | | - -webkit-text-size-adjust: none; |
12 | | -} |
13 | | - |
14 | | -p, li, dl, #featured_article { |
15 | | - line-height: 1.65; |
16 | | -} |
17 | | - |
18 | | -pre { |
19 | | - white-space: pre-wrap; |
20 | | -} |
21 | | - |
22 | | -h2 { |
23 | | - border-bottom: 1px solid #aaaaaa; |
24 | | - padding-top: 0.3em; |
25 | | -} |
26 | | - |
27 | | -a { |
28 | | - text-decoration: none; |
29 | | - color: #002bb8; |
30 | | -} |
31 | | - |
32 | | -a:visited { |
33 | | - color: #5a3696; |
34 | | -} |
35 | | - |
36 | | -a:active { |
37 | | - color: #faa700; |
38 | | -} |
39 | | - |
40 | | -a:hover { |
41 | | - text-decoration: underline; |
42 | | -} |
43 | | - |
44 | | -a.new, a.new:visited, a.new:hover { |
45 | | - color: red; |
46 | | -} |
47 | | - |
48 | | -a.back_to_top, a.back_to_top:visited { |
49 | | - margin-top: 7px; |
50 | | - color: blue; |
51 | | -} |
52 | | - |
53 | | -.links { |
54 | | - float: left; |
55 | | - padding: 10px; |
56 | | -} |
57 | | - |
58 | | -#contentSub, .dablink { |
59 | | - margin-bottom: 10px; |
60 | | -} |
61 | | - |
62 | | -#firstHeading { |
63 | | - font-size: 1.7em; |
64 | | -} |
65 | | - |
66 | | -h2 { |
67 | | - font-size: 1.3em; |
68 | | -} |
69 | | - |
70 | | -.section_anchors a { |
71 | | - display: block; |
72 | | -} |
73 | | - |
74 | | -.section_anchor { |
75 | | - height: 1px; |
76 | | - width: 1px; |
77 | | -} |
78 | | - |
79 | | -.printonly, .geo-multi-punct, .geo-nondefault { |
80 | | - display: none; |
81 | | -} |
82 | | - |
83 | | -#featured_article .noprint, .today .noprint { |
84 | | - display: none; |
85 | | -} |
86 | | - |
87 | | -.thumb { |
88 | | - border: 1px solid #cccccc; |
89 | | - -webkit-border-radius: 5px; |
90 | | - -moz-border-radius: 5px; |
91 | | - background: #f9f9f9; |
92 | | - margin-bottom: 10px; |
93 | | -} |
94 | | - |
95 | | -.thumb .thumbinner[style] { |
96 | | - margin: 5px auto; |
97 | | -} |
98 | | - |
99 | | -.thumb .thumbcaption { |
100 | | - width: 100%; |
101 | | - margin: 5px 10px 0; |
102 | | - text-align: center; |
103 | | - width: auto !important; |
104 | | -} |
105 | | - |
106 | | -img.thumbborder { |
107 | | - border: 1px solid #cccccc; |
108 | | -} |
109 | | - |
110 | | -.floatright { |
111 | | - float: right; |
112 | | -} |
113 | | - |
114 | | -#content_wrapper.home h1#firstHeading { |
115 | | - display: none; |
116 | | -} |
117 | | - |
118 | | -body { |
119 | | - margin: 0; |
120 | | -} |
121 | | - |
122 | | -#header { |
123 | | - margin: 8px 8px 0 8px; |
124 | | -} |
125 | | - |
126 | | -#content_wrapper { |
127 | | - clear: both; |
128 | | - margin: 0 8px; |
129 | | -} |
130 | | - |
131 | | -#footer { |
132 | | - margin: 0 8px; |
133 | | -} |
134 | | - |
135 | | -#header img, #header form, #header input, #header button { |
136 | | - vertical-align: middle; |
137 | | - display: inline-block; |
138 | | -} |
139 | | - |
140 | | -#searchbox { |
141 | | - width: auto; |
142 | | - padding: 5px; |
143 | | - border: 1px solid #cccccc; |
144 | | - -webkit-border-radius: 2px; |
145 | | - -moz-border-radius: 2px; |
146 | | -} |
147 | | - |
148 | | -#searchbox a, #searchbox img { |
149 | | - border: 0px; |
150 | | - vertical-align: middle; |
151 | | -} |
152 | | - |
153 | 2 | #searchbox #goButton { |
154 | 3 | border: 0; |
155 | 4 | background: url(images/s.gif) no-repeat top left; |
— | — | @@ -156,71 +5,6 @@ |
157 | 6 | width: 27px; |
158 | 7 | } |
159 | 8 | |
160 | | -#searchbox #searchField { |
161 | | - width: auto; |
162 | | -} |
163 | | - |
164 | | -#nav { |
165 | | - -webkit-border-radius: 2px; |
166 | | - -moz-border-radius: 2px; |
167 | | - clear: both; |
168 | | - padding: 5px 0; |
169 | | -} |
170 | | - |
171 | | -#nav form, #nav button { |
172 | | - display: inline-block; |
173 | | -} |
174 | | - |
175 | | -#nav button { |
176 | | - background: url(images/buttonbg.gif) no-repeat center; |
177 | | - border: 0; |
178 | | - height: 23px; |
179 | | - width: 83px; |
180 | | -} |
181 | | - |
182 | | -#disableButtons { |
183 | | - text-align: center; |
184 | | -} |
185 | | - |
186 | | -#disableButtons button { |
187 | | - background: url(images/buttonbg.gif) no-repeat center; |
188 | | - border: 0; |
189 | | - height: 23px; |
190 | | - width: 83px; |
191 | | -} |
192 | | - |
193 | | -#disableButtons #backButton { |
194 | | - margin-top: 5em; |
195 | | -} |
196 | | - |
197 | | -.mwm-message.mwm-notice { |
198 | | - font-size: 1.1em; |
199 | | -} |
200 | | - |
201 | | -#image_wrapper { |
202 | | - margin: 8px 0 8px -3px; |
203 | | -} |
204 | | - |
205 | | -#footer { |
206 | | - padding-top: 1em; |
207 | | -} |
208 | | - |
209 | | -#footer #perm { |
210 | | - padding-top: 2em; |
211 | | - font-size: 90%; |
212 | | -} |
213 | | - |
214 | | -#footer #copyright { |
215 | | - padding: 1em 0; |
216 | | - font-size: 80%; |
217 | | -} |
218 | | - |
219 | | -ol.references > li:target, |
220 | | -sup.reference:target, |
221 | | -span.citation:target, cite:target { |
222 | | - background-color: #ddeeff; |
223 | | -} |
224 | | - |
225 | 9 | .content_block, |
226 | 10 | .section_anchors, |
227 | 11 | button.section_heading.hide { |
— | — | @@ -262,7 +46,4 @@ |
263 | 47 | font-size: 14px; |
264 | 48 | } |
265 | 49 | |
266 | | -#search:focus { |
267 | | - outline: none; |
268 | | -} |
269 | 50 | |
Index: trunk/extensions/MobileFrontend/stylesheets/nokia.css |
— | — | @@ -1,154 +1,3 @@ |
2 | | -html { |
3 | | - font-size: 0.8em; |
4 | | -} |
5 | | - |
6 | | -body { |
7 | | - line-height: 1; |
8 | | - color: black; |
9 | | - background: white; |
10 | | - font-family: sans-serif; |
11 | | - -webkit-text-size-adjust: none; |
12 | | -} |
13 | | - |
14 | | -p, li, dl, #featured_article { |
15 | | - line-height: 1.65; |
16 | | -} |
17 | | - |
18 | | -pre { |
19 | | - white-space: pre-wrap; |
20 | | -} |
21 | | - |
22 | | -h2 { |
23 | | - border-bottom: 1px solid #aaaaaa; |
24 | | - padding-top: 0.3em; |
25 | | -} |
26 | | - |
27 | | -a { |
28 | | - text-decoration: none; |
29 | | - color: #002bb8; |
30 | | -} |
31 | | - |
32 | | -a:visited { |
33 | | - color: #5a3696; |
34 | | -} |
35 | | - |
36 | | -a:active { |
37 | | - color: #faa700; |
38 | | -} |
39 | | - |
40 | | -a:hover { |
41 | | - text-decoration: underline; |
42 | | -} |
43 | | - |
44 | | -a.new, a.new:visited, a.new:hover { |
45 | | - color: red; |
46 | | -} |
47 | | - |
48 | | -a.back_to_top, a.back_to_top:visited { |
49 | | - margin-top: 7px; |
50 | | - color: blue; |
51 | | -} |
52 | | - |
53 | | -.links { |
54 | | - float: left; |
55 | | - padding: 10px; |
56 | | -} |
57 | | - |
58 | | -#contentSub, .dablink { |
59 | | - margin-bottom: 10px; |
60 | | -} |
61 | | - |
62 | | -#firstHeading { |
63 | | - font-size: 1.7em; |
64 | | -} |
65 | | - |
66 | | -h2 { |
67 | | - font-size: 1.3em; |
68 | | -} |
69 | | - |
70 | | -.section_anchors a { |
71 | | - display: block; |
72 | | -} |
73 | | - |
74 | | -.section_anchor { |
75 | | - height: 1px; |
76 | | - width: 1px; |
77 | | -} |
78 | | - |
79 | | -.printonly, .geo-multi-punct, .geo-nondefault { |
80 | | - display: none; |
81 | | -} |
82 | | - |
83 | | -#featured_article .noprint, .today .noprint { |
84 | | - display: none; |
85 | | -} |
86 | | - |
87 | | -.thumb { |
88 | | - border: 1px solid #cccccc; |
89 | | - -webkit-border-radius: 5px; |
90 | | - -moz-border-radius: 5px; |
91 | | - background: #f9f9f9; |
92 | | - margin-bottom: 10px; |
93 | | -} |
94 | | - |
95 | | -.thumb .thumbinner[style] { |
96 | | - margin: 5px auto; |
97 | | -} |
98 | | - |
99 | | -.thumb .thumbcaption { |
100 | | - width: 100%; |
101 | | - margin: 5px 10px 0; |
102 | | - text-align: center; |
103 | | - width: auto !important; |
104 | | -} |
105 | | - |
106 | | -img.thumbborder { |
107 | | - border: 1px solid #cccccc; |
108 | | -} |
109 | | - |
110 | | -.floatright { |
111 | | - float: right; |
112 | | -} |
113 | | - |
114 | | -#content_wrapper.home h1#firstHeading { |
115 | | - display: none; |
116 | | -} |
117 | | - |
118 | | -body { |
119 | | - margin: 0; |
120 | | -} |
121 | | - |
122 | | -#header { |
123 | | - margin: 8px 8px 0 8px; |
124 | | -} |
125 | | - |
126 | | -#content_wrapper { |
127 | | - clear: both; |
128 | | - margin: 0 8px; |
129 | | -} |
130 | | - |
131 | | -#footer { |
132 | | - margin: 0 8px; |
133 | | -} |
134 | | - |
135 | | -#header img, #header form, #header input, #header button { |
136 | | - vertical-align: middle; |
137 | | - display: inline-block; |
138 | | -} |
139 | | - |
140 | | -#searchbox { |
141 | | - width: auto; |
142 | | - padding: 5px; |
143 | | - border: 1px solid #cccccc; |
144 | | - -webkit-border-radius: 2px; |
145 | | - -moz-border-radius: 2px; |
146 | | -} |
147 | | - |
148 | | -#searchbox a, #searchbox img { |
149 | | - border: 0px; |
150 | | - vertical-align: middle; |
151 | | -} |
152 | | - |
153 | 2 | #searchbox #goButton { |
154 | 3 | border: 0; |
155 | 4 | background: url(images/s.gif) no-repeat top left; |
— | — | @@ -156,71 +5,6 @@ |
157 | 6 | width: 27px; |
158 | 7 | } |
159 | 8 | |
160 | | -#searchbox #searchField { |
161 | | - width: auto; |
162 | | -} |
163 | | - |
164 | | -#nav { |
165 | | - -webkit-border-radius: 2px; |
166 | | - -moz-border-radius: 2px; |
167 | | - clear: both; |
168 | | - padding: 5px 0; |
169 | | -} |
170 | | - |
171 | | -#nav form, #nav button { |
172 | | - display: inline-block; |
173 | | -} |
174 | | - |
175 | | -#nav button { |
176 | | - background: url(images/buttonbg.gif) no-repeat center; |
177 | | - border: 0; |
178 | | - height: 23px; |
179 | | - width: 83px; |
180 | | -} |
181 | | - |
182 | | -#disableButtons { |
183 | | - text-align: center; |
184 | | -} |
185 | | - |
186 | | -#disableButtons button { |
187 | | - background: url(images/buttonbg.gif) no-repeat center; |
188 | | - border: 0; |
189 | | - height: 23px; |
190 | | - width: 83px; |
191 | | -} |
192 | | - |
193 | | -#disableButtons #backButton { |
194 | | - margin-top: 5em; |
195 | | -} |
196 | | - |
197 | | -.mwm-message.mwm-notice { |
198 | | - font-size: 1.1em; |
199 | | -} |
200 | | - |
201 | | -#image_wrapper { |
202 | | - margin: 8px 0 8px -3px; |
203 | | -} |
204 | | - |
205 | | -#footer { |
206 | | - padding-top: 1em; |
207 | | -} |
208 | | - |
209 | | -#footer #perm { |
210 | | - padding-top: 2em; |
211 | | - font-size: 90%; |
212 | | -} |
213 | | - |
214 | | -#footer #copyright { |
215 | | - padding: 1em 0; |
216 | | - font-size: 80%; |
217 | | -} |
218 | | - |
219 | | -ol.references > li:target, |
220 | | -sup.reference:target, |
221 | | -span.citation:target, cite:target { |
222 | | - background-color: #ddeeff; |
223 | | -} |
224 | | - |
225 | 9 | .content_block, |
226 | 10 | .section_anchors, |
227 | 11 | button.section_heading.hide { |
— | — | @@ -245,6 +29,3 @@ |
246 | 30 | padding: 0 5px 5px 5px; |
247 | 31 | } |
248 | 32 | |
249 | | -#search:focus { |
250 | | - outline: none; |
251 | | -} |
Index: trunk/extensions/MobileFrontend/stylesheets/firefox.css |
— | — | @@ -1,154 +1,3 @@ |
2 | | -html { |
3 | | - font-size: 0.8em; |
4 | | -} |
5 | | - |
6 | | -body { |
7 | | - line-height: 1; |
8 | | - color: black; |
9 | | - background: white; |
10 | | - font-family: sans-serif; |
11 | | - -webkit-text-size-adjust: none; |
12 | | -} |
13 | | - |
14 | | -p, li, dl, #featured_article { |
15 | | - line-height: 1.65; |
16 | | -} |
17 | | - |
18 | | -pre { |
19 | | - white-space: pre-wrap; |
20 | | -} |
21 | | - |
22 | | -h2 { |
23 | | - border-bottom: 1px solid #aaaaaa; |
24 | | - padding-top: 0.3em; |
25 | | -} |
26 | | - |
27 | | -a { |
28 | | - text-decoration: none; |
29 | | - color: #002bb8; |
30 | | -} |
31 | | - |
32 | | -a:visited { |
33 | | - color: #5a3696; |
34 | | -} |
35 | | - |
36 | | -a:active { |
37 | | - color: #faa700; |
38 | | -} |
39 | | - |
40 | | -a:hover { |
41 | | - text-decoration: underline; |
42 | | -} |
43 | | - |
44 | | -a.new, a.new:visited, a.new:hover { |
45 | | - color: red; |
46 | | -} |
47 | | - |
48 | | -a.back_to_top, a.back_to_top:visited { |
49 | | - margin-top: 7px; |
50 | | - color: blue; |
51 | | -} |
52 | | - |
53 | | -.links { |
54 | | - float: left; |
55 | | - padding: 10px; |
56 | | -} |
57 | | - |
58 | | -#contentSub, .dablink { |
59 | | - margin-bottom: 10px; |
60 | | -} |
61 | | - |
62 | | -#firstHeading { |
63 | | - font-size: 1.7em; |
64 | | -} |
65 | | - |
66 | | -h2 { |
67 | | - font-size: 1.3em; |
68 | | -} |
69 | | - |
70 | | -.section_anchors a { |
71 | | - display: block; |
72 | | -} |
73 | | - |
74 | | -.section_anchor { |
75 | | - height: 1px; |
76 | | - width: 1px; |
77 | | -} |
78 | | - |
79 | | -.printonly, .geo-multi-punct, .geo-nondefault { |
80 | | - display: none; |
81 | | -} |
82 | | - |
83 | | -#featured_article .noprint, .today .noprint { |
84 | | - display: none; |
85 | | -} |
86 | | - |
87 | | -.thumb { |
88 | | - border: 1px solid #cccccc; |
89 | | - -webkit-border-radius: 5px; |
90 | | - -moz-border-radius: 5px; |
91 | | - background: #f9f9f9; |
92 | | - margin-bottom: 10px; |
93 | | -} |
94 | | - |
95 | | -.thumb .thumbinner[style] { |
96 | | - margin: 5px auto; |
97 | | -} |
98 | | - |
99 | | -.thumb .thumbcaption { |
100 | | - width: 100%; |
101 | | - margin: 5px 10px 0; |
102 | | - text-align: center; |
103 | | - width: auto !important; |
104 | | -} |
105 | | - |
106 | | -img.thumbborder { |
107 | | - border: 1px solid #cccccc; |
108 | | -} |
109 | | - |
110 | | -.floatright { |
111 | | - float: right; |
112 | | -} |
113 | | - |
114 | | -#content_wrapper.home h1#firstHeading { |
115 | | - display: none; |
116 | | -} |
117 | | - |
118 | | -body { |
119 | | - margin: 0; |
120 | | -} |
121 | | - |
122 | | -#header { |
123 | | - margin: 8px 8px 0 8px; |
124 | | -} |
125 | | - |
126 | | -#content_wrapper { |
127 | | - clear: both; |
128 | | - margin: 0 8px; |
129 | | -} |
130 | | - |
131 | | -#footer { |
132 | | - margin: 0 8px; |
133 | | -} |
134 | | - |
135 | | -#header img, #header form, #header input, #header button { |
136 | | - vertical-align: middle; |
137 | | - display: inline-block; |
138 | | -} |
139 | | - |
140 | | -#searchbox { |
141 | | - width: auto; |
142 | | - padding: 5px; |
143 | | - border: 1px solid #cccccc; |
144 | | - -webkit-border-radius: 2px; |
145 | | - -moz-border-radius: 2px; |
146 | | -} |
147 | | - |
148 | | -#searchbox a, #searchbox img { |
149 | | - border: 0px; |
150 | | - vertical-align: middle; |
151 | | -} |
152 | | - |
153 | 2 | #searchbox #goButton { |
154 | 3 | border: 0; |
155 | 4 | background: url(images/s.gif) no-repeat top left; |
— | — | @@ -156,71 +5,6 @@ |
157 | 6 | width: 27px; |
158 | 7 | } |
159 | 8 | |
160 | | -#searchbox #searchField { |
161 | | - width: auto; |
162 | | -} |
163 | | - |
164 | | -#nav { |
165 | | - -webkit-border-radius: 2px; |
166 | | - -moz-border-radius: 2px; |
167 | | - clear: both; |
168 | | - padding: 5px 0; |
169 | | -} |
170 | | - |
171 | | -#nav form, #nav button { |
172 | | - display: inline-block; |
173 | | -} |
174 | | - |
175 | | -#nav button { |
176 | | - background: url(images/buttonbg.gif) no-repeat center; |
177 | | - border: 0; |
178 | | - height: 23px; |
179 | | - width: 83px; |
180 | | -} |
181 | | - |
182 | | -#disableButtons { |
183 | | - text-align: center; |
184 | | -} |
185 | | - |
186 | | -#disableButtons button { |
187 | | - background: url(images/buttonbg.gif) no-repeat center; |
188 | | - border: 0; |
189 | | - height: 23px; |
190 | | - width: 83px; |
191 | | -} |
192 | | - |
193 | | -#disableButtons #backButton { |
194 | | - margin-top: 5em; |
195 | | -} |
196 | | - |
197 | | -.mwm-message.mwm-notice { |
198 | | - font-size: 1.1em; |
199 | | -} |
200 | | - |
201 | | -#image_wrapper { |
202 | | - margin: 8px 0 8px -3px; |
203 | | -} |
204 | | - |
205 | | -#footer { |
206 | | - padding-top: 1em; |
207 | | -} |
208 | | - |
209 | | -#footer #perm { |
210 | | - padding-top: 2em; |
211 | | - font-size: 90%; |
212 | | -} |
213 | | - |
214 | | -#footer #copyright { |
215 | | - padding: 1em 0; |
216 | | - font-size: 80%; |
217 | | -} |
218 | | - |
219 | | -ol.references > li:target, |
220 | | -sup.reference:target, |
221 | | -span.citation:target, cite:target { |
222 | | - background-color: #ddeeff; |
223 | | -} |
224 | | - |
225 | 9 | .content_block, |
226 | 10 | .section_anchors, |
227 | 11 | button.section_heading.hide { |
— | — | @@ -245,7 +29,4 @@ |
246 | 30 | margin-top: 8px; |
247 | 31 | } |
248 | 32 | |
249 | | -#search:focus { |
250 | | - outline: none; |
251 | | -} |
252 | 33 | |
Index: trunk/extensions/MobileFrontend/stylesheets/psp.css |
— | — | @@ -1,154 +1,3 @@ |
2 | | -html { |
3 | | - font-size: 0.8em; |
4 | | -} |
5 | | - |
6 | | -body { |
7 | | - line-height: 1; |
8 | | - color: black; |
9 | | - background: white; |
10 | | - font-family: sans-serif; |
11 | | - -webkit-text-size-adjust: none; |
12 | | -} |
13 | | - |
14 | | -p, li, dl, #featured_article { |
15 | | - line-height: 1.65; |
16 | | -} |
17 | | - |
18 | | -pre { |
19 | | - white-space: pre-wrap; |
20 | | -} |
21 | | - |
22 | | -h2 { |
23 | | - border-bottom: 1px solid #aaaaaa; |
24 | | - padding-top: 0.3em; |
25 | | -} |
26 | | - |
27 | | -a { |
28 | | - text-decoration: none; |
29 | | - color: #002bb8; |
30 | | -} |
31 | | - |
32 | | -a:visited { |
33 | | - color: #5a3696; |
34 | | -} |
35 | | - |
36 | | -a:active { |
37 | | - color: #faa700; |
38 | | -} |
39 | | - |
40 | | -a:hover { |
41 | | - text-decoration: underline; |
42 | | -} |
43 | | - |
44 | | -a.new, a.new:visited, a.new:hover { |
45 | | - color: red; |
46 | | -} |
47 | | - |
48 | | -a.back_to_top, a.back_to_top:visited { |
49 | | - margin-top: 7px; |
50 | | - color: blue; |
51 | | -} |
52 | | - |
53 | | -.links { |
54 | | - float: left; |
55 | | - padding: 10px; |
56 | | -} |
57 | | - |
58 | | -#contentSub, .dablink { |
59 | | - margin-bottom: 10px; |
60 | | -} |
61 | | - |
62 | | -#firstHeading { |
63 | | - font-size: 1.7em; |
64 | | -} |
65 | | - |
66 | | -h2 { |
67 | | - font-size: 1.3em; |
68 | | -} |
69 | | - |
70 | | -.section_anchors a { |
71 | | - display: block; |
72 | | -} |
73 | | - |
74 | | -.section_anchor { |
75 | | - height: 1px; |
76 | | - width: 1px; |
77 | | -} |
78 | | - |
79 | | -.printonly, .geo-multi-punct, .geo-nondefault { |
80 | | - display: none; |
81 | | -} |
82 | | - |
83 | | -#featured_article .noprint, .today .noprint { |
84 | | - display: none; |
85 | | -} |
86 | | - |
87 | | -.thumb { |
88 | | - border: 1px solid #cccccc; |
89 | | - -webkit-border-radius: 5px; |
90 | | - -moz-border-radius: 5px; |
91 | | - background: #f9f9f9; |
92 | | - margin-bottom: 10px; |
93 | | -} |
94 | | - |
95 | | -.thumb .thumbinner[style] { |
96 | | - margin: 5px auto; |
97 | | -} |
98 | | - |
99 | | -.thumb .thumbcaption { |
100 | | - width: 100%; |
101 | | - margin: 5px 10px 0; |
102 | | - text-align: center; |
103 | | - width: auto !important; |
104 | | -} |
105 | | - |
106 | | -img.thumbborder { |
107 | | - border: 1px solid #cccccc; |
108 | | -} |
109 | | - |
110 | | -.floatright { |
111 | | - float: right; |
112 | | -} |
113 | | - |
114 | | -#content_wrapper.home h1#firstHeading { |
115 | | - display: none; |
116 | | -} |
117 | | - |
118 | | -body { |
119 | | - margin: 0; |
120 | | -} |
121 | | - |
122 | | -#header { |
123 | | - margin: 8px 8px 0 8px; |
124 | | -} |
125 | | - |
126 | | -#content_wrapper { |
127 | | - clear: both; |
128 | | - margin: 0 8px; |
129 | | -} |
130 | | - |
131 | | -#footer { |
132 | | - margin: 0 8px; |
133 | | -} |
134 | | - |
135 | | -#header img, #header form, #header input, #header button { |
136 | | - vertical-align: middle; |
137 | | - display: inline-block; |
138 | | -} |
139 | | - |
140 | | -#searchbox { |
141 | | - width: auto; |
142 | | - padding: 5px; |
143 | | - border: 1px solid #cccccc; |
144 | | - -webkit-border-radius: 2px; |
145 | | - -moz-border-radius: 2px; |
146 | | -} |
147 | | - |
148 | | -#searchbox a, #searchbox img { |
149 | | - border: 0px; |
150 | | - vertical-align: middle; |
151 | | -} |
152 | | - |
153 | 2 | #searchbox #goButton { |
154 | 3 | border: 0; |
155 | 4 | background: url(images/s.gif) no-repeat top left; |
— | — | @@ -156,71 +5,6 @@ |
157 | 6 | width: 27px; |
158 | 7 | } |
159 | 8 | |
160 | | -#searchbox #searchField { |
161 | | - width: auto; |
162 | | -} |
163 | | - |
164 | | -#nav { |
165 | | - -webkit-border-radius: 2px; |
166 | | - -moz-border-radius: 2px; |
167 | | - clear: both; |
168 | | - padding: 5px 0; |
169 | | -} |
170 | | - |
171 | | -#nav form, #nav button { |
172 | | - display: inline-block; |
173 | | -} |
174 | | - |
175 | | -#nav button { |
176 | | - background: url(images/buttonbg.gif) no-repeat center; |
177 | | - border: 0; |
178 | | - height: 23px; |
179 | | - width: 83px; |
180 | | -} |
181 | | - |
182 | | -#disableButtons { |
183 | | - text-align: center; |
184 | | -} |
185 | | - |
186 | | -#disableButtons button { |
187 | | - background: url(images/buttonbg.gif) no-repeat center; |
188 | | - border: 0; |
189 | | - height: 23px; |
190 | | - width: 83px; |
191 | | -} |
192 | | - |
193 | | -#disableButtons #backButton { |
194 | | - margin-top: 5em; |
195 | | -} |
196 | | - |
197 | | -.mwm-message.mwm-notice { |
198 | | - font-size: 1.1em; |
199 | | -} |
200 | | - |
201 | | -#image_wrapper { |
202 | | - margin: 8px 0 8px -3px; |
203 | | -} |
204 | | - |
205 | | -#footer { |
206 | | - padding-top: 1em; |
207 | | -} |
208 | | - |
209 | | -#footer #perm { |
210 | | - padding-top: 2em; |
211 | | - font-size: 90%; |
212 | | -} |
213 | | - |
214 | | -#footer #copyright { |
215 | | - padding: 1em 0; |
216 | | - font-size: 80%; |
217 | | -} |
218 | | - |
219 | | -ol.references > li:target, |
220 | | -sup.reference:target, |
221 | | -span.citation:target, cite:target { |
222 | | - background-color: #ddeeff; |
223 | | -} |
224 | | - |
225 | 9 | .content_block, |
226 | 10 | .section_anchors, |
227 | 11 | button.section_heading.hide { |
— | — | @@ -317,7 +101,4 @@ |
318 | 102 | display: none; |
319 | 103 | } |
320 | 104 | |
321 | | -#search:focus { |
322 | | - outline: none; |
323 | | -} |
324 | 105 | |
Index: trunk/extensions/MobileFrontend/stylesheets/iphone2.css |
— | — | @@ -1,154 +1,3 @@ |
2 | | -html { |
3 | | - font-size: 0.8em; |
4 | | -} |
5 | | - |
6 | | -body { |
7 | | - line-height: 1; |
8 | | - color: black; |
9 | | - background: white; |
10 | | - font-family: sans-serif; |
11 | | - -webkit-text-size-adjust: none; |
12 | | -} |
13 | | - |
14 | | -p, li, dl, #featured_article { |
15 | | - line-height: 1.65; |
16 | | -} |
17 | | - |
18 | | -pre { |
19 | | - white-space: pre-wrap; |
20 | | -} |
21 | | - |
22 | | -h2 { |
23 | | - border-bottom: 1px solid #aaaaaa; |
24 | | - padding-top: 0.3em; |
25 | | -} |
26 | | - |
27 | | -a { |
28 | | - text-decoration: none; |
29 | | - color: #002bb8; |
30 | | -} |
31 | | - |
32 | | -a:visited { |
33 | | - color: #5a3696; |
34 | | -} |
35 | | - |
36 | | -a:active { |
37 | | - color: #faa700; |
38 | | -} |
39 | | - |
40 | | -a:hover { |
41 | | - text-decoration: underline; |
42 | | -} |
43 | | - |
44 | | -a.new, a.new:visited, a.new:hover { |
45 | | - color: red; |
46 | | -} |
47 | | - |
48 | | -a.back_to_top, a.back_to_top:visited { |
49 | | - margin-top: 7px; |
50 | | - color: blue; |
51 | | -} |
52 | | - |
53 | | -.links { |
54 | | - float: left; |
55 | | - padding: 10px; |
56 | | -} |
57 | | - |
58 | | -#contentSub, .dablink { |
59 | | - margin-bottom: 10px; |
60 | | -} |
61 | | - |
62 | | -#firstHeading { |
63 | | - font-size: 1.7em; |
64 | | -} |
65 | | - |
66 | | -h2 { |
67 | | - font-size: 1.3em; |
68 | | -} |
69 | | - |
70 | | -.section_anchors a { |
71 | | - display: block; |
72 | | -} |
73 | | - |
74 | | -.section_anchor { |
75 | | - height: 1px; |
76 | | - width: 1px; |
77 | | -} |
78 | | - |
79 | | -.printonly, .geo-multi-punct, .geo-nondefault { |
80 | | - display: none; |
81 | | -} |
82 | | - |
83 | | -#featured_article .noprint, .today .noprint { |
84 | | - display: none; |
85 | | -} |
86 | | - |
87 | | -.thumb { |
88 | | - border: 1px solid #cccccc; |
89 | | - -webkit-border-radius: 5px; |
90 | | - -moz-border-radius: 5px; |
91 | | - background: #f9f9f9; |
92 | | - margin-bottom: 10px; |
93 | | -} |
94 | | - |
95 | | -.thumb .thumbinner[style] { |
96 | | - margin: 5px auto; |
97 | | -} |
98 | | - |
99 | | -.thumb .thumbcaption { |
100 | | - width: 100%; |
101 | | - margin: 5px 10px 0; |
102 | | - text-align: center; |
103 | | - width: auto !important; |
104 | | -} |
105 | | - |
106 | | -img.thumbborder { |
107 | | - border: 1px solid #cccccc; |
108 | | -} |
109 | | - |
110 | | -.floatright { |
111 | | - float: right; |
112 | | -} |
113 | | - |
114 | | -#content_wrapper.home h1#firstHeading { |
115 | | - display: none; |
116 | | -} |
117 | | - |
118 | | -body { |
119 | | - margin: 0; |
120 | | -} |
121 | | - |
122 | | -#header { |
123 | | - margin: 8px 8px 0 8px; |
124 | | -} |
125 | | - |
126 | | -#content_wrapper { |
127 | | - clear: both; |
128 | | - margin: 0 8px; |
129 | | -} |
130 | | - |
131 | | -#footer { |
132 | | - margin: 0 8px; |
133 | | -} |
134 | | - |
135 | | -#header img, #header form, #header input, #header button { |
136 | | - vertical-align: middle; |
137 | | - display: inline-block; |
138 | | -} |
139 | | - |
140 | | -#searchbox { |
141 | | - width: auto; |
142 | | - padding: 5px; |
143 | | - border: 1px solid #cccccc; |
144 | | - -webkit-border-radius: 2px; |
145 | | - -moz-border-radius: 2px; |
146 | | -} |
147 | | - |
148 | | -#searchbox a, #searchbox img { |
149 | | - border: 0px; |
150 | | - vertical-align: middle; |
151 | | -} |
152 | | - |
153 | 2 | #searchbox #goButton { |
154 | 3 | border: 0; |
155 | 4 | background: url(images/s.gif) no-repeat top left; |
— | — | @@ -156,43 +5,6 @@ |
157 | 6 | width: 27px; |
158 | 7 | } |
159 | 8 | |
160 | | -#searchbox #searchField { |
161 | | - width: auto; |
162 | | -} |
163 | | - |
164 | | -#nav { |
165 | | - -webkit-border-radius: 2px; |
166 | | - -moz-border-radius: 2px; |
167 | | - clear: both; |
168 | | - padding: 5px 0; |
169 | | -} |
170 | | - |
171 | | -#nav form, #nav button { |
172 | | - display: inline-block; |
173 | | -} |
174 | | - |
175 | | -#nav button { |
176 | | - background: url(images/buttonbg.gif) no-repeat center; |
177 | | - border: 0; |
178 | | - height: 23px; |
179 | | - width: 83px; |
180 | | -} |
181 | | - |
182 | | -#disableButtons { |
183 | | - text-align: center; |
184 | | -} |
185 | | - |
186 | | -#disableButtons button { |
187 | | - background: url(images/buttonbg.gif) no-repeat center; |
188 | | - border: 0; |
189 | | - height: 23px; |
190 | | - width: 83px; |
191 | | -} |
192 | | - |
193 | | -#disableButtons #backButton { |
194 | | - margin-top: 5em; |
195 | | -} |
196 | | - |
197 | 9 | .mwm-notice { |
198 | 10 | padding: 5px; |
199 | 11 | background: #dddddd; |
— | — | @@ -202,34 +14,6 @@ |
203 | 15 | border: 1px solid grey; |
204 | 16 | } |
205 | 17 | |
206 | | -.mwm-message.mwm-notice { |
207 | | - font-size: 1.1em; |
208 | | -} |
209 | | - |
210 | | -#image_wrapper { |
211 | | - margin: 8px 0 8px -3px; |
212 | | -} |
213 | | - |
214 | | -#footer { |
215 | | - padding-top: 1em; |
216 | | -} |
217 | | - |
218 | | -#footer #perm { |
219 | | - padding-top: 2em; |
220 | | - font-size: 90%; |
221 | | -} |
222 | | - |
223 | | -#footer #copyright { |
224 | | - padding: 1em 0; |
225 | | - font-size: 80%; |
226 | | -} |
227 | | - |
228 | | -ol.references > li:target, |
229 | | -sup.reference:target, |
230 | | -span.citation:target, cite:target { |
231 | | - background-color: #ddeeff; |
232 | | -} |
233 | | - |
234 | 18 | .content_block, |
235 | 19 | .section_anchors, |
236 | 20 | button.section_heading.hide { |
— | — | @@ -254,10 +38,6 @@ |
255 | 39 | max-width: 290px; |
256 | 40 | } |
257 | 41 | |
258 | | -#search:focus { |
259 | | - outline: none; |
260 | | -} |
261 | | - |
262 | 42 | #search { |
263 | 43 | height: 1.3em; |
264 | 44 | } |
Index: trunk/extensions/MobileFrontend/stylesheets/kindle.css |
— | — | @@ -9,7 +9,3 @@ |
10 | 10 | body { |
11 | 11 | line-height: 120%; |
12 | 12 | } |
13 | | - |
14 | | -#search:focus { |
15 | | - outline: none; |
16 | | -} |
Index: trunk/extensions/MobileFrontend/stylesheets/android.css |
— | — | @@ -1,154 +1,3 @@ |
2 | | -html { |
3 | | - font-size: 0.8em; |
4 | | -} |
5 | | - |
6 | | -body { |
7 | | - line-height: 1; |
8 | | - color: black; |
9 | | - background: white; |
10 | | - font-family: sans-serif; |
11 | | - -webkit-text-size-adjust: none; |
12 | | -} |
13 | | - |
14 | | -p, li, dl, #featured_article { |
15 | | - line-height: 1.65; |
16 | | -} |
17 | | - |
18 | | -pre { |
19 | | - white-space: pre-wrap; |
20 | | -} |
21 | | - |
22 | | -h2 { |
23 | | - border-bottom: 1px solid #aaaaaa; |
24 | | - padding-top: 0.3em; |
25 | | -} |
26 | | - |
27 | | -a { |
28 | | - text-decoration: none; |
29 | | - color: #002bb8; |
30 | | -} |
31 | | - |
32 | | -a:visited { |
33 | | - color: #5a3696; |
34 | | -} |
35 | | - |
36 | | -a:active { |
37 | | - color: #faa700; |
38 | | -} |
39 | | - |
40 | | -a:hover { |
41 | | - text-decoration: underline; |
42 | | -} |
43 | | - |
44 | | -a.new, a.new:visited, a.new:hover { |
45 | | - color: red; |
46 | | -} |
47 | | - |
48 | | -a.back_to_top, a.back_to_top:visited { |
49 | | - margin-top: 7px; |
50 | | - color: blue; |
51 | | -} |
52 | | - |
53 | | -.links { |
54 | | - float: left; |
55 | | - padding: 10px; |
56 | | -} |
57 | | - |
58 | | -#contentSub, .dablink { |
59 | | - margin-bottom: 10px; |
60 | | -} |
61 | | - |
62 | | -#firstHeading { |
63 | | - font-size: 1.7em; |
64 | | -} |
65 | | - |
66 | | -h2 { |
67 | | - font-size: 1.3em; |
68 | | -} |
69 | | - |
70 | | -.section_anchors a { |
71 | | - display: block; |
72 | | -} |
73 | | - |
74 | | -.section_anchor { |
75 | | - height: 1px; |
76 | | - width: 1px; |
77 | | -} |
78 | | - |
79 | | -.printonly, .geo-multi-punct, .geo-nondefault { |
80 | | - display: none; |
81 | | -} |
82 | | - |
83 | | -#featured_article .noprint, .today .noprint { |
84 | | - display: none; |
85 | | -} |
86 | | - |
87 | | -.thumb { |
88 | | - border: 1px solid #cccccc; |
89 | | - -webkit-border-radius: 5px; |
90 | | - -moz-border-radius: 5px; |
91 | | - background: #f9f9f9; |
92 | | - margin-bottom: 10px; |
93 | | -} |
94 | | - |
95 | | -.thumb .thumbinner[style] { |
96 | | - margin: 5px auto; |
97 | | -} |
98 | | - |
99 | | -.thumb .thumbcaption { |
100 | | - width: 100%; |
101 | | - margin: 5px 10px 0; |
102 | | - text-align: center; |
103 | | - width: auto !important; |
104 | | -} |
105 | | - |
106 | | -img.thumbborder { |
107 | | - border: 1px solid #cccccc; |
108 | | -} |
109 | | - |
110 | | -.floatright { |
111 | | - float: right; |
112 | | -} |
113 | | - |
114 | | -#content_wrapper.home h1#firstHeading { |
115 | | - display: none; |
116 | | -} |
117 | | - |
118 | | -body { |
119 | | - margin: 0; |
120 | | -} |
121 | | - |
122 | | -#header { |
123 | | - margin: 8px 8px 0 8px; |
124 | | -} |
125 | | - |
126 | | -#content_wrapper { |
127 | | - clear: both; |
128 | | - margin: 0 8px; |
129 | | -} |
130 | | - |
131 | | -#footer { |
132 | | - margin: 0 8px; |
133 | | -} |
134 | | - |
135 | | -#header img, #header form, #header input, #header button { |
136 | | - vertical-align: middle; |
137 | | - display: inline-block; |
138 | | -} |
139 | | - |
140 | | -#searchbox { |
141 | | - width: auto; |
142 | | - padding: 5px; |
143 | | - border: 1px solid #cccccc; |
144 | | - -webkit-border-radius: 2px; |
145 | | - -moz-border-radius: 2px; |
146 | | -} |
147 | | - |
148 | | -#searchbox a, #searchbox img { |
149 | | - border: 0px; |
150 | | - vertical-align: middle; |
151 | | -} |
152 | | - |
153 | 2 | #searchbox #goButton { |
154 | 3 | border: 0; |
155 | 4 | background: url(images/s.gif) no-repeat top left; |
— | — | @@ -167,71 +16,6 @@ |
168 | 17 | } |
169 | 18 | } |
170 | 19 | |
171 | | -#searchbox #searchField { |
172 | | - width: auto; |
173 | | -} |
174 | | - |
175 | | -#nav { |
176 | | - -webkit-border-radius: 2px; |
177 | | - -moz-border-radius: 2px; |
178 | | - clear: both; |
179 | | - padding: 5px 0; |
180 | | -} |
181 | | - |
182 | | -#nav form, #nav button { |
183 | | - display: inline-block; |
184 | | -} |
185 | | - |
186 | | -#nav button { |
187 | | - background: url(images/buttonbg.gif) no-repeat center; |
188 | | - border: 0; |
189 | | - height: 23px; |
190 | | - width: 83px; |
191 | | -} |
192 | | - |
193 | | -#disableButtons { |
194 | | - text-align: center; |
195 | | -} |
196 | | - |
197 | | -#disableButtons button { |
198 | | - background: url(images/buttonbg.gif) no-repeat center; |
199 | | - border: 0; |
200 | | - height: 23px; |
201 | | - width: 83px; |
202 | | -} |
203 | | - |
204 | | -#disableButtons #backButton { |
205 | | - margin-top: 5em; |
206 | | -} |
207 | | - |
208 | | -.mwm-message.mwm-notice { |
209 | | - font-size: 1.1em; |
210 | | -} |
211 | | - |
212 | | -#image_wrapper { |
213 | | - margin: 8px 0 8px -3px; |
214 | | -} |
215 | | - |
216 | | -#footer { |
217 | | - padding-top: 1em; |
218 | | -} |
219 | | - |
220 | | -#footer #perm { |
221 | | - padding-top: 2em; |
222 | | - font-size: 90%; |
223 | | -} |
224 | | - |
225 | | -#footer #copyright { |
226 | | - padding: 1em 0; |
227 | | - font-size: 80%; |
228 | | -} |
229 | | - |
230 | | -ol.references > li:target, |
231 | | -sup.reference:target, |
232 | | -span.citation:target, cite:target { |
233 | | - background-color: #ddeeff; |
234 | | -} |
235 | | - |
236 | 20 | .content_block, |
237 | 21 | .section_anchors, |
238 | 22 | button.section_heading.hide { |
— | — | @@ -252,7 +36,4 @@ |
253 | 37 | padding: 0 5px 5px 5px; |
254 | 38 | } |
255 | 39 | |
256 | | -#search:focus { |
257 | | - outline: none; |
258 | | -} |
259 | 40 | |
Index: trunk/extensions/MobileFrontend/stylesheets/blackberry.css |
— | — | @@ -2,157 +2,6 @@ |
3 | 3 | test: 1; |
4 | 4 | } |
5 | 5 | |
6 | | -html { |
7 | | - font-size: 0.8em; |
8 | | -} |
9 | | - |
10 | | -body { |
11 | | - line-height: 1; |
12 | | - color: black; |
13 | | - background: white; |
14 | | - font-family: sans-serif; |
15 | | - -webkit-text-size-adjust: none; |
16 | | -} |
17 | | - |
18 | | -p, li, dl, #featured_article { |
19 | | - line-height: 1.65; |
20 | | -} |
21 | | - |
22 | | -pre { |
23 | | - white-space: pre-wrap; |
24 | | -} |
25 | | - |
26 | | -h2 { |
27 | | - border-bottom: 1px solid #aaaaaa; |
28 | | - padding-top: 0.3em; |
29 | | -} |
30 | | - |
31 | | -a { |
32 | | - text-decoration: none; |
33 | | - color: #002bb8; |
34 | | -} |
35 | | - |
36 | | -a:visited { |
37 | | - color: #5a3696; |
38 | | -} |
39 | | - |
40 | | -a:active { |
41 | | - color: #faa700; |
42 | | -} |
43 | | - |
44 | | -a:hover { |
45 | | - text-decoration: underline; |
46 | | -} |
47 | | - |
48 | | -a.new, a.new:visited, a.new:hover { |
49 | | - color: red; |
50 | | -} |
51 | | - |
52 | | -a.back_to_top, a.back_to_top:visited { |
53 | | - margin-top: 7px; |
54 | | - color: blue; |
55 | | -} |
56 | | - |
57 | | -.links { |
58 | | - float: left; |
59 | | - padding: 10px; |
60 | | -} |
61 | | - |
62 | | -#contentSub, .dablink { |
63 | | - margin-bottom: 10px; |
64 | | -} |
65 | | - |
66 | | -#firstHeading { |
67 | | - font-size: 1.7em; |
68 | | -} |
69 | | - |
70 | | -h2 { |
71 | | - font-size: 1.3em; |
72 | | -} |
73 | | - |
74 | | -.section_anchors a { |
75 | | - display: block; |
76 | | -} |
77 | | - |
78 | | -.section_anchor { |
79 | | - height: 1px; |
80 | | - width: 1px; |
81 | | -} |
82 | | - |
83 | | -.printonly, .geo-multi-punct, .geo-nondefault { |
84 | | - display: none; |
85 | | -} |
86 | | - |
87 | | -#featured_article .noprint, .today .noprint { |
88 | | - display: none; |
89 | | -} |
90 | | - |
91 | | -.thumb { |
92 | | - border: 1px solid #cccccc; |
93 | | - -webkit-border-radius: 5px; |
94 | | - -moz-border-radius: 5px; |
95 | | - background: #f9f9f9; |
96 | | - margin-bottom: 10px; |
97 | | -} |
98 | | - |
99 | | -.thumb .thumbinner[style] { |
100 | | - margin: 5px auto; |
101 | | -} |
102 | | - |
103 | | -.thumb .thumbcaption { |
104 | | - width: 100%; |
105 | | - margin: 5px 10px 0; |
106 | | - text-align: center; |
107 | | - width: auto !important; |
108 | | -} |
109 | | - |
110 | | -img.thumbborder { |
111 | | - border: 1px solid #cccccc; |
112 | | -} |
113 | | - |
114 | | -.floatright { |
115 | | - float: right; |
116 | | -} |
117 | | - |
118 | | -#content_wrapper.home h1#firstHeading { |
119 | | - display: none; |
120 | | -} |
121 | | - |
122 | | -body { |
123 | | - margin: 0; |
124 | | -} |
125 | | - |
126 | | -#header { |
127 | | - margin: 8px 8px 0 8px; |
128 | | -} |
129 | | - |
130 | | -#content_wrapper { |
131 | | - clear: both; |
132 | | - margin: 0 8px; |
133 | | -} |
134 | | - |
135 | | -#footer { |
136 | | - margin: 0 8px; |
137 | | -} |
138 | | - |
139 | | -#header img, #header form, #header input, #header button { |
140 | | - vertical-align: middle; |
141 | | - display: inline-block; |
142 | | -} |
143 | | - |
144 | | -#searchbox { |
145 | | - width: auto; |
146 | | - padding: 5px; |
147 | | - border: 1px solid #cccccc; |
148 | | - -webkit-border-radius: 2px; |
149 | | - -moz-border-radius: 2px; |
150 | | -} |
151 | | - |
152 | | -#searchbox a, #searchbox img { |
153 | | - border: 0px; |
154 | | - vertical-align: middle; |
155 | | -} |
156 | | - |
157 | 6 | #searchbox #goButton { |
158 | 7 | border: 0; |
159 | 8 | background: url(images/s.gif) no-repeat top left; |
— | — | @@ -160,71 +9,6 @@ |
161 | 10 | width: 27px; |
162 | 11 | } |
163 | 12 | |
164 | | -#searchbox #searchField { |
165 | | - width: auto; |
166 | | -} |
167 | | - |
168 | | -#nav { |
169 | | - -webkit-border-radius: 2px; |
170 | | - -moz-border-radius: 2px; |
171 | | - clear: both; |
172 | | - padding: 5px 0; |
173 | | -} |
174 | | - |
175 | | -#nav form, #nav button { |
176 | | - display: inline-block; |
177 | | -} |
178 | | - |
179 | | -#nav button { |
180 | | - background: url(images/buttonbg.gif) no-repeat center; |
181 | | - border: 0; |
182 | | - height: 23px; |
183 | | - width: 83px; |
184 | | -} |
185 | | - |
186 | | -#disableButtons { |
187 | | - text-align: center; |
188 | | -} |
189 | | - |
190 | | -#disableButtons button { |
191 | | - background: url(images/buttonbg.gif) no-repeat center; |
192 | | - border: 0; |
193 | | - height: 23px; |
194 | | - width: 83px; |
195 | | -} |
196 | | - |
197 | | -#disableButtons #backButton { |
198 | | - margin-top: 5em; |
199 | | -} |
200 | | - |
201 | | -.mwm-message.mwm-notice { |
202 | | - font-size: 1.1em; |
203 | | -} |
204 | | - |
205 | | -#image_wrapper { |
206 | | - margin: 8px 0 8px -3px; |
207 | | -} |
208 | | - |
209 | | -#footer { |
210 | | - padding-top: 1em; |
211 | | -} |
212 | | - |
213 | | -#footer #perm { |
214 | | - padding-top: 2em; |
215 | | - font-size: 90%; |
216 | | -} |
217 | | - |
218 | | -#footer #copyright { |
219 | | - padding: 1em 0; |
220 | | - font-size: 80%; |
221 | | -} |
222 | | - |
223 | | -ol.references > li:target, |
224 | | -sup.reference:target, |
225 | | -span.citation:target, cite:target { |
226 | | - background-color: #ddeeff; |
227 | | -} |
228 | | - |
229 | 13 | .content_block, |
230 | 14 | .section_anchors, |
231 | 15 | button.section_heading.hide { |
— | — | @@ -244,7 +28,3 @@ |
245 | 29 | background: white; |
246 | 30 | padding: 0 5px 5px 5px; |
247 | 31 | } |
248 | | - |
249 | | -#search:focus { |
250 | | - outline: none; |
251 | | -} |
Index: trunk/extensions/MobileFrontend/stylesheets/iphone.css |
— | — | @@ -1,154 +1,3 @@ |
2 | | -html { |
3 | | - font-size: 0.8em; |
4 | | -} |
5 | | - |
6 | | -body { |
7 | | - line-height: 1; |
8 | | - color: black; |
9 | | - background: white; |
10 | | - font-family: sans-serif; |
11 | | - -webkit-text-size-adjust: none; |
12 | | -} |
13 | | - |
14 | | -p, li, dl, #featured_article { |
15 | | - line-height: 1.65; |
16 | | -} |
17 | | - |
18 | | -pre { |
19 | | - white-space: pre-wrap; |
20 | | -} |
21 | | - |
22 | | -h2 { |
23 | | - border-bottom: 1px solid #aaaaaa; |
24 | | - padding-top: 0.3em; |
25 | | -} |
26 | | - |
27 | | -a { |
28 | | - text-decoration: none; |
29 | | - color: #002bb8; |
30 | | -} |
31 | | - |
32 | | -a:visited { |
33 | | - color: #5a3696; |
34 | | -} |
35 | | - |
36 | | -a:active { |
37 | | - color: #faa700; |
38 | | -} |
39 | | - |
40 | | -a:hover { |
41 | | - text-decoration: underline; |
42 | | -} |
43 | | - |
44 | | -a.new, a.new:visited, a.new:hover { |
45 | | - color: red; |
46 | | -} |
47 | | - |
48 | | -a.back_to_top, a.back_to_top:visited { |
49 | | - margin-top: 7px; |
50 | | - color: blue; |
51 | | -} |
52 | | - |
53 | | -.links { |
54 | | - float: left; |
55 | | - padding: 10px; |
56 | | -} |
57 | | - |
58 | | -#contentSub, .dablink { |
59 | | - margin-bottom: 10px; |
60 | | -} |
61 | | - |
62 | | -#firstHeading { |
63 | | - font-size: 1.7em; |
64 | | -} |
65 | | - |
66 | | -h2 { |
67 | | - font-size: 1.3em; |
68 | | -} |
69 | | - |
70 | | -.section_anchors a { |
71 | | - display: block; |
72 | | -} |
73 | | - |
74 | | -.section_anchor { |
75 | | - height: 1px; |
76 | | - width: 1px; |
77 | | -} |
78 | | - |
79 | | -.printonly, .geo-multi-punct, .geo-nondefault { |
80 | | - display: none; |
81 | | -} |
82 | | - |
83 | | -#featured_article .noprint, .today .noprint { |
84 | | - display: none; |
85 | | -} |
86 | | - |
87 | | -.thumb { |
88 | | - border: 1px solid #cccccc; |
89 | | - -webkit-border-radius: 5px; |
90 | | - -moz-border-radius: 5px; |
91 | | - background: #f9f9f9; |
92 | | - margin-bottom: 10px; |
93 | | -} |
94 | | - |
95 | | -.thumb .thumbinner[style] { |
96 | | - margin: 5px auto; |
97 | | -} |
98 | | - |
99 | | -.thumb .thumbcaption { |
100 | | - width: 100%; |
101 | | - margin: 5px 10px 0; |
102 | | - text-align: center; |
103 | | - width: auto !important; |
104 | | -} |
105 | | - |
106 | | -img.thumbborder { |
107 | | - border: 1px solid #cccccc; |
108 | | -} |
109 | | - |
110 | | -.floatright { |
111 | | - float: right; |
112 | | -} |
113 | | - |
114 | | -#content_wrapper.home h1#firstHeading { |
115 | | - display: none; |
116 | | -} |
117 | | - |
118 | | -body { |
119 | | - margin: 0; |
120 | | -} |
121 | | - |
122 | | -#header { |
123 | | - margin: 8px 8px 0 8px; |
124 | | -} |
125 | | - |
126 | | -#content_wrapper { |
127 | | - clear: both; |
128 | | - margin: 0 8px; |
129 | | -} |
130 | | - |
131 | | -#footer { |
132 | | - margin: 0 8px; |
133 | | -} |
134 | | - |
135 | | -#header img, #header form, #header input, #header button { |
136 | | - vertical-align: middle; |
137 | | - display: inline-block; |
138 | | -} |
139 | | - |
140 | | -#searchbox { |
141 | | - width: auto; |
142 | | - padding: 5px; |
143 | | - border: 1px solid #cccccc; |
144 | | - -webkit-border-radius: 2px; |
145 | | - -moz-border-radius: 2px; |
146 | | -} |
147 | | - |
148 | | -#searchbox a, #searchbox img { |
149 | | - border: 0px; |
150 | | - vertical-align: middle; |
151 | | -} |
152 | | - |
153 | 2 | #searchbox #goButton { |
154 | 3 | border: 0; |
155 | 4 | background: url(images/s.gif) no-repeat top left; |
— | — | @@ -162,71 +11,6 @@ |
163 | 12 | } |
164 | 13 | } |
165 | 14 | |
166 | | -#searchbox #searchField { |
167 | | - width: auto; |
168 | | -} |
169 | | - |
170 | | -#nav { |
171 | | - -webkit-border-radius: 2px; |
172 | | - -moz-border-radius: 2px; |
173 | | - clear: both; |
174 | | - padding: 5px 0; |
175 | | -} |
176 | | - |
177 | | -#nav form, #nav button { |
178 | | - display: inline-block; |
179 | | -} |
180 | | - |
181 | | -#nav button { |
182 | | - background: url(images/buttonbg.gif) no-repeat center; |
183 | | - border: 0; |
184 | | - height: 23px; |
185 | | - width: 83px; |
186 | | -} |
187 | | - |
188 | | -#disableButtons { |
189 | | - text-align: center; |
190 | | -} |
191 | | - |
192 | | -#disableButtons button { |
193 | | - background: url(images/buttonbg.gif) no-repeat center; |
194 | | - border: 0; |
195 | | - height: 23px; |
196 | | - width: 83px; |
197 | | -} |
198 | | - |
199 | | -#disableButtons #backButton { |
200 | | - margin-top: 5em; |
201 | | -} |
202 | | - |
203 | | -.mwm-message.mwm-notice { |
204 | | - font-size: 1.1em; |
205 | | -} |
206 | | - |
207 | | -#image_wrapper { |
208 | | - margin: 8px 0 8px -3px; |
209 | | -} |
210 | | - |
211 | | -#footer { |
212 | | - padding-top: 1em; |
213 | | -} |
214 | | - |
215 | | -#footer #perm { |
216 | | - padding-top: 2em; |
217 | | - font-size: 90%; |
218 | | -} |
219 | | - |
220 | | -#footer #copyright { |
221 | | - padding: 1em 0; |
222 | | - font-size: 80%; |
223 | | -} |
224 | | - |
225 | | -ol.references > li:target, |
226 | | -sup.reference:target, |
227 | | -span.citation:target, cite:target { |
228 | | - background-color: #ddeeff; |
229 | | -} |
230 | | - |
231 | 15 | #clearButton { |
232 | 16 | display: none; |
233 | 17 | } |
— | — | @@ -253,11 +37,6 @@ |
254 | 38 | -moz-border-radius: 2px; |
255 | 39 | } |
256 | 40 | |
257 | | -#searchbox a, #searchbox img { |
258 | | - border: 0px; |
259 | | - vertical-align: middle; |
260 | | -} |
261 | | - |
262 | 41 | #searchbox #goButton { |
263 | 42 | border: 0; |
264 | 43 | background: url(images/s.gif) no-repeat top left; |
— | — | @@ -284,10 +63,6 @@ |
285 | 64 | max-width: 290px; |
286 | 65 | } |
287 | 66 | |
288 | | -#search:focus { |
289 | | - outline: none; |
290 | | -} |
291 | | - |
292 | 67 | #search { |
293 | 68 | height: 1.3em; |
294 | 69 | } |
Index: trunk/extensions/MobileFrontend/stylesheets/beta_common.css |
— | — | @@ -422,3 +422,236 @@ |
423 | 423 | table.admin { |
424 | 424 | width: 300px; |
425 | 425 | } |
| 426 | + |
| 427 | +html { |
| 428 | + font-size: 0.8em; |
| 429 | +} |
| 430 | + |
| 431 | +body { |
| 432 | + line-height: 1; |
| 433 | + color: black; |
| 434 | + background: white; |
| 435 | + font-family: sans-serif; |
| 436 | + -webkit-text-size-adjust: none; |
| 437 | +} |
| 438 | + |
| 439 | +p, li, dl, |
| 440 | +#featured_article { |
| 441 | + line-height: 1.65; |
| 442 | +} |
| 443 | + |
| 444 | +pre { |
| 445 | + white-space: pre-wrap; |
| 446 | +} |
| 447 | + |
| 448 | +h2 { |
| 449 | + border-bottom: 1px solid #aaaaaa; |
| 450 | + padding-top: 0.3em; |
| 451 | +} |
| 452 | + |
| 453 | +a { |
| 454 | + text-decoration: none; |
| 455 | + color: #002bb8; |
| 456 | +} |
| 457 | + |
| 458 | +a:visited { |
| 459 | + color: #5a3696; |
| 460 | +} |
| 461 | + |
| 462 | +a:active { |
| 463 | + color: #faa700; |
| 464 | +} |
| 465 | + |
| 466 | +a:hover { |
| 467 | + text-decoration: underline; |
| 468 | +} |
| 469 | + |
| 470 | +a.new, |
| 471 | +a.new:visited, |
| 472 | +a.new:hover { |
| 473 | + color: red; |
| 474 | +} |
| 475 | + |
| 476 | +a.back_to_top, |
| 477 | +a.back_to_top:visited { |
| 478 | + margin-top: 7px; |
| 479 | + color: blue; |
| 480 | +} |
| 481 | + |
| 482 | +.links { |
| 483 | + float: left; |
| 484 | + padding: 10px; |
| 485 | +} |
| 486 | + |
| 487 | +#contentSub, |
| 488 | +.dablink { |
| 489 | + margin-bottom: 10px; |
| 490 | +} |
| 491 | + |
| 492 | +#firstHeading { |
| 493 | + font-size: 1.7em; |
| 494 | +} |
| 495 | + |
| 496 | +h2 { |
| 497 | + font-size: 1.3em; |
| 498 | +} |
| 499 | + |
| 500 | +.section_anchors a { |
| 501 | + display: block; |
| 502 | +} |
| 503 | + |
| 504 | +.section_anchor { |
| 505 | + height: 1px; |
| 506 | + width: 1px; |
| 507 | +} |
| 508 | + |
| 509 | +.printonly, |
| 510 | +.geo-multi-punct, |
| 511 | +.geo-nondefault { |
| 512 | + display: none; |
| 513 | +} |
| 514 | + |
| 515 | +#featured_article .noprint, |
| 516 | +.today .noprint { |
| 517 | + display: none; |
| 518 | +} |
| 519 | + |
| 520 | +.thumb { |
| 521 | + border: 1px solid #cccccc; |
| 522 | + -webkit-border-radius: 5px; |
| 523 | + -moz-border-radius: 5px; |
| 524 | + background: #f9f9f9; |
| 525 | + margin-bottom: 10px; |
| 526 | +} |
| 527 | + |
| 528 | +.thumb .thumbinner[style] { |
| 529 | + margin: 5px auto; |
| 530 | +} |
| 531 | + |
| 532 | +.thumb .thumbcaption { |
| 533 | + width: 100%; |
| 534 | + margin: 5px 10px 0; |
| 535 | + text-align: center; |
| 536 | + width: auto !important; |
| 537 | +} |
| 538 | + |
| 539 | +img.thumbborder { |
| 540 | + border: 1px solid #cccccc; |
| 541 | +} |
| 542 | + |
| 543 | +.floatright { |
| 544 | + float: right; |
| 545 | +} |
| 546 | + |
| 547 | +#content_wrapper.home h1#firstHeading { |
| 548 | + display: none; |
| 549 | +} |
| 550 | + |
| 551 | +body { |
| 552 | + margin: 0; |
| 553 | +} |
| 554 | + |
| 555 | +#header { |
| 556 | + margin: 8px 8px 0 8px; |
| 557 | +} |
| 558 | + |
| 559 | +#content_wrapper { |
| 560 | + clear: both; |
| 561 | + margin: 0 8px; |
| 562 | +} |
| 563 | + |
| 564 | +#footer { |
| 565 | + margin: 0 8px; |
| 566 | +} |
| 567 | + |
| 568 | +#header img, |
| 569 | +#header form, |
| 570 | +#header input, |
| 571 | +#header button { |
| 572 | + vertical-align: middle; |
| 573 | + display: inline-block; |
| 574 | +} |
| 575 | + |
| 576 | +#searchbox { |
| 577 | + width: auto; |
| 578 | + padding: 5px; |
| 579 | + border: 1px solid #cccccc; |
| 580 | + -webkit-border-radius: 2px; |
| 581 | + -moz-border-radius: 2px; |
| 582 | +} |
| 583 | + |
| 584 | +#searchbox a, |
| 585 | +#searchbox img { |
| 586 | + border: 0px; |
| 587 | + vertical-align: middle; |
| 588 | +} |
| 589 | + |
| 590 | +#search:focus { |
| 591 | + outline: none; |
| 592 | +} |
| 593 | + |
| 594 | +#searchbox #searchField { |
| 595 | + width: auto; |
| 596 | +} |
| 597 | + |
| 598 | +#nav { |
| 599 | + -webkit-border-radius: 2px; |
| 600 | + -moz-border-radius: 2px; |
| 601 | + clear: both; |
| 602 | + padding: 5px 0; |
| 603 | +} |
| 604 | + |
| 605 | +#nav form, |
| 606 | +#nav button { |
| 607 | + display: inline-block; |
| 608 | +} |
| 609 | + |
| 610 | +#nav button { |
| 611 | + background: url(images/buttonbg.gif) no-repeat center; |
| 612 | + border: 0; |
| 613 | + height: 23px; |
| 614 | + width: 83px; |
| 615 | +} |
| 616 | + |
| 617 | +#disableButtons { |
| 618 | + text-align: center; |
| 619 | +} |
| 620 | + |
| 621 | +#disableButtons button { |
| 622 | + background: url(images/buttonbg.gif) no-repeat center; |
| 623 | + border: 0; |
| 624 | + height: 23px; |
| 625 | + width: 83px; |
| 626 | +} |
| 627 | + |
| 628 | +#disableButtons #backButton { |
| 629 | + margin-top: 5em; |
| 630 | +} |
| 631 | + |
| 632 | +.mwm-message.mwm-notice { |
| 633 | + font-size: 1.1em; |
| 634 | +} |
| 635 | + |
| 636 | +#image_wrapper { |
| 637 | + margin: 8px 0 8px -3px; |
| 638 | +} |
| 639 | + |
| 640 | +#footer { |
| 641 | + padding-top: 1em; |
| 642 | +} |
| 643 | + |
| 644 | +#footer #perm { |
| 645 | + padding-top: 2em; |
| 646 | + font-size: 90%; |
| 647 | +} |
| 648 | + |
| 649 | +#footer #copyright { |
| 650 | + padding: 1em 0; |
| 651 | + font-size: 80%; |
| 652 | +} |
| 653 | + |
| 654 | +ol.references > li:target, |
| 655 | +sup.reference:target, |
| 656 | +span.citation:target, cite:target { |
| 657 | + background-color: #ddeeff; |
| 658 | +} |
Index: trunk/extensions/MobileFrontend/stylesheets/operamini.css |
— | — | @@ -1,154 +1,3 @@ |
2 | | -html { |
3 | | - font-size: 0.8em; |
4 | | -} |
5 | | - |
6 | | -body { |
7 | | - line-height: 1; |
8 | | - color: black; |
9 | | - background: white; |
10 | | - font-family: sans-serif; |
11 | | - -webkit-text-size-adjust: none; |
12 | | -} |
13 | | - |
14 | | -p, li, dl, #featured_article { |
15 | | - line-height: 1.65; |
16 | | -} |
17 | | - |
18 | | -pre { |
19 | | - white-space: pre-wrap; |
20 | | -} |
21 | | - |
22 | | -h2 { |
23 | | - border-bottom: 1px solid #aaaaaa; |
24 | | - padding-top: 0.3em; |
25 | | -} |
26 | | - |
27 | | -a { |
28 | | - text-decoration: none; |
29 | | - color: #002bb8; |
30 | | -} |
31 | | - |
32 | | -a:visited { |
33 | | - color: #5a3696; |
34 | | -} |
35 | | - |
36 | | -a:active { |
37 | | - color: #faa700; |
38 | | -} |
39 | | - |
40 | | -a:hover { |
41 | | - text-decoration: underline; |
42 | | -} |
43 | | - |
44 | | -a.new, a.new:visited, a.new:hover { |
45 | | - color: red; |
46 | | -} |
47 | | - |
48 | | -a.back_to_top, a.back_to_top:visited { |
49 | | - margin-top: 7px; |
50 | | - color: blue; |
51 | | -} |
52 | | - |
53 | | -.links { |
54 | | - float: left; |
55 | | - padding: 10px; |
56 | | -} |
57 | | - |
58 | | -#contentSub, .dablink { |
59 | | - margin-bottom: 10px; |
60 | | -} |
61 | | - |
62 | | -#firstHeading { |
63 | | - font-size: 1.7em; |
64 | | -} |
65 | | - |
66 | | -h2 { |
67 | | - font-size: 1.3em; |
68 | | -} |
69 | | - |
70 | | -.section_anchors a { |
71 | | - display: block; |
72 | | -} |
73 | | - |
74 | | -.section_anchor { |
75 | | - height: 1px; |
76 | | - width: 1px; |
77 | | -} |
78 | | - |
79 | | -.printonly, .geo-multi-punct, .geo-nondefault { |
80 | | - display: none; |
81 | | -} |
82 | | - |
83 | | -#featured_article .noprint, .today .noprint { |
84 | | - display: none; |
85 | | -} |
86 | | - |
87 | | -.thumb { |
88 | | - border: 1px solid #cccccc; |
89 | | - -webkit-border-radius: 5px; |
90 | | - -moz-border-radius: 5px; |
91 | | - background: #f9f9f9; |
92 | | - margin-bottom: 10px; |
93 | | -} |
94 | | - |
95 | | -.thumb .thumbinner[style] { |
96 | | - margin: 5px auto; |
97 | | -} |
98 | | - |
99 | | -.thumb .thumbcaption { |
100 | | - width: 100%; |
101 | | - margin: 5px 10px 0; |
102 | | - text-align: center; |
103 | | - width: auto !important; |
104 | | -} |
105 | | - |
106 | | -img.thumbborder { |
107 | | - border: 1px solid #cccccc; |
108 | | -} |
109 | | - |
110 | | -.floatright { |
111 | | - float: right; |
112 | | -} |
113 | | - |
114 | | -#content_wrapper.home h1#firstHeading { |
115 | | - display: none; |
116 | | -} |
117 | | - |
118 | | -body { |
119 | | - margin: 0; |
120 | | -} |
121 | | - |
122 | | -#header { |
123 | | - margin: 8px 8px 0 8px; |
124 | | -} |
125 | | - |
126 | | -#content_wrapper { |
127 | | - clear: both; |
128 | | - margin: 0 8px; |
129 | | -} |
130 | | - |
131 | | -#footer { |
132 | | - margin: 0 8px; |
133 | | -} |
134 | | - |
135 | | -#header img, #header form, #header input, #header button { |
136 | | - vertical-align: middle; |
137 | | - display: inline-block; |
138 | | -} |
139 | | - |
140 | | -#searchbox { |
141 | | - width: auto; |
142 | | - padding: 5px; |
143 | | - border: 1px solid #cccccc; |
144 | | - -webkit-border-radius: 2px; |
145 | | - -moz-border-radius: 2px; |
146 | | -} |
147 | | - |
148 | | -#searchbox a, #searchbox img { |
149 | | - border: 0px; |
150 | | - vertical-align: middle; |
151 | | -} |
152 | | - |
153 | 2 | #searchbox #goButton { |
154 | 3 | border: 0; |
155 | 4 | background: url(images/s.gif) no-repeat top left; |
— | — | @@ -156,71 +5,6 @@ |
157 | 6 | width: 27px; |
158 | 7 | } |
159 | 8 | |
160 | | -#searchbox #searchField { |
161 | | - width: auto; |
162 | | -} |
163 | | - |
164 | | -#nav { |
165 | | - -webkit-border-radius: 2px; |
166 | | - -moz-border-radius: 2px; |
167 | | - clear: both; |
168 | | - padding: 5px 0; |
169 | | -} |
170 | | - |
171 | | -#nav form, #nav button { |
172 | | - display: inline-block; |
173 | | -} |
174 | | - |
175 | | -#nav button { |
176 | | - background: url(images/buttonbg.gif) no-repeat center; |
177 | | - border: 0; |
178 | | - height: 23px; |
179 | | - width: 83px; |
180 | | -} |
181 | | - |
182 | | -#disableButtons { |
183 | | - text-align: center; |
184 | | -} |
185 | | - |
186 | | -#disableButtons button { |
187 | | - background: url(images/buttonbg.gif) no-repeat center; |
188 | | - border: 0; |
189 | | - height: 23px; |
190 | | - width: 83px; |
191 | | -} |
192 | | - |
193 | | -#disableButtons #backButton { |
194 | | - margin-top: 5em; |
195 | | -} |
196 | | - |
197 | | -.mwm-message.mwm-notice { |
198 | | - font-size: 1.1em; |
199 | | -} |
200 | | - |
201 | | -#image_wrapper { |
202 | | - margin: 8px 0 8px -3px; |
203 | | -} |
204 | | - |
205 | | -#footer { |
206 | | - padding-top: 1em; |
207 | | -} |
208 | | - |
209 | | -#footer #perm { |
210 | | - padding-top: 2em; |
211 | | - font-size: 90%; |
212 | | -} |
213 | | - |
214 | | -#footer #copyright { |
215 | | - padding: 1em 0; |
216 | | - font-size: 80%; |
217 | | -} |
218 | | - |
219 | | -ol.references > li:target, |
220 | | -sup.reference:target, |
221 | | -span.citation:target, cite:target { |
222 | | - background-color: #ddeeff; |
223 | | -} |
224 | | - |
225 | 9 | .content_block, |
226 | 10 | .section_anchors, |
227 | 11 | button.section_heading.hide { |
— | — | @@ -284,7 +68,4 @@ |
285 | 69 | display: none; |
286 | 70 | } |
287 | 71 | |
288 | | -#search:focus { |
289 | | - outline: none; |
290 | | -} |
291 | 72 | |
Index: trunk/extensions/MobileFrontend/stylesheets/default.css |
— | — | @@ -1,154 +1,3 @@ |
2 | | -html { |
3 | | - font-size: 0.8em; |
4 | | -} |
5 | | - |
6 | | -body { |
7 | | - line-height: 1; |
8 | | - color: black; |
9 | | - background: white; |
10 | | - font-family: sans-serif; |
11 | | - -webkit-text-size-adjust: none; |
12 | | -} |
13 | | - |
14 | | -p, li, dl, #featured_article { |
15 | | - line-height: 1.65; |
16 | | -} |
17 | | - |
18 | | -pre { |
19 | | - white-space: pre-wrap; |
20 | | -} |
21 | | - |
22 | | -h2 { |
23 | | - border-bottom: 1px solid #aaaaaa; |
24 | | - padding-top: 0.3em; |
25 | | -} |
26 | | - |
27 | | -a { |
28 | | - text-decoration: none; |
29 | | - color: #002bb8; |
30 | | -} |
31 | | - |
32 | | -a:visited { |
33 | | - color: #5a3696; |
34 | | -} |
35 | | - |
36 | | -a:active { |
37 | | - color: #faa700; |
38 | | -} |
39 | | - |
40 | | -a:hover { |
41 | | - text-decoration: underline; |
42 | | -} |
43 | | - |
44 | | -a.new, a.new:visited, a.new:hover { |
45 | | - color: red; |
46 | | -} |
47 | | - |
48 | | -a.back_to_top, a.back_to_top:visited { |
49 | | - margin-top: 7px; |
50 | | - color: blue; |
51 | | -} |
52 | | - |
53 | | -.links { |
54 | | - float: left; |
55 | | - padding: 10px; |
56 | | -} |
57 | | - |
58 | | -#contentSub, .dablink { |
59 | | - margin-bottom: 10px; |
60 | | -} |
61 | | - |
62 | | -#firstHeading { |
63 | | - font-size: 1.7em; |
64 | | -} |
65 | | - |
66 | | -h2 { |
67 | | - font-size: 1.3em; |
68 | | -} |
69 | | - |
70 | | -.section_anchors a { |
71 | | - display: block; |
72 | | -} |
73 | | - |
74 | | -.section_anchor { |
75 | | - height: 1px; |
76 | | - width: 1px; |
77 | | -} |
78 | | - |
79 | | -.printonly, .geo-multi-punct, .geo-nondefault { |
80 | | - display: none; |
81 | | -} |
82 | | - |
83 | | -#featured_article .noprint, .today .noprint { |
84 | | - display: none; |
85 | | -} |
86 | | - |
87 | | -.thumb { |
88 | | - border: 1px solid #cccccc; |
89 | | - -webkit-border-radius: 5px; |
90 | | - -moz-border-radius: 5px; |
91 | | - background: #f9f9f9; |
92 | | - margin-bottom: 10px; |
93 | | -} |
94 | | - |
95 | | -.thumb .thumbinner[style] { |
96 | | - margin: 5px auto; |
97 | | -} |
98 | | - |
99 | | -.thumb .thumbcaption { |
100 | | - width: 100%; |
101 | | - margin: 5px 10px 0; |
102 | | - text-align: center; |
103 | | - width: auto !important; |
104 | | -} |
105 | | - |
106 | | -img.thumbborder { |
107 | | - border: 1px solid #cccccc; |
108 | | -} |
109 | | - |
110 | | -.floatright { |
111 | | - float: right; |
112 | | -} |
113 | | - |
114 | | -#content_wrapper.home h1#firstHeading { |
115 | | - display: none; |
116 | | -} |
117 | | - |
118 | | -body { |
119 | | - margin: 0; |
120 | | -} |
121 | | - |
122 | | -#header { |
123 | | - margin: 8px 8px 0 8px; |
124 | | -} |
125 | | - |
126 | | -#content_wrapper { |
127 | | - clear: both; |
128 | | - margin: 0 8px; |
129 | | -} |
130 | | - |
131 | | -#footer { |
132 | | - margin: 0 8px; |
133 | | -} |
134 | | - |
135 | | -#header img, #header form, #header input, #header button { |
136 | | - vertical-align: middle; |
137 | | - display: inline-block; |
138 | | -} |
139 | | - |
140 | | -#searchbox { |
141 | | - width: auto; |
142 | | - padding: 5px; |
143 | | - border: 1px solid #cccccc; |
144 | | - -webkit-border-radius: 2px; |
145 | | - -moz-border-radius: 2px; |
146 | | -} |
147 | | - |
148 | | -#searchbox a, #searchbox img { |
149 | | - border: 0px; |
150 | | - vertical-align: middle; |
151 | | -} |
152 | | - |
153 | 2 | #searchbox #goButton { |
154 | 3 | border: 0; |
155 | 4 | background: url(images/s.gif) no-repeat top left; |
— | — | @@ -157,78 +6,10 @@ |
158 | 7 | width: 27px; |
159 | 8 | } |
160 | 9 | |
161 | | -#searchbox #searchField { |
162 | | - width: auto; |
163 | | -} |
164 | | - |
165 | | -#nav { |
166 | | - -webkit-border-radius: 2px; |
167 | | - -moz-border-radius: 2px; |
168 | | - clear: both; |
169 | | - padding: 5px 0; |
170 | | -} |
171 | | - |
172 | | -#nav form, #nav button { |
173 | | - display: inline-block; |
174 | | -} |
175 | | - |
176 | | -#nav button { |
177 | | - background: url(images/buttonbg.gif) no-repeat center; |
178 | | - border: 0; |
179 | | - height: 23px; |
180 | | - width: 83px; |
181 | | -} |
182 | | - |
183 | | -#disableButtons { |
184 | | - text-align: center; |
185 | | -} |
186 | | - |
187 | | -#disableButtons button { |
188 | | - background: url(images/buttonbg.gif) no-repeat center; |
189 | | - border: 0; |
190 | | - height: 23px; |
191 | | - width: 83px; |
192 | | -} |
193 | | - |
194 | | -#disableButtons #backButton { |
195 | | - margin-top: 5em; |
196 | | -} |
197 | | - |
198 | | -.mwm-message.mwm-notice { |
199 | | - font-size: 1.1em; |
200 | | -} |
201 | | - |
202 | | -#image_wrapper { |
203 | | - margin: 8px 0 8px -3px; |
204 | | -} |
205 | | - |
206 | | -#footer { |
207 | | - padding-top: 1em; |
208 | | -} |
209 | | - |
210 | | -#footer #perm { |
211 | | - padding-top: 2em; |
212 | | - font-size: 90%; |
213 | | -} |
214 | | - |
215 | | -#footer #copyright { |
216 | | - padding: 1em 0; |
217 | | - font-size: 80%; |
218 | | -} |
219 | | - |
220 | | -ol.references > li:target, |
221 | | -sup.reference:target, |
222 | | -span.citation:target, cite:target { |
223 | | - background-color: #ddeeff; |
224 | | -} |
225 | | - |
226 | 10 | .content_block, |
227 | 11 | .section_anchors, |
228 | 12 | button.section_heading.hide { |
229 | 13 | display: none; |
230 | 14 | } |
231 | 15 | |
232 | | -#search:focus { |
233 | | - outline: none; |
234 | | -} |
235 | 16 | |
Index: trunk/extensions/MobileFrontend/stylesheets/webkit.css |
— | — | @@ -1,154 +1,3 @@ |
2 | | -html { |
3 | | - font-size: 0.8em; |
4 | | -} |
5 | | - |
6 | | -body { |
7 | | - line-height: 1; |
8 | | - color: black; |
9 | | - background: white; |
10 | | - font-family: sans-serif; |
11 | | - -webkit-text-size-adjust: none; |
12 | | -} |
13 | | - |
14 | | -p, li, dl, #featured_article { |
15 | | - line-height: 1.65; |
16 | | -} |
17 | | - |
18 | | -pre { |
19 | | - white-space: pre-wrap; |
20 | | -} |
21 | | - |
22 | | -h2 { |
23 | | - border-bottom: 1px solid #aaaaaa; |
24 | | - padding-top: 0.3em; |
25 | | -} |
26 | | - |
27 | | -a { |
28 | | - text-decoration: none; |
29 | | - color: #002bb8; |
30 | | -} |
31 | | - |
32 | | -a:visited { |
33 | | - color: #5a3696; |
34 | | -} |
35 | | - |
36 | | -a:active { |
37 | | - color: #faa700; |
38 | | -} |
39 | | - |
40 | | -a:hover { |
41 | | - text-decoration: underline; |
42 | | -} |
43 | | - |
44 | | -a.new, a.new:visited, a.new:hover { |
45 | | - color: red; |
46 | | -} |
47 | | - |
48 | | -a.back_to_top, a.back_to_top:visited { |
49 | | - margin-top: 7px; |
50 | | - color: blue; |
51 | | -} |
52 | | - |
53 | | -.links { |
54 | | - float: left; |
55 | | - padding: 10px; |
56 | | -} |
57 | | - |
58 | | -#contentSub, .dablink { |
59 | | - margin-bottom: 10px; |
60 | | -} |
61 | | - |
62 | | -#firstHeading { |
63 | | - font-size: 1.7em; |
64 | | -} |
65 | | - |
66 | | -h2 { |
67 | | - font-size: 1.3em; |
68 | | -} |
69 | | - |
70 | | -.section_anchors a { |
71 | | - display: block; |
72 | | -} |
73 | | - |
74 | | -.section_anchor { |
75 | | - height: 1px; |
76 | | - width: 1px; |
77 | | -} |
78 | | - |
79 | | -.printonly, .geo-multi-punct, .geo-nondefault { |
80 | | - display: none; |
81 | | -} |
82 | | - |
83 | | -#featured_article .noprint, .today .noprint { |
84 | | - display: none; |
85 | | -} |
86 | | - |
87 | | -.thumb { |
88 | | - border: 1px solid #cccccc; |
89 | | - -webkit-border-radius: 5px; |
90 | | - -moz-border-radius: 5px; |
91 | | - background: #f9f9f9; |
92 | | - margin-bottom: 10px; |
93 | | -} |
94 | | - |
95 | | -.thumb .thumbinner[style] { |
96 | | - margin: 5px auto; |
97 | | -} |
98 | | - |
99 | | -.thumb .thumbcaption { |
100 | | - width: 100%; |
101 | | - margin: 5px 10px 0; |
102 | | - text-align: center; |
103 | | - width: auto !important; |
104 | | -} |
105 | | - |
106 | | -img.thumbborder { |
107 | | - border: 1px solid #cccccc; |
108 | | -} |
109 | | - |
110 | | -.floatright { |
111 | | - float: right; |
112 | | -} |
113 | | - |
114 | | -#content_wrapper.home h1#firstHeading { |
115 | | - display: none; |
116 | | -} |
117 | | - |
118 | | -body { |
119 | | - margin: 0; |
120 | | -} |
121 | | - |
122 | | -#header { |
123 | | - margin: 8px 8px 0 8px; |
124 | | -} |
125 | | - |
126 | | -#content_wrapper { |
127 | | - clear: both; |
128 | | - margin: 0 8px; |
129 | | -} |
130 | | - |
131 | | -#footer { |
132 | | - margin: 0 8px; |
133 | | -} |
134 | | - |
135 | | -#header img, #header form, #header input, #header button { |
136 | | - vertical-align: middle; |
137 | | - display: inline-block; |
138 | | -} |
139 | | - |
140 | | -#searchbox { |
141 | | - width: auto; |
142 | | - padding: 5px; |
143 | | - border: 1px solid #cccccc; |
144 | | - -webkit-border-radius: 2px; |
145 | | - -moz-border-radius: 2px; |
146 | | -} |
147 | | - |
148 | | -#searchbox a, #searchbox img { |
149 | | - border: 0px; |
150 | | - vertical-align: middle; |
151 | | -} |
152 | | - |
153 | 2 | #searchbox #goButton { |
154 | 3 | border: 0; |
155 | 4 | background: url(images/s.gif) no-repeat top left; |
— | — | @@ -167,71 +16,6 @@ |
168 | 17 | } |
169 | 18 | } |
170 | 19 | |
171 | | -#searchbox #searchField { |
172 | | - width: auto; |
173 | | -} |
174 | | - |
175 | | -#nav { |
176 | | - -webkit-border-radius: 2px; |
177 | | - -moz-border-radius: 2px; |
178 | | - clear: both; |
179 | | - padding: 5px 0; |
180 | | -} |
181 | | - |
182 | | -#nav form, #nav button { |
183 | | - display: inline-block; |
184 | | -} |
185 | | - |
186 | | -#nav button { |
187 | | - background: url(images/buttonbg.gif) no-repeat center; |
188 | | - border: 0; |
189 | | - height: 23px; |
190 | | - width: 83px; |
191 | | -} |
192 | | - |
193 | | -#disableButtons { |
194 | | - text-align: center; |
195 | | -} |
196 | | - |
197 | | -#disableButtons button { |
198 | | - background: url(images/buttonbg.gif) no-repeat center; |
199 | | - border: 0; |
200 | | - height: 23px; |
201 | | - width: 83px; |
202 | | -} |
203 | | - |
204 | | -#disableButtons #backButton { |
205 | | - margin-top: 5em; |
206 | | -} |
207 | | - |
208 | | -.mwm-message.mwm-notice { |
209 | | - font-size: 1.1em; |
210 | | -} |
211 | | - |
212 | | -#image_wrapper { |
213 | | - margin: 8px 0 8px -3px; |
214 | | -} |
215 | | - |
216 | | -#footer { |
217 | | - padding-top: 1em; |
218 | | -} |
219 | | - |
220 | | -#footer #perm { |
221 | | - padding-top: 2em; |
222 | | - font-size: 90%; |
223 | | -} |
224 | | - |
225 | | -#footer #copyright { |
226 | | - padding: 1em 0; |
227 | | - font-size: 80%; |
228 | | -} |
229 | | - |
230 | | -ol.references > li:target, |
231 | | -sup.reference:target, |
232 | | -span.citation:target, cite:target { |
233 | | - background-color: #ddeeff; |
234 | | -} |
235 | | - |
236 | 20 | .content_block, |
237 | 21 | .section_anchors, |
238 | 22 | button.section_heading.hide { |
— | — | @@ -252,6 +36,3 @@ |
253 | 37 | padding: 0 5px 5px 5px; |
254 | 38 | } |
255 | 39 | |
256 | | -#search:focus { |
257 | | - outline: none; |
258 | | -} |