X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=style.print.css;fp=style.print.css;h=dcd760f2619ae32bf768e8b1574bebfb56af14db;hb=94a27f704e7850171098efeeb061296e47b82b5f;hp=0000000000000000000000000000000000000000;hpb=1a056533d37a8ea86534d4ef67ad277d14bb9374;p=licom.git diff --git a/style.print.css b/style.print.css new file mode 100644 index 0000000..dcd760f --- /dev/null +++ b/style.print.css @@ -0,0 +1,59 @@ +a +{ + color: inherit; + background-color: inherit; + text-decoration: underline; +} + +div.topmenu, div.menu +{ + display: none; +} + +div.foot +{ + font-size: 50%; + text-align: right; +} + +h1 +{ + display: none; +} + +h2 +{ + font-size: 100%; +} + +table +{ + border-collapse: collapse; +} + +table.list +{ + width: 100%; +} + +table.list td +{ + empty-cells: show; +} + +table.list th +{ + border-bottom-width: 2px; +} + +td, th +{ + border: 1px solid black; + vertical-align: top; +} + +th +{ + font-weight: bold; + text-align: center; +}