aboutsummaryrefslogtreecommitdiffstats
path: root/themes/Sylvia/theme.css
blob: 22f0ff13feb955cbe61e7092d5625d1b027bff4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
/* thumbnail wrap size */
.content .thumbnailCategory div.illustration { 
	width:165px !important; /* Usable range 162px-360px , optimal : Thumbnail width + 40px */ 
}
#comments .thumbnailCategory div.illustration { 
	width:220px !important; /* Usable range 219px-360px , optimal : Thumbnail width + 95px */ 
}

/**
 * Menubar
 */
#menubar DL { 
	background:transparent url(images/menuBox_top.gif) no-repeat scroll left top;
	margin:0 0 5px 40px; 
	padding:0; 
	width: 231px; 
	min-width: 231px; 
	border: 0; 
	min-height: 32px; 
	overflow-x: hidden;
}
#menubar DT { 
	background-color:#111; 
	border:0; 
	display:inline; 
	margin-left:8px; 
	text-align:left; 
}
#menubar DD { 
	background:transparent url(images/menuBox_bottom.gif) no-repeat scroll left bottom;
	margin:14px 0 0 0; 
	padding:0 0 22px; 
	width: 231px; 
	min-width: 231px; 
	border: 0; 
	overflow-x: hidden;
}
#menubar DD P {
  background:transparent url(images/menuBox_sides.gif) repeat-y scroll left bottom; 
  padding: 2px 16px 0; 
  margin: 0;
}
#menubar UL, #menubar #mbCategories p, #menubar .illustration  { 
	background:transparent url(images/menuBox_sides.gif) repeat-y scroll left bottom;
	margin:0; 
}
#menubar DT A { 
	font-size: 100%; 
}
#menubar UL { 
	color:#333; 
	font-size: 16px; 
	line-height: 15px; 
}
#menubar UL SPAN.menuInfoCat { 
	color:#666;
}
#menubar LI { 
	padding-left: 12px; 
}
#menubar LI UL {
  background: transparent url(images/transparent.gif);
}
#menubar A, .menuInfoCat { 
	font-size: 13px; 
}
#menubar form { 
	background:transparent url(images/menuBox_sides.gif) repeat-y scroll left bottom; 
	margin:0; 
}
#menubar p { 
	padding: 16px 16px 0; 
}
#menubar .button { 
	position:relative; 
	right:9px; 
	top:16px; 
	height:16px; 
	width:16px; 
}

#menubar #mbIdentification { 
	background:transparent url(images/menuId_top.gif) no-repeat scroll left top !important;
}
#menubar #mbIdentification DD { 
	background:transparent url(images/menuId_bottom.gif) no-repeat scroll left bottom; 
}
#menubar #mbIdentification UL, #menubar #mbIdentification p, #menubar #mbIdentification .illustration  { 
	background:transparent url(images/menuId_sides.gif) repeat-y scroll left bottom; 
}
#menubar #mbIdentification form { 
	background:transparent url(images/menuId_sides.gif) repeat-y scroll left bottom; 
}
#menubar #mbIdentification form  p { 
	background:transparent none repeat-y scroll left bottom; 
}
#menubar #mbIdentification p { 
	padding: 2px 16px 0; 
	margin: 0;
}
#menubar #mbIdentification fieldset div input[type="text"] { 
	margin: 0 0 3px; 
	width: 174px; 
	display: inline; 
}
#menubar #mbIdentification .button { 
	height:24px; 
	width:24px; 
	right:0px; 
	top:-40px; 
}
#menubar #mbIdentification fieldset { 
	border:0; 
	margin:0 24px 0 23px; 
}
#menubar #mbIdentification legend { 
	display: none; 
}
#mbIdentification p, .totalImages { 
	color:#666; 
}

#menubar #menuTagCloud { 
	background:transparent url(images/menuBox_sides.gif) repeat-y scroll left bottom;
	margin:0; 
	padding: 0 12px; 
}

#qsearchInput:focus, input:focus, select:focus, textarea:focus, input.focus, form .focus { 
	background-color:#444;
	color:#999; 
}
#qsearchInput { 
	color:#999;
}


/**
 * Content
 */
.content { 
	background:#222 url(images/fillet.gif) repeat-x scroll left top; 
	min-height:466px; 
}

