]> git.mjollnir.org Git - s9y.git/commitdiff
BP: adding print.css as file did not commit in previous attempt.
authordonchambers <donchambers>
Thu, 27 Sep 2007 21:27:05 +0000 (21:27 +0000)
committerdonchambers <donchambers>
Thu, 27 Sep 2007 21:27:05 +0000 (21:27 +0000)
templates/bulletproof/print.css [new file with mode: 0644]

diff --git a/templates/bulletproof/print.css b/templates/bulletproof/print.css
new file mode 100644 (file)
index 0000000..88f6da6
--- /dev/null
@@ -0,0 +1,52 @@
+/**********************************************************************/\r
+/* Template: bulletproof for Serendipity (http://www.s9y.org)         */\r
+/* Authors: Matthias Mees, David Cummins and Don Chambers             */\r
+/*                                                                    */\r
+/* Stylesheet for print media                                         */\r
+/*                                                                    */\r
+/* http://s9y-bulletproof.com                                         */\r
+/**********************************************************************/\r
+\r
+body {\r
+    background-color: white;\r
+    color: black;\r
+    margin: 0;\r
+}\r
+\r
+#wrapper {\r
+    overflow: visible;\r
+    width: auto;\r
+    margin: 0;\r
+    float: none;\r
+    border: 0;\r
+    font-size: 100%;\r
+}\r
+\r
+#sitenav,\r
+#serendipityLeftSideBar,\r
+#serendipityRightSideBar,\r
+.serendipity_section_commentform,\r
+.serendipity_karmaVoting ,\r
+.serendipity_findmore {\r
+    display: none;\r
+}\r
+\r
+#content {\r
+    width: auto;\r
+    float: none;\r
+    overflow: visible;\r
+    margin: 0;\r
+}\r
+\r
+#footer {\r
+    float: none;\r
+}\r
+\r
+.serendipity_Entry_Date,\r
+.serendipity_commentBody {\r
+    overflow: visible;\r
+}\r
+\r
+.serendipity_entryFooter a{\r
+/*padding: 0 10px;*/\r
+}\r