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