#the_page { 
	background:transparent url(images/top-left-bg.jpg) no-repeat scroll left top;
	left:0; 
	margin:0; 
	padding:0; 
	position:absolute; 
	top:0; 
	z-index:0; 
	width: 100%; 
	min-width: 100%; 
}

#theCategoryPage .content { 
	border: 1px solid #000; 
	border-top: 0; 
	margin:21px 7px 0 290px !important; 
	padding-top:7px; 
}

.content h2 { 
	margin:0; 
	padding:0px 10px 15px 15px; 
	border:0;
}
.content .navigationBar {
	color:#666;
}

/* Category thumbnails on main page */
.content .thumbnailCategories li {
	background:#222 url(images/cat_bottom-right.gif) no-repeat scroll right bottom; 
	width:49%; 
	margin: 0; 
	padding:0; 
}
.content .thumbnailCategory { 
	background:transparent url(images/cat_bottom-left.gif) no-repeat scroll left bottom; 
	padding: 0 0 2px; 
	margin:0; 
}
.content .thumbnailCategory div.illustration { 
	background:transparent url(images/cat_top-left.gif) no-repeat scroll left top; 
	padding: 0 0 0 10px; 
	margin: 0 !important; 
}
.content .thumbnailCategory div.illustration a { 
	display: block; 
	margin: 0; 
	padding:20px 0 0 8px; 
}
.content .thumbnailCategory .description { 
	background:transparent url(images/cat_top-right.gif) no-repeat scroll right top;
	margin: 0; 
	padding:15px 10px 3px 0; 
	overflow-x: hidden !important; 
  height:158px;
}
.content .thumbnailCategory .description .text { 
	display:block; 
	margin:10px 2px 0 0;
	overflow: auto; 
	overflow-x:hidden; 
	padding:0 0 5px; 
}
.content .thumbnailCategory .description p.dates { 
	margin: 0 15px 0 15px; 
	text-align: right; 
}
.content .thumbnailCategory .description H3 { 
	display: block; 
}
.content .thumbnailCategories li:hover { 
	background-color:#111; 
}

/* header */
#theHeader { 
	min-height:110px;
	height:110px; 
}

.header_msgs { 
	background:transparent url(images/header_msgs-bg.gif) repeat scroll left top;
	border:0; 
	color:#333; 
	font-size:24px; 
	left:0; 
	margin:0; 
	padding:10px 0 6px 0; 
	text-align:center; 
	top:0; 
	width:100%; 
	z-index:99; 
}
.header_notes {
	background:transparent url(images/header_msgs-bg.gif) repeat scroll left top;
	border:0 none;
	color:#333;
	font-size:16px;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:99;
}
.infos { 
	color:#f70; 
	border:0; 
	background-color: transparent; 
	margin-left:125px;
	padding:5px 0px 0pt 10pt; 
	min-height: 48px; 
	text-align:left; 
}
.errors { 
	color:#f33; 
	border:0; 
	background: transparent url(icon/errors.png) no-repeat scroll right top; 
	margin-left:125px;
	padding:5px 0px 0pt 10pt; 
	min-height: 48px; 
	text-align:left; 
	font-weight:bold; 
}
.infos li, .errors li { 
	list-style-type:none; 
}

/* User comments */
#theCommentsPage .content .thumbnailCategories li,
#theCommentsPage .content .thumbnailCategory ,
#theCommentsPage .content .thumbnailCategory .description,
#theCommentsPage .content .thumbnailCategory div.illustration { 
	background-image: none;
}
#theCommentsPage .content .thumbnailCategory {
	padding: 15px 2px 6px 12px; 
	border: 1px solid #666; 
}
#theCommentsPage .content .odd { 
	background-color: #222; 
	border-top:0 !important; 
}
#theCommentsPage .content .even { 
	background-color: #111; 
}
#theCommentsPage .content .thumbnailCategories li:hover { 
	background-color: transparent; 
}
#theCommentsPage #comments {
	padding: 0 0 5px 10px;
}

#comments .thumbnailCategories hr {display:none;}
#comments .filter input[type="submit"] { margin-top:1.8em; }

