aowow/template/css/Summary.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

252 lines
3.9 KiB
CSS

/* 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 center;
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(/template/images/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(/template/images/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(/template/images/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(/template/images/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(/template/images/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;
}