| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213 |
- section h2 span.family{
- float: right;
- }
- section h2 span.family img.family{
- max-width: 2em;
- max-height: 2em;
- margin: -0.5em;
- width: 90%;
- height: 90%;
- }
- section h2 span.family img.family.current{
- max-width: 2.5em;
- max-height: 2.5em;
- margin: -0.5em;
- width: 100%;
- height: 100%;
- }
- section h2 span.family img.family.disabled{
- filter: sepia(100%) saturate(10%);
- opacity: 0.5;
- }
- article.stage{
- margin: 0.5em;
- position: relative;
- padding: 0.3em 0.1em;
- }
- article.stage div.profile{
- display: inline-block;
- vertical-align: top;
- }
- article.stage table.stats{
- font-size: 65%;
- border: 0.1em solid black;
- color: #ffffff;
- margin: 0.4em;
- border-collapse: collapse;
- border-radius: 0.4em;
- display: inline-block;
- vertical-align: top;
- max-width: 10em;
- }
- article.stage table.stats td,th{
- padding: 0.01em 0.5em;
- border: 0.1em solid #000000;
- }
- article.stage table.stats th{
- font-weight: bold;
- background-color: #00000066;
- }
- article.stage table.stats td{
- font-weight: bold;
- background-color: #ffffff33;
- }
- article.stage div.extra{
- display: inline-block;
- }
- article.stage div.extra div.sources span{
- display: block;
- font-size: 70%;
- margin: 0.5em 0 0 0;
- color: #ffffff;
- }
- article.stage div.extra div.sources img.source{
- width: 2em;
- height: 2em;
- border: 0.1em solid #f2c920;
- border-radius: 0.3em;
- }
- article.stage div.extra div.essences span{
- display: block;
- font-size: 70%;
- margin: 0.5em 0 0 0;
- color: #ffffff;
- }
- article.stage div.extra div.essences div.essence{
- position: relative;
- display: inline-block;
- vertical-align: top;
- border-style: solid;
- border-width: 0.1em;
- border-radius: 15%;
- width: 1.3em;
- height: 1.3em;
- margin-bottom: 0.1em;
- }
- article.stage div.extra div.essences div.essence img{
- position: absolute;
- top: 0;
- left: 0;
- width: 1.5em;
- height: 1.5em;
- }
- article.stage div.extra div.essences div.essence span{
- position: absolute;
- font-size: 80%;
- top: 0.15em;
- left: 0.8em;
- color: #ffffff;
- text-shadow: 0 0 0.1em #000000, 0 0 0.1em #000000, 0 0 0.2em #000000, 0 0 0.2em #000000;
- }
- article.stage table.skills{
- width: 100%;
- text-align: center;
- margin: 1em 0 0 0;
- padding: 0;
- table-layout: fixed;
- }
- article.stage table.skills tr th{border: none;}
- article.stage table.skills tr td.skill{
- vertical-align: top;
- margin: 0.2em;
- color: #ffffff;
- text-align: center;
- max-width: 20%;
- }
- article.stage table.skills tr td.skill img.skill_img{
- width: 3em;
- height: 3em;
- border: 0.15em solid var(--ui-color-border);
- border-radius: 0.5em;
- }
- article.stage table.skills tr td.skill span.skill_name{
- text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.4em #000000;
- display: block;
- font-weight: bold;
- font-size: 90%;
- }
- article.stage table.skills tr td.skill span.skill_description{
- font-size: 80%;
- font-style: italic;
- margin: 0;
- padding: 0;
- display: block;
- line-height: 0.95em;
- }
- article.stage table.skills tr td.skill span.skill_formula{
- display: block;
- text-align: center;
- margin-top: 1em;
- font-size: 50%;
- color: #cccccc;
- font-weight: bold;
- font-style: italic;
- font-family: monospace, monospace;
- }
- article.stage table.skills tr td.skill span.skill_effects{
- display: block;
- text-align: center;
- margin-top: 0.5em;
- }
- article.stage table.skills tr td.skill span.skill_effects img.effect_img{
- width: 1.5em;
- height: 1.5em;
- border: 0.1em solid #000000;
- border-radius: 0.5em;
- }
- article.stage table.skills tr td.skill table.skill_up{
- font-size: 70%;
- margin: 0.5em auto 0 auto;
- border-collapse: collapse;
- }
- article.stage table.skills tr td.skill table.skill_up td{
- font-size: 90%;
- padding: 0.2em;
- border: 0 solid #000000;
- line-height: 1em;
- }
- @media screen and (max-width : 990px){
- article.stage table.skills tr td.skill table.skill_up td{
- padding: 0;
- border: 0.1em solid black;
- line-height: 0.95em;
- font-size: 70%;
- }
- }
- article.stage table.skills tr td.skill table.skill_up td.level{
- font-style: italic;
- padding-right: 0.8em;
- min-width: 2em;
- font-size: 80%
- }
- @media screen and (max-width : 990px){
- article.stage table.skills tr td.skill table.skill_up td.level{
- font-size: 70%
- }
- }
|