0byt3m1n1
Path:
/
data
/
applications
/
aps
/
phpwiki
/
1.4.0-0
/
standard
/
htdocs
/
themes
/
MonoBook
/
[
Home
]
File: wikiprintable.css
/** * $Id: wikiprintable.css 6413 2009-01-19 10:33:24Z vargenau $ */ /* MediaWiki print stylesheet */ body { color: #000000; background: #ffffff; } /* MSIE/Win doesn't understand 'inherit' */ a, a.external, a.new, a.stub { color: black ! important; text-decoration: none ! important; } #article { margin: 0 ! important; } /* Continue ... */ a, a.external, a.new, a.stub { color: inherit ! important; text-decoration: inherit ! important; } /* Hide ugly UI stuff */ #quickbar, #topbar, #footer, .editsection, .toctoggle { display: none; } /* */ #article { position: relative; margin: inherit ! important; } /* Show some stuff */ .urlexpansion { display: inline ! important; } .printfooter { border-top: solid 1px black; display: block ! important; } /* Old stuff, fixme: .bodytext { } a.CBlink { color: #0000AA; text-decoration: none; font-size: 12pt; } a.interwiki, a.external { color: #3333BB; text-decoration: none; } h1.pagetitle { padding-bottom: 0; margin-bottom: 0; } i.link, u.link { color: #000066; } p.subtitle { padding-top: 0; margin-top: 0; } */