clean up 2011 files
[libreplanet-static.git] / 2011 / skins / common / wikiprintable.css
CommitLineData
64a19c3d
ML
1/* MediaWiki print stylesheet */
2
3body {
4 color: #000000; background: #ffffff;
5}
6
7
8/* MSIE/Win doesn't understand 'inherit' */
9a, a.external, a.new, a.stub {
10 color: black ! important;
11 text-decoration: none ! important;
12}
13#article {
14 margin: 0 ! important;
15}
16
17/* Continue ... */
18a, a.external, a.new, a.stub {
19 color: inherit ! important;
20 text-decoration: inherit ! important;
21}
22
23/* Hide ugly UI stuff */
24#quickbar, #topbar, #logo, #footer, #siteNotice,
25.editsection, .toctoggle {
26 display: none;
27}
28
29/* */
30#article {
31 position: relative;
32 margin: inherit ! important;
33}
34
35.printfooter {
36 border-top: solid 1px black;
37 display: block ! important;
38}
39
40/* Old stuff, fixme:
41a.CBlink { color: #0000AA; text-decoration: none; font-size: 12pt; }
42a.interwiki, a.external { color: #3333BB; text-decoration: none; }
43h1.pagetitle { padding-bottom: 0; margin-bottom: 0; }
44i.link, u.link { color: #000066; }
45p.subtitle { padding-top: 0; margin-top: 0; }
46*/