ReadMe: Changed the ``big picture'' ASCII art and wrote about the HTML entity replace...
[licom.git] / style.print.css
1 a
2 {
3         color: inherit;
4         background-color: inherit;
5         text-decoration: underline;
6 }
7
8 div.topmenu, div.menu
9 {
10         display: none;
11 }
12
13 div.foot
14 {
15         font-size: 50%;
16         text-align: right;
17 }
18
19 h1
20 {
21         display: none;
22 }
23
24 h2
25 {
26         font-size: 100%;
27 }
28
29 table
30 {
31         border-collapse: collapse;
32 }
33
34 table.list
35 {
36         width: 100%;
37 }
38
39 table.list td
40 {
41         empty-cells: show;
42 }
43
44 table.list th
45 {
46         border-bottom-width: 2px;
47 }
48
49 td, th
50 {
51         border: 1px solid black;
52         vertical-align: top;
53 }
54
55 th
56 {
57         font-weight: bold;
58         text-align: center;
59 }