Projet

Général

Profil

Télécharger (5,71 ko) Statistiques
| Branche: | Révision:

root / larpe / tags / release-1.1.1 / root / larpe / css / larpe-admin.css @ d03cb81c

1
@import url(larpe-common.css);
2

    
3
body {
4
	font-family: sans-serif;
5
	background : white url(fond.jpg) repeat;
6
}
7

    
8
div#main-content {
9
	clear: both;
10
	max-width: 800px;
11
	margin: 0 4em;
12
	background: white url(deg-top.png) top left repeat-x;
13
	border: 1px solid #999;
14
	padding: 1em;
15
}
16

    
17
div#main-content h1 {
18
	margin: 0 140px 1em 0;
19
	border: 1px solid #666;
20
	padding: 0 0.5ex;
21
	background: white url(bg-footer.png) top right repeat-y;
22
	font-size: 150%;
23
}
24

    
25
#header {
26
	max-width: 800px;
27
	margin: 0 4em;
28
	padding: 0 1em;
29
	background-image : url(dot999.png);
30
	background-repeat : repeat-x;
31
	background-position : 0 100%;
32
	position: relative;
33
	top: 1px;
34
}
35

    
36
#header ul {
37
	margin : 0;
38
	padding : 0;
39
	list-style : none;
40
}
41

    
42
#header li {
43
	float : left;
44
	margin : 0 -1px 0 0;
45
	padding : 0 0 0 8px;
46
	background-repeat : no-repeat;
47
	background-position : 0 -110px;
48
	background-image: url(onglet_left.png);
49
	border-bottom: 1px solid #999;
50
}
51
#header a {
52
	float : left;
53
	display : block;
54
	background-image : url(onglet_right.png);
55
	background-repeat : no-repeat;
56
	background-position : 100% -110px;
57
	padding : 10px 10px 4px 3px;
58
	font-weight : bold;
59
	text-decoration : none;
60
	color : #000;
61
}
62

    
63
/* Commented Backslash Hack
64
Cache des règles à IE5-Mac \*/
65
#header a {float:none;}
66
/* Fin du hack IE5-Mac */
67

    
68
#header li.active, #header li.active:hover {
69
	background-position : 0 0;
70
}
71
#header li.active a, #header li.active:hover a {
72
	background-position : 100% 0;
73
}
74
#header li:hover {
75
	background-position : 0 -220px;
76
}
77
#header li:hover a {
78
	background-position : 100% -220px;
79
}
80

    
81
#header li.active {
82
	border-bottom: 1px solid #eceade;
83
}
84

    
85
/*
86
#header li.inactive,
87
#header li.inactive:hover {
88
	background-position: 0 0;
89
}
90

    
91
#header li.inactive a,
92
#header li.inactive:hover a {
93
	background-position: 100% 0;
94
	color: gray;
95
}
96
*/
97

    
98
div#footer {
99
	max-width: 800px;
100
	margin: 0 4em;
101
	border: 1px solid #999;
102
	border-top: 0;
103
	background: #eceade;
104
	padding: 0 1em;
105
}
106

    
107
div#footer p {
108
	margin: 0;
109
	text-align: right;
110
	font-size: 80%;
111
	font-weight: bold;
112
}
113

    
114

    
115
div#login-top,
116
div#logout-top,
117
div#identity-top {
118
	margin: 6em auto 1em auto;
119
	border: 1px solid #999;
120
	background: white;
121
	padding: 0.5ex 1em;
122
}
123

    
124
div#login-top,
125
div#login-form {
126
	width: 20em;
127
	max-width: 200px;
128
}
129

    
130
div#logout-top,
131
div#logout-sps,
132
div#identity-top,
133
div#identity-content {
134
	width: 40em;
135
	max-width: 400px;
136
}
137

    
138
div#login-top h1,
139
div#logout-top h1,
140
div#identity-top h1 {
141
	margin: 0;
142
	text-align: center;
143
}
144

    
145
div#login-form,
146
div#logout-sps,
147
div#identity-content {
148
	margin: 0 auto;
149
	background: white url(deg-top.png) top left repeat-x;
150
	border: 1px solid #999;
151
	padding: 1em;
152
}
153

    
154
div#login-form br {
155
	display: none;
156
}
157

    
158
div#login-form div.StringWidget {
159
	margin-bottom: 1ex;
160
}
161

    
162
p#cookies {
163
	margin: 0 1em;
164
	text-align: center;
165
	font-size: 90%;
166
}
167

    
168
form#login span.required {
169
	display: none
170
}
171

    
172
div#logout-sps ul li {
173
	list-style: circle;
174
}
175

    
176
div#logout-sps ul {
177
	padding-left: 2em;
178
}
179

    
180
div#logout-sps ul li img {
181
	padding-left: 1em;
