Projet

Général

Profil

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

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

1
@import url(larpe-common.css);
2
@import url(jscalendar/aqua/theme.css);
3
/* derived from soFresh, a DotClear theme by Maurice Svay (GPL)
4
 * http://www.svay.com/files/soFresh/theme-sofresh-1.2.zip */
5

    
6
html, body {
7
	font-family: sans-serif;
8
	text-align: center;
9
	background: #eee;
10
	color: black;
11
}
12

    
13
div#page {
14
	width: 800px;
15
	margin: 2em auto;
16
	text-align: justify;
17
	background: white url(img/page.png) repeat-y;
18
	color: black;
19
}
20

    
21
body.login div#page {
22
        width: 500px;
23
        background: white url(img/page-500.png) repeat-y;
24
}
25
#top {
26
	color: #09F;
27
	background: #FFF url(img/top.jpg) no-repeat;
28
	height: 100px;
29
	margin: 0;
30
}
31

    
32
body.login #top {
33
        background: white url(img/top-500.png) no-repeat;
34
}
35

    
36
#top h1 {
37
	margin: 0;
38
	padding-left: 30px;
39
	padding-right: 30px;
40
	line-height: 100px;
41
	height: 100px;
42
	overflow: hidden;
43
}
44

    
45
#footer {
46
	background: #FFF url(img/footer.jpg) no-repeat;
47
	color: #999;
48
	text-align: center;
49
	min-height: 30px;
50
}
51

    
52
body.login #footer {
53
        background: white url(img/footer-500.png) no-repeat;
54
}
55

    
56
div#main-content {
57
	margin: 0 2em;
58
}
59

    
60
div#main-content h1 {
61
	color: #09F;
62
}
63

    
64
#steps {
65
	height: 32px;
66
	margin-bottom: 1em;
67
}
68

    
69
#steps ol {
70
	list-style: none;
71
	padding: 0 20px;
72
}
73

    
74
#steps li {
75
	display: inline;
76
	padding-right: 1em;
77
	display: block;
78
	float: left;
79
	width: 30%;
80
	list-style: none;
81
}
82

    
83
#steps ol ul {
84
	border: 1px solid #ffa500;
85
	margin-left: 2em;
86
	background: #ffdb94;
87
	margin-bottom: 1em;
88
	padding: 0;
89
	width: auto;
90
}
91

    
92
#steps li li {
93
	display: block;
94
	width: auto;
95
	float: none;
96
	text-align: left;
97
	margin-left: 1em;
98
	font-size: 90%;
99
}
100

    
101
#steps li li.current {
102
	color: black;
103
}
104

    
105

    
106
#steps span.marker {
107
	font-size: 26px;
108
	padding: 2px 9px;
109
	font-weight: bold;
110
	color: white;
111
	text-align: center;
112
	background: #ddd;
113
	border: 1px solid #ddd;
114
	-moz-border-radius: 0.7ex;
115
}
116

    
117
#steps li.current span.marker {
118
	background: #ffa500;
119
	border: 1px solid #ffc400;
120
}
121

    
122
#steps span.label {
123
	font-size: 90%;
124
}
125

    
126
#steps li.current span.label {
127
	color: black;
128
}
129

    
130
#steps {
131
	background: #f0f0f0;
132
	color: #aaa;
133
}
134

    
135
#steps ol ul {
136
	display: none;
137
}
138

    
139
#steps ol li.current ul {
140
	display: block;
141
}
142

    
143
form {
144
	clear: both;
145
}
146

    
147
p#receiver {
148
	margin: 0;
149
	margin-left: 2em;
150
	margin-top: -0.7em;
151
	margin-bottom: 1em;
152
	padding: 2px 5px;
153
	border: 1px solid #ccc;
154
	float: left;
155
	background: #ffe;
156
}
157

    
158
p#login,
159
p#logout {
160
	margin-top: 2em;
161
	text-align: right;
162
}
163

    
164
p#login a, p#logout a {
165
	text-decoration: underline;
166
	/*
167
	text-decoration: none;
168
	-moz-border-radius: 2em !important;
169
	padding: 1px 6px !important;
170
	border: 1px solid #ccc !important;
171
	border-bottom: 2px solid #999 !important;*/
172
}
173

    
174
p#login a:hover {
175
	background-color: #ddeeff;
176
}
177

    
178
h2#submitted, h2#done {
179
	margin-top: 2em;
180
	color: #09F;
181
	font-size: 130%;
182
}
183

    
184
h2#done {
185
	margin-top: 1em;
186
}
187

    
188
ul li {
189
	list-style-image: url(img/li.png);
190
}
191

    
192
h2, h3 {
193
	color: #09F;
194
	margin-left: 0.5em;
195
	margin-bottom: 0;
196
}
197

    
198
h3 {
199
	margin-left: 1em;
200
}
201

    
202
table#listing {
203
	margin: 1em 0;
204
}
205

    
206
table#listing th {
207
	text-align: left;
208
	border-bottom: 1px solid #999;
209
	background: #eee;
210
}
211

    
212
table#listing td {
213
	padding-right: 1ex;
214
}
215

    
216
table#listing th a {
217
	text-decoration: none;
218
	color: #666;
219
}
220

    
221
table.sortable span.sortarrow {
222
	color: black;
223
	text-decoration: none;
224
}
225

    
226
table#listing tr.status-new {
227
	background: #aea;
228
}
229

    
230
table#listing tr.status-finished,
231
table#listing tr.status-rejected {
232
	color: #444;
233
}
234

    
235
table#listing tr.status-rejected td {
236
	text-decoration: line-through;
237
}
238

    
239
div.question p.label {
240
	font-weight: bold;
241
}
242

    
243
img.bar {
244
	border: 1px solid black;
245
}
246

    
247
div.question table {
248
	margin-left: 10px;
249
}
250

    
251
div.question table td {
252
}
253

    
254
div.question table td.percent {
255
	text-align: right;
256
	padding: 0 1em;
257
	width: 6em;
258
}
259

    
260
div.question table td.label {
261
	width: 6em;
262
}
263

    
264
span.user {
265
	margin-left: 1em;
266
	font-style: italic;
267
}
268

    
269
a.listing {
270
	font-size: 80%;
271
	padding-left: 1em;
272
}
273

    
274
a {
275
	text-decoration: none;
276
	color: #113;
277
}
278

    
279
a:hover {
280
	color: #06C;
281
	text-decoration: underline;
282
}
283

    
284

    
285
#prelude {
286
	color: #aaa;
287
	background: transparent;
288
	text-align: right;
289
	position: relative;
290
	top: -85px;
291
	margin: 0;
292
}
293

    
294
p#breadcrumb {
295
	margin-top: 0;
296
}
297

    
298
div.error-page {
299
	margin-bottom: 2em;
300
}
301

    
302
div.hint {
303
	display: inline;
304
	padding-left: 1ex;
305
	font-style: italic;
306
}
307

    
308
a.standalone {
309
	background: white url(img/h2.png) top left no-repeat;
310
	padding-left: 20px;
311
}
312

    
313
div#welcome-message a {
314
	text-decoration: underline;
315
}
316

    
317
input.cancel {
318
	margin-left: 5em;
319
}
320

    
321
hr {
322
	border: none;
323
	border-top: 1px solid #666;
324
	height: 1px;
325
	width: 80%;
326
}
327

    
328
div.buttons {
329
	clear: both;
330
}
331

    
(9-9/15)