]> mj.ucw.cz Git - pciids.git/blob - static/screen.css
Revision of the help texts.
[pciids.git] / static / screen.css
1 body
2 {
3         color: black;
4         background: #DDDDFF;
5 }
6 form.admin table.unnamedItem tr.label,
7 .unnamedItem, .unseen-history
8 {
9         background: #D5D5D5;
10 }
11 form.admin table.item tr.label,
12 .item, .history
13 {
14         background: #F0F0F0;
15 }
16 .main-history
17 {
18         background: #DDFFDD;
19 }
20 .help-example
21 {
22         background: #BBBBFF;
23         padding: 0.3em;
24 }
25 .itemname, .name
26 {
27         font-weight: bold;
28 }
29 .itemnote, .note
30 {
31         font-weight: bold;
32         font-style: italic;
33 }
34 .error
35 {
36         font-weight: bold;
37         color: red;
38 }
39 .author, .time
40 {
41         font-style: italic;
42         color: #444444;
43 }
44 .discussion div p, .admin div p
45 {
46         padding-left: 5px;
47         padding-right: 5px;
48 }
49 div.lmenu
50 {
51         float: left;
52         width: 20%;
53 }
54 div.rmenu
55 {
56         float: right;
57         text-align: right;
58         width: 20%;
59         padding-right: 1em;
60 }
61 div.top h1
62 {
63         text-align: center;
64         padding-top: 0.5ex;
65 }
66 div.top ul
67 {
68         margin-top: 0px;
69 }
70 div.clear
71 {
72         clear: both; /* Hack. Wait for all menus to end first. */
73 }
74 .lmenu ul,
75 .rmenu ul,
76 .navigation ul,
77 ul.navigation
78 {
79         list-style-type: none;
80 }
81 .lmenu li,
82 .rmenu li
83 {
84         margin-left: -1em; /* Hack. Move the place the bullets would take if they were there back left. */
85 }
86 form.admin tr.label td.deletes
87 {
88         background: red;
89 }
90 form.admin .newhistory
91 {
92         background: #FFFFCC;
93 }
94 form.admin td.empty,
95 form.admin table
96 {
97         background: #BBBBFF;
98 }
99 .header
100 {
101         background-color: #4c3bff;
102         color: #fffa45;
103         border: solid blue;
104         border-width: 1px;
105 }