Files
aowow/template/css/basic.css
Sarjuuk 8d3698d466 initial commit
features:
- tool - Maps:
   * finally supports multi-layered zones
   * should also support icons if needed (questgiver, ect)

- tool - Item Comparison:
   * fully functional (yes, that includes heirlooms and items with random props)
   * may throw a minor js-error if using arrow-keys/esc/ret in input-fields in the LightboxPopus (but wowhead does also)
   * icons for prismatic sockets are not displayed if no other sockets are present (calculation is correct though)
   * modelviewer will still 'call home'

- tool - Talent Calculator:
   * got rid of a VERY dirty hack for the icons (they are now supplied as texture, not laoded one at a time)
   * glyphs should also be a bit more informative
   * talent data is pulled from static file, that should a) speed up load and b) prevent lockups if it cant be generated on the fly
   * you can now set the level for your build, which affects available talent points, glyphs and glyph-slots

- tool - Pet Calculator:
   * initial implementation; basically the same as the Talent Calculator

- general concept changed:
   * dropped ajax.php; json is now supplied by the appropriate page if &json is appended to the url
   * search.php and opensearch.php are being merged; again, output will depend on the appended parameter (&openserach, &json)
   * data included via data.php will be static and assembled only on installation and when the database changes (should speed up load)
   * locale strings are now in a single file instead of being split up to the template
   * still getting rid of criss-cross-includes, global variables and string-defines
2012-12-19 00:53:36 +01:00

418 lines
5.7 KiB
CSS

#layers
{
text-align: left;
color: #ffffff;
font-family: "Arial", sans-serif;
font-size: 13px;
}
.wowhead-tooltip
{
visibility: hidden;
z-index: 100000006;
}
.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; */
}
.wowhead-tooltip table, .wowhead-tooltip td, .wowhead-tooltip th, .wowhead-tooltip tbody
{
border: 0 !important;
}
.wowhead-tooltip td, .wowhead-tooltip th
{
background: url(../images/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/icons/border_medium.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-powered
{
/* background: url(../../../images/powered.png) no-repeat; */
width: 53px;
height: 33px;
position: absolute;
right: -56px;
top: 2px;
display: none;
}
a.moneyitem, a.moneysocketmeta, a.moneysocketred, a.moneysocketyellow, a.moneysocketblue, a.moneysocketprismatic
{
text-decoration: none !important;
border-bottom: 1px solid transparent;
}
a.moneyitem:hover, a.moneysocketmeta:hover, a.moneysocketred:hover, a.moneysocketyellow:hover, a.moneysocketblue:hover, a.moneysocketprismatic:hover
{
border-bottom: 1px solid white;
}
.moneyitem, .moneygold, .moneysilver, .moneycopper, .moneyalliance, .moneyhorde, .moneyarena, .moneyachievement, .moneysocketmeta, .moneysocketred, .moneysocketyellow, .moneysocketblue, .moneysocketprismatic
{
color: white;
background: no-repeat right center;
}
.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-icon.gif);
}
.moneyhorde
{
padding-right: 17px;
background-image: url(../../images/icons/horde-icon.gif);
}
.moneyarena
{
padding-right: 18px;
background-image: url(../../images/icons/money_arena.gif);
}
.moneyachievement
{
padding-right: 13px;
background-image: url(../../images/icons/money_achievement.gif);
}
.moneysocketmeta
{
padding-right: 18px;
background-image: url(../../images/sockets/socket_meta.gif);
}
.moneysocketred
{
padding-right: 18px;
background-image: url(../../images/sockets/socket_red.gif);
}
.moneysocketyellow
{
padding-right: 18px;
background-image: url(../../images/sockets/socket_yellow.gif);
}
.moneysocketblue
{
padding-right: 18px;
background-image: url(../../images/sockets/socket_blue.gif);
}
.moneysocketprismatic
{
padding-right: 18px;
background-image: url(../../images/sockets/socket_prismatic.gif);
}
.gem1{
color: #9D9D9D !important;
}
.gem2{
color: #e60c0b !important;
}
.gem4{
color: #ffff35 !important;
}
.gem6{
color: #f48905 !important;
}
.gem8{
color: #295df1 !important;
}
.gem10{
color: #b957fc !important;
}
.gem12{
color: #22c516 !important;
}
.gem14{
color: #FFF !important;
}
.q
{
color: #ffd100 !important;
}
.q0, .q0 a
{
color: #9d9d9d !important;
}
.q1, .q1 a
{
color: #fff !important;
}
.q2, .q2 a
{
color: #1eff00 !important;
}
.q3, .q3 a
{
color: #0070dd !important;
}
.q4, .q4 a
{
color: #a335ee !important;
}
.q5, .q5 a
{
color: #ff8000 !important;
}
.q6, .q6 a
{
color: #e5cc80 !important;
}
.q7, .q7 a
{
color: #e5cc80 !important;
}
.q8, .q8 a
{
color: #ffff98 !important;
}
.q9, .q9 a
{
color: #71d5ff !important;
}
.q10, .q10 a
{
color: #f00 !important;
}
.r1
{
color: #FF8040 !important;
}
.r2
{
color: #FF0 !important;
}
.r3
{
color: #40BF40 !important;
}
.r4
{
color: #808080 !important;
}
.c1, .c1 a
{
color: #C69B6D !important;
}
.c2, .c2 a
{
color: #F48CBA !important;
}
.c3, .c3 a
{
color: #AAD372 !important;
}
.c4, .c4 a
{
color: #FFF468 !important;
}
.c5, .c5 a
{
color: #FFF !important;
}
.c6, .c6 a
{
color: #C41E3B !important;
}
.c7, .c7 a
{
color: #2359FF !important;
}
.c8, .c8 a
{
color: #68CCEF !important;
}
.c9, .c9 a
{
color: #9382C9 !important;
}
.c11, .c11 a
{
color: #FF7C0A !important;
}
.socket-meta
{
padding-left: 26px;
background: url(../../images/sockets/socket_meta.gif) no-repeat left center;
}
.socket-red
{
padding-left: 26px;
background: url(../../images/sockets/socket_red.gif) no-repeat left center;
}
.socket-yellow
{
padding-left: 26px;
background: url(../../images/sockets/socket_yellow.gif) no-repeat left center;
}
.socket-blue
{
padding-left: 26px;
background: url(../../images/sockets/socket_blue.gif) no-repeat left center;
}
.socket-prismatic
{
padding-left: 26px;
background: url(../../images/sockets/socket_prismatic.gif) no-repeat left center;
}