Projet

Général

Profil

Télécharger (4,87 ko) Statistiques
| Branche: | Tag: | Révision:

calebasse / calebasse / static / css / qommon.css @ 2c6641c8

1
a {
2
	color: #028;
3
}
4

    
5
div.content {
6
	margin-left: 5px;
7
}
8

    
9
div.TextWidget textarea,
10
div.RankedItemsWidget input,
11
div.StringWidget input,
12
div.IntWidget input,
13
div.DateWidget input,
14
div.WcsExtraStringWidget input,
15
div.RegexStringWidget input,
16
div.EmailWidget input,
17
div.PasswordWidget input {
18
	border: 1px inset #ccc;
19
	margin: 1px;
20
	padding: 2px 3px;
21
}
22

    
23
div.WidgetDict .content div {
24
	display: inline;
25
}
26

    
27
div.RankedItemsWidget input {
28
	margin-right: 1em;
29
}
30

    
31
div.RankedItemsWidget li.error input {
32
	border: 1px solid red;
33
}
34

    
35
div.SingleSelectWidget select {
36
	margin: 1px;
37
}
38

    
39
div.widget input.prefill-button {
40
	border: 1px outset #ccc;
41
	margin: 0 0 0 1em;
42
	padding: 0px 0px;
43
}
44

    
45
div.widget input.prefill-button:focus {
46
	border: 1px outset #ccc;
47
	margin: 0 0 0 1em;
48
	padding: 0;
49
}
50

    
51

    
52
div.widget textarea.readonly,
53
div.widget input.readonly {
54
	border: 1px solid #ccc;
55
	background: #eee;
56
	margin: 0 0 0 1em;
57
}
58

    
59
div.TextWidget textarea:focus,
60
div.DateWidget input:focus,
61
div.StringWidget input:focus,
62
div.IntWidget input:focus,
63
div.WcsExtraStringWidget input:focus,
64
div.RegexStringWidget input:focus,
65
div.EmailWidget input:focus,
66
div.PasswordWidget input:focus {
67
	border: 2px solid #ccf;
68
	/*margin: 0px; */
69
	padding: 1px 2px;
70
}
71

    
72
div.AccountSettingWidget label {
73
	padding-right: 2em;
74
}
75

    
76
div.SubmitWidget input, input[type=submit] {
77
	margin-top: 1em;
78
	border: 1px outset #ccc;
79
}
80

    
81
div.form .title, form.quixote .title {
82
	font-weight: bold;
83
}
84

    
85
div.errornotice {
86
	background: #fd6;
87
	border: 1px solid #ffae15;
88
	margin: 0em 1em 1em 1em;
89
	padding: 5px;
90
}
91

    
92
div.infonotice {
93
	color: white;
94
	font-weight: bold;
95
	background: #7b95a6;
96
	border: 1px solid #153eaf;
97
	margin: 1em;
98
	padding: 5px;
99
}
100

    
101
div.error {
102
	color: black;
103
	font-weight: bold;
104
	background: transparent url(warning.png) top left no-repeat;
105
	padding-left: 20px;
106
}
107

    
108
div.signok {
109
	background: #b5ffbc;
110
	border: 1px solid #5cde68;
111
}
112

    
113
div.signerror {
114
	background: #ffa6a6;
115
	border: 1px solid #cb2121;
116
}
117

    
118

    
119
div.buttons div.SubmitWidget,
120
div.buttons div.SubmitWidget div.content {
121
	display: inline;
122
}
123

    
124
div.buttons br { display: none; }
125

    
126
div.widget {
127
	margin-bottom: 0.5em;
128
	clear: both;
129
}
130

    
131
input[type="submit"][name="submit"] {
132
	font-weight: bold;
133
}
134

    
135
div.form pre {
136
	overflow: scroll;
137
}
138

    
139

    
140
div#error h1 {
141
	margin: 0;
142
}
143

    
144
div#error {
145
	width: 40em;
146
	max-width: 500px;
147
	margin: 15% auto;
148
	background: white;
149
	border: 1px solid #999;
150
	padding: 1em;