182
}
183

    
184
ul.user-info {
185
	float : right;
186
	width : 102px;
187
	position : relative;
188
	margin : 0 0 1em 1em;
189
	padding : 5px 0 0 30px;
190
	background : transparent url(user_info_top.png) no-repeat top left;
191
	list-style : none;
192
}
193
li.ui-name {
194
}
195
li.ui-logout {
196
	display : block;
197
	background : transparent url(user_info_bottom.png) no-repeat bottom left;
198
	padding : 8px 0 10px 10px;
199
	margin : 0 0 0 -30px;
200
}
201

    
202
li.ui-logout a {
203
	padding-left: 20px;
204
}
205

    
206
table {
207
	clear: both;
208
}
209

    
210
table th {
211
	text-align: left;
212
	border-bottom: 1px solid #999;
213
}
214

    
215
table td {
216
	padding-right: 1ex;
217
}
218

    
219
dl dt {
220
	margin : 0;
221
	padding : 0 0 0 0;
222
}
223

    
224
dl dd {
225
        margin : 0.3em 0 1.5em 10px;
226
}
227

    
228
div#identity-content hr {
229
	margin: 1em 2em;
230
	height: 1px;
231
	background: #999;
232
	border: 0;
233

    
234
}
235

    
236
div.FieldWidget div.StringWidget {
237
	float: left;
238
	width: 30%;
239
}
240

    
241
br.FieldWidget,
242
div.FieldWidget br {
243
	display: none;
244
}
245

    
246
pre {
247
	overflow: scroll;
248
}
249

    
250
div.explanation {
251
	margin: 0 140px 1em 0;
252
	background: white url(bg-footer.png) top right repeat-y;
253
	border: 1px solid #ccc;
254
	padding: 3px;
255
}
256

    
257
div.explanation ol,
258
div.explanation p {
259
	margin: 0;
260
}
261

    
262
div#error-page {
263
	border: 1px solid #a00;
264
}
265

    
266
div#error-page h2 {
267
	margin: 0;
268
	border-bottom: 1px solid #a00;
269
	background: #f52;
270
	padding: 0 3px;
271
}
272

    
273
div#error-page p {
274
	padding: 0 3px;
275
}
276

    
277
img.theme-icon {
278
	float: right;
279
	margin: -16px 4px 0px 3px;
280
	border: 1px solid #999;
281
}
282

    
283
a.arrow {
284
	text-decoration: none;
285
}
286

    
287
ul.biglist {
288
	margin: 0;
289
	padding: 0;
290
}
291

    
292
#fields-list li {
293
	cursor: move;
294
}
295

    
296
ul.biglist li {
297
	list-style-type: none;
298
	margin: 4px 0;
299
	padding: 0 2px;
300
	border: 1px solid #888;
301
	background: #ffe;
302
	clear: both;
303
}
304

    
305
ul.biglist li p.details {
306
	display: block;
307
	margin: 0;
308
	color: #555;
309
	font-size: 80%;
310
}
311

    
312

    
313
ul.biglist li p.commands {
314
	float: right;
315
	margin-top: -17px;
316
}
317

    
318
ul.biglist li p.commands img {
319
	padding-right: 5px;
320
}
321

    
322
a img {
323
	border: 0;
324
}
325

    
326
td.time {
327
	text-align: right;
328
}
329

    
330
ul.biglist li.disabled, ul.biglist li.disabled p.details {
331
	color: #999;
332
	background: #ddd;
333
}
334

    
335
form#other-log-select {
336
	margin-top: 2em;
337
	padding-top: 1em;
338
	border-top: 1px solid #999;
339
}
340

    
341
form#other-log-select select {
342
	margin: 0 1em;
343
}
344

    
345
tr.level-error td {
346
	border: 1px solid #800;
347
	background: red;
348
}
349

    
350
tr.level-error td.message {
351
	font-weight: bold;
352
}
353

    
354
div#new-field table {
355
	margin: 0;
356
	padding: 0;
357
}
358

    
359
div#new-field div.widget {
360
	margin: 0;
361
	padding: 0;
362
}
363

    
364
div#new-field div.buttons {
365
	margin: 0;
366
	padding: 0;
367
}
368

    
369
div#new-field div.buttons input {
370
	margin: 0;
371
	padding: 0;
372
}
373

    
374
div#new-field {
375
	border: 1px solid #888;
376
	background: #ffe;
377
	margin: 2em 0 4px 0;
378
	padding: 0 2px;
379
}
380

    
381
div#new-field div.widget {
382
}
383

    
384
div#new-field h3 {
385
	margin: 0;
386
	font-size: 100%;
387
}
388

    
389
div#new-field br {
390
	display: none;
391
}
392

    
393
div#new-field p.commands {
394
	float: right;
395
	margin-top: -17px;
396
	margin-right: 3px;
397
}
398

    
399
div.WorkflowStatusWidget {
400
	border-left: 1px solid black;
401
}
402

    
403
hr {
404
	border: none;
405
	border-top: 1px solid #666;
406
	height: 1px;
407
	width: 80%;
408
}
409

    
410

    
(7-7/15)