moving template around

(is now a lot closer to the original, shouldn't require updating new
scripts as the structure should fit)
also some minor bugfixes
This commit is contained in:
Sarjuuk
2014-03-15 13:20:24 +01:00
parent f2ff2346fa
commit fec0daac9a
750 changed files with 14094 additions and 13739 deletions

58
static/css/Book.css Normal file
View File

@@ -0,0 +1,58 @@
.book
{
width:28em;
border:2px solid #404040;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
}
.book .paging
{
cursor:default;
text-align:center;
background-color:#404040;
padding:3px 4px 5px;
}
.book .previous
{
float:left;
text-align:left;
width:33%;
}
.book .next
{
float:right;
text-align:right;
width:33%;
}
.book .page
{
background-color:#141414;
padding:4px;
}
.book p
{
margin:0;
padding:0;
}
.book h1,.book h2
{
border:0;
font-weight:bold;
}
.book h1
{
font-size:16px;
}
.book h2
{
font-size:14px;
}

154
static/css/Mapper.css Normal file
View File

@@ -0,0 +1,154 @@
.mapper {
position: relative;
margin-top: 10px;
border: 3px solid #404040;
background-color: black;
}
.mapper .pin {
position: absolute;
width: 1px;
height: 1px;
font-size: 1px;
z-index: 5; /* Put pins on top of lines */
}
.mapper .pin a {
position: relative;
width: 11px;
height: 11px;
left: -5px;
top: -5px;
background: url(../images/Mapper/pin-yellow.png) no-repeat;
display: block;
}
.mapper .pin-start a {
background-image: url(../images/Mapper/quest-start.png);
width: 9px;
height: 17px;
left: -4px;
top: -8px;
z-index: 5;
}
.mapper .pin-end a {
background-image: url(../images/Mapper/quest-end.png);
width: 12px;
height: 18px;
left: -6px;
top: -9px;
z-index: 5;
}
.mapper .pin-startend a {
background-image: url(../images/Mapper/quest-startend.png);
width: 19px;
height: 18px;
left: -9px;
top: -9px;
z-index: 5;
}
.mapper-pin, .mapper-pin-1, .mapper-pin-2, .mapper-pin-3, .mapper-pin-4 {
padding-left: 13px;
background-image: url(../images/Mapper/pin-yellow.png);
background-repeat: no-repeat;
background-position: 0 50%;
}
.mapper-pin-1, .mapper .pin-1 a { background-image: url(../images/Mapper/pin-green.png); }
.mapper-pin-2, .mapper .pin-2 a { background-image: url(../images/Mapper/pin-red.png); }
.mapper-pin-3, .mapper .pin-3 a { background-image: url(../images/Mapper/pin-blue.png); }
.mapper-pin-4, .mapper .pin-4 a { background-image: url(../images/Mapper/pin-purple.png); }
.mapper .glow {
margin: 0 2px;
font-size: 12px;
font-weight: bold;
color: white;
cursor: default;
white-space: nowrap;
}
.mapper .glow a {
text-decoration: none;
}
.mapper .glow a:hover {
text-decoration: underline;
}
.mapper-som-button {
margin: 0 !important;
float: left !important;
}
.mapper-legend {
float: left;
display: block;
background-color: #141414;
border: 1px solid #101010;
font-size: 11px;
margin: -4px 0 0 15px;
white-space: nowrap;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.mapper-legend-container {
padding: 4px 8px;
}
.mapper-legend-pin {
margin: 0 5px;
}
.mapper .line var { background: #C8B94C; }
.mapper .line-1 var { background: #73B85B; }
.mapper .line-2 var { background: #D7563C; }
.mapper .line-3 var { background: #47ACCD; }
.mapper .line-4 var { background: #C844D0; }
html.ie678 .line var {
margin-left: 0;
}
.line {
position: absolute;
display: block;
cursor: default;
}
.line var {
width: 100%;
height: 2px;
margin: -2px 0 0 2px;
display: block;
background: #FFFFFF;
border: 1px solid #181818;
border-left: none;
border-right: none;
-o-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-o-box-shadow: 0px 0px 3px black;
/*-moz-box-shadow: 0px 0px 3px black;*/
-webkit-box-shadow: 0px 0px 3px black;
}
.line.flipped {
-o-transform: scaleY(-1);
-moz-transform: scaleY(-1);
-webkit-transform: scaleY(-1);
-ms-filter: "FlipV";
filter: FlipV;
}
.mapper .line var { background: #C8B94C; }
.mapper .line-1 var { background: #73B85B; }
.mapper .line-2 var { background: #D7563C; }
.mapper .line-3 var { background: #47ACCD; }
.mapper .line-4 var { background: #C844D0; }

View File

@@ -0,0 +1,8 @@
/*
TalentCalc_ie6.css version 278
*/
.mapper .pin a { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Mapper/pin-yellow.png'); }
.mapper .pin-1 a { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Mapper/pin-green.png'); }
.mapper .pin-2 a { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Mapper/pin-red.png'); }
.mapper .pin-3 a { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Mapper/pin-blue.png'); }
.mapper .pin-4 a { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Mapper/pin-purple.png'); }

878
static/css/Profiler.css Normal file
View File

@@ -0,0 +1,878 @@
.profiler-home {
clear: both;
margin: 40px 0px 20px;
display: block;
}
.profiler-home > div {
float: left;
height: 67px;
margin-right: 10px;
}
.profiler-home > div.profiler-buttons {
height: 40px;
padding-top: 27px;
}
.profiler-home > div h2 {
border: none;
font-size: 14px;
font-weight: bold;
margin: 0px 0px 10px;
padding: 0px;
}
.profiler-home input[type="text"], .profiler-home a: link, .profiler-home a: visited {
font-family: Helvetica,Arial,sans-serif;
}
.profiler-home input[type="text"] {
background: url(../images/Profiler/text-input.2.png) no-repeat;
border: none;
color: #383838;
font-size: 12px;
height: 22px;
line-height: 22px;
margin: 0px;
padding: 0px 7px;
width: 105px;
}
.profiler-home input[type="text"]: focus {
outline: none;
}
.profiler-home input[type="text"].oops {
color: #ff0000;
-moz-box-shadow: 0 0 10px #ff0000;
-webkit-box-shadow: 0 0 10px #ff0000;
-o-box-shadow: 0 0 10px #ff0000;
}
.profiler-home input[type="radio"] {
display: none;
}
.profiler-autocomplete {
display: none;
width: 194px;
background: #484848;
border: 1px solid #202020;
padding: 0 2px 2px 2px;
position: absolute;
font-size: 12px;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
-webkit-box-shadow: 0 1px 3px #111;
-o-box-shadow: 0 1px 3px #111;
}
.profiler-autocomplete span {
display: block;
background: #282828;
border-bottom: 1px solid #101010;
border-top: 1px solid #484848;
cursor: pointer;
height: 23px;
line-height: 23px;
text-indent: 6px;
}
.profiler-autocomplete span: hover, .profiler-autocomplete span.active {
background: #383838;
border-bottom: solid 1px #202020;
}
/*********************************************/
.profiler-charlookup {
position: relative;
height: 22px;
width: 124px;
display: inline-block;
}
.profiler-charlookup input {
border: 1px solid #a7a6aa;
height: 18px;
width: 120px;
padding-left: 2px;
font-size: 13px;
font-family: Arial,sans-serif;
background: white;
color: black;
}
.profiler-charlookup-go {
position: absolute;
top: 0;
right: -12px;
z-index: 1;
width: 22px;
height: 22px;
background: url(../images/Profiler/lookup.gif) left top no-repeat;
display: block;
}
.profiler-charlookup-go: hover {
background-position: left bottom;
}
input.search-character {
background: white url(../images/enus/character.gif) 0.2em center no-repeat !important;
}
/*********************************************/
.profiler-header {
height: 69px;
background: url(../images/Profiler/character-header-bg.gif) repeat-x left top;
border-bottom: 1px solid #505050;
position: relative;
margin-bottom: 13px;
padding-right: 8px;
}
.profiler-header .iconlarge, .profiler-header .iconlargepremium {
position: absolute;
left: 2px;
top: -1px;
}
.profiler-header a {
text-decoration: none;
}
.profiler-header a: hover {
text-decoration: underline;
}
.profiler-header-line1, .profiler-header-line2, .profiler-header-line3 {
position: absolute;
left: 74px;
}
.profiler-header-line1 {
top: 0;
font-size: 15px;
line-height: 1.1em;
color: #EEEEEE;
}
.profiler-header-line1 a {
color: #EEEEEE;
}
.profiler-header-line1 b {
font-size: 20px;
font-weight: normal;
color: white;
}
.profiler-header-line2 {
top: 25px;
color: #dddddd;
}
.profiler-header-line2 var {
font-size: 12px;
font-family: Verdana,sans-serif;
color: #CCCCCC;
font-style: normal;
}
.profiler-header-line2 a {
font-size: 14px;
}
.profiler-header-line3 {
top: 48px;
font-size: 11px;
color: #EEEEEE;
}
.profiler-header-line3 span {
display: block;
float: left;
}
.profiler-header-line3 span a {
color: white;
}
a.profiler-header-editlink {
float: left;
margin-left: 16px;
font-size: 11px;
font-weight: bold;
text-decoration: underline;
}
/*********************************************/
.profiler-message {
padding: 8px;
color: #dddddd;
margin-bottom: 10px;
text-align: center;
border: 1px solid #101010;
background: url(../images/icons/ajax.gif) no-repeat 8px #141414;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.profiler-message b {
color: white;
}
/*********************************************/
.profiler-tablinks {
position: relative;
z-index: 1;
}
.profiler-tablinks a {
padding-top: 5px;
padding-bottom: 5px;
}
.profiler-tablinks-armory {
z-index: 1;
float: right;
font-size: 13px;
background: url(../images/icons/link.gif) no-repeat left center;
padding: 5px 5px 5px 19px;
margin-left: 6px;
}
.profiler-tablinks-help {
z-index: 1;
float: right;
font-size: 13px;
background: url(../images/icons/help.gif) no-repeat left center;
padding: 5px 5px 5px 21px;
margin-left: 6px;
}
.profiler-tablinks-print {
z-index: 1;
float: right;
font-size: 13px;
background: url(../images/icons/print.gif) no-repeat left center;
padding: 5px 5px 5px 21px;
}
/*********************************************/
.profiler-tabs {
border-bottom: 1px solid #404040;
margin-bottom: 10px;
}
/*********************************************/
.profiler-infobox-skill {
line-height: 1em;
}
.profiler-infobox-skill a {
text-decoration: none;
}
.profiler-infobox-raids {
line-height: 18px!important;
vertical-align: top;
}
.profiler-infobox-raids .progressbar {
height: 18px;
margin: 4px auto;
}
.profiler-infobox-raids .progressbar-text {
width: auto;
padding-left: 22px;
text-align: left;
}
.profiler-infobox-raids .progressbar-hidden {
padding-left: 8px;
}
.profiler-infobox-gear {
width: 20px;
line-height: 18px!important;
vertical-align: top;
}
.profiler-infobox-gear .completion {
display: block;
height: 20px;
width: 16px;
margin: 2px auto;
background: left center no-repeat;
}
.profiler-infobox-gear .progressbar {
width: 20px;
margin: 0 auto 1px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.profiler-infobox-gear .progressbar div {
height: 100%;
border-top-width: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.profiler-infobox-gear .progressbar-first, .profiler-infobox-gear .progressbar-first div {
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.profiler-infobox-gear .progressbar-first div {
border-top-width: 1px;
margin-bottom: 2px;
}
.profiler-infobox-gear .progressbar-last, .profiler-infobox-gear .progressbar-last div {
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
.profiler-infobox-gear .progressbar-rep0 { border: 1px solid #9c2319; border-top: 1px solid #b82e21; }
.profiler-infobox-gear .progressbar-rep1 { border: 1px solid #b05421; border-top: 1px solid #c9662b; }
.profiler-infobox-gear .progressbar-rep2 { border: 1px solid #bf8626; border-top: 1px solid #d59b31; }
.profiler-infobox-gear .progressbar-rep3 { border: 1px solid #bb9b25; border-top: 1px solid #d2b130; }
.profiler-infobox-gear .progressbar-rep4 { border: 1px solid #8d8b01; border-top: 1px solid #a4a201; }
.profiler-infobox-gear .progressbar-rep5 { border: 1px solid #638701; border-top: 1px solid #74a001; }
.profiler-infobox-gear .progressbar-rep6 { border: 1px solid #288b01; border-top: 1px solid #30a601; }
.profiler-infobox-gear .progressbar-rep7 { border: 1px solid #068870; border-top: 1px solid #0aa087; }
.profiler-infobox-gear .progressbar-ach0 { border: 1px solid #2082af; border-top: 1px solid #0aa087; }
.profiler-infobox-gear .progressbar-ach1 { border: 1px solid #686868; border-top: 1px solid #7a7a7a; }
.profiler-infobox-gear .progressbar-green { border: 1px solid #2b9401; border-top: 1px solid #3aca01; }
.profiler-infobox-gear .progressbar-yellow { border: 1px solid #b1ae00; border-top: 1px solid #e6e200; }
.profiler-infobox-gear .progressbar-red { border: 1px solid #b10c00; border-top: 1px solid #e60f00; }
/*********************************************/
.profiler-model-outer {
position: relative;
}
.profiler-model {
position: absolute;
top: 6px;
left: 50px;
height: 345px;
width: 275px;
z-index: 10;
}
.profiler-search {
position: absolute;
top: 0;
left: 0;
z-index: 20;
}
.profiler-search input {
width: 235px;
}
.profiler-inventory {
background-color: #141414;
border: 1px solid #101010;
width: 369px;
height: 408px;
position: relative;
margin-bottom: 10px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.profiler-inventory-inner {
padding: 3px;
}
.profiler-inventory-left, .profiler-inventory-right, .profiler-inventory-bottom {
position: absolute;
}
.profiler-inventory-left {
top: 3px;
left: 3px;
}
.profiler-inventory-right {
top: 3px;
right: 3px;
}
.profiler-inventory-bottom {
bottom: 3px;
left: 119px;
}
.profiler-inventory-bottom .iconmedium {
float: left;
}
.profiler-inventory-buttons {
position: absolute;
bottom: -25px;
right: 0;
}
.profiler-inventory-bars {
float: left;
width: 25%;
}
.profiler-inventory-resists {
float: right;
}
.profiler-inventory-stats {
border-collapse: collapse;
border: 0;
width: 100%;
}
.profiler-inventory-stats td {
padding: 0;
vertical-align: top;
}
.profiler-inventory-stats p {
margin: 0;
margin-right: 10px;
background-color: #141414;
border: 1px solid #101010;
padding: 0 10px 10px 10px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.profiler-inventory-stats small {
display: block;
font-size: 11px;
padding: 0 7px;
}
.profiler-inventory-stats h3 {
display: block;
font-weight: bold;
font-size: 14px;
text-align: center;
margin: 0;
padding: 8px 0;
}
.profiler-inventory-stats a {
display: block;
color: white;
padding: 2px 3px;
text-decoration: none;
}
.profiler-inventory-stats a: hover {
background-color: #222222;
}
.profiler-inventory-stats a: hover em {
text-decoration: underline;
}
.profiler-inventory-stats a: hover span {
text-decoration: underline;
}
.profiler-inventory-stats em {
float: left;
display: block;
font-style: normal;
width: 70%;
color: #dddddd;
white-space: nowrap;
overflow: hidden;
}
.profiler-inventory-stats var {
float: right;
display: block;
width: 30%;
font-style: normal;
text-align: right;
white-space: nowrap;
font-weight: bold;
}
.progressbar-health {
border-top: 1px solid #3aca01;
border-bottom: 1px solid #2b9401;
background-color: #207001;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.progressbar-mana {
border-top: 1px solid #3472bf;
border-bottom: 1px solid #235a9d;
background-color: #174a89;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.progressbar-rage {
border-top: 1px solid #e60f00;
border-bottom: 1px solid #b10c00;
background-color: #930900;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.progressbar-energy {
border-top: 1px solid #e6e200;
border-bottom: 1px solid #b1ae00;
background-color: #939000;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.progressbar-runic {
border-top: 1px solid #30cfeb;
border-bottom: 1px solid #30aac0;
background-color: #3095a7;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/*********************************************/
.profiler-talents-specs {
width: 946px;
margin: 0 auto;
padding-bottom: 10px;
}
a.profiler-talents-button,a.profiler-pets-button {
float: left;
display: block;
padding: 3px 8px 3px 5px;
margin-right: 10px;
background-color: #404040;
border: 1px solid #202020;
text-decoration: none;
color: white;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
a.profiler-talents-button: hover, a.profiler-pets-button: hover {
background-color: #484848;
border-color: #181818;
text-decoration: underline;
color: white;
}
a.profiler-talents-button span, a.profiler-pets-button span {
display: block;
padding: 3px 0 3px 18px;
background: no-repeat left center;
}
a.profiler-talents-button small, a.profiler-pets-button small {
color: #CCCCCC;
}
a.profiler-talents-button: hover small, a.profiler-pets-button: hover small {
color: white;
}
.profiler-talents-specs a.selected, .profiler-pets-specs a.selected {
background-color: #505050;
text-decoration: none!important;
}
.profiler-talents-specs a.selected small, .profiler-pets-specs a.selected small {
color: white;
}
/*********************************************/
a.profiler-pets-button {
height: 26px;
}
a.profiler-pets-button span {
padding: 5px 0 5px 28px;
}
.profiler-pets-model {
width: 360px;
height: 364px;
position: absolute;
background-color: #181818;
border: 1px solid #383838;
margin-top: 43px;
}
.talentcalc-pet .talentcalc-main, .talentcalc-pet .talentcalc-lower {
margin-left: 370px;
}
/*********************************************/
.profiler-reputation h2 {
clear: none;
}
h2 .disclosure-on,h2 .disclosure-off {
font-weight: normal;
}
.profiler-reputation th, .profiler-reputation td {
padding: 2px 0 0 0;
}
.profiler-reputation th {
width: 250px;
text-align: left;
vertical-align: middle;
font-weight: normal;
}
.profiler-reputation td {
width: 200px;
}
/*********************************************/
.profiler-achievements-source {
margin-bottom: 10px;
}
.profiler-achievements-summary {
width: 600px;
float: left;
background-color: #141414;
border: 1px solid #101010;
margin-bottom: 10px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.profiler-achievements-summary-points {
position: relative;
}
.profiler-achievements-summary-points span {
display: block;
position: absolute;
right: 8px;
top: 8px;
}
.profiler-achievements-summary-inner {
padding: 6px;
font-size: 12px;
}
.profiler-achievements-summary a {
display: block;
color: white;
}
.profiler-achievements-summary a: hover {
background-color: #222222;
}
.profiler-achievements-summary a.selected {
background-color: #282828;
}
.profiler-achievements-summary a: hover em {
text-decoration: underline;
}
.profiler-achievements-summary a.selected: hover em {
text-decoration: none;
}
.profiler-achievements-summary var {
display: block;
padding: 5px;
font-style: normal;
}
.profiler-achievements-summary em {
font-style: normal;
}
a.profiler-achievements-total {
width: 188px;
margin-top: 6px;
margin-right: 11px;
float: left;
}
a.profiler-achievements-total-right {
width: 190px;
margin-top: 6px;
float: left;
}
/*********************************************/
.profiler-picker {
font-size: 13px;
width: 780px;
height: 554px;
background-color: #303030;
border: 10px solid #303030;
border-bottom: 0;
}
.profiler-picker .listview {
border: 0;
}
.profiler-picker .listview-band-top {
background-color: #303030;
}
/*********************************************/
.profiler-exclusion label {
width: 49%;
display: inline-block;
text-align: center;
}
.profiler-exclusion label b {
padding: 0 4px;
}
/*********************************************/
.moneyschoolarc, .moneyschoolfir, .moneyschoolfro, .moneyschoolhol, .moneyschoolnat, .moneyschoolsha {
padding-left: 18px;
background: no-repeat left center;
}
.moneyschoolarc { background-image: url(../images/icons/resist-arcane.gif); }
.moneyschoolfir { background-image: url(../images/icons/resist-fire.gif); }
.moneyschoolfro { background-image: url(../images/icons/resist-frost.gif); }
.moneyschoolhol { background-image: url(../images/icons/resist-holy.gif); }
.moneyschoolnat { background-image: url(../images/icons/resist-nature.gif); }
.moneyschoolsha { background-image: url(../images/icons/resist-shadow.gif); }
/**************/
/* OVERWRITES */
/**************/
.infobox {
border-color: #101010;
}
/********************/
/* PROFILER BUTTONS */
/********************/
.profiler-button {
float: left;
margin-right: 5px;
cursor: pointer;
outline: 0;
white-space: nowrap;
line-height: 24px;
text-decoration: none;
font-weight: bold;
font-size: 11px;
color: white;
text-shadow: #333 0px -1px 0px;
background: url(../images/Profiler/button-grey.png) left 0 no-repeat;
}
.profiler-button em {
display: block;
margin-left: 15px; /* Endcap */
padding-right: 15px; /* Endcap */
background: url(../images/Profiler/button-grey.png) right 0 no-repeat;
}
.profiler-button.selected {
cursor: default;
color: #aaaaaa;
text-shadow: none;
}
.profiler-button i, .profiler-button em {
font-style: normal;
}
.profiler-option-left, .profiler-option-right {
margin-right: 0;
}
.profiler-option-right em {
margin-left: 0;
}
.profiler-option-right i {
display: block;
padding-left: 15px; /* Endcap */
background: url(../images/Profiler/button-grey.png) -204px 0 no-repeat;
}
.profiler-button: hover { background-position: left -48px; }
.profiler-button: hover em { background-position: right -48px; }
.profiler-button: active { background-position: left -72px; }
.profiler-button: active em { background-position: right -72px; }
.profiler-button.selected { background-position: left -24px; }
.profiler-button.selected em { background-position: right -24px; }
.profiler-option-left em { background-position: -120px 0; }
.profiler-option-left: hover em { background-position: -120px -48px; }
.profiler-option-left: active em { background-position: -120px -72px; }
.profiler-option-left.selected em { background-position: -120px -24px; }
.profiler-option-right i { background-position: -204px 0; }
.profiler-option-right: hover i { background-position: -204px -48px; }
.profiler-option-right: active i { background-position: -204px -72px; }
.profiler-option-right.selected i { background-position: -204px -24px; }

252
static/css/Summary.css Normal file
View File

@@ -0,0 +1,252 @@
/* FILE ARCHIVED ON 5 16, 2011 */
.summary-picker {
font-size:13px;
width:780px;
height:554px;
background-color:#303030;
border:10px solid #303030;
border-bottom:0;
}
.summary-picker .listview {
border:0;
}
.summary-picker .listview-band-top {
background-color:#303030;
}
.summary-tip {
margin-top:10px;
}
.summary-controls {
position:relative;
padding:6px 0 10px 0;
z-index:25;
}
.summary-controls a {
margin-right:16px;
}
.summary-controls-right {
position:absolute;
text-align:right;
top:1px;
right:0;
}
.summary-controls-right a {
margin-left:6px;
margin-right:0;
padding:5px;
}
a#su_addscale {
position:relative;
z-index:30;
}
a#su_addscale.selected {
background-color:#404040;
border:1px solid #505050;
border-bottom:none;
background-position:4px 25%;
padding-left:24px!important;
padding-right:9px;
padding-bottom:14px;
}
#su_weights {
position:absolute;
top:29px;
right:0;
padding:3px;
background-color:#404040;
border:1px solid #505050;
text-align:left;
white-space: nowrap;
}
#su_weights table {
border-collapse:collapse;
}
#su_weights td {
padding:4px 4px 4px 0;
}
.summary-weights-inner {
background-color:#181818;
border:1px solid #383838;
padding:10px;
}
.summary-weights-inner a {
margin:0;
}
.summary-weights-buttons {
margin-top:10px;
padding-top:12px;
border-top:1px solid #484848;
}
#su_weight {
margin-top:10px;
padding-top:12px;
border-top:1px solid #484848;
}
#su_weight div {
padding-bottom:4px;
}
div.summary-group-buttons {
clear:both;
text-align:center;
font-family:Verdana,sans-serif;
font-size:12px;
}
div.summary-group-controls {
height:13px;
margin:1px;
white-space:nowrap;
background:url(../images/Summary/group-controls.gif) repeat-x;
}
a.summary-group-dropdown {
float:left;
display:block;
padding:4px 3px 3px 3px;
}
a.summary-group-dropdown span {
display:block;
width:10px;
height:6px;
background:url(../images/Summary/group-controls.gif) 0 -13px no-repeat;
}
a.summary-group-dropdown:hover span {
background-position:0 -19px;
}
a.summary-group-focus {
float:left;
display:block;
padding:3px 3px 2px 0;
}
a.summary-group-focus span {
display:block;
width:13px;
height:8px;
background:url(../images/Summary/group-controls.gif) -37px -13px no-repeat;
}
a.summary-group-focus:hover span,a.summary-group-focus span.selected {
background-position:-37px -21px;
}
a.summary-group-delete {
float:right;
display:block;
padding:2px 2px 2px 4px;
}
a.summary-group-delete span {
display:block;
width:10px;
height:9px;
background:url(../images/Summary/group-controls.gif) -10px -13px no-repeat;
}
a.summary-group-delete:hover span {
background-position:-10px -22px;
}
a.summary-group-drag {
display:block;
margin:0 auto;
width:17px;
padding:4px 1px 3px 1px;
cursor:move;
}
a.summary-group-drag span {
display:block;
width:17px;
height:6px;
background:url(../images/Summary/group-controls.gif) -20px -13px no-repeat;
}
div.summary-group-bottom {
padding:6px;
}
div.summary-notice {
background:url(../images/icons/help.gif) 8px 9px no-repeat;
background-color: #141414;
border: 1px solid #101010;
border-radius: 4px;
margin-bottom: 10px;
padding: 8px 8px 8px 32px;
position: relative;
}
.summary-notice small {
position: absolute;
right: 8px;
}
.grid th {
padding:6px;
}
.grid td {
padding:4px 10px;
}
.grid a {
text-decoration:none;
}
.grid a:hover {
text-decoration:underline;
}
.grid .checked {
background-color:#202020;
}
.grid tr:hover td.checked,.grid tr:hover th.checked {
background-color:#282828;
}
.summary-score-row0 {
background-color:#282828;
}
.summary-score-row1 {
background-color:#303030;
}
.summary-score-row0 a,.summary-score-row1 a {
display:block;
padding-right:16px;
}
.summary-score-remove {
float:right;
padding:0 4px 1px 4px;
font-family:Verdana,sans-serif;
font-size:12px;
}
.summary-textnames {
padding:0 0 10px 0;
}

View File

@@ -0,0 +1,45 @@
/*
TalentCalc_ie6.css version 278
*/
.talentcalc-upper
{
height:1px;
}
.iconmedium a.bubbly { background-image:url(../images/TalentCalc/icon-medium-hilite.gif); }
.talentcalc-arrow-leftdown td { background-image:url(../images/TalentCalc/arrows/leftdown.gif); }
.talentcalc-arrow-leftdown2 td { background-image:url(../images/TalentCalc/arrows/leftdown2.gif); }
.talentcalc-arrow-rightdown td { background-image:url(../images/TalentCalc/arrows/rightdown.gif); }
.talentcalc-arrow-rightdown2 td { background-image:url(../images/TalentCalc/arrows/rightdown2.gif); }
.talentcalc-arrow-right td { background-image:url(../images/TalentCalc/arrows/right.gif); }
.talentcalc-arrow-right2 td { background-image:url(../images/TalentCalc/arrows/right2.gif); }
.talentcalc-arrow-left td { background-image:url(../images/TalentCalc/arrows/left.gif); }
.talentcalc-arrow-left2 td { background-image:url(../images/TalentCalc/arrows/left2.gif); }
.talentcalc-arrow-down td,
.talentcalc-arrow-leftdown th,
.talentcalc-arrow-rightdown th { background-image:url(../images/TalentCalc/arrows/down.gif); }
.talentcalc-arrow-down2 td,
.talentcalc-arrow-leftdown2 th,
.talentcalc-arrow-rightdown2 th { background-image:url(../images/TalentCalc/arrows/down2.gif); }
.iconmedium div.icon-bubble
{
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/TalentCalc/bubble2.png');
}
.talentcalc-lower a
{
filter:alpha(opacity=33.33);
}
.talentcalc-lower a:hover
{
filter:alpha(opacity=100);
}

View File

@@ -0,0 +1,7 @@
/*
TalentCalc_ie67.css version 278
*/
.talentcalc-glyphpicker .listview table
{
width:97%;
}

195
static/css/basic.css Normal file
View File

@@ -0,0 +1,195 @@
#layers
{
text-align: left;
color: #ffffff;
font-family: "Arial", sans-serif;
font-size: 13px;
}
.wowhead-tooltip { visibility: hidden; z-index: 100000006; overflow: visible !important; }
.wowhead-tooltip a { text-decoration: none; }
.wowhead-tooltip a:hover { text-decoration: underline; }
.wowhead-tooltip table { border-spacing: 0; border-collapse: collapse; margin: 0; width: auto; } /*maybe remove width:auto*/
.wowhead-tooltip table, .wowhead-tooltip td, .wowhead-tooltip th, .wowhead-tooltip tbody { border: 0 !important; }
.wowhead-tooltip td table td table { width: 100% }
.wowhead-tooltip td, .wowhead-tooltip th { background: url(../images/wow/tooltip.png); font-family: Verdana, sans-serif; font-size: 12px; line-height: 17px; color: white; }
.wowhead-tooltip th { height: auto; padding: 3px; vertical-align: top; }
.wowhead-tooltip td { padding: 8px 4px 1px 9px; text-align: left; vertical-align: top; }
.wowhead-tooltip b { font-size: 14px; line-height: 19px; font-weight: normal; }
.wowhead-tooltip div.indent { padding-left: .6em; }
.wowhead-tooltip td th, .wowhead-tooltip td td { background: none; }
.wowhead-tooltip td th { padding: 0 0 0 4em; text-align: right; font-weight: normal; }
.wowhead-tooltip td td { padding: 0; text-align: left; }
.wowhead-tooltip p { position: absolute; left: -44px; top: -1px; width: 44px; height: 44px; background: 4px 4px no-repeat; margin: 0; padding: 0; }
.wowhead-tooltip p div { width: 44px; height: 44px; background-image: url(../images/Icon/medium/border/default.png); }
.wowhead-tooltip table.shrink b { font-size: 12px; line-height: 15px; }
.wowhead-tooltip table.shrink td, .wowhead-tooltip table.shrink th { font-size: 10px; line-height: 14px; }
.wowhead-tooltip .mapper { margin: 2px 0 3px 1px; border: none }
.wowhead-tooltip ins { color: #5DF644; text-decoration: none; border-bottom: 1px dotted; }
.wowhead-tooltip del { color: #FF8040; text-decoration: none; border-bottom: 1px dotted; }
.wowhead-tooltip-powered {
/* background: url(../images/powered.png) no-repeat; */
width: 53px;
height: 33px;
position: absolute;
right: -56px;
top: 2px;
display: none;
}
.moneyitem, .moneygold, .moneysilver, .moneycopper, .moneyalliance, .moneyhorde, .moneyarena, .moneyachievement, .moneysocketmeta, .moneysocketred, .moneysocketyellow, .moneysocketblue, .moneysocketprismatic {
background: no-repeat right center;
color: white;
}
.moneyitem { padding-right: 18px; }
.moneygold { padding-right: 15px; background-image: url(../images/icons/money-gold.gif); }
.moneysilver { padding-right: 15px; background-image: url(../images/icons/money-silver.gif); }
.moneycopper { padding-right: 15px; background-image: url(../images/icons/money-copper.gif); }
.moneyalliance { padding-right: 12px; background-image: url(../images/icons/alliance.gif); }
.moneyhorde { padding-right: 17px; background-image: url(../images/icons/horde.gif); }
.moneyarena { padding-right: 18px; background-image: url(../images/icons/arena.gif); }
.moneyachievement { padding-right: 13px; background-image: url(../images/icons/achievement.gif); }
.moneysocketmeta { padding-right: 18px; background-image: url(../images/icons/socket-meta.gif); }
.moneysocketred { padding-right: 18px; background-image: url(../images/icons/socket-red.gif); }
.moneysocketyellow { padding-right: 18px; background-image: url(../images/icons/socket-yellow.gif); }
.moneysocketblue { padding-right: 18px; background-image: url(../images/icons/socket-blue.gif); }
.moneysocketprismatic { padding-right: 18px; background-image: url(../images/icons/socket-prismatic.gif); }
a.moneyitem, a.moneysocketmeta, a.moneysocketred, a.moneysocketyellow, a.moneysocketblue, a.moneysocketprismatic, a.moneyachievement{
text-decoration: none !important;
border-bottom: 1px solid transparent;
color: white !important;
}
a.moneyitem:hover, a.moneysocketmeta:hover, a.moneysocketred:hover, a.moneysocketyellow:hover, a.moneysocketblue:hover, a.moneysocketprismatic:hover, a.moneyachievement:hover {
border-bottom: 1px solid white;
}
a span.moneyitem, a span.moneysocketmeta, a span.moneysocketred, a span.moneysocketyellow, a span.moneysocketblue, a span.moneysocketprismatic, a span.moneyachievement {
color: white;
}
.blizzard-blue { color: #00C0FF !important; }
/***********************/
/* ITEM QUALITY COLORS */
/***********************/
.q, .q a, .color-q, .wowhead-tooltip .q a { color: #ffd100 !important; } /* Default (yellow) */
.q0, .q0 a, .color-q0, .wowhead-tooltip .q0 a { color: #9d9d9d !important; } /* Poor */
.q1, .q1 a, .color-q1, .wowhead-tooltip .q1 a { color: #ffffff !important; } /* Common */
.q2, .q2 a, .color-q2, .wowhead-tooltip .q2 a { color: #1eff00 !important; } /* Uncommon */
.q3, .q3 a, .color-q3, .wowhead-tooltip .q3 a { color: #0070dd !important; } /* Rare */
.q4, .q4 a, .color-q4, .wowhead-tooltip .q4 a { color: #a335ee !important; } /* Epic */
.q5, .q5 a, .color-q5, .wowhead-tooltip .q5 a { color: #ff8000 !important; } /* Legendary */
.q6, .q6 a, .color-q6, .wowhead-tooltip .q6 a { color: #e5cc80 !important; } /* Artifact */
.q7, .q7 a, .color-q7, .wowhead-tooltip .q7 a { color: #e5cc80 !important; } /* Heirloom */
.q8, .q8 a, .color-q8, .wowhead-tooltip .q8 a { color: #ffff98 !important; } /* Light yellow (item set bonuses) */
.q9, .q9 a, .color-q9, .wowhead-tooltip .q9 a { color: #71d5ff !important; } /* Light blue (glyph type) */
.q10, .q10 a, .color-q10, .wowhead-tooltip .q10 a { color: #ff4040 !important; } /* Red (requirement not met, error) */
/*********************/
/* DIFFICULTY COLORS */
/*********************/
.r1 { color: #FF8040 !important } /* Hard */
.r2 { color: #FFFF00 !important } /* Medium */
.r3 { color: #40BF40 !important } /* Easy */
.r4 { color: #808080 !important } /* Trivial */
/****************/
/* CLASS COLORS */
/****************/
.c1, .c1 a { color: #C69B6D !important } /* Warrior */
.c2, .c2 a { color: #F48CBA !important } /* Paladin */
.c3, .c3 a { color: #AAD372 !important } /* Hunter */
.c4, .c4 a { color: #FFF468 !important } /* Rogue */
.c5, .c5 a { color: #FFFFFF !important } /* Priest */
.c6, .c6 a { color: #C41E3B !important } /* Death Knight */
.c7, .c7 a { color: #2359FF !important } /* Shaman */
.c8, .c8 a { color: #68CCEF !important } /* Mage */
.c9, .c9 a { color: #9382C9 !important } /* Warlock */
.c11, .c11 a { color: #FF7C0A !important } /* Druid */
/**************/
/* GEM COLORS */
/**************/
.gem1 { color: #9D9D9D !important } /* Meta */
.gem2 { color: #e60c0b !important } /* Red */
.gem4 { color: #ffff35 !important } /* Yellow */
.gem6 { color: #f48905 !important } /* Orange */
.gem8 { color: #295df1 !important } /* Blue */
.gem10 { color: #b957fc !important } /* Purple */
.gem12 { color: #22c516 !important } /* Green */
.gem14 { color: #FFFFFF !important } /* Prismatic */
/****************/
/* NPC MESSAGES */
/****************/
.s1 { color: #ff3f40 !important } /* Yell */
.s2 { color: #fffb9f !important } /* Say */
.s3 { color: #ffb2eb !important } /* Whisper */
.s4 { color: #ff8040 !important } /* Emote */
/*****************/
/* SOCKETS ICONS */
/*****************/
.socket-meta { padding-left: 26px; background: url(../images/icons/socket-meta.gif) no-repeat left center; }
.socket-red { padding-left: 26px; background: url(../images/icons/socket-red.gif) no-repeat left center; }
.socket-yellow { padding-left: 26px; background: url(../images/icons/socket-yellow.gif) no-repeat left center; }
.socket-blue { padding-left: 26px; background: url(../images/icons/socket-blue.gif) no-repeat left center; }
.socket-prismatic { padding-left: 26px; background: url(../images/icons/socket-prismatic.gif) no-repeat left center; }
/***********/
/* WIDGETS */
/***********/
#wowhead-bluetip {
position: absolute;
z-index: 99999;
color: #fff;
font-size: 11px;
text-align: center;
padding: 6px 8px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: rgba(0, 0, 0, 0.8);
text-align: left;
max-width: 300px;
}
.message-box {
position: absolute;
z-index: 1000;
cursor: pointer;
border: 2px solid #666;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 15px;
background:url(../images/blk.png) repeat;
}
.message-box .close {
text-indent: -9999px;
background:url(../images/close.png) no-repeat;
width: 10px;
height: 10px;
position: absolute;
top: 5px;
right: 5px;
}

3868
static/css/global.css Normal file

File diff suppressed because it is too large Load Diff

49
static/css/global_ie.css Normal file
View File

@@ -0,0 +1,49 @@
#noscript-bg
{
filter: alpha(opacity=70);
}
.menu a
{
min-width: 90%;
}
.progressbar
{
width: 99%;
}
.listview-band-top input, .listview-band-bottom input, .listview-band-top select, .listview-band-bottom select
{
vertical-align: middle;
}
.listview-quicksearch a
{
padding: 4px;
}
.listview-quicksearch input
{
vertical-align: baseline;
}
div.lightbox-overlay
{
filter: alpha(opacity=80);
}
div.screenshotviewer-screen a
{
background: url(../images/deprecated/pixel.gif) no-repeat;
}
.dragged
{
filter: alpha(opacity=35);
}
.listview th a, .tabs-container
{
width: 100%;
}

359
static/css/global_ie6.css Normal file
View File

@@ -0,0 +1,359 @@
#topbar-right a
{
top: 1px;
}
.wowhead-tooltip th
{
height: 8px;
}
#toptabs dt
{
width: 2px;
}
#topbar-expand a
{
right: -9px;
}
a.moneyitem, .a.moneysocketmeta, .a.moneysocketred, .a.moneysocketyellow, .a.moneysocketblue
{
border: 0;
padding-bottom: 1px;
}
a.moneyitem:hover, .a.moneysocketmeta:hover, .a.moneysocketred:hover, .a.moneysocketyellow:hover, .a.moneysocketblue:hover
{
padding-bottom: 0;
}
#layers iframe
{
position: absolute;
visibility: hidden;
z-index: 10000000;
border: 0;
filter: alpha(opacity=0);
}
#noscript-bg
{
position: absolute;
height: 2000px;
}
#ie6layout
{
width: 100%;
border-collapse: collapse;
border: 0;
}
#ie6layout-td, .ie6layout-th
{
padding: 0;
margin: 0;
}
.ie6layout-th
{
width: 13%;
}
#ie6layout.fullwidth .ie6layout-th
{
width: 10px;
}
#ie6layout-div
{
width: 998px;
font-size: 1px;
height: 0;
}
#main
{
height: 520px;
}
#main-contents.main-contents
{
height: 498px;
}
.tabs b
{
visibility: visible;
font-weight: normal;
line-height: 29px;
background: url(../images/Tabs/corner-tl.gif) top left no-repeat;
}
.tabs a.selected b
{
font-weight: bold;
}
.iconsmall del
{
background: none;
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Icon/small/border/default.png');
}
.iconlarge del
{
background: none;
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Icon/large/border/default.png');
}
.iconsmall-socket-meta del
{
background: none;
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Icon/small/socket/meta1.png');
}
.iconsmall-socket-meta-empty del
{
background: none;
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Icon/small/socket/meta0.png');
}
.iconsmall-socket-red del
{
background: none;
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Icon/small/socket/red1.png');
}
.iconsmall-socket-red-empty del
{
background: none;
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Icon/small/socket/red0.png');
}
.iconsmall-socket-yellow del
{
background: none;
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Icon/small/socket/yellow1.png');
}
.iconsmall-socket-yellow-empty del
{
background: none;
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Icon/small/socket/yellow0.png');
}
.iconsmall-socket-blue del
{
background: none;
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Icon/small/socket/blue1.png');
}
.iconsmall-socket-blue-empty del
{
background: none;
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Icon/small/socket/blue0.png');
}
.iconsmall-socket-prismatic del
{
background: none;
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Icon/small/socket/prismatic1.png');
}
.iconsmall-socket-prismatic-empty del
{
background: none;
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Icon/small/socket/prismatic0.png');
}
.iconmedium-socket-meta del
{
background: none;
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Icon/medium/socket/meta1.png');
}
.iconmedium-socket-meta-empty del
{
background: none;
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Icon/medium/socket/meta0.png');
}
.iconmedium-socket-red del
{
background: none;
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Icon/medium/socket/red1.png');
}
.iconmedium-socket-red-empty del
{
background: none;
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Icon/medium/socket/red0.png');
}
.iconmedium-socket-yellow del
{
background: none;
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Icon/medium/socket/yellow1.png');
}
.iconmedium-socket-yellow-empty del
{
background: none;
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Icon/medium/socket/yellow0.png');
}
.iconmedium-socket-blue del
{
background: none;
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Icon/medium/socket/blue1.png');
}
.iconmedium-socket-blue-empty del
{
background: none;
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Icon/medium/socket/blue0.png');
}
.iconmedium-socket-prismatic del
{
background: none;
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Icon/medium/socket/prismatic1.png');
}
.iconmedium-socket-prismatic-empty del
{
background: none;
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Icon/medium/socket/prismatic0.png');
}
.iconsmall a
{
background-image: url(../images/Icon/small/hilite/default.gif);
}
.iconmedium a
{
background-image: url(../images/Icon/medium/hilite/default.gif);
}
.iconmedium-gold del
{
background: none;
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Icon/medium/border/gold.png');
}
.wowhead-tooltip td, .wowhead-tooltip th
{
background-image: url(../images/wow/tooltip.gif);
}
.listview-quicksearch em
{
right: 3px;
top: 3px;
}
div.live-search-icon div
{
background-image: url(../images/Icon/small/border/default.gif);
}
.live-search a, .live-search div div
{
width: 100%;
}
div.lightbox-outer
{
position: absolute;
}
div.toolbar img
{
background: none;
}
img.toolbar-b
{
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/deprecated/toolbar-b.png');
}
img.toolbar-i
{
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/deprecated/toolbar-i.png');
}
img.toolbar-u
{
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/deprecated/toolbar-u.png');
}
img.toolbar-s
{
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/deprecated/toolbar-s.png');
}
img.toolbar-url
{
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/deprecated/toolbar-url.png');
}
img.toolbar-small
{
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/deprecated/toolbar-small.png');
}
img.toolbar-quote
{
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/deprecated/toolbar-quote.png');
}
img.toolbar-code
{
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/deprecated/toolbar-code.png');
}
img.toolbar-ul
{
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/deprecated/toolbar-ul.png');
}
img.toolbar-ol
{
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/deprecated/toolbar-ol.png');
}
img.toolbar-li
{
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/deprecated/toolbar-li.png');
}
.rcorners tt, .rcorners strong, .rcorners var, .rcorners em
{
font-size: 1px;
background-image: url(../images/deprecated/corners.gif);
}
#header, .wrapper.nosidebar #main, .wrapper.nosidebar #main-contents.main-contents
{
height: 1px;
}
#layout, .layout.fullwidth
{
width: auto;
}
.infobox-spacer, .listview-quicksearch a
{
font-size: 1px;
}
.iconmedium del, .wowhead-tooltip p div
{
background: none;
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Icon/medium/border/default.png');
}

View File

@@ -0,0 +1,9 @@
#topbar-right a
{
top: 1px;
}
.tooltip th
{
height: 8px;
}

127
static/css/locale_dede.css Normal file
View File

@@ -0,0 +1,127 @@
.topbar-search input.search-database
{
background: white url(../images/dede/searchdatabase.gif) .2em center no-repeat;
}
.listview-quicksearch input.search-within-results
{
background: white url(../images/dede/searchwithinresults.gif) .2em center no-repeat;
}
.listview-quicksearch input.search-within-results2
{
background: white url(../images/dede/searchwithinresults2.gif) .2em center no-repeat;
}
div.modelviewer-quality div
{
float: left;
width: 71px;
height: 22px;
margin-right: 10px;
background: url(../images/dede/modelviewer-picshures.gif) left center no-repeat;
}
div.modelviewer-model div
{
margin-left: 25px;
margin-right: 10px;
float: left;
width: 50px;
height: 22px;
background: url(../images/dede/modelviewer-picshures.gif) -540px center no-repeat;
}
a.modelviewer-help span
{
display: block;
width: 58px;
height: 22px;
background: url(../images/dede/modelviewer-picshures.gif) -100px center no-repeat;
}
a:hover.modelviewer-help span
{
background-position: -200px center;
}
a.modelviewer-close span
{
display: block;
width: 111px;
height: 22px;
background: url(../images/dede/modelviewer-picshures.gif) -300px center no-repeat;
}
a:hover.modelviewer-close span
{
background-position: -420px center;
}
a.screenshotviewer-prev b
{
display: block;
width: 102px;
height: 22px;
background: url(../images/dede/screenshotviewer-picshures.gif?2) -240px center no-repeat;
}
a.screenshotviewer-next b
{
display: block;
width: 83px;
height: 22px;
background: url(../images/dede/screenshotviewer-picshures.gif?2) -360px center no-repeat;
}
a.screenshotviewer-cover span
{
width: 111px;
height: 22px;
}
a.screenshotviewer-cover b
{
display: block;
width: 111px;
height: 22px;
background: url(../images/dede/screenshotviewer-picshures.gif?2) -120px center no-repeat;
}
a.screenshotviewer-original span
{
display: block;
width: 93px;
height: 22px;
background: url(../images/dede/screenshotviewer-picshures.gif?2) -480px center no-repeat;
}
a:hover.screenshotviewer-original span
{
background-position: -580px center;
}
a.screenshotviewer-close span
{
display: block;
width: 111px;
height: 22px;
background: url(../images/dede/screenshotviewer-picshures.gif?2) 0 center no-repeat;
}
a:hover.screenshotviewer-close span
{
background-position: -120px center;
}
#su_searchbox
{
left: -25px !important;
}
/*
#su_weights
{
width: 550px !important;
}
*/

115
static/css/locale_enus.css Normal file
View File

@@ -0,0 +1,115 @@
.topbar-search input.search-database
{
background: white url(../images/enus/searchdatabase.gif) .2em center no-repeat;
}
.listview-quicksearch input.search-within-results
{
background: white url(../images/enus/searchwithinresults.gif) .2em center no-repeat;
}
.listview-quicksearch input.search-within-results2
{
background: white url(../images/enus/searchwithinresults2.gif) .2em center no-repeat;
}
div.modelviewer-quality div
{
float: left;
width: 61px;
height: 22px;
margin-right: 10px;
background: url(../images/enus/modelviewer-picshures.gif) left center no-repeat;
}
div.modelviewer-model div
{
margin-left: 40px;
margin-right: 10px;
float: left;
width: 50px;
height: 22px;
background: url(../images/enus/modelviewer-picshures.gif) -506px center no-repeat;
}
a.modelviewer-help span
{
display: block;
width: 52px;
height: 22px;
background: url(../images/enus/modelviewer-picshures.gif) -100px center no-repeat;
}
a:hover.modelviewer-help span
{
background-position: -200px center;
}
a.modelviewer-close span
{
display: block;
width: 66px;
height: 22px;
background: url(../images/enus/modelviewer-picshures.gif) -300px center no-repeat;
}
a:hover.modelviewer-close span
{
background-position: -400px center;
}
a.screenshotviewer-prev b
{
display: block;
width: 88px;
height: 22px;
background: url(../images/enus/screenshotviewer-picshures.gif?2) -200px center no-repeat;
}
a.screenshotviewer-next b
{
display: block;
width: 53px;
height: 22px;
background: url(../images/enus/screenshotviewer-picshures.gif?2) -300px center no-repeat;
}
a.screenshotviewer-cover span
{
width: 66px;
height: 22px;
}
a.screenshotviewer-cover b
{
display: block;
width: 66px;
height: 22px;
background: url(../images/enus/screenshotviewer-picshures.gif?2) -100px center no-repeat;
}
a.screenshotviewer-original span
{
display: block;
width: 93px;
height: 22px;
background: url(../images/enus/screenshotviewer-picshures.gif?2) -400px center no-repeat;
}
a:hover.screenshotviewer-original span
{
background-position: -500px center;
}
a.screenshotviewer-close span
{
display: block;
width: 66px;
height: 22px;
background: url(../images/enus/screenshotviewer-picshures.gif?2) 0 center no-repeat;
}
a:hover.screenshotviewer-close span
{
background-position: -100px center;
}

132
static/css/locale_eses.css Normal file
View File

@@ -0,0 +1,132 @@
/*
file reconstructed!
width, left, background-position values may need adjustment!
*/
.topbar-search input.search-database
{
background: white url(../images/eses/searchdatabase.gif) .2em center no-repeat;
}
.listview-quicksearch input.search-within-results
{
background: white url(../images/eses/searchwithinresults.gif) .2em center no-repeat;
}
.listview-quicksearch input.search-within-results2
{
background: white url(../images/eses/searchwithinresults2.gif) .2em center no-repeat;
}
div.modelviewer-quality div
{
float: left;
width: 70px;
height: 22px;
margin-right: 10px;
background: url(../images/eses/modelviewer-picshures.gif) left center no-repeat;
}
div.modelviewer-model div
{
margin-left: 40px;
margin-right: 5px;
float: left;
width: 80px;
height: 22px;
background: url(../images/eses/modelviewer-picshures.gif) -500px center no-repeat;
}
a.modelviewer-help span
{
display: block;
width: 50px;
height: 22px;
background: url(../images/eses/modelviewer-picshures.gif) -100px center no-repeat;
}
a:hover.modelviewer-help span
{
background-position: -200px center;
}
a.modelviewer-close span
{
display: block;
width: 79px;
height: 22px;
background: url(../images/eses/modelviewer-picshures.gif) -300px center no-repeat;
}
a:hover.modelviewer-close span
{
background-position: -400px center;
}
a.screenshotviewer-prev b
{
display: block;
width: 95px;
height: 22px;
background: url(../images/eses/screenshotviewer-picshures.gif?2) -200px center no-repeat;
}
a.screenshotviewer-next b
{
display: block;
width: 95px;
height: 22px;
background: url(../images/eses/screenshotviewer-picshures.gif?2) -300px center no-repeat;
}
a.screenshotviewer-cover span
{
width: 66px;
height: 22px;
}
a.screenshotviewer-cover b
{
display: block;
width: 66px;
height: 22px;
background: url(../images/eses/screenshotviewer-picshures.gif?2) -100px center no-repeat;
}
a.screenshotviewer-original span
{
display: block;
width: 93px;
height: 22px;
background: url(../images/eses/screenshotviewer-picshures.gif?2) -400px center no-repeat;
}
a:hover.screenshotviewer-original span
{
background-position: -500px center;
}
a.screenshotviewer-close span
{
display: block;
width: 90px;
height: 22px;
background: url(../images/eses/screenshotviewer-picshures.gif?2) 0 center no-repeat;
}
a:hover.screenshotviewer-close span
{
background-position: -100px center;
}
#su_searchbox
{
left: -68px !important;
}
/*
#su_weights
{
width: 500px !important;
}
*/

127
static/css/locale_frfr.css Normal file
View File

@@ -0,0 +1,127 @@
.topbar-search input.search-database
{
background: white url(../images/frfr/searchdatabase.gif) .2em center no-repeat;
}
.listview-quicksearch input.search-within-results
{
background: white url(../images/frfr/searchwithinresults.gif) .2em center no-repeat;
}
.listview-quicksearch input.search-within-results2
{
background: white url(../images/frfr/searchwithinresults2.gif) .2em center no-repeat;
}
div.modelviewer-quality div
{
float: left;
width: 61px;
height: 22px;
margin-right: 10px;
background: url(../images/frfr/modelviewer-picshures.gif) left center no-repeat;
}
div.modelviewer-model div
{
margin-left: 25px;
margin-right: 10px;
float: left;
width: 58px;
height: 22px;
background: url(../images/frfr/modelviewer-picshures.gif) -500px center no-repeat;
}
a.modelviewer-help span
{
display: block;
width: 53px;
height: 22px;
background: url(../images/frfr/modelviewer-picshures.gif) -100px center no-repeat;
}
a:hover.modelviewer-help span
{
background-position: -200px center;
}
a.modelviewer-close span
{
display: block;
width: 77px;
height: 22px;
background: url(../images/frfr/modelviewer-picshures.gif) -300px center no-repeat;
}
a:hover.modelviewer-close span
{
background-position: -400px center;
}
a.screenshotviewer-prev b
{
display: block;
width: 110px;
height: 22px;
background: url(../images/frfr/screenshotviewer-picshures.gif?2) -200px center no-repeat;
}
a.screenshotviewer-next b
{
display: block;
width: 89px;
height: 22px;
background: url(../images/frfr/screenshotviewer-picshures.gif?2) -320px center no-repeat;
}
a.screenshotviewer-cover span
{
width: 77px;
height: 22px;
}
a.screenshotviewer-cover b
{
display: block;
width: 77px;
height: 22px;
background: url(../images/frfr/screenshotviewer-picshures.gif?2) -100px center no-repeat;
}
a.screenshotviewer-original span
{
display: block;
width: 93px;
height: 22px;
background: url(../images/frfr/screenshotviewer-picshures.gif?2) -440px center no-repeat;
}
a:hover.screenshotviewer-original span
{
background-position: -540px center;
}
a.screenshotviewer-close span
{
display: block;
width: 77px;
height: 22px;
background: url(../images/frfr/screenshotviewer-picshures.gif?2) 0 center no-repeat;
}
a:hover.screenshotviewer-close span
{
background-position: -100px center;
}
#su_searchbox
{
left: -49px !important;
}
/*
#su_weights
{
width: 550px !important;
}
*/

127
static/css/locale_ruru.css Normal file
View File

@@ -0,0 +1,127 @@
.topbar-search input.search-database
{
background: white url(../images/ruru/searchdatabase.gif) .2em center no-repeat;
}
.listview-quicksearch input.search-within-results
{
background: white url(../images/ruru/searchwithinresults.gif) .2em center no-repeat;
}
.listview-quicksearch input.search-within-results2
{
background: white url(../images/ruru/searchwithinresults2.gif) .2em center no-repeat;
}
div.modelviewer-quality div
{
float: left;
width: 76px;
height: 22px;
margin-right: 10px;
background: url(../images/ruru/modelviewer-picshures.gif) left center no-repeat;
}
div.modelviewer-model div
{
margin-left: 40px;
margin-right: 10px;
float: left;
width: 61px;
height: 22px;
background: url(../images/ruru/modelviewer-picshures.gif) -500px center no-repeat;
}
a.modelviewer-help span
{
display: block;
width: 83px;
height: 22px;
background: url(../images/ruru/modelviewer-picshures.gif) -100px center no-repeat;
}
a:hover.modelviewer-help span
{
background-position: -200px center;
}
a.modelviewer-close span
{
display: block;
width: 87px;
height: 22px;
background: url(../images/ruru/modelviewer-picshures.gif) -300px center no-repeat;
}
a:hover.modelviewer-close span
{
background-position: -400px center;
}
a.screenshotviewer-prev b
{
display: block;
width: 120px;
height: 22px;
background: url(../images/ruru/screenshotviewer-picshures.gif?2) -200px center no-repeat;
}
a.screenshotviewer-next b
{
display: block;
width: 112px;
height: 22px;
background: url(../images/ruru/screenshotviewer-picshures.gif?2) -330px center no-repeat;
}
a.screenshotviewer-cover span
{
width: 87px;
height: 22px;
}
a.screenshotviewer-cover b
{
display: block;
width: 87px;
height: 22px;
background: url(../images/ruru/screenshotviewer-picshures.gif?2) -100px center no-repeat;
}
a.screenshotviewer-original span
{
display: block;
width: 142px;
height: 22px;
background: url(../images/ruru/screenshotviewer-picshures.gif?2) -460px center no-repeat;
}
a:hover.screenshotviewer-original span
{
background-position: -610px center;
}
a.screenshotviewer-close span
{
display: block;
width: 87px;
height: 22px;
background: url(../images/ruru/screenshotviewer-picshures.gif?2) 0 center no-repeat;
}
a:hover.screenshotviewer-close span
{
background-position: -100px center;
}
#su_searchbox
{
left: -59px !important;
}
/*
#su_weights
{
width: 625px !important;
}
*/

59
static/css/petcalc.css Normal file
View File

@@ -0,0 +1,59 @@
#pc-classes {
width:946px;
margin:0 auto;
padding-bottom:10px;
}
#pc-classes-inner {
width:874px;
margin:0 auto;
text-align:center;
z-index:3;
}
#pc-classes p {
font-size:32px;
margin:0 0 16px 0;
padding:0;
text-align:center;
}
#pc-classes .iconmedium {
float:left;
margin-right:2px;
margin-bottom:2px;
opacity:.6666;
filter:alpha(opacity=66);
}
#pc-classes .iconmedium-gold-selected {
opacity:1;
filter:alpha(opacity=100);
}
#pc-classes.choose {
position:relative;
padding:0;
}
#pc-classes.choose #pc-classes-outer {
width:614px;
}
#pc-classes.choose #pc-classes-inner {
position:absolute;
left:54px;
top:150px;
width:506px;
}
#pc-classes.choose .iconmedium {
opacity:1;
filter:alpha(opacity=100);
}
#pc-itself.choose .talentcalc-main {
width:614px;
height:554px!important;
margin-left:0;
}

51
static/css/talent.css Normal file
View File

@@ -0,0 +1,51 @@
#tc-classes {
width:946px;
margin:0 auto;
padding-bottom:10px;
}
#tc-classes-inner {
width:460px;
margin:0 auto;
text-align:center;
z-index:3;
}
#tc-classes p {
font-size:32px;
margin:0 0 16px 0;
padding:0;
}
#tc-classes .iconmedium {
float:left;
margin-right:2px;
margin-bottom:2px;
opacity:.6666;
filter:alpha(opacity=66);
}
#tc-classes .iconmedium-gold-selected {
opacity: 1;
filter:alpha(opacity=100);
}
#tc-classes.choose {
position:relative;
padding:0;
}
#tc-classes.choose #tc-classes-outer {
width:614px;
}
#tc-classes.choose #tc-classes-inner {
position:absolute;
left:77px;
top:150px;
}
#tc-classes.choose .iconmedium {
opacity:1;
filter:alpha(opacity=100);
}

381
static/css/talentcalc.css Normal file
View File

@@ -0,0 +1,381 @@
.talentcalc-sidebar-anchor {
position:relative;
}
.talentcalc-sidebar {
position:absolute;
top:0;
padding:10px;
background-color:#141414;
}
.talentcalc-sidebar-inner {
width:300px;
}
.talentcalc-sidebar-controls {
padding-bottom:10px;
}
a.talentcalc-button-help, .talentcalc-sidebar-controls a {
display:block;
padding:2px 0 2px 20px;
margin-right:10px;
background:no-repeat left center;
}
a.talentcalc-button-help {
position:absolute;
right:10px;
top:10px;
margin:0;
background-image:url(../images/icons/help.gif);
}
a.talentcalc-button-lock {
float:left;
background-image:url(../images/icons/locked.gif);
}
a.talentcalc-button-unlock {
float:left;
background-image:url(../images/icons/unlocked.gif);
}
a.talentcalc-button-reset {
float:left;
padding-left:19px;
background-image:url(../images/icons/delete.gif);
}
.talentcalc-sidebar-controls2 a {
margin-right:10px;
float:left;
padding:2px 0;
background:no-repeat left center;
}
a.talentcalc-button-export {
padding-left:19px;
background-image:url(../images/icons/link.gif);
}
a.talentcalc-button-summary {
padding-left:19px;
background-image:url(../images/icons/print.gif);
}
.talentcalc-sidebar h3 {
font-size:14px;
margin:1.5em 0 .5em;
padding:0;
}
.talentcalc-sidebar h3.first {
margin-top:0;
}
.talentcalc-sidebar h3 a {
font-size:11px;
margin-left:6px;
}
.talentcalc-sidebar-majorglyphs, .talentcalc-sidebar-minorglyphs {
float:left;
width:150px;
font-size:11px;
}
.talentcalc-sidebar .icontab td {
width:103px;
}
.talentcalc-sidebar .icontab a {
text-decoration:none;
}
.talentcalc-upper {
background-color:#141414;
margin-bottom:5px;
padding:6px 8px;
font-size:14px;
}
.talentcalc-upper span {
color:#DDD;
}
.talentcalc-upper b {
color:white;
}
.talentcalc-upper-class {
float:left;
}
.talentcalc-upper-class a {
text-decoration:none;
}
.talentcalc-upper-class a:hover {
text-decoration:underline;
}
.talentcalc-upper-reqlevel {
float:right;
}
.talentcalc-upper-ptsleft {
margin-left:60px;
float:right;
}
.talentcalc-upper-ptsleft a {
font-size:11px;
font-weight:bold;
margin-left:6px;
}
.talentcalc-main {
background-color:black;
border:1px solid #404040;
}
.talentcalc-default .talentcalc-main {
width:614px;
height:554px;
}
.talentcalc-pet .talentcalc-main {
width:244px;
height:364px;
margin-left: 370px;
/* background: url(../images/TalentCalc/pet-tree-glow.png); */
}
.talentcalc-main table {
border-collapse:collapse;
margin:2px;
}
.talentcalc-main table td {
padding:0;
}
.talentcalc-default table td {
width:50px;
height:50px;
}
.talentcalc-pet table td {
width:60px;
height:60px;
}
.iconmedium div.icon-border {
position:absolute;
z-index:15;
left:1px;
top:1px;
width:42px;
height:42px;
background:url(../images/TalentCalc/border.gif) no-repeat;
}
.iconmedium div.icon-bubble {
position:absolute;
z-index:16;
width:22px;
height:23px;
left:30px;
top:29px;
background:url(../images/TalentCalc/bubble2.png) no-repeat;
visibility:hidden;
padding:4px 0 0;
font-family:Verdana,sans-serif;
font-size:12px;
text-align:center;
cursor:default;
}
.iconmedium a.bubbly {
background-image:url(../images/TalentCalc/icon-medium-hilite.png);
}
.talentcalc-arrow-anchor {
position:relative;
z-index:30;
}
.talentcalc-arrow {
position:absolute;
z-index:30;
}
.talentcalc-arrow table {
width:100%;
height:100%;
border-collapse:collapse;
}
.talentcalc-arrow table td, .talentcalc-arrow table th {
font-size:1px;
width:auto;
height:auto;
}
.talentcalc-arrow-leftdown td { background-image:url(../images/TalentCalc/arrows/leftdown.png); }
.talentcalc-arrow-leftdown2 td { background-image:url(../images/TalentCalc/arrows/leftdown2.png); }
.talentcalc-arrow-rightdown td { background-image:url(../images/TalentCalc/arrows/rightdown.png); }
.talentcalc-arrow-rightdown2 td { background-image:url(../images/TalentCalc/arrows/rightdown2.png); }
.talentcalc-arrow-right td { background-image:url(../images/TalentCalc/arrows/right.png); }
.talentcalc-arrow-right2 td { background-image:url(../images/TalentCalc/arrows/right2.png); }
.talentcalc-arrow-left td { background-image:url(../images/TalentCalc/arrows/left.png); }
.talentcalc-arrow-left2 td { background-image:url(../images/TalentCalc/arrows/left2.png); }
.talentcalc-arrow-down td,
.talentcalc-arrow-leftdown th,
.talentcalc-arrow-rightdown th { background-image:url(../images/TalentCalc/arrows/down.png); }
.talentcalc-arrow-down2 td,
.talentcalc-arrow-leftdown2 th,
.talentcalc-arrow-rightdown2 th { background-image:url(../images/TalentCalc/arrows/down2.png); }
.talentcalc-lower {
position:relative;
height:24px;
margin-top:5px;
}
.talentcalc-pet .talentcalc-lower {
width:244px;
margin-left:185px;
}
.talentcalc-lower-tree1, .talentcalc-lower-tree2, .talentcalc-lower-tree3 {
position:absolute;
top:0;
}
.talentcalc-default .talentcalc-lower-tree1, .talentcalc-default .talentcalc-lower-tree2, .talentcalc-default .talentcalc-lower-tree3 {
width:204px;
}
.talentcalc-pet .talentcalc-lower-tree1, .talentcalc-pet .talentcalc-lower-tree2, .talentcalc-pet .talentcalc-lower-tree3 {
margin-left:185px;
width:244px;
}
.talentcalc-lower-tree1 {
left:1px;
}
.talentcalc-lower-tree2 {
left:206px;
}
.talentcalc-lower-tree3 {
left:411px;
}
.talentcalc-lower p {
background-color:#141414;
height:24px;
line-height:24px;
overflow:hidden;
padding:0;
margin:0 auto;
text-align:center;
}
.talentcalc-default .talentcalc-lower p {
width:200px;
}
.talentcalc-pet .talentcalc-lower p {
width:238px;
}
.talentcalc-lower b {
font-size:13px;
background:left center no-repeat;
padding:4px 0 4px 28px;
}
.talentcalc-pet .talentcalc-lower b {
padding-left:0;
}
.talentcalc-lower span {
font-size:11px;
color:#DDD;
}
.talentcalc-lower a {
display:block;
position:absolute;
right:2px;
top:2px;
width:20px;
height:20px;
opacity:.3333;
background:url(../images/icons/delete.gif) no-repeat 2px 2px;
}
.talentcalc-lower a:hover {
opacity:1;
}
.talentcalc-glyphpicker {
font-size:13px;
width:780px;
height:554px;
background-color:#303030;
border:10px solid #303030;
border-bottom:0;
}
.talentcalc-glyphpicker .listview {
border:0;
}
.talentcalc-glyphpicker .listview-band-top {
background-color:#303030;
height:15px;
}
.talentcalc, .talentcalc-main table td .iconmedium {
margin:0 auto;
}
.talentcalc-default, .talentcalc-pet {
width:946px;
}
.talentcalc-default .talentcalc-sidebar, .talentcalc-pet .talentcalc-sidebar {
left:621px;
}
.talentcalc-default .talentcalc-upper, .talentcalc-pet .talentcalc-upper, .talentcalc-default .talentcalc-lower {
width:600px;
}
.talentcalc-wrapper {
float: left;
width: 614px; /* fixes IE7 being dumb and moving down the glyph window */
position: relative;
}
.talentcalc-model {
background-color: #141414;
border: 1px solid #404040;
width: 368px;
height: 364px;
float: left;
position: absolute;
top: 33px;
}