]> mj.ucw.cz Git - pciids.git/blob - static/screen.css
Fix browsing example in help
[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 }
93 div.rmenu,
94 div.lmenu
95 {
96         background: #DDDDFF;
97 }
98 div.top p.home
99 {
100         margin-top: 1ex;
101 }
102 div.top ul
103 {
104         margin-top: 0px;
105 }
106 div.clear
107 {
108         clear: both; /* Hack. Wait for all menus to end first. */
109 }
110 .lmenu ul,
111 .rmenu ul,
112 .navigation ul,
113 ul.navigation
114 {
115         list-style-type: none;
116 }
117 .lmenu li,
118 .rmenu li
119 {
120         margin-left: -1em; /* Hack. Move the place the bullets would take if they were there back left. */
121 }
122 form.admin tr.label td.deletes
123 {
124         background: red;
125 }
126 form.admin .newhistory
127 {
128         background: #FFFFCC;
129 }
130 form.admin td.empty,
131 form.admin table
132 {
133         background: #BBBBFF;
134 }