(bug 29105) Splitlines completely messes up selection of inserted text. This is not...
[mediawiki.git] / skins / common / wikiprintable.css
bloba80c8307f6ed8156dc81e498641b9b2bd10d72d3
1 /* MediaWiki print stylesheet */
3 body {
4 color: #000000;
5 background: #ffffff;
8 /* MSIE/Win doesn't understand 'inherit' */
9 a, a.external, a.new, a.stub {
10 color: black ! important;
11 text-decoration: none ! important;
13 #article {
14 margin: 0 ! important;
17 /* Continue ... */
18 a, a.external, a.new, a.stub {
19 color: inherit ! important;
20 text-decoration: inherit ! important;
23 /* Hide ugly UI stuff */
24 #quickbar, #topbar, #logo, #footer, #siteNotice,
25 .editsection, .toctoggle {
26 display: none;
29 /* */
30 #article {
31 position: relative;
32 margin: inherit ! important;
35 .printfooter {
36 border-top: solid 1px black;
37 display: block ! important;
40 /* Old stuff, fixme:
41 a.CBlink { color: #0000AA; text-decoration: none; font-size: 12pt; }
42 a.interwiki, a.external { color: #3333BB; text-decoration: none; }
43 h1.pagetitle { padding-bottom: 0; margin-bottom: 0; }
44 i.link, u.link { color: #000066; }
45 p.subtitle { padding-top: 0; margin-top: 0; }