summaryrefslogtreecommitdiff
path: root/additions
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2009-09-08 12:56:53 +0200
committerdakkar <dakkar@thenautilus.net>2009-09-08 12:56:53 +0200
commita24d90a6e1a667f8118793a329e97df963ac64a6 (patch)
tree2eb4f5e0df111cb7240d6806f4c7d8dcb4d16593 /additions
parentnew documents about the makerbot (diff)
downloadthenautilus-a24d90a6e1a667f8118793a329e97df963ac64a6.tar.gz
thenautilus-a24d90a6e1a667f8118793a329e97df963ac64a6.tar.bz2
thenautilus-a24d90a6e1a667f8118793a329e97df963ac64a6.zip
add print stylesheet
Diffstat (limited to 'additions')
-rw-r--r--additions/print.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/additions/print.css b/additions/print.css
new file mode 100644
index 0000000..f619975
--- /dev/null
+++ b/additions/print.css
@@ -0,0 +1,32 @@
+#sidebar, #tags, #alt-langs, #push, #footer p.contacts, #toplink {
+ display: none;
+}
+
+#wrapper, #main-col, #content, #footer {
+ width: 100%;
+}
+
+#content {
+ line-height: 1.5em;
+}
+
+a {
+ text-decoration: none;
+ color: inherit;
+}
+
+a img {
+ border: none;
+}
+
+span.title {
+ display: none;
+}
+
+body {
+ font: normal 100%/1.375 Georgia, Times, Times New Roman, serif;
+}
+
+h1, h2, h3, h4, h5, h6 {
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+} \ No newline at end of file