]> mj.ucw.cz Git - pciids.git/blob - static/screen.css
Administration interface
[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 table,
87 table.subnodes
88 {
89         width: 100%;
90         table-layout: fixed;
91 }
92 col.name-col
93 {
94         width: 60%;
95 }
96 form table col.label
97 {
98         width: 15%;
99 }
100 form table col.edit
101 {
102         width: 85%;
103 }
104 input.text,
105 input.password,
106 textarea
107 {
108         width: 100%;
109 }
110 input.jump
111 {
112         width: 8em;
113 }
114 form.jump p
115 {
116         margin-top: 0px;
117 }
118 form.admin col.author
119 {
120         width: 20%;
121 }
122 form.admin col.main
123 {
124         width: 74%;
125 }
126 form.admin col.controls
127 {
128         width: 3%;
129 }
130 form.admin table
131 {
132         background: #BBBBFF;
133 }
134 form.admin tr.label td.deletes
135 {
136         background: red;
137 }
138 form.admin .newhistory
139 {
140         background: #FFFFCC;
141 }