]> mj.ucw.cz Git - pciids.git/blob - static/screen.css
Account help
[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 ul.navigation
50 {
51         list-style-type: none;
52 }
53 table.subnodes
54 {
55         width: 100%;
56         table-layout: fixed;
57 }
58 col.id-col
59 {
60         width: 3em;
61 }
62 col.name-col
63 {
64         width: 60%;
65 }