]> mj.ucw.cz Git - pciids.git/blob - static/screen.css
Make the h1 titles little lower
[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 table.admin .unseen-history
12 {
13         background: #F0F0F0;
14 }
15 .main-history,
16 table.admin .item,
17 table.admin .new
18 {
19         background: #DDFFDD;
20 }
21 table.admin .empty
22 {
23         background: #DDDDFF;
24 }
25 table.admin .unnamedItem td,
26 table.admin .item td
27 {
28         padding-top: 1ex;
29         padding-bottom: 1ex;
30 }
31 .help-example
32 {
33         background: #BBBBFF;
34         padding: 0.3em;
35 }
36 .itemname, .name
37 {
38         font-weight: bold;
39 }
40 .itemnote, .note
41 {
42         font-weight: bold;
43         font-style: italic;
44 }
45 .error
46 {
47         font-weight: bold;
48         color: red;
49 }
50 .author, .time
51 {
52         font-style: italic;
53         color: #444444;
54 }
55 .discussion div p, .admin div p
56 {
57         padding-left: 5px;
58         padding-right: 5px;
59 }
60 div.lmenu
61 {
62         float: left;
63         width: 20%;
64 }
65 div.rmenu
66 {
67         float: right;
68         text-align: right;
69         width: 20%;
70         padding-right: 1em;
71 }
72 div.top h1
73 {
74         text-align: center;
75         padding-top: 0.5ex;
76 }
77 div.top ul
78 {
79         margin-top: 0px;
80 }
81 div.clear
82 {
83         clear: both; /* Hack. Wait for all menus to end first. */
84 }
85 .lmenu ul,
86 .rmenu ul,
87 .navigation ul,
88 ul.navigation
89 {
90         list-style-type: none;
91 }
92 .lmenu li,
93 .rmenu li
94 {
95         margin-left: -1em; /* Hack. Move the place the bullets would take if they were there back left. */
96 }
97 form table,
98 table.subnodes
99 {
100         width: 100%;
101         table-layout: fixed;
102 }
103 col.name-col
104 {
105         width: 60%;
106 }
107 form table col.label
108 {
109         width: 15%;
110 }
111 form table col.edit
112 {
113         width: 85%;
114 }
115 input.text,
116 input.password,
117 textarea
118 {
119         width: 100%;
120 }
121 input.jump
122 {
123         width: 8em;
124 }
125 form.jump p
126 {
127         margin-top: 0px;
128 }
129 table.admin col.id-col,
130 table.admin col.name-col,
131 table.admin col.note-col,
132 table.admin col.disc-col,
133 table.admin col.auth-col
134 {
135         width: 18%;
136 }
137 table.admin col.control-col
138 {
139         width: 3%;
140 }
141 {
142         background: #DDFFDD;
143 }