| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304 |
- article#profile{
- max-width: 60%;
- display: inline-block;
- vertical-align: top;
- margin: 0.2em;
- position: relative;
- padding: 0.2em;
- }
- @media screen and (max-width : 990px){
- article#profile{
- width: 95%;
- max-width: 95%;
- margin: 0.2em auto;
- display: block;
- }
- }
- article#profile div#details{
- display: inline-block;
- vertical-align: top;
- text-align: center;
- }
- article#profile div#details h1{
- color: #ffffff;
- text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.2em #000000;
- font-size: 190%;
- margin: 0.2em;
- }
- article#profile div#details span.stars{
- display: block;
- }
- article#profile div#details span.stars img.star{
- width: 1.5em;
- height: 1.5em;
- margin: -0.1em;
- }
- article#profile div#details span.level{
- color: #ffffff;
- display: block;
- text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000;
- }
- article#profile h4{
- color: #ffffff;
- font-weight: bold;
- text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.4em #000000;
- margin: 0.1em;
- display: block;
- }
- article#profile table#stats{
- font-size: 100%;
- border: 0.1em solid black;
- color: #ffffff;
- margin: 2em auto 2em auto;
- border-collapse: collapse;
- border-radius: 0.4em;
- }
- article#profile table#stats th{
- font-weight: bold;
- background-color: #00000066;
- }
- article#profile table#stats td{
- font-weight: bold;
- background-color: #ffffff33;
- }
- article#profile table#stats td, th{
- padding: 0.2em;
- border: 0.1em solid #000000;
- }
- article#profile table#stats td.extra{
- color: #aaaaff;
- }
- article#profile table#stats td.total{
- color: #f2c920;
- font-weight: bold;
- }
- article#profile div#skills{
- text-align: center;
- }
- article#profile div#skills div.skill{
- display: inline-block;
- vertical-align: top;
- margin: 0.5em;
- color: #ffffff;
- text-align: center;
- max-width: 20%;
- }
- article#profile div#skills div.skill img.skill_img{
- width: 5em;
- height: 5em;
- border: 0.3em solid #f2c920;
- border-radius: 0.5em;
- }
- article#profile div#skills div.skill span.skill_level{
- font-size: 130%;
- position: relative;
- top: -2em;
- right: -0.8em;
- text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.4em #000000, 0 0 0.4em #000000, 0 0 0.6em #000000, 0 0 0.6em #000000, 0 0 0.8em #000000, 0 0 0.8em #000000;
- }
- article#profile div#skills div.skill span.skill_level.maxed{
- color: #f2c920;
- }
- article#profile div#skills div.skill span.skill_name{
- text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.4em #000000;
- margin-top: -2.5em;
- display: block;
- font-weight: bold;
- }
- article#profile div#skills div.skill span.skill_description{
- font-size: 90%;
- font-style: italic;
- }
- article#profile div#skills div.skill span.skill_effects{
- display: block;
- text-align: center;
- margin-top: 1em;
- }
- article#profile div#skills div.skill span.skill_effects img.effect_img{
- width: 1.5em;
- height: 1.5em;
- border: 0.1em solid #000000;
- border-radius: 0.5em;
- }
- article#profile div#skills div.skill table.skill_up{
- font-size: 80%;
- margin-top: 1em;
- }
- article#profile div#skills div.skill table.skill_up td{
- color: #888888;
- }
- article#profile div#skills div.skill table.skill_up td.level{
- font-style: italic;
- padding-right: 0.8em;
- min-width: 3em;
- }
- article#profile div#skills div.skill table.skill_up td.aquired{
- color: #ffffff;
- font-weight: bold;
- }
- article#profile table#skill_averages{
- margin: 3em auto 2em auto;
- color: #ffffff;
- font-size: 120%;
- border-top: 0.1em solid #ffffff;
- border-bottom: 0.1em solid #ffffff;
- border-radius: 0.3em;
- padding-top: 2em;
- padding-bottom: 2em;
- }
- article#profile table#skill_averages td.title{
- padding-left: 4em;
- text-align: right;
- }
- article#profile table#skill_averages td.value{
- padding-right: 4em;
- text-align: left;
- padding-left: 1em;
- }
- article#runes{
- max-width: 45%;
- display: inline-block;
- vertical-align: top;
- /*width: 7em;*/
- border: 0.2em solid #000000;
- margin: 0.5em;
- position: relative;
- border-radius: 15%;
- background: #351e0b;
- border: 0.2em solid #f2c920;
- border-radius: 0.5em;
- padding: 0em;
- }
- @media screen and (max-width : 990px){
- article#runes{
- width: 95%;
- max-width: 95%;
- }
- }
- article#runes table#table_runes{
- border-collapse: collapse;
- }
- article#runes table#table_runes td.stats{
- color: #ffffff;
- border-bottom: 0.1em solid #ffffff;
- }
- article#runes table#table_runes td.stats table{
- color: #ffffff;
- font-size: 80%;
- }
- article#runes table#table_runes td.stats table tr.main_stat{
- font-weight: bold;
- font-size: 110%;
- }
- article#runes table#table_runes td.stats table tr.innate_stat{
- font-style: italic;
- }
- article#runes table#table_runes td.stats table td.stat{
- text-align: right;
- }
- article#runes table#table_runes td.stats table td.value{
- text-align: left;
- padding-left: 1em;
- }
- article#runes table#table_runes td.stats table td.craft{
- color: #ff7700;
- }
- article#runes table#table_runes td.details{
- color: #ffffff;
- border-bottom: 0.1em solid #ffffff;
- padding-left: 0.5em;
- }
- article#runes table#table_runes td.details table.table_details{
- font-size: 80%;
- }
- article#runes table#table_runes td.details table.table_details td.title{
- text-align: right;
- }
- article#runes table#table_runes td.details table.table_details td.value{
- text-align: left;
- padding-left: 1em;
- }
- article#runes table#table_runes td.details table.table_details span.quality{
- border: 0.1em solid #000000;
- border-radius: 0.2em;
- font-weight: bold;
- color: #ffffff;
- text-shadow: 0 0 0.1em #000000;
- padding: 0 0.3em;
- }
- article#runes table#table_runes td.details table.table_details span.quality.quality_normal{
- background-color: #cccccc;
- }
- article#runes table#table_runes td.details table.table_details span.quality.quality_magic{
- background-color: #55ff55;
- }
- article#runes table#table_runes td.details table.table_details span.quality.quality_rare{
- background-color: #15c6e1;
- }
- article#runes table#table_runes td.details table.table_details span.quality.quality_hero{
- background-color: #ad7fa8;
- }
- article#runes table#table_runes td.details table.table_details span.quality.quality_legend{
- background-color: #f57900;
- }
- article#runes table#table_runes td.details{
- color: #ffffff;
- border-bottom: 0.1em solid #ffffff;
- padding-left: 0.5em;
- }
- article#runes div#rune_averages{
- margin: 5em auto 2em auto;
- text-align: center;
- }
- article#runes div#rune_averages table#table_averages{
- margin: auto;
- color: #ffffff;
- }
- article#runes div#rune_averages table#table_averages td.title{
- text-align: right;
- }
- article#runes div#rune_averages table#table_averages td.value{
- text-align: left;
- padding-left: 1em;
- }
|