151
}
152

    
153
div.hint {
154
	font-size: 80%;
155
}
156

    
157
span.required {
158
	background: transparent url(required.png) 0px 0.5ex no-repeat;
159
	padding: 0 0 0 24px;
160
	margin-left: 1ex;
161
	overflow: hidden;
162
	color: white;
163
}
164

    
165
div.buttons {
166
	margin-top: 1em;
167
}
168

    
169
div.RadiobuttonsWidget div.content {
170
	display: block;
171
}
172

    
173
div.error-page {
174
	margin: 1em;
175
}
176

    
177
pre#exception {
178
	overflow: scroll;
179
	padding: 1em;
180
	border: 1px solid #bbb;
181
	background: #f0f0f0;
182
	font-size: 90%;
183
}
184

    
185
div.StringWidget ul {
186
	margin: 0;
187
	padding-left: 2em;
188
	list-style: circle;
189
}
190

    
191
div.inline-first div.title,
192
div.inline div.title {
193
	display: inline;
194
	float: left;
195
	max-width: 20em;
196
	text-align: left;
197
	padding-top: 6px;
198
}
199

    
200
div.inline-first div.title span.required,
201
div.inline div.title span.required {
202
	margin-left: 1ex;
203
	padding-left: 12px;
204
}
205

    
206
div.inline-first div.content,
207
div.inline div.content {
208
	margin-left: 1ex;
209
}
210

    
211
div.inline-first div.hint,
212
div.inline div.hint {
213
	display: none;
214
}
215

    
216
div.inline-first {
217
	float: left;
218
	clear: both;
219
}
220

    
221
div.inline {
222
	float: left;
223
	clear: none;
224
}
225

    
226
div.inline-first div.content,
227
div.inline div.content {
228
	margin-right: 1.5em;
229
}
230

    
231
	
232

    
233
div.inline-first div.content,
234
div.inline div.content {
235
	display: inline;
236
}
237

    
238
.clear-both {
239
	clear: both;
240
}
241

    
242
div.CheckboxesWidget div.content ul {
243
	list-style: none;
244
	padding: 0;
245
	margin: 0;
246
}
247

    
248
div.CheckboxesWidget div.content ul.inline li {
249
	display: inline;
250
	margin-right: 2em;
251
}
252

    
253
div.dataview {
254
	clear: both;
255
}
256

    
257
div.dataview span.label {
258
	font-weight: bold;
259
	display: block;
260
}
261

    
262
div.dataview span.value {
263
	display: block;
264
	margin-left: 1em;
265
}
266

    
267
form div.page,
268
div.dataview div.page {
269
	border: 1px solid #aaa;
270
	padding: 1ex;
271
	margin-bottom: 1em;
272
}
273

    
274
form div.page p,
275
div.dataview div.page p {
276
	margin-top: 0;
277
}
278

    
279
form div.page h3,
280
div.dataview div.page h3 {
281
	margin: 0;
282
	margin-bottom: 1ex;
283
}
284

    
285
#modalOverlay {
286
	height:100%;
287
	width:100%;
288
	position:fixed;
289
	left:0;
290
	top:0;
291
	z-index:3000;
292
	background-color: rgba(0, 0, 0, 0.8);
293
	cursor:wait;
294
}
295

    
296
div#popup {
297
	position:fixed;
298
	/*width:600px;
299
	left:50%;
300
	margin-left:-300px; */
301
	z-index:3100;
302
	border: 1px solid black;
303
	border-color: #333 black black #333;
304
}
305

    
306

    
307
div#popup div.popup-content {
308
	padding: 10px;
309
	max-width: 30em;
310
	background: white;
311
	border: 2px solid #6d81b9;
312
}
313

    
314
div#popup form div.widget {
315
	text-align: left;
316
}
317

    
318
div#popup form div.buttons {
319
	text-align: center;
320
}
321

    
322
div#popup h2 {
323
	margin: -10px -10px 10px -10px;
324
	padding: 2px 5px;
325
	font-size: 110%;
326
	background: #6d81b9;
327
	color: white;
328
}
329

    
330
a#display-exception {
331
    display: none;
332
}
333

    
334
a.edit-custom-text {
335
	float: right;
336
	margin: 0 0 1ex 1ex;
337
	background: #ccc;
338
	color: #333;
339
	padding: 3px 5px;
340
	font-size: 50%;
341
}
(28-28/30)