X-Git-Url: https://source.tree.se/git?p=treecutter.git;a=blobdiff_plain;f=style%2Fadropabove%2Fcss%2Fprint.css;fp=style%2Fadropabove%2Fcss%2Fprint.css;h=34948686fc332181f094d545bb61d1e472f933db;hp=0000000000000000000000000000000000000000;hb=ba356e6e6e51bee8a63eb7b24f7d04e6a292fc0d;hpb=9149a28b48cb3568c1c5a00bf1ab3e2256dcc9f9 diff --git a/style/adropabove/css/print.css b/style/adropabove/css/print.css new file mode 100644 index 0000000..3494868 --- /dev/null +++ b/style/adropabove/css/print.css @@ -0,0 +1,20 @@ +body { + color : #000000; + background : #ffffff; + font-family : "Times New Roman", Times, serif; + font-size : 12pt; +} + +a { + text-decoration : underline; + color : #0000ff; +} + +a:link:after, a:visited:after { +content: " (" attr(href) ") "; +font-size: 70%; +} + +nav, sidebar, footer, header, aside { + display : none; +}