]> mj.ucw.cz Git - pciids.git/blob - static/screen.css
71d4950f2b4a0d19d53e48cbe038a586bcb1e721
[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         margin: 0px;
61 }
62 div.bigbluesquare
63 {
64         width: 100%;
65 }
66 div.bluesquare
67 {
68         position: absolute;
69         left: 20%;
70         top: 1ex;
71         width: 60%;
72 }
73 div.bluesquare,
74 div.bigbluesquare
75 {
76         background-color: #4c3bff;
77         color: #fffa45;
78         border: solid blue;
79 }
80 div.rmenu,
81 div.lmenu
82 {
83         background: #DDDDFF;
84 }
85 div.top p.home
86 {
87         margin-top: 1ex;
88 }
89 div.top ul
90 {
91         margin-top: 0px;
92 }
93 div.clear
94 {
95         clear: both; /* Hack. Wait for all menus to end first. */
96 }
97 .lmenu ul,
98 .rmenu ul,
99 .navigation ul,
100 ul.navigation
101 {
102         list-style-type: none;
103 }
104 .lmenu li,
105 .rmenu li
106 {
107         margin-left: -1em; /* Hack. Move the place the bullets would take if they were there back left. */
108 }
109 form.admin tr.label td.deletes
110 {
111         background: red;
112 }
113 form.admin .newhistory
114 {
115         background: #FFFFCC;
116 }
117 form.admin td.empty,
118 form.admin table
119 {
120         background: #BBBBFF;
121 }