]> mj.ucw.cz Git - pciids.git/blob - static/screen.css
static: Error documents
[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-example
74 {
75         left: 20%;
76         width: 60%;
77         position: absolute;
78         height: 5em;
79 }
80 div.help-example div.lmenu,
81 div.help-example div.rmenu
82 {
83         background: #BBBBFF;
84 }
85 div.bluesquare,
86 div.bigbluesquare,
87 div.bluesquare-example
88 {
89         background-color: #4c3bff;
90         color: #fffa45;
91         border: solid blue;
92         border-width: 1px;
93 }
94 div.rmenu,
95 div.lmenu
96 {
97         background: #DDDDFF;
98 }
99 div.top p.home
100 {
101         margin-top: 1ex;
102 }
103 div.top ul
104 {
105         margin-top: 0px;
106 }
107 div.clear
108 {
109         clear: both; /* Hack. Wait for all menus to end first. */
110 }
111 .lmenu ul,
112 .rmenu ul,
113 .navigation ul,
114 ul.navigation
115 {
116         list-style-type: none;
117 }
118 .lmenu li,
119 .rmenu li
120 {
121         margin-left: -1em; /* Hack. Move the place the bullets would take if they were there back left. */
122 }
123 form.admin tr.label td.deletes
124 {
125         background: red;
126 }
127 form.admin .newhistory
128 {
129         background: #FFFFCC;
130 }
131 form.admin td.empty,
132 form.admin table
133 {
134         background: #BBBBFF;
135 }
136 p.announce
137 {
138         background: yellow;
139 }