mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Profiler/Frontend
* add pages and templates to display arena teams, guilds and chars
This commit is contained in:
@@ -23,7 +23,9 @@
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.profiler-home input[type="text"], .profiler-home a: link, .profiler-home a: visited {
|
||||
.profiler-home input[type="text"],
|
||||
.profiler-home a: link,
|
||||
.profiler-home a: visited {
|
||||
font-family: Helvetica,Arial,sans-serif;
|
||||
}
|
||||
|
||||
@@ -80,7 +82,8 @@
|
||||
text-indent: 6px;
|
||||
}
|
||||
|
||||
.profiler-autocomplete span: hover, .profiler-autocomplete span.active {
|
||||
.profiler-autocomplete span: hover,
|
||||
.profiler-autocomplete span.active {
|
||||
background: #383838;
|
||||
border-bottom: solid 1px #202020;
|
||||
}
|
||||
@@ -337,7 +340,8 @@ a.profiler-header-editlink {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.profiler-infobox-gear .progressbar-first, .profiler-infobox-gear .progressbar-first div {
|
||||
.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;
|
||||
@@ -348,7 +352,8 @@ a.profiler-header-editlink {
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
.profiler-infobox-gear .progressbar-last, .profiler-infobox-gear .progressbar-last div {
|
||||
.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;
|
||||
@@ -586,7 +591,8 @@ a.profiler-header-editlink {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
a.profiler-talents-button,a.profiler-pets-button {
|
||||
a.profiler-talents-button,
|
||||
a.profiler-pets-button {
|
||||
float: left;
|
||||
display: block;
|
||||
padding: 3px 8px 3px 5px;
|
||||
@@ -601,33 +607,39 @@ a.profiler-talents-button,a.profiler-pets-button {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
a.profiler-talents-button: hover, a.profiler-pets-button: hover {
|
||||
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 {
|
||||
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 {
|
||||
a.profiler-talents-button small,
|
||||
a.profiler-pets-button small {
|
||||
color: #CCCCCC;
|
||||
}
|
||||
|
||||
a.profiler-talents-button: hover small, a.profiler-pets-button: hover small {
|
||||
a.profiler-talents-button: hover small,
|
||||
a.profiler-pets-button: hover small {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.profiler-talents-specs a.selected, .profiler-pets-specs a.selected {
|
||||
.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 {
|
||||
.profiler-talents-specs a.selected small,
|
||||
.profiler-pets-specs a.selected small {
|
||||
color: white;
|
||||
}
|
||||
|
||||
@@ -650,10 +662,12 @@ a.profiler-pets-button span {
|
||||
margin-top: 43px;
|
||||
}
|
||||
|
||||
.talentcalc-pet .talentcalc-main, .talentcalc-pet .talentcalc-lower {
|
||||
/* Aowow cu - disabled
|
||||
.talentcalc-pet .talentcalc-main,
|
||||
.talentcalc-pet .talentcalc-lower {
|
||||
margin-left: 370px;
|
||||
}
|
||||
|
||||
*/
|
||||
/*********************************************/
|
||||
|
||||
.profiler-reputation h2 {
|
||||
@@ -843,11 +857,13 @@ a.profiler-achievements-total-right {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.profiler-button i, .profiler-button em {
|
||||
.profiler-button i,
|
||||
.profiler-button em {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.profiler-option-left, .profiler-option-right {
|
||||
.profiler-option-left,
|
||||
.profiler-option-right {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -467,25 +467,25 @@
|
||||
}
|
||||
|
||||
.iconlist th {
|
||||
padding: 0;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.iconlist ul li {
|
||||
list-style-position: inside;
|
||||
list-style-type: square;
|
||||
padding-left: 13px;
|
||||
padding-left: 13px !important;
|
||||
}
|
||||
|
||||
.iconlist td {
|
||||
padding: 4px 0 6px 0;
|
||||
padding: 4px 0 6px 0 !important;
|
||||
}
|
||||
|
||||
.iconlist var {
|
||||
font-size: 1px;
|
||||
font-size: 1px !important;
|
||||
}
|
||||
|
||||
.iconlist .iconsmall {
|
||||
margin-right: 4px;
|
||||
margin-right: 4px !important;
|
||||
}
|
||||
|
||||
.iconlist a.disclosure-on, .iconlist a.disclosure-off {
|
||||
@@ -494,14 +494,18 @@
|
||||
}
|
||||
|
||||
.iconlist .iconlist ul li {
|
||||
padding-left: 10px;
|
||||
padding-left: 10px !important;
|
||||
}
|
||||
|
||||
.iconlist .iconlist th, .iconlist .iconlist td {
|
||||
font-size: 11px;
|
||||
font-size: 11px !important;
|
||||
}
|
||||
|
||||
.iconlist-col table th li { list-style-position:outside;padding:0;margin-left:20px; }
|
||||
.iconlist-col table th li {
|
||||
list-style-position: outside;
|
||||
padding: 0 !important;
|
||||
margin-left: 20px !important;
|
||||
}
|
||||
|
||||
/*
|
||||
Note: For IE6, only include things that break/distort the site in a major way, as we're not supposed to support IE6 anymore.
|
||||
|
||||
Reference in New Issue
Block a user