]> mj.ucw.cz Git - pciids.git/blob - static/print.css
Help update
[pciids.git] / static / print.css
1 .menu, .navigation, .navigation-menu
2 {
3         overflow: hidden;
4         display: none;
5 }
6 .author, .time
7 {
8         font-style: italic;
9 }
10 .itemname, .name
11 {
12         font-weight: bold;
13 }
14 .itemnote, .note
15 {
16         font-style: italic;
17         font-weight: bold;
18 }
19 .unnamedItem
20 {
21         font-style: italic;
22 }
23 .history, .unseen-history, .main-history
24 {
25         border-bottom: dotted;
26         border-bottom-width: 1px;
27 }
28 form table,
29 table.subnodes
30 {
31         width: 100%;
32         table-layout: fixed;
33 }
34 col.name-col
35 {
36         width: 60%;
37 }
38 form table
39 col.label
40 {
41         width: 15%;
42 }
43 col.edit
44 {
45         width: 85%;
46 }
47 input.text,
48 input.password,
49 textarea
50 {
51         width: 100%;
52 }