From 31c7a0056e049f567127a58b8b3bd455d5f630f7 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 20 May 2008 13:22:41 -0400 Subject: copy in SimpleLife theme darcs-hash:20080520172241-84dde-c872445967ab5c3427e7138189be6ad67dbea780.gz --- theme/default/style/print.css | 62 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 theme/default/style/print.css (limited to 'theme/default/style/print.css') diff --git a/theme/default/style/print.css b/theme/default/style/print.css new file mode 100644 index 000000000..133bdd381 --- /dev/null +++ b/theme/default/style/print.css @@ -0,0 +1,62 @@ +/************************************************************** + 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; +} + + + -- cgit v1.2.3-54-g00ecf