/* Thumbnails */
.thumbnails .wrap2 {
	border: 1px solid #666;	/* thumbnails border color and style */
	border-radius: 4px 4px;	/* round corners with CSS3 compliant browsers */ 
}
.thumbnails .wrap2:hover { 
	color:#666;
	background-color:#111; 
	border:1px solid #ff3363;	/* thumbnails border color when mouse cursor is over it */ 
}
.calItem {
	border:1px solid #666; 
	margin:0 5px; 
	padding:2px 5px 0 8px;
}
.calItemEmpty, td.calDayCellEmpty, td.calDayCellFull {
	border:1px solid #666;
}


/**
 * Picture
 */
#imageToolBar { 
	padding:0 7%; 
}
#imageHeaderBar .imageNumber { 
	margin-right:7%; 
}
#imageHeaderBar .browsePath { 
	margin-left:7%; 
}
#imageHeaderBar, #imageToolBar A:hover { 
	background-color: transparent; 
}
#imageHeaderBar H2 { 
	border: 0; 
}

#theImage A, .illustration A, A.navThumb, A.navThumb { 
	border-bottom-width: 0; 
}
.rateButtonStarFull, .rateButtonStarEmpty {   	
	background-image: url('icon/rating-stars.gif'); 
}

#thePicturePage .thumbnailCategory {
	padding: 15px 2px 6px 12px; 
	border: 1px solid #666; 
}
#thePicturePage .thumbnailCategory  .date, #thePicturePage .thumbnailCategory  .author {
	font-weight:bold;
}
#thePicturePage .thumbnailCategories { 
	padding-left: 12px; 
	padding-right: 12px; 
}
#thePicturePage .odd { 
	background-color: #222; 
	border-top:0 !important; 
}

#addComment fieldset {
  color: #f70;
	border-color: #f70;
}
#addComment fieldset  label {
  color: #666;
}


/**
 * Default Layout
 */
*, *:focus, *:active, input:active, a:active, input:focus, a:focus { 
	outline: none; 
}
BODY { 
	background:#111 url(images/bottom-left-bg.jpg) no-repeat fixed left bottom;
	margin:0; 
	min-height: 100%; 
	height: 100%; 
	padding:0; 
}
BODY, H1, H3, DT, INPUT.rateButtonSelected, H2, #menubar DT { 
	color:#666; 
}

/* forms */
FIELDSET, INPUT, SELECT, TEXTAREA { 
	border: 1px solid #666; 
}
input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], input[type="file"] {
	background-color:#444; 
	color:#999; 
} /* stupid Line but needed  due to inpact on other themes and deadline of Piwigo 2.0 */
input[type="file"] {
	background-color:#222; 
	border: 1px solid #666;
}
INPUT, select, textarea { 
	color:#999; 
	background-color:#444; 
}
input[type="radio"], input[type="checkbox"], input[type="button"].rateButtonStarEmpty, input[type="button"].rateButtonStarFull { 
	background-color: transparent; 
}
input[type="button"], input[type="submit"], input[type="reset"] {
	color:#ff3363; 
	background-color:#222; 
	border-color:#ff3363; 
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
	color:#999; 
	border-color:#666; 
}

/* links */
A, .rateButton { 
	color:#f70; 
	border-width: 0; 
}
A:hover, A:active { 
	color:#f33; 
	border-bottom: 1px solid #ff3363; 
	cursor: pointer; 
}
a.external { 
	color:#ff3363; 
	border:0; 
	text-decoration: none; 
}
a.external:hover { 
	color:#ff7700; 
	border:0; 
}
a.Piwigo {
  font-family: verdana, arial, helvetica, sans-serif !important;
  font-size: 11px; font-weight: normal; letter-spacing: 0;
  color : #F33; text-decoration: none; border: 0; }
a.Piwigo:hover {
  border-bottom: 1px solid #ff3363;
}

.titrePage img.button[alt="x"] { margin: 0 3px 3px; }
tr.tagLine, fieldset.tagLetter, legend.tagLetterLegend {
	border-color: #666;
}
#debug { 
	margin: 15px 15px 5px 248px; 
	font-size:12px; 
	clear: both; 
}

/* sprites */
.pwg-icon {
	background-image: url(../default/s26/outline_ff3363.png);
}
A:hover .pwg-icon {
	background-image: url(../default/s26/outline_ff7700.png);
}