]> mj.ucw.cz Git - pciids.git/blob - static/screen.css
Help works
[pciids.git] / static / screen.css
1 body
2 {
3         color: black;
4         background: #DDDDFF;
5 }
6 .unnamedItem, .unseen-history
7 {
8         background: #D5D5D5;
9 }
10 .item, .history
11 {
12         background: #F0F0F0;
13 }
14 .main-history
15 {
16         background: #DDFFDD;
17 }
18 .help-example
19 {
20         background: #BBBBFF;
21         padding: 0.3em;
22 }
23 .itemname, .name
24 {
25         font-weight: bold;
26 }
27 .itemnote, .note
28 {
29         font-weight: bold;
30         font-style: italic;
31 }
32 .error
33 {
34         font-weight: bold;
35         color: red;
36 }
37 .author, .time
38 {
39         font-style: italic;
40         color: #444444;
41 }
42 .discussion div p, .admin div p
43 {
44         padding-left: 5px;
45         padding-right: 5px;
46 }
47 .menu ul,
48 .navigation ul
49 {
50         list-style-type: none;
51 }
52 table.subnodes
53 {
54         width: 100%;
55         table-layout: fixed;
56 }
57 col.id-col
58 {
59         width: 3em;
60 }
61 col.name-col
62 {
63         width: 60%;
64 }