Added stylesheets to lessen the data transfered with each request.
[licom.git] / style.print.css
diff --git a/style.print.css b/style.print.css
new file mode 100644 (file)
index 0000000..dcd760f
--- /dev/null
@@ -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;
+}