]> mj.ucw.cz Git - pciids.git/blob - static/screen.css
New admin interface
[pciids.git] / static / screen.css
1 body
2 {
3         color: black;
4         background: #DDDDFF;
5 }
6 .unnamedItem, .unseen-history
7 {
8         background: #D5D5D5;
9 }
10 .item, .history,
11 table.admin .unseen-history
12 {
13         background: #F0F0F0;
14 }
15 .main-history,
16 table.admin .item,
17 table.admin .new
18 {
19         background: #DDFFDD;
20 }
21 table.admin .empty
22 {
23         background: #DDDDFF;
24 }
25 table.admin .unnamedItem td,
26 table.admin .item td
27 {
28         padding-top: 1ex;
29         padding-bottom: 1ex;
30 }
31 .help-example
32 {
33         background: #BBBBFF;
34         padding: 0.3em;
35 }
36 .itemname, .name
37 {
38         font-weight: bold;
39 }
40 .itemnote, .note
41 {
42         font-weight: bold;
43         font-style: italic;
44 }
45 .error
46 {
47         font-weight: bold;
48         color: red;
49 }
50 .author, .time
51 {
52         font-style: italic;
53         color: #444444;
54 }
55 .discussion div p, .admin div p
56 {
57         padding-left: 5px;
58         padding-right: 5px;
59 }
60 div.lmenu
61 {
62         position: relative;
63         float: left;
64         width: 20%;
65 }
66 div.rmenu
67 {
68         position: relative;
69         float: right;
70         text-align: right;
71         width: 20%;
72         padding-right: 1em;
73 }
74 div.top h1
75 {
76         text-align: center;
77         height: 0px; /* Hack. Place menu and navigation besides, not below. */
78         margin: 0px;
79 }
80 div.clear
81 {
82         clear: both; /* Hack. Wait for all menus to end first. */
83 }
84 .lmenu ul,
85 .rmenu ul,
86 .navigation ul,
87 ul.navigation
88 {
89         list-style-type: none;
90 }
91 .lmenu li,
92 .rmenu li
93 {
94         margin-left: -1em; /* Hack. Move the place the bullets would take if they were there back left. */
95 }
96 form table,
97 table.subnodes
98 {
99         width: 100%;
100         table-layout: fixed;
101 }
102 col.name-col
103 {
104         width: 60%;
105 }
106 form table col.label
107 {
108         width: 15%;
109 }
110 form table col.edit
111 {
112         width: 85%;
113 }
114 input.text,
115 input.password,
116 textarea
117 {
118         width: 100%;
119 }
120 input.jump
121 {
122         width: 8em;
123 }
124 form.jump p
125 {
126         margin-top: 0px;
127 }
128 table.admin col.id-col,
129 table.admin col.name-col,
130 table.admin col.note-col,
131 table.admin col.disc-col,
132 table.admin col.auth-col
133 {
134         width: 18%;
135 }
136 table.admin col.control-col
137 {
138         width: 3%;
139 }
140 {
141         background: #DDFFDD;
142 }