From: donchambers Date: Thu, 27 Sep 2007 21:27:05 +0000 (+0000) Subject: BP: adding print.css as file did not commit in previous attempt. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f5c791c3ebbb187edd36f979b4231a4e5f9f1f3e;p=s9y.git BP: adding print.css as file did not commit in previous attempt. --- diff --git a/templates/bulletproof/print.css b/templates/bulletproof/print.css new file mode 100644 index 0000000..88f6da6 --- /dev/null +++ b/templates/bulletproof/print.css @@ -0,0 +1,52 @@ +/**********************************************************************/ +/* Template: bulletproof for Serendipity (http://www.s9y.org) */ +/* Authors: Matthias Mees, David Cummins and Don Chambers */ +/* */ +/* Stylesheet for print media */ +/* */ +/* http://s9y-bulletproof.com */ +/**********************************************************************/ + +body { + background-color: white; + color: black; + margin: 0; +} + +#wrapper { + overflow: visible; + width: auto; + margin: 0; + float: none; + border: 0; + font-size: 100%; +} + +#sitenav, +#serendipityLeftSideBar, +#serendipityRightSideBar, +.serendipity_section_commentform, +.serendipity_karmaVoting , +.serendipity_findmore { + display: none; +} + +#content { + width: auto; + float: none; + overflow: visible; + margin: 0; +} + +#footer { + float: none; +} + +.serendipity_Entry_Date, +.serendipity_commentBody { + overflow: visible; +} + +.serendipity_entryFooter a{ +/*padding: 0 10px;*/ +}