/* Theme Name: AccordionPress Print CSS Theme URI: http://captain-obvious.de Description: A one-column WordPress theme, with accordion style menu. Version: 1.0 Author: David May Author URI: http://captain-obvious.de http://wordpresscandy.de */ /* _general print layout ==========================================*/ #header, #respond, #footer, #commentform, #headerimg, a#tooCool, #searchform, #s, #submit, #sidebar, #wp-calendar { display: none; } #respond p, #comment p, #commentform p { display: none; } select, input, textarea, ckeckbox, img, dd { display: none; } .navigation, .postmetadata, .subscribe { display: none; } body { text-align: left; margin: 0; padding: 0; font: 12px Tahoma, Verdana, sans-serif;; color: #000; background: transparent; } h1, h2, h3, h4, h5, h6 { font-weight: bold; margin: .75em 0 .5em 0; text-align: left; page-break-after: avoid; } p { margin: .5em; } a, a:visited, a:hover, a:visited:hover { color: #00f; background: transparent; text-decoration: none; } a[href]:after { content:" (Link to: <"attr(href)">) "; color: #00f; background-color:inherit; font-style:italic; font-size: 9px; } *[name]:after { content:" [#"attr(name)"]"; color: #ccc; background-color:inherit; font-style:italic; font-size: .7em; } *[title]:after { content:" ("attr(title)")"; color: #ccc; background-color:inherit; font-style:italic; font-size: .7em; } *[acronym]:after { content:" ("attr(acronym)")"; color: #ccc; background-color:inherit; font-style:italic; font-size: .7em; } *[cite]:after { content:close-quote" (Source: "attr(cite)")"; font-size: .7em; } * { quotes: "\201E" "\201C" "\201A" "\2018"; } q:before, blockquote:before { content:open-quote; } q:after, blockquote:after { content:close-quote; } blockquote, q, cite { padding-left: 2em; } /* _postmeta ==========================================*/ .postmeta{ font: .5em; display:none;} .postmeta a{ color:#000; text-decoration:none;} .postmeta-bottom{ display:none;} /* _headlines ==========================================*/ h3{ display:none!important;} /* _special wp tags ==========================================*/ code { font: .8em 'Courier New', Courier, Fixed; color: #666; padding-left: 2em; } code a[href]:after { content:""; }