summaryrefslogtreecommitdiff
path: root/static/f/style.css
blob: 65dd432e98feedf2134d8ff87cb5fdce40529dae (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
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511


* {
  margin: 0;
  padding: 0; 
}

body, td {
  font: 8pt "Tahoma";
}
body {
  background: #000 url(/f/bg.jpg) no-repeat;
  color: #ddd;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  border-bottom: 1px dotted #fff;
}
table {
  border-collapse: collapse;
}
table td {
  vertical-align: top;
  padding: 3px;
}
table tr.odd {
  background: url(/f/boxbg.png) repeat;
}

#bgright {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 433px;
  height: 140px;
  background: url(/f/bgright.jpg) no-repeat;
}

#header {
  position: absolute;
  top: 80px;
  left: 400px;
}
#header h1, #header h1 a {
  font-family: "Futura", "Century New Gothic", "Arial", Serif;
  font-size: 19pt;
  font-style: italic;
  color: #135;
  border: none!important;
}
ul {
  margin-left: 35px;
}
p.locked {
  float: right;
  color: #e44;
  font-style: italic;
  margin: 0!important;
}





/***** general form markup *****/

form, fieldset {
  border: 0;
  display: block;
}
legend {
  display: none;
}
input.text, input.submit, select, textarea {
  background-color: #135;
  color: #ccc;
  border: 1px solid #36A;
  font: 9pt "Tahoma";
  margin: 1px;
}
input.submit {
  background-color: #123;
  padding: 1px;
}
input.text, select {
  width: 200px;
}
fieldset.submit {
  width: 100%;
  text-align: center;
  margin: 5px;
}
fieldset.submit input {
  width: 200px;
}
fieldset.submit h2 {
  font-size: 9pt!important;
}
fieldset.submit textarea {
  margin: 0 20px 5px 20px;
}
table.formtable {
  margin: 0 20px 20px 20px;
}
table.formtable td {
  padding: 0;
}
table.formtable tr.newfield td {
  padding-top: 5px;
}
table.formtable tr.newpart td {
  padding-top: 20px;
  font-weight: bold;
}
td.label, td.label label {
  width: 90px;
}
td.label label {
  display: block;
}
td.field label {
  margin: 0 0 0 5px;
}




/***** main content *****/

#maincontent {
  position: absolute;
  top: 169px;
  left: 190px;
  right: 30px;
  margin: 0;
  padding-bottom: 50px!important;
}
#maincontent h1, #maincontent h2 {
  font-family: "Futura", "Century New Gothic", "Arial", Serif;
  font-weight: normal;
  font-size: 11pt;
}
#maincontent h1 {
  color: #258;
  font-size: 14pt;
  margin: -5px 0 15px 0;
}
#maincontent h2.alttitle {
  color: #fff;
  margin: -17px 0 15px 15px;
}
#maincontent div.mainbox {
  border: 1px solid #258;
  margin: 21px 0 -10px 0;
  padding: 5px;
  background: url(/f/boxbg.png) repeat;
}
#maincontent div.mainbox a {
  color: #7bd;
}
#maincontent p {
  margin: 3px 20px;
}
#maincontent div div p, #maincontent div table p {
  margin: 0;
}
#maincontent h2 {
  font-weight: bold;
  font-size: 11pt;
  margin: 10px 0 0 5px;
}
p.center {
  text-align: center;
}
b.future {
  font-weight: normal;
  color: #e44;
}




/***** menu *****/

#menulist {
  position: absolute;
  left: 30px;
  top: 190px;
  width: 150px;
}
#menulist div.menubox {
  margin: 0 0 10px 0;
  border: 1px solid #258;
  background: url(boxbg.png) repeat;
}
#menulist div.menubox div {
  padding: 2px 7px;
}
#menulist h2 {
  border-bottom: 1px solid #258;
  background-color: #234;
  padding: 1px 3px;
}
#menulist h2, #menulist h2 a {
  font-size: 8pt;
  color: #fff;
}
#menulist dt {
  display: block;
  float: left;
  width: 85px;
  font-style: italic;
}
#menulist dd {
  width: 40px;
  float: left;
  text-align: right;
}
#menulist p {
  text-align: center;
}
#menulist input.text {
  width: 100px;
  margin-left: 15px;
}
#menulist input.submit {
  width: 40px;
  margin-left: 45px;
}




/***** main tabs *****/

#maincontent ul.maintabs {
  display: inline;
  margin: 0;
}
#maincontent ul.maintabs.notfirst {
  display: block;
  height: 20px;
}
#maincontent ul.maintabs li {
  display: inline;
  list-style-type: none;
}
#maincontent ul.maintabs li a {
  float: right;
  display: block;
  height: 14px;
  border: 1px solid #258;
  border-bottom: none;
  padding: 1px 7px 5px 7px;
  margin: 0 0 0 10px;
  background-color: #012;
}
#maincontent ul.maintabs.notfirst li a {
  margin-top: 20px;
}
#maincontent ul.maintabs.bottom li a {
  margin-top: 10px;
  border-bottom: 1px solid #258;
  border-top: none;
  padding: 4px 7px 2px 7px;
}
#maincontent ul.maintabs li.left a {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
#maincontent ul.maintabs li.tabselected a,
#maincontent ul.maintabs li a:hover {
  background-color: #0c1925;
  padding-bottom: 6px;
}
#maincontent ul.maintabs.bottom li.tabselected a,
#maincontent ul.maintabs.bottom li a:hover {
  padding-bottom: 2px;
  padding-top: 5px;
  margin-top: 9px;
}




