summaryrefslogtreecommitdiff
path: root/theme/default/print.css
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-06-11 13:13:51 -0400
committerEvan Prodromou <evan@prodromou.name>2008-06-11 13:13:51 -0400
commitd1215c4a85772ca21c4effd6a50103be157e7d08 (patch)
treee6027698d029e12ff3f648106595c6cb8b94327c /theme/default/print.css
parent7db9174dbc4a8361797cd909eb703bf5c42be971 (diff)
reformat for our theme layout
darcs-hash:20080611171351-84dde-1064792078b90c754de06132e610c8575663afb1.gz
Diffstat (limited to 'theme/default/print.css')
-rw-r--r--theme/default/print.css62
1 files changed, 0 insertions, 62 deletions
diff --git a/theme/default/print.css b/theme/default/print.css
deleted file mode 100644
index 133bdd381..000000000
--- a/theme/default/print.css
+++ /dev/null
@@ -1,62 +0,0 @@
-/**************************************************************
- AUTHOR: Pat Heard (fullahead.org)
- DATE: 2006.09.12
- PURPOSE: Styles the page for print. Techniques adopted from
- http://www.alistapart.com/articles/goingtoprint/
- **************************************************************/
-
-body {
- font: 400 12pt verdana, arial, sans-serif;
- color: #000;
- background: #FFF;
-}
-
-h1 {
- margin-top: 30px;
- font-size: 18pt;
- border-bottom: 1px solid #999;
-}
-
-h2 {
- font-size: 16pt;
-}
-
-h3 {
- font-size: 14pt;
-}
-
-h4, h5, h6 {
- font-size: 12pt;
-}
-
-acronym {
- border: 0;
-}
-
-a {
- color: #00F;
-}
-
-/* Prints the URL after a link in CSS2 supporting browsers */
-a:link:after,
-a:visited:after {
- content: " (" attr(href) ") ";
- font-size: 90%;
-}
-
-
-/* Don't display these elements since they're not useful on paper */
-#header,
-#menu,
-.footer {
- display: none;
-}
-
-#content {
- width: auto;
- margin: 0 8%;
- padding: 0;
-}
-
-
-