1/* $Id$ */
2
3
4/* Look & feel thumbnail */
5
6#style_thumb_div {
7	text-align: center;
8}
9
10.adminoptionpopup a {
11	display: block;
12}
13
14.multicheckbox label,
15.multicheckbox ul,
16.multicheckbox > div {
17	float: left;
18}
19
20.multicheckbox ul {
21	margin: 0;
22	padding: 0 1em;
23}
24
25.multicheckbox li {
26	list-style-type: none;
27}
28
29.admin input.fullwidth {
30	width: 100%;
31}
32
33.half_width {
34	width: 49%;
35	float: left;
36	text-align: left;
37}
38
39.width_40em {
40	width: 40em;
41}
42
43.width_30em {
44	width: 30em;
45}
46
47.admin2cols label {
48	display: block;
49	min-width: 20%;
50}
51
52.admin legend img, .admin label img {
53	margin-left: 1em;
54	vertical-align: middle;
55}
56
57.admingroup {
58	border: #aaa 1px solid;
59	margin-bottom: .5em;
60}
61
62.q234 {
63	min-width: 75%;
64	max-width: 79%;
65	float: left;
66	clear: none;
67}
68
69.q1 {
70	width: 33%;
71	display: block;
72	float: left;
73	clear: none;
74	vertical-align: middle;
75}
76.q23 {
77	width: 66%;
78	float: left;
79	clear: none;
80}
81
82
83.toolbars-admin .full {
84	border: solid thin lightgrey;
85	float: left;
86	height: auto;
87	max-height: 400px;
88	min-height: 16px;
89	overflow: auto;
90	margin: 0;
91}
92
93.toolbars-admin .lists {
94	min-height: 10em;
95}
96
97.toolbars-admin .selectDiv {
98	float: left;
99	clear: left;
100}
101
102.toolbars-admin .li {
103	display: block;
104	white-space: nowrap;
105}
106.toolbars-admin .full li {
107	white-space: nowrap;
108	padding: .1em .5em;
109	overflow: hidden;
110	border-top: 1px #eee solid;
111	border-bottom: 1px #ccc solid;
112}
113
114.toolbar img.icon {
115	vertical-align: middle;
116	margin-right: 4px;
117}
118
119.toolbars-admin .toolbar {
120	cursor: pointer;
121}
122
123.toolbars-admin .rows .row {
124	min-height: 20px;
125	min-width: 500px;
126	overflow: hidden;
127	border: solid thin lightgrey;
128	margin: 0;
129	padding: 2px 4px 0;
130	white-space: nowrap;
131}
132
133.toolbars-admin .rows .row-right {
134	float: right;
135	border: none;
136	padding: 0;
137	min-width: 16px;
138	width: auto;
139}
140
141.toolbars-admin ul.full {
142	list-style-type: none;
143	display: inline;
144	padding-left: 0pt;
145	width: 100%;
146}
147
148.toolbars-admin .textarea-toolbar li.toolbar {
149	list-style-type: none;
150	float: left;
151}
152
153.toolbars-admin .textarea-toolbar li.toolbar>span:not(.icon) {
154	display: none;
155}
156
157.toolbars-admin .textarea-toolbar li.toolbar>span.icon,
158.toolbars-admin .full li.toolbar > span.icon {
159	margin: 0 5px;
160}
161
162.toolbars-admin .row li.qt-plugin {
163	width: auto;
164	margin: 0 6px 0 0;
165	padding: 2px 0px 2px 3px;
166	color: #030;
167	font-style: normal;
168	font-weight: normal;
169}
170
171.toolbars-placeholder, .placeholder {
172	width: 18px;
173	height: 18px;
174	list-style-type: none;
175	background-color: #ff0;
176	float: left;
177}
178
179.qt-wys {
180	font-style: italic;
181}
182
183.qt-wiki {
184	font-weight: bold;
185}
186
187.qt-custom {
188	background-color: #ff9;
189}
190
191.qt-noaccess {
192	opacity: .4;
193}
194
195#toolbar_edit_div label,
196#toolbar_edit_div input,
197#toolbar_edit_div select {
198	display:block;
199}
200
201#toolbar_edit_div input,
202#toolbar_edit_div select {
203	clear: right;
204}
205
206#toolbar_edit_div input.text {
207	margin-bottom:12px;
208	width:95%;
209	padding: .4em;
210}
211
212#toolbar_edit_div fieldset {
213	padding:0;
214	border:0;
215	margin-top:25px;
216}
217
218#toolbar_edit_div .adminoptionbox {
219	text-align: right;
220}
221
222.pref_search_results {
223	max-height: 20em;
224	min-height: 10em;
225	overflow: auto !important;
226
227}
228
229/* end from ui-revamp branch */
230
231/* tiki 7 modules revamp */
232
233#assigned_modules tr {
234	cursor: pointer;
235	border: 1px solid transparent;
236}
237
238#assigned_modules tr.odd:hover {
239	border-color: #ccc;
240}
241
242#assigned_modules tr.even:hover {
243	border-color: #bbb;
244}
245
246.module-placeholder {
247	width: 160px;
248	min-height: 40px;
249	list-style-type: none;
250	background-color: #ff8;
251	border: #884 2px solid;
252	margin: 10px;
253	padding: 10px;
254}
255
256#module_list {
257	padding: 0;
258}
259#module_list li {
260	list-style: none;
261	-ms-user-select: none;
262	user-select: none;
263	-webkit-user-select: none;
264	-moz-user-select: none;
265}
266
267#module_list li.disabled {
268	opacity: 0.7;
269	display: none;
270}
271
272#save_modules a {
273	background-color: #faa;
274	background-image: none;
275}
276
277.module_selector {
278	margin: .5em .2em;
279}
280
281/* make empty module zones more "droppable" */
282
283.ui-droppable.modules, .ui-sortable.modules {
284	min-height: 10ex;
285	-webkit-box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, .1);
286	box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, .1);
287}
288
289#right_left.ui-sortable, #right_modules.ui-sortable {
290	min-height: 100ex;
291}
292
293/* end modules revamp */
294
295/* tiki 7 theme generator *
296 * deliberately pixel based sizes */
297
298.tgItems {
299	list-style: none;
300	line-height: 40px;
301	background-color: #aaa;
302	color: #666;
303	padding: 10px;
304	margin: 0 1em 1.5em 0;
305}
306
307.admin .themegenerator > div > label,
308.themegenerator > div > label {
309	background-color: #aaa;
310	color: #ddd;
311	line-height: 24px;
312	padding: 4px 10px 6px;
313	font-weight: bold;
314	text-decoration: underline;
315	white-space: nowrap;
316}
317
318.tgItems > li {
319	position: relative;
320	float: left;
321	background-color: #aaa;
322	border: 2px solid #aaa;
323	margin: 1px;
324}
325
326.tgItems > li > div > * {
327	float:left;
328	margin: 3px 6px 0 0;
329}
330
331.tgItems > li > * {
332	float:left;
333}
334
335.tgItems .tgValue {
336	margin-top: 10px;
337	width: 60px;
338	color: #666;
339	background-color: #ddd;
340	border-color: #999 #ccc #ccc #999;
341}
342
343.tgItems .tgLabel {
344	text-align: right;
345	width: 48px;
346}
347
348.tgItems .changed input {
349	font-style: italic;
350	color: #333;
351}
352
353.tgItems .selected {
354	border: 2px solid #bbb;
355}
356
357.tgItems input[type=checkbox] {
358	margin-top: 14px;
359}
360
361.tgTools * {
362	float: left;
363	vertical-align: middle;
364	font-size: 0.9em;
365}
366
367.tgItems div.tgWide {
368	width: 10em;
369	overflow: hidden;
370	white-space: nowrap;
371}
372
373.tgItems input.tgWide {
374	width: 20em;
375}
376
377.tgContexts li {
378	font-family: monospace;
379	font-size: 1.2em;
380}
381
382/* end theme generator */
383
384/* profiles */
385
386/*
387.profile_export_list {
388	height: 30em;
389	overflow: auto;
390}
391*/
392
393#export_to_yaml .wikitext {
394	height: 30em;
395	overflow: auto;
396	padding: .5em;
397}
398
399/* end profiles */
400
401@media (max-width: 767px) {
402	.toolbars-admin .rows {
403		padding: 0;
404	}
405
406	.toolbars-admin .rows .row {
407		min-width: 10px;
408	}
409
410	.toolbars-admin .lists {
411		width: 100%;
412		padding: 0 0 1em;
413	}
414}
415