| 1 | body
|
|---|
| 2 | {
|
|---|
| 3 | background-color:black;
|
|---|
| 4 | margin:0;
|
|---|
| 5 | padding:0;
|
|---|
| 6 | font-family:Arial,sans-serif;
|
|---|
| 7 | font-size:13px;
|
|---|
| 8 | color:white;
|
|---|
| 9 | }
|
|---|
| 10 |
|
|---|
| 11 | form
|
|---|
| 12 | {
|
|---|
| 13 | padding:0;
|
|---|
| 14 | margin:0;
|
|---|
| 15 | display:inline;
|
|---|
| 16 | }
|
|---|
| 17 |
|
|---|
| 18 | img,iframe
|
|---|
| 19 | {
|
|---|
| 20 | border:0;
|
|---|
| 21 | }
|
|---|
| 22 |
|
|---|
| 23 | small
|
|---|
| 24 | {
|
|---|
| 25 | font-size:11px;
|
|---|
| 26 | }
|
|---|
| 27 |
|
|---|
| 28 | .border
|
|---|
| 29 | {
|
|---|
| 30 | border:3px solid #404040;
|
|---|
| 31 | }
|
|---|
| 32 |
|
|---|
| 33 | .caption
|
|---|
| 34 | {
|
|---|
| 35 | padding-top:2px;
|
|---|
| 36 | font-size:11px;
|
|---|
| 37 | }
|
|---|
| 38 |
|
|---|
| 39 | pre.code
|
|---|
| 40 | {
|
|---|
| 41 | color:#eee;
|
|---|
| 42 | margin:15px;
|
|---|
| 43 | margin-top:2px;
|
|---|
| 44 | padding:10px;
|
|---|
| 45 | background-color:#1c1c1c;
|
|---|
| 46 | border:1px dashed #383838;
|
|---|
| 47 | line-height:normal;
|
|---|
| 48 | font-family:'Lucida Console','Bitstream Vera Sans Mono','Courier New',Monaco,Courier,monospace;
|
|---|
| 49 | overflow:auto;
|
|---|
| 50 | }
|
|---|
| 51 |
|
|---|
| 52 | div.quote
|
|---|
| 53 | {
|
|---|
| 54 | color:#eee;
|
|---|
| 55 | margin:2px 15px 15px;
|
|---|
| 56 | padding:10px;
|
|---|
| 57 | background-color:#1c1c1c;
|
|---|
| 58 | border:1px solid #383838;
|
|---|
| 59 | line-height:normal;
|
|---|
| 60 | }
|
|---|
| 61 |
|
|---|
| 62 | .text div.quote
|
|---|
| 63 | {
|
|---|
| 64 | display:table;
|
|---|
| 65 | }
|
|---|
| 66 |
|
|---|
| 67 | div.quote ol li div,div.quote li div,pre.code ol li div,pre.code li div
|
|---|
| 68 | {
|
|---|
| 69 | color:#ddd!important;
|
|---|
| 70 | }
|
|---|
| 71 |
|
|---|
| 72 | .msg-success
|
|---|
| 73 | {
|
|---|
| 74 | color:#3c3;
|
|---|
| 75 | font-weight:bold;
|
|---|
| 76 | font-size:11px;
|
|---|
| 77 | }
|
|---|
| 78 |
|
|---|
| 79 | .msg-failure
|
|---|
| 80 | {
|
|---|
| 81 | color:#c33;
|
|---|
| 82 | font-weight:bold;
|
|---|
| 83 | font-size:11px;
|
|---|
| 84 | }
|
|---|
| 85 |
|
|---|
| 86 | .minipad
|
|---|
| 87 | {
|
|---|
| 88 | padding-bottom:1px;
|
|---|
| 89 | }
|
|---|
| 90 |
|
|---|
| 91 | .pad
|
|---|
| 92 | {
|
|---|
| 93 | padding-bottom:10px;
|
|---|
| 94 | }
|
|---|
| 95 |
|
|---|
| 96 | .pad2
|
|---|
| 97 | {
|
|---|
| 98 | padding-bottom:1em;
|
|---|
| 99 | }
|
|---|
| 100 |
|
|---|
| 101 | .pad3
|
|---|
| 102 | {
|
|---|
| 103 | padding-bottom:2em;
|
|---|
| 104 | }
|
|---|
| 105 |
|
|---|
| 106 | .clear
|
|---|
| 107 | {
|
|---|
| 108 | clear:both;
|
|---|
| 109 | }
|
|---|
| 110 |
|
|---|
| 111 | a
|
|---|
| 112 | {
|
|---|
| 113 | color:#FFD100;
|
|---|
| 114 | cursor:pointer;
|
|---|
| 115 | outline:none;
|
|---|
| 116 | }
|
|---|
| 117 |
|
|---|
| 118 | a:hover
|
|---|
| 119 | {
|
|---|
| 120 | color:white;
|
|---|
| 121 | }
|
|---|
| 122 |
|
|---|
| 123 | a.selected,a.selected:hover
|
|---|
| 124 | {
|
|---|
| 125 | cursor:default;
|
|---|
| 126 | color:white;
|
|---|
| 127 | font-weight:bold;
|
|---|
| 128 | text-decoration:none;
|
|---|
| 129 | }
|
|---|
| 130 |
|
|---|
| 131 | a.open
|
|---|
| 132 | {
|
|---|
| 133 | color:white;
|
|---|
| 134 | }
|
|---|
| 135 |
|
|---|
| 136 | .text
|
|---|
| 137 | {
|
|---|
| 138 | color:#ccc;
|
|---|
| 139 | line-height:1.4em;
|
|---|
| 140 | }
|
|---|
| 141 |
|
|---|
| 142 | .text b
|
|---|
| 143 | {
|
|---|
| 144 | color:white;
|
|---|
| 145 | }
|
|---|
| 146 |
|
|---|
| 147 | .text ul,.text ol
|
|---|
| 148 | {
|
|---|
| 149 | margin:1em 0;
|
|---|
| 150 | padding-left:26px;
|
|---|
| 151 | }
|
|---|
| 152 |
|
|---|
| 153 | .text ul.first,.text ol.first
|
|---|
| 154 | {
|
|---|
| 155 | margin-top:0;
|
|---|
| 156 | }
|
|---|
| 157 |
|
|---|
| 158 | .text ul.last,.text ol.last
|
|---|
| 159 | {
|
|---|
| 160 | margin-bottom:0;
|
|---|
| 161 | }
|
|---|
| 162 |
|
|---|
| 163 | .text ol li
|
|---|
| 164 | {
|
|---|
| 165 | color:#E5CC80;
|
|---|
| 166 | }
|
|---|
| 167 |
|
|---|
| 168 | .text ul li
|
|---|
| 169 | {
|
|---|
| 170 | color:#c3030b;
|
|---|
| 171 | list-style-type:square;
|
|---|
| 172 | }
|
|---|
| 173 |
|
|---|
| 174 | .text li
|
|---|
| 175 | {
|
|---|
| 176 | list-style-position:outside;
|
|---|
| 177 | line-height:1.75em;
|
|---|
| 178 | }
|
|---|
| 179 |
|
|---|
| 180 | .text ol li div,.text li div
|
|---|
| 181 | {
|
|---|
| 182 | color:white;
|
|---|
| 183 | }
|
|---|
| 184 |
|
|---|
| 185 | .text .h1-links
|
|---|
| 186 | {
|
|---|
| 187 | float:right;
|
|---|
| 188 | }
|
|---|
| 189 |
|
|---|
| 190 | .text h1
|
|---|
| 191 | {
|
|---|
| 192 | color:white;
|
|---|
| 193 | font-size:20px;
|
|---|
| 194 | font-weight:normal;
|
|---|
| 195 | border-bottom:1px solid #505050;
|
|---|
| 196 | padding:0 0 5px;
|
|---|
| 197 | margin:0 0 13px;
|
|---|
| 198 | line-height:1.1em;
|
|---|
| 199 | }
|
|---|
| 200 |
|
|---|
| 201 | .text h2
|
|---|
| 202 | {
|
|---|
| 203 | color:white;
|
|---|
| 204 | font-size:18px;
|
|---|
| 205 | font-weight:normal;
|
|---|
| 206 | border-bottom:1px solid #505050;
|
|---|
| 207 | padding:26px 0 3px;
|
|---|
| 208 | margin:0 0 13px;
|
|---|
| 209 | line-height:1.25em;
|
|---|
| 210 | clear:both;
|
|---|
| 211 | }
|
|---|
| 212 |
|
|---|
| 213 | .text h3
|
|---|
| 214 | {
|
|---|
| 215 | color:white;
|
|---|
| 216 | font-size:14px;
|
|---|
| 217 | padding:0;
|
|---|
| 218 | margin:1.5em 0 .5em;
|
|---|
| 219 | }
|
|---|
| 220 |
|
|---|
| 221 | .text h3 small
|
|---|
| 222 | {
|
|---|
| 223 | font-weight:normal;
|
|---|
| 224 | }
|
|---|
| 225 |
|
|---|
| 226 | .text h2.first,.text h3.first
|
|---|
| 227 | {
|
|---|
| 228 | padding-top:0;
|
|---|
| 229 | margin-top:0;
|
|---|
| 230 | }
|
|---|
| 231 |
|
|---|
| 232 | .text h1 span.sub,.text h2 span.sub,.text h3 span.sub
|
|---|
| 233 | {
|
|---|
| 234 | display:block;
|
|---|
| 235 | font-weight:normal;
|
|---|
| 236 | font-size:12px;
|
|---|
| 237 | color:#707070;
|
|---|
| 238 | }
|
|---|
| 239 |
|
|---|
| 240 | .tip
|
|---|
| 241 | {
|
|---|
| 242 | border-bottom:1px dotted #808080;
|
|---|
| 243 | cursor:help;
|
|---|
| 244 | }
|
|---|
| 245 |
|
|---|
| 246 | .rss-icon
|
|---|
| 247 | {
|
|---|
| 248 | padding-left:18px;
|
|---|
| 249 | background:url(../images/rss.gif) no-repeat left center;
|
|---|
| 250 | }
|
|---|
| 251 |
|
|---|
| 252 | .bc-icon
|
|---|
| 253 | {
|
|---|
| 254 | padding-right:34px;
|
|---|
| 255 | background:url(../images/bc_icon.gif) right center no-repeat;
|
|---|
| 256 | }
|
|---|
| 257 |
|
|---|
| 258 | .alliance-icon
|
|---|
| 259 | {
|
|---|
| 260 | padding-left:18px;
|
|---|
| 261 | background:url(../images/alliance-icon.gif) left center no-repeat;
|
|---|
| 262 | }
|
|---|
| 263 |
|
|---|
| 264 | .horde-icon
|
|---|
| 265 | {
|
|---|
| 266 | padding-left:18px;
|
|---|
| 267 | background:url(../images/horde-icon.gif) left center no-repeat;
|
|---|
| 268 | }
|
|---|
| 269 |
|
|---|
| 270 | .ffapvp-icon
|
|---|
| 271 | {
|
|---|
| 272 | padding-left:13px;
|
|---|
| 273 | background:url(../images/money_ffa.gif) left center no-repeat;
|
|---|
| 274 | }
|
|---|
| 275 |
|
|---|
| 276 | .instance-icon1,.instance-icon2,.instance-icon3,.instance-icon4,.instance-icon5
|
|---|
| 277 | {
|
|---|
| 278 | padding-left:19px;
|
|---|
| 279 | background:url(../images/instance-icons.gif) no-repeat;
|
|---|
| 280 | }
|
|---|
| 281 |
|
|---|
| 282 | .instance-icon1
|
|---|
| 283 | {
|
|---|
| 284 | background-position:left center;
|
|---|
| 285 | }
|
|---|
| 286 |
|
|---|
| 287 | .instance-icon2
|
|---|
| 288 | {
|
|---|
| 289 | background-position:-152px center;
|
|---|
| 290 | }
|
|---|
| 291 |
|
|---|
| 292 | .instance-icon3
|
|---|
| 293 | {
|
|---|
| 294 | background-position:-357px center;
|
|---|
| 295 | }
|
|---|
| 296 |
|
|---|
| 297 | .instance-icon4
|
|---|
| 298 | {
|
|---|
| 299 | background-position:-564px center;
|
|---|
| 300 | }
|
|---|
| 301 |
|
|---|
| 302 | .instance-icon5
|
|---|
| 303 | {
|
|---|
| 304 | background-position:-734px center;
|
|---|
| 305 | }
|
|---|
| 306 |
|
|---|
| 307 | #noscript-bg
|
|---|
| 308 | {
|
|---|
| 309 | position:fixed;
|
|---|
| 310 | left:0;
|
|---|
| 311 | top:0;
|
|---|
| 312 | width:100%;
|
|---|
| 313 | height:100%;
|
|---|
| 314 | background-color:black;
|
|---|
| 315 | -moz-opacity:.7;
|
|---|
| 316 | opacity:.7;
|
|---|
| 317 | z-index:9999;
|
|---|
| 318 | }
|
|---|
| 319 |
|
|---|
| 320 | #noscript-text
|
|---|
| 321 | {
|
|---|
| 322 | position:absolute;
|
|---|
| 323 | text-align:center;
|
|---|
| 324 | left:0;
|
|---|
| 325 | width:100%;
|
|---|
| 326 | top:30%;
|
|---|
| 327 | font-size:18px;
|
|---|
| 328 | line-height:1.5em;
|
|---|
| 329 | z-index:10000;
|
|---|
| 330 | padding-top:70px;
|
|---|
| 331 | background:url(../images/logo_medium.png) center top no-repeat;
|
|---|
| 332 | }
|
|---|
| 333 |
|
|---|
| 334 | #noscript-text b
|
|---|
| 335 | {
|
|---|
| 336 | font-size:22px;
|
|---|
| 337 | }
|
|---|
| 338 |
|
|---|
| 339 | #home
|
|---|
| 340 | {
|
|---|
| 341 | text-align:center;
|
|---|
| 342 | margin-top:40px;
|
|---|
| 343 | padding-top:140px;
|
|---|
| 344 | background:url(../images/logo.png) top center no-repeat;
|
|---|
| 345 | }
|
|---|
| 346 |
|
|---|
| 347 | #home input
|
|---|
| 348 | {
|
|---|
| 349 | margin-right:2px;
|
|---|
| 350 | }
|
|---|
| 351 |
|
|---|
| 352 | #home p
|
|---|
| 353 | {
|
|---|
| 354 | margin:0;
|
|---|
| 355 | padding:40px 0;
|
|---|
| 356 | color:#ccc;
|
|---|
| 357 | line-height:1.75em;
|
|---|
| 358 | font-size:12px;
|
|---|
| 359 | }
|
|---|
| 360 |
|
|---|
| 361 | #home h1
|
|---|
| 362 | {
|
|---|
| 363 | position:absolute;
|
|---|
| 364 | left:-2323px;
|
|---|
| 365 | top:-2323px;
|
|---|
| 366 | }
|
|---|
| 367 |
|
|---|
| 368 | #layout
|
|---|
| 369 | {
|
|---|
| 370 | min-width:998px;
|
|---|
| 371 | max-width:1240px;
|
|---|
| 372 | margin:0 auto;
|
|---|
| 373 | }
|
|---|
| 374 |
|
|---|
| 375 | #layout.fullwidth
|
|---|
| 376 | {
|
|---|
| 377 | min-width:0;
|
|---|
| 378 | max-width:none;
|
|---|
| 379 | margin:0 10px;
|
|---|
| 380 | }
|
|---|
| 381 |
|
|---|
| 382 | #header
|
|---|
| 383 | {
|
|---|
| 384 | position:relative;
|
|---|
| 385 | }
|
|---|
| 386 |
|
|---|
| 387 | #header-logo
|
|---|
| 388 | {
|
|---|
| 389 | position:absolute;
|
|---|
| 390 | left:0;
|
|---|
| 391 | top:20px;
|
|---|
| 392 | background:url(../images/logo_header.png) left center no-repeat;
|
|---|
| 393 | }
|
|---|
| 394 |
|
|---|
| 395 | #header-logo a
|
|---|
| 396 | {
|
|---|
| 397 | display:block;
|
|---|
| 398 | width:160px;
|
|---|
| 399 | height:68px;
|
|---|
| 400 | border:0;
|
|---|
| 401 | }
|
|---|
| 402 |
|
|---|
| 403 | #header-logo h1
|
|---|
| 404 | {
|
|---|
| 405 | position:absolute;
|
|---|
| 406 | left:-2323px;
|
|---|
| 407 | top:-2323px;
|
|---|
| 408 | }
|
|---|
| 409 |
|
|---|
| 410 | #header-ad
|
|---|
| 411 | {
|
|---|
| 412 | position:absolute;
|
|---|
| 413 | right:0;
|
|---|
| 414 | width:728px;
|
|---|
| 415 | padding-top:10px;
|
|---|
| 416 | }
|
|---|
| 417 |
|
|---|
| 418 | #toptabs
|
|---|
| 419 | {
|
|---|
| 420 | text-align:left;
|
|---|
| 421 | white-space:nowrap;
|
|---|
| 422 | background:url(../images/header-lines.gif) right bottom repeat-x;
|
|---|
| 423 | }
|
|---|
| 424 |
|
|---|
| 425 | #toptabs dl
|
|---|
| 426 | {
|
|---|
| 427 | padding:0;
|
|---|
| 428 | margin:0;
|
|---|
| 429 | }
|
|---|
| 430 |
|
|---|
| 431 | #toptabs dt
|
|---|
| 432 | {
|
|---|
| 433 | display:block;
|
|---|
| 434 | float:left;
|
|---|
| 435 | margin-right:5px;
|
|---|
| 436 | padding:0;
|
|---|
| 437 | }
|
|---|
| 438 |
|
|---|
| 439 | #toptabs dl a
|
|---|
| 440 | {
|
|---|
| 441 | display:block;
|
|---|
| 442 | height:32px;
|
|---|
| 443 | line-height:32px;
|
|---|
| 444 | padding:0 8px 0 10px;
|
|---|
| 445 | font-family:Arial,sans-serif;
|
|---|
| 446 | font-weight:bold;
|
|---|
| 447 | font-size:14px;
|
|---|
| 448 | text-decoration:none;
|
|---|
| 449 | text-transform:uppercase;
|
|---|
| 450 | color:#FFCD55;
|
|---|
| 451 | cursor:pointer;
|
|---|
| 452 | position:relative;
|
|---|
| 453 | background:url(../images/header-tabs.gif) left top no-repeat;
|
|---|
| 454 | }
|
|---|
| 455 |
|
|---|
| 456 | #toptabs dl a big
|
|---|
| 457 | {
|
|---|
| 458 | font-size:16px;
|
|---|
| 459 | }
|
|---|
| 460 |
|
|---|
| 461 | #toptabs dl a span
|
|---|
| 462 | {
|
|---|
| 463 | display:block;
|
|---|
| 464 | width:2px;
|
|---|
| 465 | height:32px;
|
|---|
| 466 | top:0;
|
|---|
| 467 | right:-2px;
|
|---|
| 468 | position:absolute;
|
|---|
| 469 | background:url(../images/header-tabs.gif) right top no-repeat;
|
|---|
| 470 | }
|
|---|
| 471 |
|
|---|
| 472 | #toptabs dl ins
|
|---|
| 473 | {
|
|---|
| 474 | text-decoration:none;
|
|---|
| 475 | position:relative;
|
|---|
| 476 | top:2px;
|
|---|
| 477 | }
|
|---|
| 478 |
|
|---|
| 479 | #toptabs dl a:hover,#toptabs dl a.open
|
|---|
| 480 | {
|
|---|
| 481 | background-position:left -32px;
|
|---|
| 482 | color:#f6e6b3;
|
|---|
| 483 | }
|
|---|
| 484 |
|
|---|
| 485 | #toptabs dl a:hover span,#toptabs dl a.open span
|
|---|
| 486 | {
|
|---|
| 487 | background-position:right -32px;
|
|---|
| 488 | }
|
|---|
| 489 |
|
|---|
| 490 | #toptabs dl a.selected
|
|---|
| 491 | {
|
|---|
| 492 | top:1px;
|
|---|
| 493 | background-position:left bottom!important;
|
|---|
| 494 | color:white!important;
|
|---|
| 495 | }
|
|---|
| 496 |
|
|---|
| 497 | #toptabs dl a.selected span
|
|---|
| 498 | {
|
|---|
| 499 | background-position:right bottom!important;
|
|---|
| 500 | }
|
|---|
| 501 |
|
|---|
| 502 | #toptabs dl a.selected ins
|
|---|
| 503 | {
|
|---|
| 504 | top:0;
|
|---|
| 505 | }
|
|---|
| 506 |
|
|---|
| 507 | #toptabs-inner
|
|---|
| 508 | {
|
|---|
| 509 | padding-top:105px;
|
|---|
| 510 | background:url(../images/header-lines-right.gif) right bottom no-repeat;
|
|---|
| 511 | }
|
|---|
| 512 |
|
|---|
| 513 | #toptabs-right
|
|---|
| 514 | {
|
|---|
| 515 | float:right;
|
|---|
| 516 | color:#999;
|
|---|
| 517 | line-height:32px;
|
|---|
| 518 | height:32px;
|
|---|
| 519 | overflow:hidden;
|
|---|
| 520 | }
|
|---|
| 521 |
|
|---|
| 522 | #toptabs-right a
|
|---|
| 523 | {
|
|---|
| 524 | margin:0 6px;
|
|---|
| 525 | }
|
|---|
| 526 |
|
|---|
| 527 | #topbar-right
|
|---|
| 528 | {
|
|---|
| 529 | right:14px;
|
|---|
| 530 | top:5px;
|
|---|
| 531 | float:right;
|
|---|
| 532 | position:relative;
|
|---|
| 533 | }
|
|---|
| 534 |
|
|---|
| 535 | #topbar-right input
|
|---|
| 536 | {
|
|---|
| 537 | border:1px solid #a7a6aa;
|
|---|
| 538 | height:18px;
|
|---|
| 539 | padding-left:2px;
|
|---|
| 540 | font-size:13px;
|
|---|
| 541 | font-family:Arial,sans-serif;
|
|---|
| 542 | background:white;
|
|---|
| 543 | color:black;
|
|---|
| 544 | }
|
|---|
| 545 |
|
|---|
| 546 | #topbar-right a
|
|---|
| 547 | {
|
|---|
| 548 | position:absolute;
|
|---|
| 549 | top:0;
|
|---|
| 550 | right:-12px;
|
|---|
| 551 | z-index:1;
|
|---|
| 552 | width:22px;
|
|---|
| 553 | height:22px;
|
|---|
| 554 | background:url(../images/search.gif) left top no-repeat;
|
|---|
| 555 | display:block;
|
|---|
| 556 | }
|
|---|
| 557 |
|
|---|
| 558 | #topbar-right a:hover
|
|---|
| 559 | {
|
|---|
| 560 | background-position:left bottom;
|
|---|
| 561 | }
|
|---|
| 562 |
|
|---|
| 563 | #topbar
|
|---|
| 564 | {
|
|---|
| 565 | background:#383838;
|
|---|
| 566 | border-top:1px solid #484848;
|
|---|
| 567 | border-left:1px solid #484848;
|
|---|
| 568 | border-right:1px solid #484848;
|
|---|
| 569 | padding:7px 0 7px 3px;
|
|---|
| 570 | font-size:13px;
|
|---|
| 571 | }
|
|---|
| 572 |
|
|---|
| 573 | a#language-changer
|
|---|
| 574 | {
|
|---|
| 575 | text-decoration:none;
|
|---|
| 576 | border-bottom:1px dotted #FFD100;
|
|---|
| 577 | }
|
|---|
| 578 |
|
|---|
| 579 | a#language-changer:hover,a#language-changer.open
|
|---|
| 580 | {
|
|---|
| 581 | border-bottom:1px dotted white;
|
|---|
| 582 | }
|
|---|
| 583 |
|
|---|
| 584 | .menu-buttons a
|
|---|
| 585 | {
|
|---|
| 586 | text-decoration:none;
|
|---|
| 587 | color:white;
|
|---|
| 588 | padding:3px 8px;
|
|---|
| 589 | border:1px solid #383838;
|
|---|
| 590 | font-size:13px;
|
|---|
| 591 | white-space:nowrap;
|
|---|
| 592 | }
|
|---|
| 593 |
|
|---|
| 594 | .menu-buttons a:hover
|
|---|
| 595 | {
|
|---|
| 596 | text-decoration:underline;
|
|---|
| 597 | }
|
|---|
| 598 |
|
|---|
| 599 | .menu-buttons a.open
|
|---|
| 600 | {
|
|---|
| 601 | background-color:#484848;
|
|---|
| 602 | border:1px solid #282828;
|
|---|
| 603 | }
|
|---|
| 604 |
|
|---|
| 605 | #morelink
|
|---|
| 606 | {
|
|---|
| 607 | padding:3px 0 3px 8px;
|
|---|
| 608 | }
|
|---|
| 609 |
|
|---|
| 610 | #sidebar
|
|---|
| 611 | {
|
|---|
| 612 | position:relative;
|
|---|
| 613 | }
|
|---|
| 614 |
|
|---|
| 615 | #sidebar-contents
|
|---|
| 616 | {
|
|---|
| 617 | position:absolute;
|
|---|
| 618 | right:0;
|
|---|
| 619 | top:96px;
|
|---|
| 620 | }
|
|---|
| 621 |
|
|---|
| 622 | #sidebar-ad
|
|---|
| 623 | {
|
|---|
| 624 | width:160px;
|
|---|
| 625 | padding-top:10px;
|
|---|
| 626 | }
|
|---|
| 627 |
|
|---|
| 628 | #contribute-ad
|
|---|
| 629 | {
|
|---|
| 630 | float:right;
|
|---|
| 631 | width:300px;
|
|---|
| 632 | position:relative;
|
|---|
| 633 | }
|
|---|
| 634 |
|
|---|
| 635 | #wrapper.noads
|
|---|
| 636 | {
|
|---|
| 637 | margin:0;
|
|---|
| 638 | }
|
|---|
| 639 |
|
|---|
| 640 | #wrapper
|
|---|
| 641 | {
|
|---|
| 642 | margin-right:170px;
|
|---|
| 643 | }
|
|---|
| 644 |
|
|---|
| 645 | #main
|
|---|
| 646 | {
|
|---|
| 647 | border:1px solid #282828;
|
|---|
| 648 | background:#181818;
|
|---|
| 649 | min-height:520px;
|
|---|
| 650 | padding:18px 10px 10px;
|
|---|
| 651 | }
|
|---|
| 652 |
|
|---|
| 653 | #wrapper.noads #main
|
|---|
| 654 | {
|
|---|
| 655 | min-height:0;
|
|---|
| 656 | }
|
|---|
| 657 |
|
|---|
| 658 | #main-contents.main-contents
|
|---|
| 659 | {
|
|---|
| 660 | border:1px solid #383838;
|
|---|
| 661 | background-color:#242424;
|
|---|
| 662 | padding:10px;
|
|---|
| 663 | min-height:498px;
|
|---|
| 664 | }
|
|---|
| 665 |
|
|---|
| 666 | #wrapper.noads #main-contents
|
|---|
| 667 | {
|
|---|
| 668 | min-height:0;
|
|---|
| 669 | }
|
|---|
| 670 |
|
|---|
| 671 | .path-right
|
|---|
| 672 | {
|
|---|
| 673 | float:right;
|
|---|
| 674 | font-size:14px;
|
|---|
| 675 | margin-right:4px;
|
|---|
| 676 | }
|
|---|
| 677 |
|
|---|
| 678 | .path
|
|---|
| 679 | {
|
|---|
| 680 | cursor:default;
|
|---|
| 681 | font-size:15px;
|
|---|
| 682 | padding:0 0 10px 20px;
|
|---|
| 683 | background:url(../images/favicon.gif) left 1px no-repeat;
|
|---|
| 684 | }
|
|---|
| 685 |
|
|---|
| 686 | #footer
|
|---|
| 687 | {
|
|---|
| 688 | font-size:12px;
|
|---|
| 689 | color:#666;
|
|---|
| 690 | text-align:center;
|
|---|
| 691 | padding-top:32px;
|
|---|
| 692 | margin-bottom:3em;
|
|---|
| 693 | }
|
|---|
| 694 |
|
|---|
| 695 | #footer a
|
|---|
| 696 | {
|
|---|
| 697 | margin:0 .5em;
|
|---|
| 698 | }
|
|---|
| 699 |
|
|---|
| 700 | #beyondfooter
|
|---|
| 701 | {
|
|---|
| 702 | background-color:#181818;
|
|---|
| 703 | border-top:3px solid #282828;
|
|---|
| 704 | border-bottom:3px solid #282828;
|
|---|
| 705 | padding:10px 10px 15px;
|
|---|
| 706 | line-height:1.5em;
|
|---|
| 707 | }
|
|---|
| 708 |
|
|---|
| 709 | #beyondfooter h3
|
|---|
| 710 | {
|
|---|
| 711 | margin:0 0 3px;
|
|---|
| 712 | }
|
|---|
| 713 |
|
|---|
| 714 | #beyondfooter a
|
|---|
| 715 | {
|
|---|
| 716 | margin:0 .5em;
|
|---|
| 717 | }
|
|---|
| 718 |
|
|---|
| 719 | .toplinks
|
|---|
| 720 | {
|
|---|
| 721 | color:#bbb;
|
|---|
| 722 | padding-top:3px;
|
|---|
| 723 | position:absolute;
|
|---|
| 724 | height:20px;
|
|---|
| 725 | top:2px;
|
|---|
| 726 | right:2px;
|
|---|
| 727 | }
|
|---|
| 728 |
|
|---|
| 729 | .toplinks a
|
|---|
| 730 | {
|
|---|
| 731 | margin:0 6px;
|
|---|
| 732 | }
|
|---|
| 733 |
|
|---|
| 734 | .infobox
|
|---|
| 735 | {
|
|---|
| 736 | float:right;
|
|---|
| 737 | margin:0 0 10px 10px;
|
|---|
| 738 | border-collapse:collapse;
|
|---|
| 739 | background-color:#181818;
|
|---|
| 740 | border:1px solid #404040;
|
|---|
| 741 | }
|
|---|
| 742 |
|
|---|
| 743 | .infobox-spacer
|
|---|
| 744 | {
|
|---|
| 745 | width:174px;
|
|---|
| 746 | height:1px;
|
|---|
| 747 | background-color:#181818;
|
|---|
| 748 | }
|
|---|
| 749 |
|
|---|
| 750 | .infobox th
|
|---|
| 751 | {
|
|---|
| 752 | color:white;
|
|---|
| 753 | padding:11px 12px;
|
|---|
| 754 | font-size:14px;
|
|---|
| 755 | text-align:center;
|
|---|
| 756 | font-weight:bold;
|
|---|
| 757 | }
|
|---|
| 758 |
|
|---|
| 759 | .infobox th small
|
|---|
| 760 | {
|
|---|
| 761 | font-weight:normal;
|
|---|
| 762 | }
|
|---|
| 763 |
|
|---|
| 764 | .infobox td
|
|---|
| 765 | {
|
|---|
| 766 | padding:0 12px 12px;
|
|---|
| 767 | font-size:13px;
|
|---|
| 768 | line-height:1.75em;
|
|---|
| 769 | white-space:nowrap;
|
|---|
| 770 | }
|
|---|
| 771 |
|
|---|
| 772 | .infobox ul
|
|---|
| 773 | {
|
|---|
| 774 | margin:0;
|
|---|
| 775 | padding-left:13px;
|
|---|
| 776 | }
|
|---|
| 777 |
|
|---|
| 778 | .infobox li
|
|---|
| 779 | {
|
|---|
| 780 | color:#c3030b;
|
|---|
| 781 | list-style-type:square;
|
|---|
| 782 | }
|
|---|
| 783 |
|
|---|
| 784 | .infobox li div
|
|---|
| 785 | {
|
|---|
| 786 | color:white;
|
|---|
| 787 | }
|
|---|
| 788 |
|
|---|
| 789 | #infobox-sticky
|
|---|
| 790 | {
|
|---|
| 791 | text-align:center;
|
|---|
| 792 | }
|
|---|
| 793 |
|
|---|
| 794 | #infobox-sticky img
|
|---|
| 795 | {
|
|---|
| 796 | border:3px solid #404040;
|
|---|
| 797 | margin-bottom:4px;
|
|---|
| 798 | }
|
|---|
| 799 |
|
|---|
| 800 | .series
|
|---|
| 801 | {
|
|---|
| 802 | border-collapse:collapse;
|
|---|
| 803 | line-height:1.5em;
|
|---|
| 804 | }
|
|---|
| 805 |
|
|---|
| 806 | .series th
|
|---|
| 807 | {
|
|---|
| 808 | padding:.2em 10px 0 0;
|
|---|
| 809 | font-weight:normal;
|
|---|
| 810 | text-align:right;
|
|---|
| 811 | vertical-align:top;
|
|---|
| 812 | }
|
|---|
| 813 |
|
|---|
| 814 | .series td
|
|---|
| 815 | {
|
|---|
| 816 | padding:0;
|
|---|
| 817 | }
|
|---|
| 818 |
|
|---|
| 819 | .minibox
|
|---|
| 820 | {
|
|---|
| 821 | float:right;
|
|---|
| 822 | margin:0 0 4px 10px;
|
|---|
| 823 | background-color:#181818;
|
|---|
| 824 | border:1px solid #404040;
|
|---|
| 825 | padding:8px;
|
|---|
| 826 | font-size:11px;
|
|---|
| 827 | text-align:center;
|
|---|
| 828 | }
|
|---|
| 829 |
|
|---|
| 830 | .minibox h3
|
|---|
| 831 | {
|
|---|
| 832 | margin:0 0 5px;
|
|---|
| 833 | }
|
|---|
| 834 |
|
|---|
| 835 | .minibox h3 a
|
|---|
| 836 | {
|
|---|
| 837 | color:white;
|
|---|
| 838 | }
|
|---|
| 839 |
|
|---|
| 840 | .minibox small,.minibox small a
|
|---|
| 841 | {
|
|---|
| 842 | color:#9d9d9d;
|
|---|
| 843 | }
|
|---|
| 844 |
|
|---|
| 845 | .menu
|
|---|
| 846 | {
|
|---|
| 847 | position:absolute;
|
|---|
| 848 | z-index:100000000;
|
|---|
| 849 | }
|
|---|
| 850 |
|
|---|
| 851 | .menu table
|
|---|
| 852 | {
|
|---|
| 853 | border-collapse:collapse;
|
|---|
| 854 | }
|
|---|
| 855 |
|
|---|
| 856 | .menu table td
|
|---|
| 857 | {
|
|---|
| 858 | padding:0;
|
|---|
| 859 | vertical-align:top;
|
|---|
| 860 | }
|
|---|
| 861 |
|
|---|
| 862 | .menu p
|
|---|
| 863 | {
|
|---|
| 864 | margin:0;
|
|---|
| 865 | padding:0;
|
|---|
| 866 | position:relative;
|
|---|
| 867 | }
|
|---|
| 868 |
|
|---|
| 869 | .menu em,.menu var,.menu strong
|
|---|
| 870 | {
|
|---|
| 871 | display:block;
|
|---|
| 872 | position:absolute;
|
|---|
| 873 | background:url(../images/menu_shadow.png) no-repeat;
|
|---|
| 874 | }
|
|---|
| 875 |
|
|---|
| 876 | .menu em
|
|---|
| 877 | {
|
|---|
| 878 | width:5px;
|
|---|
| 879 | top:0;
|
|---|
| 880 | bottom:0;
|
|---|
| 881 | right:-5px;
|
|---|
| 882 | background-position:right top;
|
|---|
| 883 | }
|
|---|
| 884 |
|
|---|
| 885 | .menu var
|
|---|
| 886 | {
|
|---|
| 887 | width:5px;
|
|---|
| 888 | height:6px;
|
|---|
| 889 | right:-5px;
|
|---|
| 890 | bottom:-6px;
|
|---|
| 891 | background-position:right bottom;
|
|---|
| 892 | }
|
|---|
| 893 |
|
|---|
| 894 | .menu strong
|
|---|
| 895 | {
|
|---|
| 896 | height:6px;
|
|---|
| 897 | left:0;
|
|---|
| 898 | right:0;
|
|---|
| 899 | bottom:-6px;
|
|---|
| 900 | background-position:left bottom;
|
|---|
| 901 | }
|
|---|
| 902 |
|
|---|
| 903 | .menu div
|
|---|
| 904 | {
|
|---|
| 905 | border:1px solid #202020;
|
|---|
| 906 | }
|
|---|
| 907 |
|
|---|
| 908 | .menu div div
|
|---|
| 909 | {
|
|---|
| 910 | border:2px solid #484848;
|
|---|
| 911 | border-top:1px solid #484848;
|
|---|
| 912 | white-space:nowrap;
|
|---|
| 913 | font-size:13px;
|
|---|
| 914 | }
|
|---|
| 915 |
|
|---|
| 916 | .menu span
|
|---|
| 917 | {
|
|---|
| 918 | display:block;
|
|---|
| 919 | padding:0 18px 0 0;
|
|---|
| 920 | }
|
|---|
| 921 |
|
|---|
| 922 | .menu span span
|
|---|
| 923 | {
|
|---|
| 924 | padding:0 0 0 18px;
|
|---|
| 925 | }
|
|---|
| 926 |
|
|---|
| 927 | .menu span.separator
|
|---|
| 928 | {
|
|---|
| 929 | padding:4px 9px;
|
|---|
| 930 | background:#181818;
|
|---|
| 931 | border-top:1px solid #484848;
|
|---|
| 932 | font-weight:bold;
|
|---|
| 933 | cursor:default;
|
|---|
| 934 | }
|
|---|
| 935 |
|
|---|
| 936 | .menu a
|
|---|
| 937 | {
|
|---|
| 938 | display:block;
|
|---|
| 939 | padding:4px;
|
|---|
| 940 | text-decoration:none;
|
|---|
| 941 | background-color:#282828;
|
|---|
| 942 | border-top:1px solid #484848;
|
|---|
| 943 | border-bottom:1px solid #101010;
|
|---|
| 944 | }
|
|---|
| 945 |
|
|---|
| 946 | .menu a.open,.menu a:hover
|
|---|
| 947 | {
|
|---|
| 948 | border-bottom:1px solid #202020;
|
|---|
| 949 | background-color:#383838;
|
|---|
| 950 | }
|
|---|
| 951 |
|
|---|
| 952 | .menucheck
|
|---|
| 953 | {
|
|---|
| 954 | background:url(../images/menu_check.gif) left center no-repeat;
|
|---|
| 955 | }
|
|---|
| 956 |
|
|---|
| 957 | .menusub
|
|---|
| 958 | {
|
|---|
| 959 | background:url(../images/menu_arrow.gif) right center no-repeat;
|
|---|
| 960 | }
|
|---|
| 961 |
|
|---|
| 962 | .menuarrow
|
|---|
| 963 | {
|
|---|
| 964 | padding-right:16px;
|
|---|
| 965 | background:url(../images/menu_arrow.gif) right center no-repeat;
|
|---|
| 966 | }
|
|---|
| 967 |
|
|---|
| 968 | .menuarrowd
|
|---|
| 969 | {
|
|---|
| 970 | padding-right:11px;
|
|---|
| 971 | background:url(../images/menu_arrowd.gif) right center no-repeat;
|
|---|
| 972 | }
|
|---|
| 973 |
|
|---|
| 974 | .tabs
|
|---|
| 975 | {
|
|---|
| 976 | margin:0;
|
|---|
| 977 | padding:0;
|
|---|
| 978 | }
|
|---|
| 979 |
|
|---|
| 980 | .tabs li
|
|---|
| 981 | {
|
|---|
| 982 | float:left;
|
|---|
| 983 | margin-right:3px;
|
|---|
| 984 | height:30px;
|
|---|
| 985 | overflow:hidden;
|
|---|
| 986 | }
|
|---|
| 987 |
|
|---|
| 988 | .tabs a
|
|---|
| 989 | {
|
|---|
| 990 | float:left;
|
|---|
| 991 | position:relative;
|
|---|
| 992 | display:block;
|
|---|
| 993 | height:29px;
|
|---|
| 994 | text-decoration:none;
|
|---|
| 995 | white-space:nowrap;
|
|---|
| 996 | background:#303030 url(../images/tab_tr.gif) no-repeat top right;
|
|---|
| 997 | border-bottom:1px solid #282828;
|
|---|
| 998 | }
|
|---|
| 999 |
|
|---|
| 1000 | .tabs a:hover
|
|---|
| 1001 | {
|
|---|
| 1002 | background-color:#383838;
|
|---|
| 1003 | border-bottom:1px solid #303030;
|
|---|
| 1004 | }
|
|---|
| 1005 |
|
|---|
| 1006 | .tabs a.selected,.tabs a.selected:hover
|
|---|
| 1007 | {
|
|---|
| 1008 | background-color:#404040;
|
|---|
| 1009 | border-bottom:1px solid #404040;
|
|---|
| 1010 | }
|
|---|
| 1011 |
|
|---|
| 1012 | .tabs b
|
|---|
| 1013 | {
|
|---|
| 1014 | padding:0 5px;
|
|---|
| 1015 | display:block;
|
|---|
| 1016 | visibility:hidden;
|
|---|
| 1017 | }
|
|---|
| 1018 |
|
|---|
| 1019 | .tabs div
|
|---|
| 1020 | {
|
|---|
| 1021 | position:absolute;
|
|---|
| 1022 | left:0;
|
|---|
| 1023 | top:0;
|
|---|
| 1024 | width:100%;
|
|---|
| 1025 | text-align:center;
|
|---|
| 1026 | line-height:30px;
|
|---|
| 1027 | background:url(../images/tab_tl.gif) top left no-repeat;
|
|---|
| 1028 | }
|
|---|
| 1029 |
|
|---|
| 1030 | .tabs-container
|
|---|
| 1031 | {
|
|---|
| 1032 | position:relative;
|
|---|
| 1033 | overflow:hidden;
|
|---|
| 1034 | }
|
|---|
| 1035 |
|
|---|
| 1036 | .tabs-levels
|
|---|
| 1037 | {
|
|---|
| 1038 | position:absolute;
|
|---|
| 1039 | left:0;
|
|---|
| 1040 | bottom:0;
|
|---|
| 1041 | width:100%;
|
|---|
| 1042 | }
|
|---|
| 1043 |
|
|---|
| 1044 | .tabs-level
|
|---|
| 1045 | {
|
|---|
| 1046 | position:relative;
|
|---|
| 1047 | width:100%;
|
|---|
| 1048 | height:30px;
|
|---|
| 1049 | overflow:hidden;
|
|---|
| 1050 | }
|
|---|
| 1051 |
|
|---|
| 1052 | .tabs-level ul
|
|---|
| 1053 | {
|
|---|
| 1054 | position:absolute;
|
|---|
| 1055 | left:0;
|
|---|
| 1056 | }
|
|---|
| 1057 |
|
|---|
| 1058 | .tabbed-contents
|
|---|
| 1059 | {
|
|---|
| 1060 | border:1px solid #404040;
|
|---|
| 1061 | border-top-width:3px;
|
|---|
| 1062 | background-color:#181818;
|
|---|
| 1063 | padding:8px;
|
|---|
| 1064 | clear:both;
|
|---|
| 1065 | }
|
|---|
| 1066 |
|
|---|
| 1067 | .old-tabs
|
|---|
| 1068 | {
|
|---|
| 1069 | margin:0;
|
|---|
| 1070 | padding:0;
|
|---|
| 1071 | }
|
|---|
| 1072 |
|
|---|
| 1073 | .old-tabs li
|
|---|
| 1074 | {
|
|---|
| 1075 | display:block;
|
|---|
| 1076 | float:left;
|
|---|
| 1077 | position:relative;
|
|---|
| 1078 | padding:0;
|
|---|
| 1079 | margin-right:3px;
|
|---|
| 1080 | }
|
|---|
| 1081 |
|
|---|
| 1082 | .old-tabs a
|
|---|
| 1083 | {
|
|---|
| 1084 | display:block;
|
|---|
| 1085 | float:left;
|
|---|
| 1086 | height:29px;
|
|---|
| 1087 | text-decoration:none;
|
|---|
| 1088 | white-space:nowrap;
|
|---|
| 1089 | background:#303030 url(../images/tab_tr.gif) no-repeat top right;
|
|---|
| 1090 | border-bottom:1px solid #282828;
|
|---|
| 1091 | line-height:29px;
|
|---|
| 1092 | vertical-align:middle;
|
|---|
| 1093 | padding:0 9px 0 8px;
|
|---|
| 1094 | }
|
|---|
| 1095 |
|
|---|
| 1096 | .old-tabs a:hover
|
|---|
| 1097 | {
|
|---|
| 1098 | background-color:#383838;
|
|---|
| 1099 | border-bottom:1px solid #303030;
|
|---|
| 1100 | }
|
|---|
| 1101 |
|
|---|
| 1102 | .old-tabs a.selected,.tabs a.selected:hover
|
|---|
| 1103 | {
|
|---|
| 1104 | background-color:#404040;
|
|---|
| 1105 | border-bottom:1px solid #404040;
|
|---|
| 1106 | }
|
|---|
| 1107 |
|
|---|
| 1108 | .old-tabs div
|
|---|
| 1109 | {
|
|---|
| 1110 | position:absolute;
|
|---|
| 1111 | left:0;
|
|---|
| 1112 | top:0;
|
|---|
| 1113 | width:2px;
|
|---|
| 1114 | height:2px;
|
|---|
| 1115 | background:url(../images/tab_tl.gif) no-repeat;
|
|---|
| 1116 | }
|
|---|
| 1117 |
|
|---|
| 1118 | .iconlist
|
|---|
| 1119 | {
|
|---|
| 1120 | border-collapse:collapse;
|
|---|
| 1121 | margin-top:4px;
|
|---|
| 1122 | }
|
|---|
| 1123 |
|
|---|
| 1124 | .iconlist ul
|
|---|
| 1125 | {
|
|---|
| 1126 | margin:0;
|
|---|
| 1127 | padding:0;
|
|---|
| 1128 | }
|
|---|
| 1129 |
|
|---|
| 1130 | .iconlist ul li
|
|---|
| 1131 | {
|
|---|
| 1132 | list-style-position:inside;
|
|---|
| 1133 | list-style-type:square;
|
|---|
| 1134 | padding-left:13px;
|
|---|
| 1135 | }
|
|---|
| 1136 |
|
|---|
| 1137 | .iconlist th
|
|---|
| 1138 | {
|
|---|
| 1139 | padding:0;
|
|---|
| 1140 | }
|
|---|
| 1141 |
|
|---|
| 1142 | .iconlist td
|
|---|
| 1143 | {
|
|---|
| 1144 | padding:4px 0 6px;
|
|---|
| 1145 | color:white;
|
|---|
| 1146 | }
|
|---|
| 1147 |
|
|---|
| 1148 | .iconlist var
|
|---|
| 1149 | {
|
|---|
| 1150 | font-size:1px;
|
|---|
| 1151 | }
|
|---|
| 1152 |
|
|---|
| 1153 | .iconlist .iconsmall
|
|---|
| 1154 | {
|
|---|
| 1155 | margin-right:4px;
|
|---|
| 1156 | }
|
|---|
| 1157 |
|
|---|
| 1158 | .icontab
|
|---|
| 1159 | {
|
|---|
| 1160 | border-collapse:collapse;
|
|---|
| 1161 | margin-top:4px;
|
|---|
| 1162 | }
|
|---|
| 1163 |
|
|---|
| 1164 | .icontab tr
|
|---|
| 1165 | {
|
|---|
| 1166 | background:none!important;
|
|---|
| 1167 | }
|
|---|
| 1168 |
|
|---|
| 1169 | .icontab th,.icontab td
|
|---|
| 1170 | {
|
|---|
| 1171 | border:0!important;
|
|---|
| 1172 | }
|
|---|
| 1173 |
|
|---|
| 1174 | .icontab td
|
|---|
| 1175 | {
|
|---|
| 1176 | padding:0 4px 4px 0;
|
|---|
| 1177 | width:10em;
|
|---|
| 1178 | line-height:1.5em;
|
|---|
| 1179 | }
|
|---|
| 1180 |
|
|---|
| 1181 | .icontab th
|
|---|
| 1182 | {
|
|---|
| 1183 | padding:0 3px 0 0;
|
|---|
| 1184 | }
|
|---|
| 1185 |
|
|---|
| 1186 | .random-enchantments
|
|---|
| 1187 | {
|
|---|
| 1188 | float:left;
|
|---|
| 1189 | width:47%;
|
|---|
| 1190 | }
|
|---|
| 1191 |
|
|---|
| 1192 | a.moneyitem,a.moneysocketmeta,a.moneysocketred,a.moneysocketyellow,a.moneysocketblue
|
|---|
| 1193 | {
|
|---|
| 1194 | text-decoration:none!important;
|
|---|
| 1195 | border-bottom:1px solid transparent;
|
|---|
| 1196 | }
|
|---|
| 1197 |
|
|---|
| 1198 | a.moneyitem:hover,a.moneysocketmeta:hover,a.moneysocketred:hover,a.moneysocketyellow:hover,a.moneysocketblue:hover
|
|---|
| 1199 | {
|
|---|
| 1200 | border-bottom:1px solid white;
|
|---|
| 1201 | }
|
|---|
| 1202 |
|
|---|
| 1203 | .moneyitem,.moneygold,.moneysilver,.moneycopper,.moneyalliance,.moneyhorde,.moneyarena,.moneysocketmeta,.moneysocketred,.moneysocketyellow,.moneysocketblue
|
|---|
| 1204 | {
|
|---|
| 1205 | color:white;
|
|---|
| 1206 | background:no-repeat right center;
|
|---|
| 1207 | }
|
|---|
| 1208 |
|
|---|
| 1209 | .moneyitem
|
|---|
| 1210 | {
|
|---|
| 1211 | padding-right:18px;
|
|---|
| 1212 | }
|
|---|
| 1213 |
|
|---|
| 1214 | .moneygold
|
|---|
| 1215 | {
|
|---|
| 1216 | padding-right:15px;
|
|---|
| 1217 | background-image:url(../images/money_gold.gif);
|
|---|
| 1218 | }
|
|---|
| 1219 |
|
|---|
| 1220 | .moneysilver
|
|---|
| 1221 | {
|
|---|
| 1222 | padding-right:15px;
|
|---|
| 1223 | background-image:url(../images/money_silver.gif);
|
|---|
| 1224 | }
|
|---|
| 1225 |
|
|---|
| 1226 | .moneycopper
|
|---|
| 1227 | {
|
|---|
| 1228 | padding-right:15px;
|
|---|
| 1229 | background-image:url(../images/money_copper.gif);
|
|---|
| 1230 | }
|
|---|
| 1231 |
|
|---|
| 1232 | .moneyalliance
|
|---|
| 1233 | {
|
|---|
| 1234 | padding-right:12px;
|
|---|
| 1235 | background-image:url(../images/money_alliance.gif);
|
|---|
| 1236 | }
|
|---|
| 1237 |
|
|---|
| 1238 | .moneyhorde
|
|---|
| 1239 | {
|
|---|
| 1240 | padding-right:17px;
|
|---|
| 1241 | background-image:url(../images/money_horde.gif);
|
|---|
| 1242 | }
|
|---|
| 1243 |
|
|---|
| 1244 | .moneyarena
|
|---|
| 1245 | {
|
|---|
| 1246 | padding-right:18px;
|
|---|
| 1247 | background-image:url(../images/money_arena.gif);
|
|---|
| 1248 | }
|
|---|
| 1249 |
|
|---|
| 1250 | .moneysocketmeta
|
|---|
| 1251 | {
|
|---|
| 1252 | padding-right:18px;
|
|---|
| 1253 | background-image:url(../images/socket_meta.gif);
|
|---|
| 1254 | }
|
|---|
| 1255 |
|
|---|
| 1256 | .moneysocketred
|
|---|
| 1257 | {
|
|---|
| 1258 | padding-right:18px;
|
|---|
| 1259 | background-image:url(../images/socket_red.gif);
|
|---|
| 1260 | }
|
|---|
| 1261 |
|
|---|
| 1262 | .moneysocketyellow
|
|---|
| 1263 | {
|
|---|
| 1264 | padding-right:18px;
|
|---|
| 1265 | background-image:url(../images/socket_yellow.gif);
|
|---|
| 1266 | }
|
|---|
| 1267 |
|
|---|
| 1268 | .moneysocketblue
|
|---|
| 1269 | {
|
|---|
| 1270 | padding-right:18px;
|
|---|
| 1271 | background-image:url(../images/socket_blue.gif);
|
|---|
| 1272 | }
|
|---|
| 1273 |
|
|---|
| 1274 | .q
|
|---|
| 1275 | {
|
|---|
| 1276 | color:#ffd100!important;
|
|---|
| 1277 | }
|
|---|
| 1278 |
|
|---|
| 1279 | .q0,.q0 a
|
|---|
| 1280 | {
|
|---|
| 1281 | color:#9d9d9d!important;
|
|---|
| 1282 | }
|
|---|
| 1283 |
|
|---|
| 1284 | .q1,.q1 a
|
|---|
| 1285 | {
|
|---|
| 1286 | color:#fff!important;
|
|---|
| 1287 | }
|
|---|
| 1288 |
|
|---|
| 1289 | .q2,.q2 a
|
|---|
| 1290 | {
|
|---|
| 1291 | color:#1eff00!important;
|
|---|
| 1292 | }
|
|---|
| 1293 |
|
|---|
| 1294 | .q3,.q3 a
|
|---|
| 1295 | {
|
|---|
| 1296 | color:#0070dd!important;
|
|---|
| 1297 | }
|
|---|
| 1298 |
|
|---|
| 1299 | .q4,.q4 a
|
|---|
| 1300 | {
|
|---|
| 1301 | color:#a335ee!important;
|
|---|
| 1302 | }
|
|---|
| 1303 |
|
|---|
| 1304 | .q5,.q5 a
|
|---|
| 1305 | {
|
|---|
| 1306 | color:#ff8000!important;
|
|---|
| 1307 | }
|
|---|
| 1308 |
|
|---|
| 1309 | .q6,.q6 a
|
|---|
| 1310 | {
|
|---|
| 1311 | color:#e5cc80!important;
|
|---|
| 1312 | }
|
|---|
| 1313 |
|
|---|
| 1314 | .q7,.q7 a
|
|---|
| 1315 | {
|
|---|
| 1316 | color:#f00!important;
|
|---|
| 1317 | }
|
|---|
| 1318 |
|
|---|
| 1319 | .q8,.q8 a
|
|---|
| 1320 | {
|
|---|
| 1321 | color:#ffff98!important;
|
|---|
| 1322 | }
|
|---|
| 1323 |
|
|---|
| 1324 | .r1
|
|---|
| 1325 | {
|
|---|
| 1326 | color:#FF8040;
|
|---|
| 1327 | }
|
|---|
| 1328 |
|
|---|
| 1329 | .r2
|
|---|
| 1330 | {
|
|---|
| 1331 | color:#FF0;
|
|---|
| 1332 | }
|
|---|
| 1333 |
|
|---|
| 1334 | .r3
|
|---|
| 1335 | {
|
|---|
| 1336 | color:#40BF40;
|
|---|
| 1337 | }
|
|---|
| 1338 |
|
|---|
| 1339 | .r4
|
|---|
| 1340 | {
|
|---|
| 1341 | color:#808080;
|
|---|
| 1342 | }
|
|---|
| 1343 |
|
|---|
| 1344 | .iconsmall
|
|---|
| 1345 | {
|
|---|
| 1346 | width:26px;
|
|---|
| 1347 | height:26px;
|
|---|
| 1348 | background:4px 4px no-repeat;
|
|---|
| 1349 | position:relative;
|
|---|
| 1350 | }
|
|---|
| 1351 |
|
|---|
| 1352 | .iconsmall .tile
|
|---|
| 1353 | {
|
|---|
| 1354 | width:26px;
|
|---|
| 1355 | height:26px;
|
|---|
| 1356 | background-image:url(../images/icon_border_small.png);
|
|---|
| 1357 | }
|
|---|
| 1358 |
|
|---|
| 1359 | .iconsmall a
|
|---|
| 1360 | {
|
|---|
| 1361 | width:20px;
|
|---|
| 1362 | height:20px;
|
|---|
| 1363 | left:3px;
|
|---|
| 1364 | top:3px;
|
|---|
| 1365 | position:absolute;
|
|---|
| 1366 | z-index:20;
|
|---|
| 1367 | display:block;
|
|---|
| 1368 | border:0;
|
|---|
| 1369 | background:url(../images/icon_hilite_small.png) no-repeat 20px 0;
|
|---|
| 1370 | }
|
|---|
| 1371 |
|
|---|
| 1372 | .iconsmall a:hover
|
|---|
| 1373 | {
|
|---|
| 1374 | background-position:0 0;
|
|---|
| 1375 | }
|
|---|
| 1376 |
|
|---|
| 1377 | .icontiny
|
|---|
| 1378 | {
|
|---|
| 1379 | padding-left:18px;
|
|---|
| 1380 | background:left center no-repeat;
|
|---|
| 1381 | }
|
|---|
| 1382 |
|
|---|
| 1383 | .iconmedium
|
|---|
| 1384 | {
|
|---|
| 1385 | width:44px;
|
|---|
| 1386 | height:44px;
|
|---|
| 1387 | background:4px 4px no-repeat;
|
|---|
| 1388 | position:relative;
|
|---|
| 1389 | }
|
|---|
| 1390 |
|
|---|
| 1391 | .iconmedium .tile
|
|---|
| 1392 | {
|
|---|
| 1393 | width:44px;
|
|---|
| 1394 | height:44px;
|
|---|
| 1395 | background-image:url(../images/icon_border_medium.png);
|
|---|
| 1396 | }
|
|---|
| 1397 |
|
|---|
| 1398 | .iconmedium a
|
|---|
| 1399 | {
|
|---|
| 1400 | width:38px;
|
|---|
| 1401 | height:38px;
|
|---|
| 1402 | left:3px;
|
|---|
| 1403 | top:3px;
|
|---|
| 1404 | position:absolute;
|
|---|
| 1405 | z-index:20;
|
|---|
| 1406 | display:block;
|
|---|
| 1407 | border:0;
|
|---|
| 1408 | background:url(../images/icon_hilite_medium.png) no-repeat 0 0;
|
|---|
| 1409 | }
|
|---|
| 1410 |
|
|---|
| 1411 | .iconmedium a:hover
|
|---|
| 1412 | {
|
|---|
| 1413 | background-position:-38px 0;
|
|---|
| 1414 | }
|
|---|
| 1415 |
|
|---|
| 1416 | .iconlarge
|
|---|
| 1417 | {
|
|---|
| 1418 | width:68px;
|
|---|
| 1419 | height:68px;
|
|---|
| 1420 | background:6px 6px no-repeat;
|
|---|
| 1421 | position:relative;
|
|---|
| 1422 | }
|
|---|
| 1423 |
|
|---|
| 1424 | .iconlarge .tile
|
|---|
| 1425 | {
|
|---|
| 1426 | width:68px;
|
|---|
| 1427 | height:68px;
|
|---|
| 1428 | background-image:url(../images/icon_border_large.png);
|
|---|
| 1429 | }
|
|---|
| 1430 |
|
|---|
| 1431 | .iconlarge .hover
|
|---|
| 1432 | {
|
|---|
| 1433 | width:54px;
|
|---|
| 1434 | height:56px;
|
|---|
| 1435 | left:6px;
|
|---|
| 1436 | top:6px;
|
|---|
| 1437 | position:absolute;
|
|---|
| 1438 | z-index:20;
|
|---|
| 1439 | cursor:default;
|
|---|
| 1440 | }
|
|---|
| 1441 |
|
|---|
| 1442 | .iconlarge .hover a
|
|---|
| 1443 | {
|
|---|
| 1444 | width:54px;
|
|---|
| 1445 | height:56px;
|
|---|
| 1446 | display:block;
|
|---|
| 1447 | border:0;
|
|---|
| 1448 | }
|
|---|
| 1449 |
|
|---|
| 1450 | .iconsmall .glow
|
|---|
| 1451 | {
|
|---|
| 1452 | font-size:11px;
|
|---|
| 1453 | margin:2px 5px 2px 4px;
|
|---|
| 1454 | cursor:default;
|
|---|
| 1455 | font-weight:bold;
|
|---|
| 1456 | }
|
|---|
| 1457 |
|
|---|
| 1458 | .iconmedium .glow
|
|---|
| 1459 | {
|
|---|
| 1460 | font-size:13px;
|
|---|
| 1461 | margin:4px 6px;
|
|---|
| 1462 | cursor:default;
|
|---|
| 1463 | font-weight:bold;
|
|---|
| 1464 | }
|
|---|
| 1465 |
|
|---|
| 1466 | .iconlarge .glow
|
|---|
| 1467 | {
|
|---|
| 1468 | font-size:18px;
|
|---|
| 1469 | margin:4px 6px;
|
|---|
| 1470 | cursor:default;
|
|---|
| 1471 | font-weight:bold;
|
|---|
| 1472 | }
|
|---|
| 1473 |
|
|---|
| 1474 | .tooltip
|
|---|
| 1475 | {
|
|---|
| 1476 | visibility:hidden;
|
|---|
| 1477 | z-index:100000000;
|
|---|
| 1478 | }
|
|---|
| 1479 |
|
|---|
| 1480 | .tooltip a
|
|---|
| 1481 | {
|
|---|
| 1482 | text-decoration:none;
|
|---|
| 1483 | }
|
|---|
| 1484 |
|
|---|
| 1485 | .tooltip a:hover
|
|---|
| 1486 | {
|
|---|
| 1487 | text-decoration:underline;
|
|---|
| 1488 | }
|
|---|
| 1489 |
|
|---|
| 1490 | .tooltip table
|
|---|
| 1491 | {
|
|---|
| 1492 | border-spacing:0;
|
|---|
| 1493 | border-collapse:collapse;
|
|---|
| 1494 | }
|
|---|
| 1495 |
|
|---|
| 1496 | .tooltip td,.tooltip th
|
|---|
| 1497 | {
|
|---|
| 1498 | background:url(../images/tooltip.png);
|
|---|
| 1499 | font-family:Verdana,sans-serif;
|
|---|
| 1500 | font-size:12px;
|
|---|
| 1501 | line-height:17px;
|
|---|
| 1502 | color:white;
|
|---|
| 1503 | }
|
|---|
| 1504 |
|
|---|
| 1505 | .tooltip th
|
|---|
| 1506 | {
|
|---|
| 1507 | padding:3px;
|
|---|
| 1508 | }
|
|---|
| 1509 |
|
|---|
| 1510 | .tooltip td
|
|---|
| 1511 | {
|
|---|
| 1512 | padding:8px 4px 1px 9px;
|
|---|
| 1513 | }
|
|---|
| 1514 |
|
|---|
| 1515 | .tooltip b
|
|---|
| 1516 | {
|
|---|
| 1517 | font-size:14px;
|
|---|
| 1518 | line-height:19px;
|
|---|
| 1519 | font-weight:normal;
|
|---|
| 1520 | }
|
|---|
| 1521 |
|
|---|
| 1522 | .tooltip div.indent
|
|---|
| 1523 | {
|
|---|
| 1524 | padding-left:.6em;
|
|---|
| 1525 | }
|
|---|
| 1526 |
|
|---|
| 1527 | .tooltip td th,.tooltip td td
|
|---|
| 1528 | {
|
|---|
| 1529 | background:none;
|
|---|
| 1530 | }
|
|---|
| 1531 |
|
|---|
| 1532 | .tooltip td th
|
|---|
| 1533 | {
|
|---|
| 1534 | padding:0 0 0 4em;
|
|---|
| 1535 | text-align:right;
|
|---|
| 1536 | font-weight:normal;
|
|---|
| 1537 | }
|
|---|
| 1538 |
|
|---|
| 1539 | .tooltip td td
|
|---|
| 1540 | {
|
|---|
| 1541 | padding:0;
|
|---|
| 1542 | }
|
|---|
| 1543 |
|
|---|
| 1544 | .tooltip p
|
|---|
| 1545 | {
|
|---|
| 1546 | position:absolute;
|
|---|
| 1547 | left:-44px;
|
|---|
| 1548 | top:-1px;
|
|---|
| 1549 | width:44px;
|
|---|
| 1550 | height:44px;
|
|---|
| 1551 | background:4px 4px no-repeat;
|
|---|
| 1552 | margin:0;
|
|---|
| 1553 | padding:0;
|
|---|
| 1554 | }
|
|---|
| 1555 |
|
|---|
| 1556 | .tooltip p div
|
|---|
| 1557 | {
|
|---|
| 1558 | width:44px;
|
|---|
| 1559 | height:44px;
|
|---|
| 1560 | background-image:url(../images/icon_border_medium.png);
|
|---|
| 1561 | }
|
|---|
| 1562 |
|
|---|
| 1563 | .tooltip table.shrink b
|
|---|
| 1564 | {
|
|---|
| 1565 | font-size:12px;
|
|---|
| 1566 | line-height:15px;
|
|---|
| 1567 | }
|
|---|
| 1568 |
|
|---|
| 1569 | .tooltip table.shrink td,.tooltip table.shrink th
|
|---|
| 1570 | {
|
|---|
| 1571 | font-size:10px;
|
|---|
| 1572 | line-height:14px;
|
|---|
| 1573 | }
|
|---|
| 1574 |
|
|---|
| 1575 | .socket-meta
|
|---|
| 1576 | {
|
|---|
| 1577 | padding-left:26px;
|
|---|
| 1578 | background:url(../images/socket_meta.gif) no-repeat left center;
|
|---|
| 1579 | }
|
|---|
| 1580 |
|
|---|
| 1581 | .socket-red
|
|---|
| 1582 | {
|
|---|
| 1583 | padding-left:26px;
|
|---|
| 1584 | background:url(../images/socket_red.gif) no-repeat left center;
|
|---|
| 1585 | }
|
|---|
| 1586 |
|
|---|
| 1587 | .socket-yellow
|
|---|
| 1588 | {
|
|---|
| 1589 | padding-left:26px;
|
|---|
| 1590 | background:url(../images/socket_yellow.gif) no-repeat left center;
|
|---|
| 1591 | }
|
|---|
| 1592 |
|
|---|
| 1593 | .socket-blue
|
|---|
| 1594 | {
|
|---|
| 1595 | padding-left:26px;
|
|---|
| 1596 | background:url(../images/socket_blue.gif) no-repeat left center;
|
|---|
| 1597 | }
|
|---|
| 1598 |
|
|---|
| 1599 | .inputbox
|
|---|
| 1600 | {
|
|---|
| 1601 | width:30em;
|
|---|
| 1602 | color:#ccc;
|
|---|
| 1603 | background-color:#383838;
|
|---|
| 1604 | border-left:1px solid #606060;
|
|---|
| 1605 | border-top:1px solid #606060;
|
|---|
| 1606 | border-right:1px solid #101010;
|
|---|
| 1607 | border-bottom:1px solid #101010;
|
|---|
| 1608 | margin:0 auto;
|
|---|
| 1609 | padding:15px;
|
|---|
| 1610 | line-height:1.7em;
|
|---|
| 1611 | }
|
|---|
| 1612 |
|
|---|
| 1613 | .inputbox table
|
|---|
| 1614 | {
|
|---|
| 1615 | border-collapse:collapse;
|
|---|
| 1616 | }
|
|---|
| 1617 |
|
|---|
| 1618 | .inputbox td
|
|---|
| 1619 | {
|
|---|
| 1620 | padding:2px;
|
|---|
| 1621 | }
|
|---|
| 1622 |
|
|---|
| 1623 | .inputbox h1
|
|---|
| 1624 | {
|
|---|
| 1625 | color:white;
|
|---|
| 1626 | font-size:16px;
|
|---|
| 1627 | text-align:center;
|
|---|
| 1628 | padding-bottom:6px;
|
|---|
| 1629 | margin:0;
|
|---|
| 1630 | }
|
|---|
| 1631 |
|
|---|
| 1632 | #inputbox-error
|
|---|
| 1633 | {
|
|---|
| 1634 | color:#c33;
|
|---|
| 1635 | font-weight:bold;
|
|---|
| 1636 | font-size:14px;
|
|---|
| 1637 | padding-bottom:10px;
|
|---|
| 1638 | text-align:center;
|
|---|
| 1639 | }
|
|---|
| 1640 |
|
|---|
| 1641 | .listview
|
|---|
| 1642 | {
|
|---|
| 1643 | background-color:#181818;
|
|---|
| 1644 | border:3px solid #404040;
|
|---|
| 1645 | clear:both;
|
|---|
| 1646 | }
|
|---|
| 1647 |
|
|---|
| 1648 | .listview-void
|
|---|
| 1649 | {
|
|---|
| 1650 | display:none;
|
|---|
| 1651 | }
|
|---|
| 1652 |
|
|---|
| 1653 | .listview-band-top,.listview-band-bottom
|
|---|
| 1654 | {
|
|---|
| 1655 | background-color:#404040;
|
|---|
| 1656 | color:#ccc;
|
|---|
| 1657 | }
|
|---|
| 1658 |
|
|---|
| 1659 | .listview-band-top
|
|---|
| 1660 | {
|
|---|
| 1661 | padding:3px 0 6px;
|
|---|
| 1662 | }
|
|---|
| 1663 |
|
|---|
| 1664 | .listview-band-bottom
|
|---|
| 1665 | {
|
|---|
| 1666 | padding:6px 0 3px;
|
|---|
| 1667 | }
|
|---|
| 1668 |
|
|---|
| 1669 | .listview-band-top input,.listview-band-bottom input,.listview-band-top select,.listview-band-bottom select
|
|---|
| 1670 | {
|
|---|
| 1671 | font-size:11px;
|
|---|
| 1672 | vertical-align:middle;
|
|---|
| 1673 | margin-right:.5em;
|
|---|
| 1674 | }
|
|---|
| 1675 |
|
|---|
| 1676 | .listview-nav
|
|---|
| 1677 | {
|
|---|
| 1678 | float:right;
|
|---|
| 1679 | padding-right:1px;
|
|---|
| 1680 | cursor:default;
|
|---|
| 1681 | }
|
|---|
| 1682 |
|
|---|
| 1683 | .listview-nav a,.listview-nav span
|
|---|
| 1684 | {
|
|---|
| 1685 | margin-left:.5em;
|
|---|
| 1686 | }
|
|---|
| 1687 |
|
|---|
| 1688 | .listview-note
|
|---|
| 1689 | {
|
|---|
| 1690 | line-height:16px;
|
|---|
| 1691 | }
|
|---|
| 1692 |
|
|---|
| 1693 | .listview table
|
|---|
| 1694 | {
|
|---|
| 1695 | width:100%;
|
|---|
| 1696 | border-collapse:collapse;
|
|---|
| 1697 | }
|
|---|
| 1698 |
|
|---|
| 1699 | .listview th
|
|---|
| 1700 | {
|
|---|
| 1701 | font-size:14px;
|
|---|
| 1702 | font-weight:bold;
|
|---|
| 1703 | padding:0;
|
|---|
| 1704 | border-bottom:1px solid #202020;
|
|---|
| 1705 | }
|
|---|
| 1706 |
|
|---|
| 1707 | .listview thead div
|
|---|
| 1708 | {
|
|---|
| 1709 | position:relative;
|
|---|
| 1710 | border-top:1px solid #707070;
|
|---|
| 1711 | border-left:1px solid #707070;
|
|---|
| 1712 | border-right:1px solid #303030;
|
|---|
| 1713 | border-bottom:1px solid #303030;
|
|---|
| 1714 | }
|
|---|
| 1715 |
|
|---|
| 1716 | .listview thead a
|
|---|
| 1717 | {
|
|---|
| 1718 | display:block;
|
|---|
| 1719 | padding:4px 0;
|
|---|
| 1720 | text-decoration:none;
|
|---|
| 1721 | color:white;
|
|---|
| 1722 | background-color:#585858;
|
|---|
| 1723 | }
|
|---|
| 1724 |
|
|---|
| 1725 | .listview thead a span
|
|---|
| 1726 | {
|
|---|
| 1727 | padding:0 4px;
|
|---|
| 1728 | }
|
|---|
| 1729 |
|
|---|
| 1730 | .listview thead a span span
|
|---|
| 1731 | {
|
|---|
| 1732 | padding:0;
|
|---|
| 1733 | }
|
|---|
| 1734 |
|
|---|
| 1735 | .listview th a:hover
|
|---|
| 1736 | {
|
|---|
| 1737 | background-color:#606060;
|
|---|
| 1738 | }
|
|---|
| 1739 |
|
|---|
| 1740 | .listview-std td
|
|---|
| 1741 | {
|
|---|
| 1742 | padding:4px;
|
|---|
| 1743 | color:#ddd;
|
|---|
| 1744 | text-align:center;
|
|---|
| 1745 | border:1px solid #404040;
|
|---|
| 1746 | }
|
|---|
| 1747 |
|
|---|
| 1748 | .listview-std .small
|
|---|
| 1749 | {
|
|---|
| 1750 | font-size:11px;
|
|---|
| 1751 | }
|
|---|
| 1752 |
|
|---|
| 1753 | .listview-std .small2
|
|---|
| 1754 | {
|
|---|
| 1755 | font-size:11px;
|
|---|
| 1756 | padding-top:3px;
|
|---|
| 1757 | }
|
|---|
| 1758 |
|
|---|
| 1759 | .listview-std .small3
|
|---|
| 1760 | {
|
|---|
| 1761 | font-size:11px;
|
|---|
| 1762 | color:#707070;
|
|---|
| 1763 | }
|
|---|
| 1764 |
|
|---|
| 1765 | .listview-std .crop
|
|---|
| 1766 | {
|
|---|
| 1767 | height:1.33333em;
|
|---|
| 1768 | overflow:hidden;
|
|---|
| 1769 | }
|
|---|
| 1770 |
|
|---|
| 1771 | .listview-std a
|
|---|
| 1772 | {
|
|---|
| 1773 | text-decoration:none;
|
|---|
| 1774 | }
|
|---|
| 1775 |
|
|---|
| 1776 | .listview-std a:hover
|
|---|
| 1777 | {
|
|---|
| 1778 | text-decoration:underline;
|
|---|
| 1779 | }
|
|---|
| 1780 |
|
|---|
| 1781 | .listview-std tr
|
|---|
| 1782 | {
|
|---|
| 1783 | cursor:pointer;
|
|---|
| 1784 | }
|
|---|
| 1785 |
|
|---|
| 1786 | .listview-std tr:hover
|
|---|
| 1787 | {
|
|---|
| 1788 | background-color:#202020;
|
|---|
| 1789 | }
|
|---|
| 1790 |
|
|---|
| 1791 | .listview-mode3 td
|
|---|
| 1792 | {
|
|---|
| 1793 | cursor:pointer;
|
|---|
| 1794 | }
|
|---|
| 1795 |
|
|---|
| 1796 | .listview-mode3 td:hover
|
|---|
| 1797 | {
|
|---|
| 1798 | background-color:#202020;
|
|---|
| 1799 | }
|
|---|
| 1800 |
|
|---|
| 1801 | .listview-mode3 td.empty-cell
|
|---|
| 1802 | {
|
|---|
| 1803 | cursor:default!important;
|
|---|
| 1804 | }
|
|---|
| 1805 |
|
|---|
| 1806 | .listview-mode3 td.empty-cell:hover
|
|---|
| 1807 | {
|
|---|
| 1808 | background:none!important;
|
|---|
| 1809 | }
|
|---|
| 1810 |
|
|---|
| 1811 | .listview tr.checked
|
|---|
| 1812 | {
|
|---|
| 1813 | background-color:#242424;
|
|---|
| 1814 | }
|
|---|
| 1815 |
|
|---|
| 1816 | .listview tr.checked:hover
|
|---|
| 1817 | {
|
|---|
| 1818 | background-color:#2C2C2C;
|
|---|
| 1819 | }
|
|---|
| 1820 |
|
|---|
| 1821 | .listview-cb
|
|---|
| 1822 | {
|
|---|
| 1823 | text-align:center;
|
|---|
| 1824 | }
|
|---|
| 1825 |
|
|---|
| 1826 | .listview-cb input
|
|---|
| 1827 | {
|
|---|
| 1828 | cursor:pointer;
|
|---|
| 1829 | }
|
|---|
| 1830 |
|
|---|
| 1831 | .listview-nodata
|
|---|
| 1832 | {
|
|---|
| 1833 | padding:4px;
|
|---|
| 1834 | text-align:center;
|
|---|
| 1835 | }
|
|---|
| 1836 |
|
|---|
| 1837 | .sortasc
|
|---|
| 1838 | {
|
|---|
| 1839 | padding-right:15px!important;
|
|---|
| 1840 | background:url(../images/sort_asc.gif) no-repeat right center;
|
|---|
| 1841 | }
|
|---|
| 1842 |
|
|---|
| 1843 | .sortdesc
|
|---|
| 1844 | {
|
|---|
| 1845 | padding-right:15px!important;
|
|---|
| 1846 | background:url(../images/sort_desc.gif) no-repeat right center;
|
|---|
| 1847 | }
|
|---|
| 1848 |
|
|---|
| 1849 | .comment
|
|---|
| 1850 | {
|
|---|
| 1851 | color:#ddd;
|
|---|
| 1852 | font-size:13px;
|
|---|
| 1853 | line-height:1.5em!important;
|
|---|
| 1854 | padding:4px 4px 0;
|
|---|
| 1855 | }
|
|---|
| 1856 |
|
|---|
| 1857 | .listview-aci .comment-indent
|
|---|
| 1858 | {
|
|---|
| 1859 | padding-left:32px;
|
|---|
| 1860 | }
|
|---|
| 1861 |
|
|---|
| 1862 | .comment-header,.comment-header-bt
|
|---|
| 1863 | {
|
|---|
| 1864 | font-size:11px;
|
|---|
| 1865 | padding:4px;
|
|---|
| 1866 | margin-bottom:4px;
|
|---|
| 1867 | }
|
|---|
| 1868 |
|
|---|
| 1869 | .comment-header a,.comment-header-bt a
|
|---|
| 1870 | {
|
|---|
| 1871 | font-weight:bold;
|
|---|
| 1872 | }
|
|---|
| 1873 |
|
|---|
| 1874 | .comment-header a.q0,.comment-header-bt a.q0
|
|---|
| 1875 | {
|
|---|
| 1876 | font-weight:normal;
|
|---|
| 1877 | color:#aaa!important;
|
|---|
| 1878 | text-decoration:none;
|
|---|
| 1879 | }
|
|---|
| 1880 |
|
|---|
| 1881 | .comment-header a.q0:hover,.comment-header-bt a.q0:hover
|
|---|
| 1882 | {
|
|---|
| 1883 | text-decoration:underline;
|
|---|
| 1884 | }
|
|---|
| 1885 |
|
|---|
| 1886 | .comment-header
|
|---|
| 1887 | {
|
|---|
| 1888 | color:#AAA;
|
|---|
| 1889 | background:#303030;
|
|---|
| 1890 | }
|
|---|
| 1891 |
|
|---|
| 1892 | .comment-header-bt
|
|---|
| 1893 | {
|
|---|
| 1894 | color:#888;
|
|---|
| 1895 | background:#202020;
|
|---|
| 1896 | }
|
|---|
| 1897 |
|
|---|
| 1898 | .comment-rating
|
|---|
| 1899 | {
|
|---|
| 1900 | float:right;
|
|---|
| 1901 | color:white;
|
|---|
| 1902 | }
|
|---|
| 1903 |
|
|---|
| 1904 | .comment-rating span
|
|---|
| 1905 | {
|
|---|
| 1906 | font-weight:bold;
|
|---|
| 1907 | }
|
|---|
| 1908 |
|
|---|
| 1909 | .comment-body,.comment-body-indent
|
|---|
| 1910 | {
|
|---|
| 1911 | overflow:auto;
|
|---|
| 1912 | }
|
|---|
| 1913 |
|
|---|
| 1914 | .comment-body ul,.comment-body ol
|
|---|
| 1915 | {
|
|---|
| 1916 | margin:1em 0;
|
|---|
| 1917 | padding-left:26px;
|
|---|
| 1918 | }
|
|---|
| 1919 |
|
|---|
| 1920 | .comment-body b
|
|---|
| 1921 | {
|
|---|
| 1922 | color:white;
|
|---|
| 1923 | }
|
|---|
| 1924 |
|
|---|
| 1925 | .comment-body ol li
|
|---|
| 1926 | {
|
|---|
| 1927 | color:#E5CC80;
|
|---|
| 1928 | }
|
|---|
| 1929 |
|
|---|
| 1930 | .comment-body ul li
|
|---|
| 1931 | {
|
|---|
| 1932 | color:#c3030b;
|
|---|
| 1933 | list-style-type:square;
|
|---|
| 1934 | }
|
|---|
| 1935 |
|
|---|
| 1936 | .comment-body li
|
|---|
| 1937 | {
|
|---|
| 1938 | list-style-position:outside;
|
|---|
| 1939 | line-height:1.75em;
|
|---|
| 1940 | }
|
|---|
| 1941 |
|
|---|
| 1942 | .comment-body ol li div,.comment-body li div
|
|---|
| 1943 | {
|
|---|
| 1944 | color:#ddd;
|
|---|
| 1945 | }
|
|---|
| 1946 |
|
|---|
| 1947 | .comment-bt,.comment-bt ol li div,.comment-bt li div
|
|---|
| 1948 | {
|
|---|
| 1949 | color:#999;
|
|---|
| 1950 | }
|
|---|
| 1951 |
|
|---|
| 1952 | .comment-green,.comment-green ol li div,.comment-green li div
|
|---|
| 1953 | {
|
|---|
| 1954 | color:#5DF644!important;
|
|---|
| 1955 | }
|
|---|
| 1956 |
|
|---|
| 1957 | .comment-blue,.comment-blue ol li div,.comment-blue li div
|
|---|
| 1958 | {
|
|---|
| 1959 | color:#00C0FF!important;
|
|---|
| 1960 | }
|
|---|
| 1961 |
|
|---|
| 1962 | .comment-pink,.comment-pink ol li div,.comment-pink li div
|
|---|
| 1963 | {
|
|---|
| 1964 | color:#F9F!important;
|
|---|
| 1965 | }
|
|---|
| 1966 |
|
|---|
| 1967 | .comment-edit-modes
|
|---|
| 1968 | {
|
|---|
| 1969 | font-size:11px;
|
|---|
| 1970 | }
|
|---|
| 1971 |
|
|---|
| 1972 | .comment-edit-modes a
|
|---|
| 1973 | {
|
|---|
| 1974 | padding:0 5px;
|
|---|
| 1975 | }
|
|---|
| 1976 |
|
|---|
| 1977 | .comment-edit-buttons
|
|---|
| 1978 | {
|
|---|
| 1979 | padding-top:4px;
|
|---|
| 1980 | }
|
|---|
| 1981 |
|
|---|
| 1982 | .comment-edit-body
|
|---|
| 1983 | {
|
|---|
| 1984 | font-size:11px;
|
|---|
| 1985 | }
|
|---|
| 1986 |
|
|---|
| 1987 | .comment-edit-body textarea
|
|---|
| 1988 | {
|
|---|
| 1989 | width:99.5%;
|
|---|
| 1990 | height:11em;
|
|---|
| 1991 | font-family:Arial,sans-serif;
|
|---|
| 1992 | font-size:16px;
|
|---|
| 1993 | margin:3px 0;
|
|---|
| 1994 | }
|
|---|
| 1995 |
|
|---|
| 1996 | .comment-lastedit
|
|---|
| 1997 | {
|
|---|
| 1998 | padding-top:4px;
|
|---|
| 1999 | font-style:italic;
|
|---|
| 2000 | color:#9d9d9d;
|
|---|
| 2001 | font-size:11px;
|
|---|
| 2002 | }
|
|---|
| 2003 |
|
|---|
| 2004 | .comment-links
|
|---|
| 2005 | {
|
|---|
| 2006 | text-align:right;
|
|---|
| 2007 | font-size:11px;
|
|---|
| 2008 | padding:0 2px 2px 0;
|
|---|
| 2009 | color:#ddd;
|
|---|
| 2010 | font-weight:bold;
|
|---|
| 2011 | }
|
|---|
| 2012 |
|
|---|
| 2013 | .comment-links a
|
|---|
| 2014 | {
|
|---|
| 2015 | font-weight:normal;
|
|---|
| 2016 | }
|
|---|
| 2017 |
|
|---|
| 2018 | .comment-links span,.comment-links span a
|
|---|
| 2019 | {
|
|---|
| 2020 | padding-right:5px;
|
|---|
| 2021 | }
|
|---|
| 2022 |
|
|---|
| 2023 | .screenshot-cell
|
|---|
| 2024 | {
|
|---|
| 2025 | cursor:pointer;
|
|---|
| 2026 | padding:10px 4px;
|
|---|
| 2027 | text-align:center;
|
|---|
| 2028 | }
|
|---|
| 2029 |
|
|---|
| 2030 | .screenshot-cell img
|
|---|
| 2031 | {
|
|---|
| 2032 | border:3px solid #404040;
|
|---|
| 2033 | margin-bottom:3px;
|
|---|
| 2034 | }
|
|---|
| 2035 |
|
|---|
| 2036 | .screenshot-cell-user
|
|---|
| 2037 | {
|
|---|
| 2038 | width:100%;
|
|---|
| 2039 | overflow:hidden;
|
|---|
| 2040 | font-size:11px;
|
|---|
| 2041 | padding-bottom:5px;
|
|---|
| 2042 | color:#ccc;
|
|---|
| 2043 | }
|
|---|
| 2044 |
|
|---|
| 2045 | .screenshot-cell-user a
|
|---|
| 2046 | {
|
|---|
| 2047 | font-weight:bold;
|
|---|
| 2048 | }
|
|---|
| 2049 |
|
|---|
| 2050 | .screenshot-caption,.screenshot-caption-over
|
|---|
| 2051 | {
|
|---|
| 2052 | width:100%;
|
|---|
| 2053 | position:absolute;
|
|---|
| 2054 | line-height:18px;
|
|---|
| 2055 | }
|
|---|
| 2056 |
|
|---|
| 2057 | .screenshot-caption
|
|---|
| 2058 | {
|
|---|
| 2059 | overflow:hidden;
|
|---|
| 2060 | height:1.33333em;
|
|---|
| 2061 | padding:1px;
|
|---|
| 2062 | left:0;
|
|---|
| 2063 | top:0;
|
|---|
| 2064 | z-index:0;
|
|---|
| 2065 | }
|
|---|
| 2066 |
|
|---|
| 2067 | .screenshot-caption-over
|
|---|
| 2068 | {
|
|---|
| 2069 | color:white;
|
|---|
| 2070 | background-color:#505050;
|
|---|
| 2071 | border:1px solid #303030;
|
|---|
| 2072 | padding:0;
|
|---|
| 2073 | left:0;
|
|---|
| 2074 | top:0;
|
|---|
| 2075 | z-index:1;
|
|---|
| 2076 | }
|
|---|
| 2077 |
|
|---|
| 2078 | .grid
|
|---|
| 2079 | {
|
|---|
| 2080 | width:100%;
|
|---|
| 2081 | clear:both;
|
|---|
| 2082 | border-collapse:collapse;
|
|---|
| 2083 | background-color:#181818;
|
|---|
| 2084 | border:3px solid #404040;
|
|---|
| 2085 | }
|
|---|
| 2086 |
|
|---|
| 2087 | .grid tr:hover
|
|---|
| 2088 | {
|
|---|
| 2089 | background-color:#202020;
|
|---|
| 2090 | }
|
|---|
| 2091 |
|
|---|
| 2092 | .grid td
|
|---|
| 2093 | {
|
|---|
| 2094 | padding:4px;
|
|---|
| 2095 | color:#ddd;
|
|---|
| 2096 | font-size:13px;
|
|---|
| 2097 | }
|
|---|
| 2098 |
|
|---|
| 2099 | .grid th
|
|---|
| 2100 | {
|
|---|
| 2101 | vertical-align:top;
|
|---|
| 2102 | font-weight:normal;
|
|---|
| 2103 | color:white;
|
|---|
| 2104 | padding:4px;
|
|---|
| 2105 | text-align:left;
|
|---|
| 2106 | white-space:nowrap;
|
|---|
| 2107 | }
|
|---|
| 2108 |
|
|---|
| 2109 | .grid td,.grid th
|
|---|
| 2110 | {
|
|---|
| 2111 | border-top:1px solid #404040;
|
|---|
| 2112 | border-bottom:1px solid #404040;
|
|---|
| 2113 | border-left:1px solid #282828;
|
|---|
| 2114 | border-right:1px solid #282828;
|
|---|
| 2115 | }
|
|---|
| 2116 |
|
|---|
| 2117 | .reputation
|
|---|
| 2118 | {
|
|---|
| 2119 | display:block;
|
|---|
| 2120 | border:1px solid #404040;
|
|---|
| 2121 | background:black;
|
|---|
| 2122 | font-size:11px;
|
|---|
| 2123 | font-weight:bold;
|
|---|
| 2124 | line-height:1.5em;
|
|---|
| 2125 | color:white;
|
|---|
| 2126 | text-decoration:none;
|
|---|
| 2127 | cursor:default;
|
|---|
| 2128 | position:relative;
|
|---|
| 2129 | margin:1px 0 3px;
|
|---|
| 2130 | }
|
|---|
| 2131 |
|
|---|
| 2132 | .reputation del
|
|---|
| 2133 | {
|
|---|
| 2134 | text-decoration:none;
|
|---|
| 2135 | }
|
|---|
| 2136 |
|
|---|
| 2137 | .reputation ins
|
|---|
| 2138 | {
|
|---|
| 2139 | display:none;
|
|---|
| 2140 | text-decoration:none;
|
|---|
| 2141 | }
|
|---|
| 2142 |
|
|---|
| 2143 | .reputation:hover
|
|---|
| 2144 | {
|
|---|
| 2145 | border:1px solid #4e4e37;
|
|---|
| 2146 | }
|
|---|
| 2147 |
|
|---|
| 2148 | .reputation:hover ins
|
|---|
| 2149 | {
|
|---|
| 2150 | display:inline;
|
|---|
| 2151 | }
|
|---|
| 2152 |
|
|---|
| 2153 | .reputation:hover del
|
|---|
| 2154 | {
|
|---|
| 2155 | display:none;
|
|---|
| 2156 | }
|
|---|
| 2157 |
|
|---|
| 2158 | .reputation-bar0
|
|---|
| 2159 | {
|
|---|
| 2160 | border-top:1px solid #b82e21;
|
|---|
| 2161 | border-bottom:1px solid #9c2319;
|
|---|
| 2162 | background-color:#861c10;
|
|---|
| 2163 | }
|
|---|
| 2164 |
|
|---|
| 2165 | .reputation-bar1
|
|---|
| 2166 | {
|
|---|
| 2167 | border-top:1px solid #c9662b;
|
|---|
| 2168 | border-bottom:1px solid #b05421;
|
|---|
| 2169 | background-color:#994515;
|
|---|
| 2170 | }
|
|---|
| 2171 |
|
|---|
| 2172 | .reputation-bar2
|
|---|
| 2173 | {
|
|---|
| 2174 | border-top:1px solid #d59b31;
|
|---|
| 2175 | border-bottom:1px solid #bf8626;
|
|---|
| 2176 | background-color:#aa7419;
|
|---|
| 2177 | }
|
|---|
| 2178 |
|
|---|
| 2179 | .reputation-bar3
|
|---|
| 2180 | {
|
|---|
| 2181 | border-top:1px solid #d2b130;
|
|---|
| 2182 | border-bottom:1px solid #bb9b25;
|
|---|
| 2183 | background-color:#a68818;
|
|---|
| 2184 | }
|
|---|
| 2185 |
|
|---|
| 2186 | .reputation-bar4
|
|---|
| 2187 | {
|
|---|
| 2188 | border-top:1px solid #a4a201;
|
|---|
| 2189 | border-bottom:1px solid #8d8b01;
|
|---|
| 2190 | background-color:#777601;
|
|---|
| 2191 | }
|
|---|
| 2192 |
|
|---|
| 2193 | .reputation-bar5
|
|---|
| 2194 | {
|
|---|
| 2195 | border-top:1px solid #74a001;
|
|---|
| 2196 | border-bottom:1px solid #638701;
|
|---|
| 2197 | background-color:#527001;
|
|---|
| 2198 | }
|
|---|
| 2199 |
|
|---|
| 2200 | .reputation-bar6
|
|---|
| 2201 | {
|
|---|
| 2202 | border-top:1px solid #30a601;
|
|---|
| 2203 | border-bottom:1px solid #288b01;
|
|---|
| 2204 | background-color:#217201;
|
|---|
| 2205 | }
|
|---|
| 2206 |
|
|---|
| 2207 | .reputation-bar7
|
|---|
| 2208 | {
|
|---|
| 2209 | border-top:1px solid #0aa087;
|
|---|
| 2210 | border-bottom:1px solid #068870;
|
|---|
| 2211 | background-color:#007564;
|
|---|
| 2212 | }
|
|---|
| 2213 |
|
|---|
| 2214 | .reputation-text
|
|---|
| 2215 | {
|
|---|
| 2216 | position:absolute;
|
|---|
| 2217 | left:0;
|
|---|
| 2218 | top:1px;
|
|---|
| 2219 | width:100%;
|
|---|
| 2220 | height:100%;
|
|---|
| 2221 | text-align:center;
|
|---|
| 2222 | }
|
|---|
| 2223 |
|
|---|
| 2224 | .article-footer
|
|---|
| 2225 | {
|
|---|
| 2226 | background:url(../images/icon16-article.gif) left 3px no-repeat;
|
|---|
| 2227 | color:#9d9d9d;
|
|---|
| 2228 | margin-top:1em;
|
|---|
| 2229 | font-size:11px;
|
|---|
| 2230 | padding:3px 0 3px 20px;
|
|---|
| 2231 | }
|
|---|
| 2232 |
|
|---|
| 2233 | a.button-red
|
|---|
| 2234 | {
|
|---|
| 2235 | position:relative;
|
|---|
| 2236 | display:block;
|
|---|
| 2237 | float:right;
|
|---|
| 2238 | text-decoration:none;
|
|---|
| 2239 | cursor:pointer;
|
|---|
| 2240 | line-height:21px;
|
|---|
| 2241 | color:#FFD100;
|
|---|
| 2242 | font-weight:bold;
|
|---|
| 2243 | font-size:11px;
|
|---|
| 2244 | background:url(../images/button-red.gif) left 0 no-repeat;
|
|---|
| 2245 | padding-left:13px;
|
|---|
| 2246 | white-space:nowrap;
|
|---|
| 2247 | outline:none;
|
|---|
| 2248 | margin-left:10px;
|
|---|
| 2249 | }
|
|---|
| 2250 |
|
|---|
| 2251 | a.button-red p
|
|---|
| 2252 | {
|
|---|
| 2253 | margin:0;
|
|---|
| 2254 | padding:0;
|
|---|
| 2255 | left:13px;
|
|---|
| 2256 | top:2px;
|
|---|
| 2257 | position:absolute;
|
|---|
| 2258 | color:black;
|
|---|
| 2259 | }
|
|---|
| 2260 |
|
|---|
| 2261 | a.button-red span
|
|---|
| 2262 | {
|
|---|
| 2263 | display:block;
|
|---|
| 2264 | position:relative;
|
|---|
| 2265 | z-index:5;
|
|---|
| 2266 | }
|
|---|
| 2267 |
|
|---|
| 2268 | a.button-red i
|
|---|
| 2269 | {
|
|---|
| 2270 | position:absolute;
|
|---|
| 2271 | left:-1px;
|
|---|
| 2272 | top:2px;
|
|---|
| 2273 | z-index:1;
|
|---|
| 2274 | font-style:normal;
|
|---|
| 2275 | color:black;
|
|---|
| 2276 | }
|
|---|
| 2277 |
|
|---|
| 2278 | a.button-red div
|
|---|
| 2279 | {
|
|---|
| 2280 | padding-right:13px;
|
|---|
| 2281 | background:url(../images/button-red.gif) right 0 no-repeat;
|
|---|
| 2282 | }
|
|---|
| 2283 |
|
|---|
| 2284 | a.button-red blockquote
|
|---|
| 2285 | {
|
|---|
| 2286 | margin:0;
|
|---|
| 2287 | padding:0;
|
|---|
| 2288 | position:absolute;
|
|---|
| 2289 | }
|
|---|
| 2290 |
|
|---|
| 2291 | a:hover.button-red
|
|---|
| 2292 | {
|
|---|
| 2293 | color:white;
|
|---|
| 2294 | background-position:left -21px;
|
|---|
| 2295 | }
|
|---|
| 2296 |
|
|---|
| 2297 | a:hover.button-red div
|
|---|
| 2298 | {
|
|---|
| 2299 | background-position:right -21px;
|
|---|
| 2300 | }
|
|---|
| 2301 |
|
|---|
| 2302 | a:active.button-red
|
|---|
| 2303 | {
|
|---|
| 2304 | background-position:left -63px;
|
|---|
| 2305 | }
|
|---|
| 2306 |
|
|---|
| 2307 | a:active.button-red div
|
|---|
| 2308 | {
|
|---|
| 2309 | background-position:right -63px;
|
|---|
| 2310 | }
|
|---|
| 2311 |
|
|---|
| 2312 | a:active.button-red span,a:active.button-red i
|
|---|
| 2313 | {
|
|---|
| 2314 | left:-2px;
|
|---|
| 2315 | }
|
|---|
| 2316 |
|
|---|
| 2317 | a:active.button-red-disabled span,a:active.button-red-disabled i
|
|---|
| 2318 | {
|
|---|
| 2319 | left:0;
|
|---|
| 2320 | }
|
|---|
| 2321 |
|
|---|
| 2322 | a.button-red-disabled
|
|---|
| 2323 | {
|
|---|
| 2324 | cursor:default!important;
|
|---|
| 2325 | }
|
|---|
| 2326 |
|
|---|
| 2327 | a.button-red-disabled,a:hover.button-red-disabled
|
|---|
| 2328 | {
|
|---|
| 2329 | background-position:left -84px!important;
|
|---|
| 2330 | color:#A0A0A0;
|
|---|
| 2331 | cursor:default;
|
|---|
| 2332 | }
|
|---|
| 2333 |
|
|---|
| 2334 | a.button-red-disabled div,a:hover.button-red-disabled div
|
|---|
| 2335 | {
|
|---|
| 2336 | background-position:right -84px!important;
|
|---|
| 2337 | }
|
|---|
| 2338 |
|
|---|
| 2339 | .live-search
|
|---|
| 2340 | {
|
|---|
| 2341 | position:absolute;
|
|---|
| 2342 | z-index:50;
|
|---|
| 2343 | left:0;
|
|---|
| 2344 | top:0;
|
|---|
| 2345 | background:#484848;
|
|---|
| 2346 | border:1px solid #202020;
|
|---|
| 2347 | padding:0 2px 2px;
|
|---|
| 2348 | white-space:nowrap;
|
|---|
| 2349 | color:#FFD100;
|
|---|
| 2350 | font-size:12px;
|
|---|
| 2351 | }
|
|---|
| 2352 |
|
|---|
| 2353 | .live-search em,.live-search var,.live-search strong
|
|---|
| 2354 | {
|
|---|
| 2355 | display:block;
|
|---|
| 2356 | position:absolute;
|
|---|
| 2357 | background:url(../images/menu_shadow.png) no-repeat;
|
|---|
| 2358 | }
|
|---|
| 2359 |
|
|---|
| 2360 | .live-search em
|
|---|
| 2361 | {
|
|---|
| 2362 | width:5px;
|
|---|
| 2363 | top:0;
|
|---|
| 2364 | bottom:0;
|
|---|
| 2365 | right:-5px;
|
|---|
| 2366 | background-position:right top;
|
|---|
| 2367 | }
|
|---|
| 2368 |
|
|---|
| 2369 | .live-search var
|
|---|
| 2370 | {
|
|---|
| 2371 | width:5px;
|
|---|
| 2372 | height:6px;
|
|---|
| 2373 | right:-5px;
|
|---|
| 2374 | bottom:-6px;
|
|---|
| 2375 | background-position:right bottom;
|
|---|
| 2376 | }
|
|---|
| 2377 |
|
|---|
| 2378 | .live-search strong
|
|---|
| 2379 | {
|
|---|
| 2380 | height:6px;
|
|---|
| 2381 | left:0;
|
|---|
| 2382 | right:0;
|
|---|
| 2383 | bottom:-6px;
|
|---|
| 2384 | background-position:left bottom;
|
|---|
| 2385 | }
|
|---|
| 2386 |
|
|---|
| 2387 | .live-search div
|
|---|
| 2388 | {
|
|---|
| 2389 | background-color:#282828;
|
|---|
| 2390 | }
|
|---|
| 2391 |
|
|---|
| 2392 | .live-search div div
|
|---|
| 2393 | {
|
|---|
| 2394 | background-color:transparent;
|
|---|
| 2395 | position:relative;
|
|---|
| 2396 | border-top:1px solid #484848;
|
|---|
| 2397 | border-bottom:1px solid #101010;
|
|---|
| 2398 | overflow:hidden;
|
|---|
| 2399 | }
|
|---|
| 2400 |
|
|---|
| 2401 | .live-search a
|
|---|
| 2402 | {
|
|---|
| 2403 | display:block;
|
|---|
| 2404 | text-decoration:none;
|
|---|
| 2405 | padding:4px;
|
|---|
| 2406 | padding-left:28px;
|
|---|
| 2407 | }
|
|---|
| 2408 |
|
|---|
| 2409 | .live-search a:hover
|
|---|
| 2410 | {
|
|---|
| 2411 | color:#FFD100;
|
|---|
| 2412 | }
|
|---|
| 2413 |
|
|---|
| 2414 | .live-search i
|
|---|
| 2415 | {
|
|---|
| 2416 | display:block;
|
|---|
| 2417 | position:absolute;
|
|---|
| 2418 | font-style:normal;
|
|---|
| 2419 | line-height:1.5em;
|
|---|
| 2420 | top:3px;
|
|---|
| 2421 | right:0;
|
|---|
| 2422 | padding:0 4px;
|
|---|
| 2423 | font-size:11px;
|
|---|
| 2424 | color:#808080;
|
|---|
| 2425 | background:#282828;
|
|---|
| 2426 | }
|
|---|
| 2427 |
|
|---|
| 2428 | .live-search a:hover i
|
|---|
| 2429 | {
|
|---|
| 2430 | padding-right:18px;
|
|---|
| 2431 | background-image:url(../images/search-arrow.gif);
|
|---|
| 2432 | background-position:right center;
|
|---|
| 2433 | background-repeat:no-repeat;
|
|---|
| 2434 | }
|
|---|
| 2435 |
|
|---|
| 2436 | div.live-search-selected i
|
|---|
| 2437 | {
|
|---|
| 2438 | background-color:#383838;
|
|---|
| 2439 | }
|
|---|
| 2440 |
|
|---|
| 2441 | div.live-search-selected
|
|---|
| 2442 | {
|
|---|
| 2443 | background-color:#383838;
|
|---|
| 2444 | }
|
|---|
| 2445 |
|
|---|
| 2446 | div.live-search-selected div
|
|---|
| 2447 | {
|
|---|
| 2448 | border-bottom:1px solid #202020;
|
|---|
| 2449 | color:white;
|
|---|
| 2450 | }
|
|---|
| 2451 |
|
|---|
| 2452 | div.live-search-icon
|
|---|
| 2453 | {
|
|---|
| 2454 | background-position:4px 3px;
|
|---|
| 2455 | background-repeat:no-repeat;
|
|---|
| 2456 | }
|
|---|
| 2457 |
|
|---|
| 2458 | div.live-search-icon div
|
|---|
| 2459 | {
|
|---|
| 2460 | background-image:url(../images/icon_border_small.png);
|
|---|
| 2461 | background-position:left center;
|
|---|
| 2462 | background-repeat:no-repeat;
|
|---|
| 2463 | }
|
|---|
| 2464 |
|
|---|
| 2465 | div.live-search-icon-quest-alliance
|
|---|
| 2466 | {
|
|---|
| 2467 | background-image:url(../images/alliance-icon.gif);
|
|---|
| 2468 | background-position:3px 5px;
|
|---|
| 2469 | background-repeat:no-repeat;
|
|---|
| 2470 | }
|
|---|
| 2471 |
|
|---|
| 2472 | div.live-search-icon-quest-horde
|
|---|
| 2473 | {
|
|---|
| 2474 | background-image:url(../images/horde-icon.gif);
|
|---|
| 2475 | background-position:6px 5px;
|
|---|
| 2476 | background-repeat:no-repeat;
|
|---|
| 2477 | }
|
|---|
| 2478 |
|
|---|
| 2479 | a.expand-site
|
|---|
| 2480 | {
|
|---|
| 2481 | position:absolute;
|
|---|
| 2482 | display:block;
|
|---|
| 2483 | left:-10px;
|
|---|
| 2484 | top:77px;
|
|---|
| 2485 | background:url(../images/expandsite.gif) no-repeat;
|
|---|
| 2486 | width:8px;
|
|---|
| 2487 | height:38px;
|
|---|
| 2488 | outline:none;
|
|---|
| 2489 | }
|
|---|
| 2490 |
|
|---|
| 2491 | a:hover.expand-site
|
|---|
| 2492 | {
|
|---|
| 2493 | background-position:0 -38px;
|
|---|
| 2494 | }
|
|---|
| 2495 |
|
|---|
| 2496 | div.lightbox-outer
|
|---|
| 2497 | {
|
|---|
| 2498 | position:fixed;
|
|---|
| 2499 | left:50%;
|
|---|
| 2500 | top:50%;
|
|---|
| 2501 | width:1px;
|
|---|
| 2502 | height:1px;
|
|---|
| 2503 | font-size:1px;
|
|---|
| 2504 | z-index:60;
|
|---|
| 2505 | }
|
|---|
| 2506 |
|
|---|
| 2507 | div.lightbox-inner
|
|---|
| 2508 | {
|
|---|
| 2509 | position:absolute;
|
|---|
| 2510 | z-index:70;
|
|---|
| 2511 | }
|
|---|
| 2512 |
|
|---|
| 2513 | div.lightbox-overlay
|
|---|
| 2514 | {
|
|---|
| 2515 | position:absolute;
|
|---|
| 2516 | left:0;
|
|---|
| 2517 | top:0;
|
|---|
| 2518 | width:100%;
|
|---|
| 2519 | background:black;
|
|---|
| 2520 | opacity:.8;
|
|---|
| 2521 | z-index:50;
|
|---|
| 2522 | }
|
|---|
| 2523 |
|
|---|
| 2524 | div.modelviewer
|
|---|
| 2525 | {
|
|---|
| 2526 | padding:10px 10px 0;
|
|---|
| 2527 | background-color:#303030;
|
|---|
| 2528 | font-size:13px;
|
|---|
| 2529 | }
|
|---|
| 2530 |
|
|---|
| 2531 | div.modelviewer-screen
|
|---|
| 2532 | {
|
|---|
| 2533 | background-color:#181818;
|
|---|
| 2534 | width:600px;
|
|---|
| 2535 | height:400px;
|
|---|
| 2536 | overflow:hidden;
|
|---|
| 2537 | text-align:center;
|
|---|
| 2538 | }
|
|---|
| 2539 |
|
|---|
| 2540 | div.modelviewer-quality
|
|---|
| 2541 | {
|
|---|
| 2542 | float:left;
|
|---|
| 2543 | padding:10px 0;
|
|---|
| 2544 | }
|
|---|
| 2545 |
|
|---|
| 2546 | div.modelviewer-quality span
|
|---|
| 2547 | {
|
|---|
| 2548 | float:left;
|
|---|
| 2549 | display:block;
|
|---|
| 2550 | line-height:22px;
|
|---|
| 2551 | }
|
|---|
| 2552 |
|
|---|
| 2553 | div.modelviewer-model
|
|---|
| 2554 | {
|
|---|
| 2555 | padding:10px 0;
|
|---|
| 2556 | }
|
|---|
| 2557 |
|
|---|
| 2558 | a.modelviewer-help
|
|---|
| 2559 | {
|
|---|
| 2560 | float:right;
|
|---|
| 2561 | display:block;
|
|---|
| 2562 | padding:10px 0 10px 10px;
|
|---|
| 2563 | margin-right:10px;
|
|---|
| 2564 | }
|
|---|
| 2565 |
|
|---|
| 2566 | a.modelviewer-close
|
|---|
| 2567 | {
|
|---|
| 2568 | float:right;
|
|---|
| 2569 | display:block;
|
|---|
| 2570 | padding:10px 0 10px 10px;
|
|---|
| 2571 | }
|
|---|
| 2572 |
|
|---|
| 2573 | div.screenshotviewer
|
|---|
| 2574 | {
|
|---|
| 2575 | padding:10px 10px 0;
|
|---|
| 2576 | background-color:#303030;
|
|---|
| 2577 | font-size:13px;
|
|---|
| 2578 | }
|
|---|
| 2579 |
|
|---|
| 2580 | div.screenshotviewer-screen
|
|---|
| 2581 | {
|
|---|
| 2582 | background-color:black;
|
|---|
| 2583 | position:relative;
|
|---|
| 2584 | text-align:center;
|
|---|
| 2585 | }
|
|---|
| 2586 |
|
|---|
| 2587 | div.screenshotviewer-screen a
|
|---|
| 2588 | {
|
|---|
| 2589 | display:block;
|
|---|
| 2590 | position:absolute;
|
|---|
| 2591 | z-index:100;
|
|---|
| 2592 | top:0;
|
|---|
| 2593 | height:100%;
|
|---|
| 2594 | }
|
|---|
| 2595 |
|
|---|
| 2596 | a.screenshotviewer-prev
|
|---|
| 2597 | {
|
|---|
| 2598 | left:0;
|
|---|
| 2599 | width:50%;
|
|---|
| 2600 | }
|
|---|
| 2601 |
|
|---|
| 2602 | a.screenshotviewer-next
|
|---|
| 2603 | {
|
|---|
| 2604 | left:50.5%;
|
|---|
| 2605 | width:50%;
|
|---|
| 2606 | }
|
|---|
| 2607 |
|
|---|
| 2608 | a.screenshotviewer-cover
|
|---|
| 2609 | {
|
|---|
| 2610 | left:0;
|
|---|
| 2611 | width:100%;
|
|---|
| 2612 | }
|
|---|
| 2613 |
|
|---|
| 2614 | div.screenshotviewer-screen a span
|
|---|
| 2615 | {
|
|---|
| 2616 | display:none;
|
|---|
| 2617 | position:absolute;
|
|---|
| 2618 | top:10%;
|
|---|
| 2619 | padding:10px;
|
|---|
| 2620 | background-color:#303030;
|
|---|
| 2621 | }
|
|---|
| 2622 |
|
|---|
| 2623 | div.screenshotviewer-screen a:hover span
|
|---|
| 2624 | {
|
|---|
| 2625 | display:block;
|
|---|
| 2626 | }
|
|---|
| 2627 |
|
|---|
| 2628 | a.screenshotviewer-prev span
|
|---|
| 2629 | {
|
|---|
| 2630 | left:0;
|
|---|
| 2631 | }
|
|---|
| 2632 |
|
|---|
| 2633 | a.screenshotviewer-next span
|
|---|
| 2634 | {
|
|---|
| 2635 | right:0;
|
|---|
| 2636 | }
|
|---|
| 2637 |
|
|---|
| 2638 | a.screenshotviewer-cover span
|
|---|
| 2639 | {
|
|---|
| 2640 | position:static!important;
|
|---|
| 2641 | margin:0 auto;
|
|---|
| 2642 | }
|
|---|
| 2643 |
|
|---|
| 2644 | a.screenshotviewer-original
|
|---|
| 2645 | {
|
|---|
| 2646 | float:right;
|
|---|
| 2647 | display:block;
|
|---|
| 2648 | padding:10px 0 10px 10px;
|
|---|
| 2649 | margin-right:10px;
|
|---|
| 2650 | }
|
|---|
| 2651 |
|
|---|
| 2652 | a.screenshotviewer-close
|
|---|
| 2653 | {
|
|---|
| 2654 | float:right;
|
|---|
| 2655 | display:block;
|
|---|
| 2656 | padding:10px 0 10px 10px;
|
|---|
| 2657 | }
|
|---|
| 2658 |
|
|---|
| 2659 | div.screenshotviewer-from
|
|---|
| 2660 | {
|
|---|
| 2661 | padding-top:10px;
|
|---|
| 2662 | font-size:11px;
|
|---|
| 2663 | color:#ccc;
|
|---|
| 2664 | }
|
|---|
| 2665 |
|
|---|
| 2666 | div.screenshotviewer-caption
|
|---|
| 2667 | {
|
|---|
| 2668 | font-size:11px;
|
|---|
| 2669 | padding:5px 0 10px;
|
|---|
| 2670 | }
|
|---|
| 2671 |
|
|---|
| 2672 | div.toolbar button
|
|---|
| 2673 | {
|
|---|
| 2674 | padding-left:2px;
|
|---|
| 2675 | padding-right:2px;
|
|---|
| 2676 | margin-right:2px;
|
|---|
| 2677 | }
|
|---|
| 2678 |
|
|---|
| 2679 | div.toolbar img
|
|---|
| 2680 | {
|
|---|
| 2681 | width:16px;
|
|---|
| 2682 | height:16px;
|
|---|
| 2683 | background:url(../images/toolbar.png) no-repeat;
|
|---|
| 2684 | }
|
|---|
| 2685 |
|
|---|
| 2686 | img.toolbar-b
|
|---|
| 2687 | {
|
|---|
| 2688 | background-position:0 0!important;
|
|---|
| 2689 | }
|
|---|
| 2690 |
|
|---|
| 2691 | img.toolbar-i
|
|---|
| 2692 | {
|
|---|
| 2693 | background-position:-16px 0!important;
|
|---|
| 2694 | }
|
|---|
| 2695 |
|
|---|
| 2696 | img.toolbar-u
|
|---|
| 2697 | {
|
|---|
| 2698 | background-position:-32px 0!important;
|
|---|
| 2699 | }
|
|---|
| 2700 |
|
|---|
| 2701 | img.toolbar-s
|
|---|
| 2702 | {
|
|---|
| 2703 | background-position:-48px 0!important;
|
|---|
| 2704 | }
|
|---|
| 2705 |
|
|---|
| 2706 | img.toolbar-url
|
|---|
| 2707 | {
|
|---|
| 2708 | background-position:-64px 0!important;
|
|---|
| 2709 | }
|
|---|
| 2710 |
|
|---|
| 2711 | img.toolbar-small
|
|---|
| 2712 | {
|
|---|
| 2713 | background-position:-80px 0!important;
|
|---|
| 2714 | }
|
|---|
| 2715 |
|
|---|
| 2716 | img.toolbar-quote
|
|---|
| 2717 | {
|
|---|
| 2718 | background-position:-96px 0!important;
|
|---|
| 2719 | }
|
|---|
| 2720 |
|
|---|
| 2721 | img.toolbar-code
|
|---|
| 2722 | {
|
|---|
| 2723 | background-position:-112px 0!important;
|
|---|
| 2724 | }
|
|---|
| 2725 |
|
|---|
| 2726 | img.toolbar-ul
|
|---|
| 2727 | {
|
|---|
| 2728 | background-position:-128px 0!important;
|
|---|
| 2729 | }
|
|---|
| 2730 |
|
|---|
| 2731 | img.toolbar-ol
|
|---|
| 2732 | {
|
|---|
| 2733 | background-position:-144px 0!important;
|
|---|
| 2734 | }
|
|---|
| 2735 |
|
|---|
| 2736 | img.toolbar-li
|
|---|
| 2737 | {
|
|---|
| 2738 | background-position:-160px 0!important;
|
|---|
| 2739 | }
|
|---|
| 2740 |
|
|---|
| 2741 | .disclosure-on,.disclosure-off
|
|---|
| 2742 | {
|
|---|
| 2743 | background:url(../images/disclosure_arrow.gif) no-repeat left center;
|
|---|
| 2744 | padding-left:15px;
|
|---|
| 2745 | }
|
|---|
| 2746 |
|
|---|
| 2747 | .disclosure-off
|
|---|
| 2748 | {
|
|---|
| 2749 | background-position:-290px center;
|
|---|
| 2750 | }
|
|---|
| 2751 |
|
|---|
| 2752 | a.disclosure-on,a.disclosure-off
|
|---|
| 2753 | {
|
|---|
| 2754 | color:white;
|
|---|
| 2755 | text-decoration:none;
|
|---|
| 2756 | font-weight:bold;
|
|---|
| 2757 | }
|
|---|
| 2758 |
|
|---|
| 2759 | a.disclosure-on:hover,a.disclosure-off:hover
|
|---|
| 2760 | {
|
|---|
| 2761 | text-decoration:underline;
|
|---|
| 2762 | }
|
|---|
| 2763 |
|
|---|
| 2764 | a.captcha
|
|---|
| 2765 | {
|
|---|
| 2766 | display:block;
|
|---|
| 2767 | width:150px;
|
|---|
| 2768 | height:40px;
|
|---|
| 2769 | margin:8px 1px;
|
|---|
| 2770 | }
|
|---|
| 2771 |
|
|---|
| 2772 | a.captcha:hover
|
|---|
| 2773 | {
|
|---|
| 2774 | border:1px dotted #747474;
|
|---|
| 2775 | margin:7px 0;
|
|---|
| 2776 | background-color:#343434;
|
|---|
| 2777 | }
|
|---|
| 2778 |
|
|---|
| 2779 | .tabbed-contents a.captcha:hover
|
|---|
| 2780 | {
|
|---|
| 2781 | border:1px dotted #686868;
|
|---|
| 2782 | background-color:#282828;
|
|---|
| 2783 | }
|
|---|
| 2784 |
|
|---|
| 2785 | .inputbox a.captcha:hover
|
|---|
| 2786 | {
|
|---|
| 2787 | border:1px dotted #888;
|
|---|
| 2788 | background-color:#484848;
|
|---|
| 2789 | }
|
|---|
| 2790 |
|
|---|
| 2791 | #fi
|
|---|
| 2792 | {
|
|---|
| 2793 | color:#ccc;
|
|---|
| 2794 | }
|
|---|
| 2795 |
|
|---|
| 2796 | #fi table
|
|---|
| 2797 | {
|
|---|
| 2798 | border-collapse:collapse;
|
|---|
| 2799 | border:0;
|
|---|
| 2800 | }
|
|---|
| 2801 |
|
|---|
| 2802 | #fi table td
|
|---|
| 2803 | {
|
|---|
| 2804 | padding:0;
|
|---|
| 2805 | border:0;
|
|---|
| 2806 | }
|
|---|
| 2807 |
|
|---|
| 2808 | #fi .padded
|
|---|
| 2809 | {
|
|---|
| 2810 | padding-top:12px;
|
|---|
| 2811 | white-space:nowrap;
|
|---|
| 2812 | }
|
|---|
| 2813 |
|
|---|
| 2814 | #fi .padded2
|
|---|
| 2815 | {
|
|---|
| 2816 | padding-top:8px;
|
|---|
| 2817 | }
|
|---|
| 2818 |
|
|---|
| 2819 | #fi .rightselect
|
|---|
| 2820 | {
|
|---|
| 2821 | margin-top:2px;
|
|---|
| 2822 | }
|
|---|
| 2823 |
|
|---|
| 2824 | #fi .rightpanel
|
|---|
| 2825 | {
|
|---|
| 2826 | float:right;
|
|---|
| 2827 | text-align:right;
|
|---|
| 2828 | }
|
|---|
| 2829 |
|
|---|
| 2830 | #fi .rightpanel2
|
|---|
| 2831 | {
|
|---|
| 2832 | float:right;
|
|---|
| 2833 | text-align:right;
|
|---|
| 2834 | padding-right:10px;
|
|---|
| 2835 | }
|
|---|
| 2836 |
|
|---|
| 2837 | #fi .smalltextbox
|
|---|
| 2838 | {
|
|---|
| 2839 | text-align:center;
|
|---|
| 2840 | width:2em;
|
|---|
| 2841 | }
|
|---|
| 2842 |
|
|---|
| 2843 | #fi .smalltextbox2
|
|---|
| 2844 | {
|
|---|
| 2845 | text-align:center;
|
|---|
| 2846 | width:2.3em;
|
|---|
| 2847 | }
|
|---|
| 2848 |
|
|---|
| 2849 | .criteria div
|
|---|
| 2850 | {
|
|---|
| 2851 | padding-bottom:4px;
|
|---|
| 2852 | }
|
|---|
| 2853 |
|
|---|
| 2854 | div.line
|
|---|
| 2855 | {
|
|---|
| 2856 | border-bottom:1px solid #505050;
|
|---|
| 2857 | margin:0 0 13px;
|
|---|
| 2858 | line-height:1.1em;
|
|---|
| 2859 | }
|
|---|