Projet

Général

Profil

Télécharger (3,76 ko) Statistiques
| Branche: | Révision:

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

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

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

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

    
23
div.SingleSelectWidget select {
24
	margin: 1px;
25
}
26

    
27
div.widget input.prefill-button {
28
	border: 1px outset #ccc;
29
	margin: 0 0 0 1em;
30
	padding: 0px 0px;
31
}
32

    
33
div.widget input.prefill-button:focus {
34
	border: 1px outset #ccc;
35
	margin: 0 0 0 1em;
36
	padding: 0;
37
}
38

    
39

    
40
div.widget textarea.readonly,
41
div.widget input.readonly {
42
	border: 1px solid #ccc;
43
	background: #eee;
44
	margin: 0 0 0 1em;
45
}
46

    
47
div.TextWidget textarea:focus,
48
div.DateWidget input:focus,
49
div.StringWidget input:focus,
50
div.WcsExtraStringWidget input:focus,
51
div.RegexStringWidget input:focus,
52
div.EmailWidget input:focus,
53
div.PasswordWidget input:focus,
54
div.UrlWidget input:focus,
55
div.ValidUrlWidget input:focus {
56
	border: 2px solid #ccf;
57
	/*margin: 0px; */
58
	padding: 1px 2px;
59
}
60

    
61
div.AccountSettingWidget label {
62
	padding-right: 2em;
63
}
64

    
65
div.SubmitWidget input, input[type=submit] {
66
	margin-top: 1em;
67
	border: 1px outset #ccc;
68
}
69

    
70
div.form .title, form.quixote .title {
71
	font-weight: bold;
72
}
73

    
74
div.errornotice {
75
	background: #fd6;
76
	border: 1px solid #ffae15;
77
	margin: 0em 1em 1em 1em;
78
	padding: 5px;
79
}
80

    
81
div.infonotice {
82
	background: #7b95a6;
83
	border: 1px solid #153eaf;
84
	margin: 0em 1em 1em 1em;
85
	padding: 5px;
86
}
87

    
88
div.error {
89
	color: black;
90
	font-weight: bold;
91
	background: transparent url(warning.png) top left no-repeat;
92
	padding-left: 20px;
93
}
94

    
95
div.buttons div.SubmitWidget,
96
div.buttons div.SubmitWidget div.content {
97
	display: inline;
98
}
99

    
100
div.buttons br { display: none; }
101

    
102
div.widget {
103
	margin-bottom: 0.5em;
104
	clear: both;
105
}
106

    
107
input[type="submit"][name="submit"] {
108
	font-weight: bold;
109
}
110

    
111
div.form pre {
112
	overflow: scroll;
113
}
114

    
115

    
116
div#error h1 {
117
	margin: 0;
118
}
119

    
120
div#error {
121
	width: 40em;
122
	max-width: 500px;
123
	margin: 15% auto;
124
	background: white;
125
	border: 1px solid #999;
126
	padding: 1em;
127
}
128

    
129
div.hint {
130
	font-size: 80%;
131
}
132

    
133
span.required {
134
	background: transparent url(required.png) 0px 0.5ex no-repeat;
135
	padding: 0 0 0 24px;
136
	margin-left: 1ex;
137
	overflow: hidden;
138
	color: white;
139
}
140

    
141
div.buttons {
142
	margin-top: 1em;
143
}
144

    
145
div.RadiobuttonsWidget div.content {
146
	display: block;
147
}
148

    
149
div.error-page {
150
	margin: 1em;
151
}
152

    
153
pre#exception {
154
	overflow: scroll;
155
	padding: 1em;
156
	border: 1px solid #bbb;
157
	background: #f0f0f0;
158
	font-size: 90%;
159
}
160

    
161
div.StringWidget ul {
162
	margin: 0;
163
	padding-left: 2em;
164
	list-style: circle;
165
}
166

    
167
div.inline-first div.title,
168
div.inline div.title {
169
	display: inline;
170
	float: left;
171
	max-width: 20em;
172
	text-align: left;
173
	padding-top: 6px;
174
}
175

    
176
div.inline-first div.title span.required,
177
div.inline div.title span.required {
178
	margin-left: 1ex;
179
	padding-left: 12px;
180
}
181

    
182
div.inline-first div.content,
183
div.inline div.content {
184
	margin-left: 1ex;
185
}
186

    
187
div.inline-first div.hint,
188
div.inline div.hint {
189
	display: none;
190
}
191

    
192
div.inline-first {
193
	float: left;
194
	clear: both;
195
}
196

    
197
div.inline {
198
	float: left;
199
	clear: none;
200
}
201

    
202
div.inline-first div.content,
203
div.inline div.content {
204
	margin-right: 1.5em;
205
}
206

    
207
	
208

    
209
div.inline-first div.content,
210
div.inline div.content {
211
	display: inline;
212
}
213

    
214
.clear-both {
215
	clear: both;
216
}
217

    
218
div.CheckboxesWidget div.content ul {
219
	list-style: none;
220
	padding: 0;
221
	margin: 0;
222
}
223

    
224
div.CheckboxesWidget div.content ul li {
225
	display: inline;
226
	margin-right: 2em;
227
}
228

    
229
div#receipt {
230
	clear: both;
231
}
232

    
233
div#receipt span.label {
234
	font-weight: bold;
235
	display: block;
236
}
237

    
238
div#receipt span.value {
239
	display: block;
240
	margin-left: 1em;
241
}
242

    
243
form div.page,
244
div#receipt div.page {
245
	border: 1px solid #aaa;
246
	padding: 1ex;
247
	margin-bottom: 1em;
248
}
249

    
250
form div.page p,
251
div#receipt div.page p {
252
	margin-top: 0;
253
}
254

    
255
form div.page h3,
256
div#receipt div.page h3 {
257
	margin: 0;
258
	margin-bottom: 1ex;
259
}
260

    
(8-8/15)