/***** Browsing ******/

p.browseopts {
  text-align: center;
}
p.browseopts a {
  padding: 1px 3px;
  color: #fff!important;
  border: 1px solid #258;
  margin: 0 2px;
}
p.browseopts a.optselected, p.browseopts a:hover {
  border: 0;
  padding: 2px 4px;
}
#maincontent div.mainbox.browse {
  padding: 0;
}
div.mainbox.browse table {
  width: 100%;
}
div.mainbox.browse table td.tc1 {
  padding-left: 25px;
}
table thead td {
  font-weight: bold;
  background-color: #135;
  /*background-color: #112337;*/
}
form.search {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 10px 0;
}
form.search .submit {
  padding: 0 1px;
}

/* history browser */
div.mainbox.history td.tc1_1 {
  text-align: right;
  padding-left: 15px;
  padding-right: 0;
  width: 40px;
}
div.mainbox.history td.tc1_2 {
  padding-left: 0;
  width: 25px;
}
div.mainbox.history td.editsum {
  color: #258;
  padding-top: 0;
  text-align: right;
}




/***** VN page *******/

div.vndetails {
  margin: 0 auto;
  width: 700px;
}
div.vnimg {
  float: left;
  width: 250px;
  margin: 0 10px;
}
div.vndetails table {
  float: left;
  width: 430px;
}
div.vndescription {
  clear: left;
  padding: 5px 0 0 0;
}
div.vndescription h2 {
  margin: 0 30px;
  border-top: 1px solid #258;
  padding: 3px 70px;
  font-weight: bold!important;
}
div.vndescription p {
  margin: 0 100px;
}




/***** Producer page/list *******/

.producerpage p.description {
  margin: 10px 100px!important;
}
.producerpage ul {
  margin: 0 50px;
}
.producerpage li {
  padding-top: 3px;
  list-style-type: none;
}
.producerpage li i {
  display: block;
  font-style: normal;
  float: left;
  width: 80px;
}

.producerbrowse ul {
  float: left;
  margin-top: -5px;
  margin-left: 25px;
  min-width: 170px;
}
.producerbrowse ul li {
  list-style-type: none;
}
.producerbrowse ul li acronym {
  margin-right: 5px;
  margin-top: 1px;
}
.producerbrowse {
  padding-bottom: 10px!important
}




/***** Warning/Notice Box *****/

div.warning, div.notice {
  margin: 5px 10%;
  padding: 15px;
  background-color: #534;
  border: 1px solid #C00;
}
div.notice {
  background-color: #354;
  border: 1px solid #0C0;
}
div.warning ul, div.notice ul {
  margin-left: 0;
}
div.warning li, div.notice li {
  margin-left: 20px;
}
#maincontent div.warning h2, #maincontent div.notice h2 {
  font-size: 9pt;
  font-weight: bold;
  margin: 0;
}




/****** Icons *******/

.icons {
  background: url(/f/icons.png) no-repeat;
  width: 16px;
  height: 14px;
  margin: 0 2px 0 0;
  overflow: hidden;
  display:-moz-inline-stack;
  display: inline-block;
  padding: 0;
  border: 0;
  text-decoration: none;
}
.icons.lang {
  width: 13px;
  height: 11px;
  opacity: 0.5;
}
.icons.par, .icons.tri, .icons.com { width: 11px; }
acronym.icons, acronym.uicons { cursor: default; }
.icons.oth { background: none; }
.icons.drc { background-position:   0px   0px; }
.icons.lin { background-position:   0px -14px; }
.icons.nds { background-position:   0px -28px; }
.icons.ps2 { background-position:   0px -42px; }
.icons.sfc { background-position:   0px -56px; }
.icons.gba { background-position:   0px -70px; }
.icons.ps3 { background-position:   0px -84px; }

.icons.dvd { background-position: -16px   0px; }
.icons.mac { background-position: -16px -14px; }
.icons.ps1 { background-position: -16px -28px; }
.icons.psp { background-position: -16px -42px; }
.icons.win { background-position: -16px -56px; }
.icons.wii { background-position: -16px -70px; }
.icons.xb3 { background-position: -16px -84px; }

.icons.com { background-position: -32px   0px; }
.icons.par { background-position: -32px -14px; }
.icons.tri { background-position: -32px -28px; }
.icons.ext { background-position: -32px -42px; }
.icons.msx { background-position: -32px -56px; }
.icons.nes { background-position: -32px -70px; }

.icons.cs  { background-position: -48px   0px; }
.icons.da  { background-position: -48px -11px; }
.icons.de  { background-position: -48px -22px; }
.icons.en  { background-position: -48px -33px; }
.icons.es  { background-position: -48px -44px; }
.icons.fi  { background-position: -48px -55px; }
.icons.fr  { background-position: -48px -66px; }
.icons.it  { background-position: -48px -77px; }
.icons.ja  { background-position: -48px -88px; }

.icons.nl  { background-position: -61px   0px; }
.icons.no  { background-position: -61px -11px; }
.icons.pl  { background-position: -61px -22px; }
.icons.pt  { background-position: -61px -33px; }
.icons.ru  { background-position: -61px -44px; }
.icons.sv  { background-position: -61px -55px; }
.icons.tr  { background-position: -61px -66px; }
.icons.zh  { background-position: -61px -77px; }
.icons.ko  { background-position: -61px -88px; }