| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027 |
- :root {
- /**
- * Global elements
- */
- --global-color: #ffffff;
- --global-background: #000000;
- /**
- * Links.
- */
- --ui-color-a: #08fff6;
- --ui-color-a-hover: #cccccc;
- --ui-color-a-shadow: #000000;
- --ui-color-border: #c8ad78;
- /**
- * Header and footer.
- */
- --header-background: #79683c;
- --header-border: 0.15em solid var(--ui-color-border);
- --header-border-radius: 0.2em;
- --nav-color: var(--global-color);
- --nav-color-hover: #333333;
- --nav-background-hover: #ffffff33;
- --nav-separator: 0.1em solid #ffffff44;
- --nav-shadow: 0 0 0 #ffffff;
- --nav-shadow-hover: 0 0 0.2em #ffffff;
- /**
- * Sections.
- */
- --section-border: 0.15em solid var(--ui-color-border);
- --section-border-radius: 0.5em;
- --section-padding: 0.5em;
- --section-margin: 0.2em 2em 0.5em 2em;
- --section-title-margin: -0.5em -0.5em 0.5em -0.5em;
- --section-title-background: #6c2d0d;
- --section-title-border-radius: 0.35em;
- --section-title-padding: 0.2em 0 0.2em 2em;
- --section-title-font-size: 100%;
- --section-title-font-weight: bold;
- --section-background-list: #331100;
- --section-background-content: #755739;
- /**
- * Star filters.
- */
- --star-filter-silver: sepia(100%) saturate(500%) grayscale(100%) drop-shadow(0 0 0.1em #000000) drop-shadow(0 0 0.1em #000000) drop-shadow(0 0 0.1em #000000);
- --star-filter-gold: sepia(100%) saturate(500%) hue-rotate(10deg) saturate(200%) drop-shadow(0 0 0.1em #000) drop-shadow(0 0 0.1em #000) drop-shadow(0 0 0.1em #000);
- --star-filter-purple: sepia(100%) saturate(500%) hue-rotate(295deg) saturate(1200%) drop-shadow(0 0 0.1em #000) drop-shadow(0 0 0.1em #000) drop-shadow(0 0 0.1em #000);
- --star-filter-red: sepia(100%) saturate(500%) hue-rotate(320deg) saturate(500%) drop-shadow(0 0 0.1em #000) drop-shadow(0 0 0.1em #000) drop-shadow(0 0 0.1em #000);
- /**
- * Elemental colors.
- */
- --element-color-water: #0285f7;
- --element-color-fire: #f72302;
- --element-color-wind: #fcc923;
- --element-color-light: #f2f7aa;
- --element-color-dark: #4a0282;
- --element-color-magic: #e21af4;
- /**
- * Input elments
- */
- --input-color: #ffffff;
- --input-color-placeholder: #777777;
- --input-font-weight: normal;
- --input-padding: 0;
- --input-background: linear-gradient(0deg, rgba(187,132,64,1) 0%, rgba(200,173,120,1) 97%, rgba(209,169,143,1) 100%);
- --input-background-disabled: linear-gradient(0deg, rgba(93,61,32,1) 0%, rgba(100,86,60,1) 97%, rgba(104,84,71,1) 100%);
- --input-background-unchecked: rgb(96, 71, 40);
- --input-background-checked: rgba(209,169,143,1);
- --input-border: 0;/*0.2em solid var(--ui-color-border);*/
- --input-border-radius: 0.2em;
- --input-text-shadow: 0 0 0.1em #000000;
- --input-box-shadow: 0 0 0.2em #000000;
- --input-button-padding: 0.3em 1em 0.3em 1em;
- }
- .desktop{ /* Elements to be shown only in large screens. */
- display: initial;
- }
- @media screen and (max-width : 990px){
- .desktop{
- display: none;
- }
- }
- .mobile{ /* Elements to be shown only in small screens. */
- display: none;
- }
- @media screen and (max-width : 990px){
- .mobile{
- display: initial !important;
- }
- }
- .bold{font-weight: bold;}
- .italic{font-style: italic;}
- .pointer {cursor: pointer;}
- .hidden{display: none;}
- .pointer{cursor: pointer;}
- .error{border-color: #ffaaaa;}
- .color_Fire{color: var(--element-color-fire);}
- .color_Wind{color: var(--element-color-wind);}
- .color_Water{color: var(--element-color-water);}
- .color_Light{color: var(--element-color-light);}
- .color_Dark{color: var(--element-color-dark);}
- .color_Magic{color: var(--element-color-magic);}
- .border_Fire{border-color: var(--element-color-fire);}
- .border_Wind{border-color: var(--element-color-wind);}
- .border_Water{border-color: var(--element-color-water);}
- .border_Light{border-color: var(--element-color-light);}
- .border_Dark{border-color: var(--element-color-dark);}
- .border_Magic{border-color: var(--element-color-magic);}
- .background_Fire{background-color: var(--element-color-fire);}
- .background_Wind{background-color: var(--element-color-wind);}
- .background_Water{background-color: var(--element-color-water);}
- .background_Light{background-color: var(--element-color-light);}
- .background_Dark{background-color: var(--element-color-dark);}
- .background_Magic{background-color: var(--element-color-magic);}
- /* Star colors. */
- img.star.star_silver{filter: var(--star-filter-silver);}
- img.star.star_gold{filter: var(--star-filter-gold);}
- img.star.star_purple{filter: var(--star-filter-purple);}
- img.star.star_red{filter: var(--star-filter-red);}
- html {height: 100%;}
- body{
- background-color: var(--global-background);
- color: var(--global-color);
- height: 100%;
- padding: 0;
- margin: 0;
- text-align: center;
- }
- a{
- color: var(--ui-color-a);
- text-shadow: 0 0 0.5em var(--ui-color-a-shadow);
- text-decoration: none;
- transition: all .3s ease-in-out;
- }
- a:hover{
- color: var(--ui-color-a-hover);
- text-shadow: 0 0 0.1em var(--ui-color-a-shadow);
- }
- .fake_a{ /* Elements that look and act as links. */
- color: var(--ui-color-a);
- text-shadow: 0 0 0.5em var(--ui-color-a-shadow);
- text-decoration: none;
- cursor: pointer;
- transition: all .3s ease-in-out;
- }
- .fake_a:hover{
- color: var(--ui-color-a-hover);
- text-shadow: 0 0 0.1em var(--ui-color-a-shadow);
- }
- header{
- border-bottom: var(--header-border);
- /*border-left: var(--header-border);
- border-right: var(--header-border);*/
- border-bottom-right-radius: var(--header-border-radius);
- border-bottom-left-radius: var(--header-border-radius);
- margin: 0 0 1em 0;
- background-color: var(--header-background);
- text-align: left;
- position: relative;
- }
- header div#logo{
- font-size: 70%;
- margin: auto;
- display: inline-block;
- vertical-align: middle;
- width: 10em;
- text-align: center;
- float: left;
- }
- header div#logo img#logo_img{
- max-width: 8em;
- max-height: 4em;
- }
- header div#logo h1#logo_text{
- font-style: italic;
- margin: -1.2em auto -0.7em auto;
- text-shadow: 0 0 0.1em var(--ui-color-a-shadow), 0 0 0.1em var(--ui-color-a-shadow);
- }
- header div#logo h1#logo_text span.large{font-size: 90%;}
- header div#logo h1#logo_text span.small{
- font-size: 60%;
- margin-left: -0.5em;
- }
- @media screen and (max-width : 990px){
- header div#logo{
- position: absolute;
- top: 1em;
- }
- header div#logo img#logo_img{
- max-width: 5em;
- max-height: 3em;
- }
- header div#logo h1#logo_text span.large{
- /*font-size: 50%;
- margin: -0.2em;*/
- }
- header div#logo h1#logo_text span.small{/*display: none;*/}
- }
- header nav#menu{
- display: inline-block;
- height: 2em;
- }
- header nav#menu a{
- font-size: 100%;
- font-weight: bold;
- text-transform: capitalize;
- font-variant: small-caps;
- margin: 0 -0.2em 0 0; /* -0.2 to compensate for strange space. */
- text-decoration: none;
- position: relative;
- transition: all .4s ease-in-out;
- color: var(--nav-color);
- border-left: var(--nav-separator);
- padding: 0.3em;
- text-align: center;
- display: inline-block;
- vertical-align: middle;
- text-shadow: var(--nav-shadow);
- }
- header nav#menu a:last-of-type{border-right: var(--nav-separator)}
- header nav#menu a:hover{
- background-color: var(--nav-background-hover);
- color: var(--nav-color-hover);
- text-shadow: var(--nav-shadow-hover);
- }
- @media screen and (max-width : 990px){
- header nav#menu{
- height: initial;
- display: block;
- text-align: center;
- }
- header nav#menu a{
- padding: 0.6em 0.2em;
- margin: 0em -0.2em;
- display: inline-block;
- text-align: center;
- border-top: var(--nav-separator);
- border-bottom: var(--nav-separator);
- border-right: var(--nav-separator);
- }
- header nav#menu a:hover{
- text-shadow: 0 0 0 #000000;
- }
- }
- header nav#profile{
- float: right;
- margin-right: 0.5em;
- position: absolute;
- right: 0;
- top: 0em;
- }
- @media screen and (max-width : 990px){
- header nav#profile{
- margin-right: 0.5em;
- position: absolute;
- top: 1em;
- right: 0.5em;
- }
- }
- header nav#profile a{
- border-left: 0;
- font-size: 110%;
- font-weight: bold;
- text-transform: capitalize;
- font-variant: small-caps;
- margin: 0;
- text-decoration: none;
- position: relative;
- transition: all .4s ease-in-out;
- color: var(--nav-color);
- padding: 0.3em;
- text-align: center;
- display: inline-block;
- vertical-align: middle;
- text-shadow: var(--nav-shadow);
- }
- header nav#profile a:hover{
- color: var(--nav-color-hover);
- text-shadow: var(--nav-shadow-hover);
- }
- footer{
- font-size: 80%;
- text-align: center;
- border-top: var(--header-border);
- /*border-left: var(--header-border);
- border-right: var(--header-border);*/
- border-top-right-radius: var(--header-border-radius);
- border-top-left-radius: var(--header-border-radius);
- margin: 2em 0 0 0;
- background-color: var(--header-background);
- padding: 1em 2em 1em 2em;
- position: relative;
- }
- footer table#footer_table{
- margin-left: auto;
- margin-right: auto;
- width: 95%;
- table-layout: fixed;
- }
- footer table#footer_table td{
- width: 45%;
- padding: 0.5em;
- }
- @media screen and (max-width : 990px){
- footer table#footer_table td{
- width: auto;
- padding: 0.2em;
- font-size: 70%;
- line-height: 0.9em;
- }
- }
- input, select, a.a_button, textarea{
- font-size: 100%;
-
- text-transform: capitalize;
- font-variant: small-caps;
- color: var(--input-color);
- font-weight: var(--input-font-weight);
- padding: var(--input-padding);
- background: var(--input-background);
- border: var(--input-border);
- border-radius: var(--input-border-radius);
- text-shadow: var(--input-text-shadow);
- box-shadow: var(--input-box-shadow);
- }
- a.a_button, input[type=button]{
- cursor: pointer;
- transition: all .3s ease-in-out;
- padding: var(--input-button-padding);
- }
- input:disabled{
- background: var(--input-background-disabled);
- }
- input[type=text], textarea{
- text-transform: initial;
- font-variant: initial;
- }
- input[type=button], input[type=submit]{padding: var(--input-button-padding);}
- input[type=text], input[type=number], input[type=date], input[type=password], select{font-size: 80%;}
- input[type=number]{width: 3em;}
- select[multiple]{scrollbar-width: none;}
- input[type=checkbox]{
- display: none;
- margin-left: -2em;
- overflow: hidden;
- }
- input[type=checkbox] + label{
- display: inline-block;
- vertical-align: middle;
- cursor: pointer;
- }
- input[type=checkbox]:not(:checked) + label:before{
- content: " ";
- text-align: center;
- font-weight: bold;
- color: var(--input-color);
- text-shadow: var(--input-text-shadow);
- line-height: 0.8em;
- padding-top: 0.1em;
- display: inline-block;
- vertical-align: middle;
- width: 0.8em;
- height: 0.8em;
- margin-right: 0.5em;
- border: 0.2em solid var(--ui-color-border);
- border-radius: var(--input-border-radius);
- box-shadow: var(--input-box-shadow);
- background: var(--input-background-unchecked);
- }
- input[type=checkbox]:checked + label:before{
- content: "+";
- text-align: center;
- font-weight: bold;
- color: var(--input-color);
- text-shadow: var(--input-text-shadow);
- line-height: 0.8em;
- padding-top: 0.1em;
- display: inline-block;
- vertical-align: middle;
- width: 0.8em;
- height: 0.8em;
- margin-right: 0.5em;
- border: 0.2em solid var(--ui-color-border);
- border-radius: var(--input-border-radius);
- box-shadow: var(--input-box-shadow);
- background: var(--input-background-checked);
- }
- ::placeholder {color: var(--input-color-placeholder);}
- section{
- text-align: left;
- border: var(--section-border);
- border-radius: var(--section-border-radius);
- padding: var(--section-padding);
- margin: var(--section-margin);
- }
- section h2{
- margin: var(--section-title-margin);
- border-bottom: var(--section-border);
- background-color: var(--section-title-background);
- border-top-left-radius: var(--section-title-border-radius);
- border-top-right-radius: var(--section-title-border-radius);
- padding: var(--section-title-padding);
- font-size: var(--section-title-font-size);
- font-weight: var(--section-title-font-weight);
- text-align: left;
- text-transform: capitalize;
- font-variant: small-caps;
- height: 1.2em;
- }
- @media screen and (max-width : 990px){
- section h2{
- padding: 0.15em 0 0.15em 1em;
- }
- }
- /* Main content, when it is a list of monsters, runes... */
- section.list{
- display: block;
- text-align: center;
- background-color: var(--section-background-list);
- }
- /* Main content, when it a single monster, rune... */
- section.content{
- text-align: center;
- background-color: var(--section-background-content);
- }
- /**
- * Rune boxes
- */
- div.rune_panel{
- width: 8em;
- height: 8em;
- border: 0.2em solid #000000;
- border-radius: 1em;
- position: relative;
- text-align: center;
- }
- div.rune_panel.rune_original_quality_normal{ /* Normal */
- background-image: repeating-radial-gradient(#ffffff, #cccccc 30%, #ffffff 60%);
- }
- div.rune_panel.rune_original_quality_magic{ /* Magic */
- background-image: repeating-radial-gradient(#aaffaa, #88cc88 30%, #aaffaa 60%);
- }
- div.rune_panel.rune_original_quality_rare{ /* Rare */
- background-image: repeating-radial-gradient(#aaaaff, #8888cc 30%, #aaaaff 60%);
- }
- div.rune_panel.rune_original_quality_hero{ /* Hero */
- background-image: repeating-radial-gradient(#ffaacc, #cc88aa 30%, #ffaacc 60%);
- }
- div.rune_panel.rune_original_quality_legend{ /* Legend */
- background-image: repeating-radial-gradient(#f48200, #b76201 30%, #f48200 60%);
- }
- div.rune_panel img.rune_base{
- position: absolute;
- width: 9em;
- height: 9em;
- margin: -0.5em;
- top: 0;
- left: 0;
- }
- div.rune_panel.rune_ancient_1 img.rune_base{filter: brightness(150%) contrast(90%) saturate(100%) drop-shadow(0 0 0.3em #ffffff) drop-shadow(0 0 0.1em #ffffff);}
- div.rune_panel.rune_slot_1 img.rune_base{transform: rotate(0deg);}
- div.rune_panel.rune_slot_2 img.rune_base{transform: rotate(57deg);}
- div.rune_panel.rune_slot_3 img.rune_base{transform: rotate(123deg);}
- div.rune_panel.rune_slot_4 img.rune_base{transform: rotate(180deg);}
- div.rune_panel.rune_slot_5 img.rune_base{transform: rotate(237deg);}
- div.rune_panel.rune_slot_6 img.rune_base{transform: rotate(303deg);}
- div.rune_panel img.rune_icon{
- position: absolute;
- height: 3em;
- }
- div.rune_panel.rune_slot_1 img.rune_icon{
- top: 3.0em;
- left: 2.7em;
- }
- div.rune_panel.rune_slot_2 img.rune_icon{
- top: 2.9em;
- left: 2.3em;
- }
- div.rune_panel.rune_slot_3 img.rune_icon{
- top: 2.2em;
- left: 2.3em;
- }
- div.rune_panel.rune_slot_4 img.rune_icon{
- top: 2em;
- left: 2.8em;
- }
- div.rune_panel.rune_slot_5 img.rune_icon{
- top: 2.2em;
- left: 3.3em;
- }
- div.rune_panel.rune_slot_6 img.rune_icon{
- top: 2.9em;
- left: 3.3em;
- }
- div.rune_panel.rune_quality_normal img.rune_icon{filter: sepia(100%) saturate(500%) grayscale(100%);}
- div.rune_panel.rune_quality_magic img.rune_icon{filter: sepia(100%) saturate(500%) hue-rotate(60deg);}
- div.rune_panel.rune_quality_rare img.rune_icon{filter: sepia(100%) saturate(500%) hue-rotate(120deg);}
- div.rune_panel.rune_quality_hero img.rune_icon{filter: sepia(100%) saturate(500%) hue-rotate(230deg);}
- div.rune_panel.rune_quality_legend img.rune_icon{filter: sepia(100%) saturate(500%) hue-rotate(330deg);}
- div.rune_panel span.rune_stars{
- position: absolute;
- width: 9em;
- left: 0.9em;
- top: 0.2em;
- text-align: left;
- }
- div.rune_panel span.rune_stars img.star{
- width: 1.2em;
- height: 1.2em;
- margin-left: -0.6em;
- }
- div.rune_panel span.rune_level{
- font-size: 130%;
- font-weight: bold;
- 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;
- position: relative;
- top: 4.7em;
- left: 1.5em;
- }
- div.rune_panel span.rune_level::before {
- content: "+";
- }
- div.rune_panel.rune_level_15 span.rune_level{color: #ff6f2d;}
- /**
- * /Rune boxes
- */
- /**
- * Artifact boxes
- */
- div.artifact_panel{
- width: 8em;
- height: 8em;
- border: 0.2em solid #000000;
- border-radius: 1em;
- position: relative;
- text-align: center;
- }
- div.artifact_panel.artifact_original_quality_normal{ /* Normal */
- background-image: repeating-radial-gradient(#ffffff, #cccccc 30%, #ffffff 60%);
- }
- div.artifact_panel.artifact_original_quality_magic{ /* Magic */
- background-image: repeating-radial-gradient(#aaffaa, #88cc88 30%, #aaffaa 60%);
- }
- div.artifact_panel.artifact_original_quality_rare{ /* Rare */
- background-image: repeating-radial-gradient(#aaaaff, #8888cc 30%, #aaaaff 60%);
- }
- div.artifact_panel.artifact_original_quality_hero{ /* Hero */
- background-image: repeating-radial-gradient(#ffaacc, #cc88aa 30%, #ffaacc 60%);
- }
- div.artifact_panel.artifact_original_quality_legend{ /* Legend */
- background-image: repeating-radial-gradient(#f48200, #b76201 30%, #f48200 60%);
- }
- div.artifact_panel img.artifact_base{
- position: absolute;
- width: 8em;
- height: 8em;
- margin: 0;
- top: 0.1em;
- left: 0;
- }
- div.artifact_panel img.artifact_icon{
- position: absolute;
- height: 4em;
- top: 2em;
- left: 2em;
- }
- div.artifact_panel.artifact_level_15 span.artifact_stars img.star{filter: sepia(100%) saturate(300%) hue-rotate(320deg) saturate(400%) drop-shadow(0 0 0.1em #000000) drop-shadow(0 0 0.1em #000000);}
- div.artifact_panel span.artifact_level{
- font-size: 130%;
- font-weight: bold;
- 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;
- position: relative;
- top: 4.7em;
- left: 1.5em;
- }
- div.artifact_panel span.artifact_level::before {
- content: "+";
- }
- div.artifact_panel.artifact_level_15 span.artifact_level{color: #ff6f2d;}
- /**
- * /Artifact boxes
- */
- /**
- * Monster panel
- */
- div.monster_panel{
- display: inline-block;
- width: 7em;
- height: 7em;
- margin: 0.5em;
- position: relative;
- border-radius: 15%;
- overflow: hidden;
- }
- @media screen and (max-width : 990px){
- div.monster_panel{
- height: 6em;
- width: 6em;
- margin: 0.2em;
- }
- }
- div.monster_panel span.stars{
- position: absolute;
- top: 0.4em;
- right: 0.5em;
- pointer-events: none;
- }
- @media screen and (max-width : 990px){
- div.monster_panel span.stars{
- top: 0.3em;
- right: 0.4em;
- }
- }
- div.monster_panel span.stars img.star{
- width: 1.3em;
- height: 1.3em;
- margin-left: -0.65em;
- pointer-events: none;
- }
- @media screen and (max-width : 990px){
- div.monster_panel span.stars img.star{
- width: 0.9em;
- height: 0.9em;
- margin-left: -0.5em;
- }
- }
- div.monster_panel img.monster{
- width: 6.5em;
- height: 6.5em;
- border-style: solid;
- border-width: 0.3em;
- border-radius: 15%;
- }
- @media screen and (max-width : 990px){
- div.monster_panel img.monster{
- width: 5.6em;
- height: 5.6em;
- border-width: 0.2em;
- border-radius: 10%;
- }
- }
- div.monster_panel span.level{
- position: relative;
- font-weight: bold;
- color: #000;
- text-shadow: 0 0 0.1em #fff, 0 0 0.1em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff;
- font-size: 2em;
- width: 90%;
- text-align: right;
- bottom: 1.3em;
- z-index: 1;
- pointer-events: none;
- display: block;
- }
- div.monster_panel span.badges{
- position: absolute;
- width: 1.6em;
- text-align: left;
- top: 1.5em;
- bottom: 0.6em;
- left: 0.1em;
- z-index: 1;
- display: block;
- transform: rotate(180deg);
- }
- div.monster_panel span.badges img{
- width: 1em;
- height: 1em;
- border-radius: 50%;
- border: 0.15em solid #000000;
- background-color: #ffffff;
- transform: rotate(180deg);
- margin: -0.11em 0 -0.11em 0;
- }
- /**
- * /Monster panel
- */
- /**
- * Monster transformation panel
- */
- div.monster_transformation_panel{
- display: inline-block;
- width: 4em;
- height: 4em;
- margin: 0.5em 0.5em 0.5em -0.5em;
- position: relative;
- border-radius: 15%;
- }
- @media screen and (max-width : 990px){
- div.monster_transformation_panel{
- height: 3em;
- width: 3em;
- margin: 0.2em 0.2em 0.2em -0.2em;
- }
- }
- div.monster_transformation_panel img.monster_transformation{
- width: 3.5em;
- height: 3.5em;
- border-style: solid;
- border-width: 0.2em;
- border-radius: 35%;
- }
- @media screen and (max-width : 990px){
- div.monster_transformation_panel img.monster_transformation{
- width: 2.6em;
- height: 2.6em;
- border-width: 0.1em;
- border-radius: 20%;
- }
- }
- /**
- * /Monster transformation panel
- */
-
-
- /**
- * Rune table
- */
- table.rune{
- width: 28em;
- border-collapse: collapse;
- display: inline-block;
- vertical-align: top;
- font-size: 80%;
- position: relative;
- border-radius: 1em;
- margin: 0.5em;
- background-color: #7d6640;
- font-size: 90%;
- border: 0.3em solid #3c2929;
- font-family: monospace;
- }
- table.rune td.icon{
- vertical-align: top;
- padding-top: 0.3em;
- }
- table.rune td.icon div.assigned{
- max-width: 2.5em;
- max-height: 2.5em;
- position: absolute;
- left: 0.2em;
- top: 3.6em;
- }
- table.rune td.icon div.assigned img.monster_image{
- width: 2.5em;
- height: 2.5em;
- border-style: solid;
- border-width: 0.2em;
- border-radius: 15%;
- }
- table.rune td.icon div.rune_panel{font-size: 70%;}
- table.rune td.stats{width: 6em;}
- table.rune td.stats table{
- font-size: 90%;
- border-collapse: collapse;
- }
- table.rune td.stats table td{
- line-height: 100%;
- }
- table.rune td.stats table tr.main_stat{
- font-weight: bold;
- font-size: 110%;
- }
- table.rune td.stats table tr.innate_stat{font-style: italic;}
- table.rune td.stats table td.stat{text-align: right;}
- table.rune td.stats table td.value{
- text-align: right;
- vertical-align: middle;
- white-space: nowrap;
- }
- table.rune td.stats table td.value span.grind{
- color: #ff7700;
- vertical-align: middle;
- font-size: 90%;
- font-weight: bold;
- margin-left: -0.4em;
- }
- table.rune td.stats table td.value span.grind_{display: none;}
- table.rune td.stats table td.value img{
- width: 1em;
- height: 1em;
- margin: 0;
- vertical-align: middle;
- }
- table.rune td.details{
- padding-left: 0.5em;
- width: 16em;
- font-size: 80%;
- }
- table.rune td.details table.table_details{
- border-collapse: collapse;
- }
- table.rune td.details table.table_details td{
- line-height: 100%;
- }
- table.rune td.details table.table_details td.title{text-align: right;}
- table.rune td.details table.table_details td.value{
- text-align: right;
- }
- table.rune td.details table.table_details span.quality{
- border: 0.1em solid #000000;
- border-radius: 0.2em;
- font-weight: bold;
- text-shadow: 0 0 0.1em #000000;
- padding: 0 0.3em;
- width: 5em;
- height: 1em;
- font-size: 90%;
- display: inline-block;
- }
- table.rune td.details table.table_details span.quality.quality_normal{background-color: #cccccc;}
- table.rune td.details table.table_details span.quality.quality_magic{background-color: #55ff55;}
- table.rune td.details table.table_details span.quality.quality_rare{background-color: #15c6e1;}
- table.rune td.details table.table_details span.quality.quality_hero{background-color: #ad7fa8;}
- table.rune td.details table.table_details span.quality.quality_legend{background-color: #f57900;}
- /**
- * /Rune table
- */
- /**
- * Artifact table
- */
- table.artifact{
- width: 28em;
- border-collapse: collapse;
- display: inline-block;
- vertical-align: top;
- font-size: 80%;
- position: relative;
- border-radius: 1em;
- margin: 0.5em;
- background-color: #7d6640;
- font-size: 90%;
- border: 0.3em solid #3c2929;
- font-family: monospace;
- }
- table.artifact td.icon{
- vertical-align: top;
- padding-top: 0.3em;
- }
- table.artifact td.icon div.assigned{
- max-width: 2.5em;
- max-height: 2.5em;
- position: absolute;
- left: 0.2em;
- top: 3.6em;
- }
- table.artifact td.icon div.assigned img.monster_image{
- width: 2.5em;
- height: 2.5em;
- border-style: solid;
- border-width: 0.2em;
- border-radius: 15%;
- }
- table.artifact td.icon div.artifact_panel{font-size: 70%;}
- /* TODO: While no details panel, stats can be wider. Normaly is 8em*/
- table.artifact td.effects{
- width: 21.5em;
- text-align: left;
- }
- table.artifact td.effects table{font-size: 90%;}
- table.artifact td.effects table tr.main_stat{
- font-weight: bold;
- font-size: 110%;
- }
- table.artifact td.details{
- padding-left: 0.5em;
- width: 16em;
- font-size: 80%;
- border-collapse: collapse;
- }
- table.artifact td.details table.table_details td.title{text-align: right;}
- table.artifact td.details table.table_details td.value{
- text-align: left;
- padding-left: 1em;
- }
- table.artifact td.details table.table_details span.quality{
- border: 0.1em solid #000000;
- border-radius: 0.2em;
- font-weight: bold;
- text-shadow: 0 0 0.1em #000000;
- padding: 0 0.3em;
- width: 5em;
- }
- table.artifact td.details table.table_details span.quality.quality_normal{background-color: #cccccc;}
- table.artifact td.details table.table_details span.quality.quality_magic{background-color: #55ff55;}
- table.artifact td.details table.table_details span.quality.quality_rare{background-color: #15c6e1;}
- table.artifact td.details table.table_details span.quality.quality_hero{background-color: #ad7fa8;}
- table.artifact td.details table.table_details span.quality.quality_legend{background-color: #f57900;}
- /**
- * /Artifact table
- */
- /**
- * Craft item panel
- */
- div.craft_panel{
- width: 4em;
- height: 4em;
- border: 0.1em solid #3c2929;
- border-radius: 0.5em;
- position: relative;
- text-align: center;
- display: inline-block;
- }
- div.craft_panel.craft_quality_normal{ /* Normal */
- background-image: repeating-radial-gradient(#ffffff, #cccccc 30%, #ffffff 60%);
- }
- div.craft_panel.craft_quality_magic{ /* Magic */
- background-image: repeating-radial-gradient(#aaffaa, #88cc88 30%, #aaffaa 60%);
- }
- div.craft_panel.craft_quality_rare{ /* Rare */
- background-image: repeating-radial-gradient(#aaaaff, #8888cc 30%, #aaaaff 60%);
- }
- div.craft_panel.craft_quality_hero{ /* Hero */
- background-image: repeating-radial-gradient(#ffaacc, #cc88aa 30%, #ffaacc 60%);
- }
- div.craft_panel.craft_quality_legend{ /* Legend */
- background-image: repeating-radial-gradient(#f48200, #b76201 30%, #f48200 60%);
- }
- div.craft_panel img.craft_base{
- position: absolute;
- width: 4em;
- height: 4em;
- margin: -0.5em;
- top: 0.1em;
- left: 0.5em;
- }
- div.craft_panel img.craft_icon{
- position: absolute;
- width: 1.5em;
- height: 1.5em
- top: 0.8em;
- left: 1.25em;
- }
- div.craft_panel.craft_ancient_1 img.craft_base{filter: brightness(150%) contrast(90%) saturate(100%) drop-shadow(0 0 0.3em #ffffff) drop-shadow(0 0 0.1em #ffffff);}
- div.craft_panel.craft_quality_normal img.craft_base{filter: sepia(100%) saturate(500%) grayscale(100%);}
- div.craft_panel.craft_quality_magic img.craft_base{filter: sepia(100%) saturate(500%) hue-rotate(60deg);}
- div.craft_panel.craft_quality_rare img.craft_base{filter: sepia(100%) saturate(500%) hue-rotate(120deg);}
- div.craft_panel.craft_quality_hero img.craft_base{filter: sepia(100%) saturate(500%) hue-rotate(230deg);}
- div.craft_panel.craft_quality_legend img.craft_base{filter: sepia(100%) saturate(500%) hue-rotate(330deg);}
- div.craft_panel span.craft_stat{
- display: block;
- width: 100%;
- text-align: center;
- font-size: 80%;
- 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;
- position: absolute;
- bottom: 0;
- font-family: monospace;
- }
- div.craft_panel span.craft_stat span.craft_stat_name{
- display: block;
- margin: 0;
- }
- div.craft_panel span.craft_stat span.craft_stat_value{
- display: block;
- font-weight: bold;
- margin: 0;
- }
- div.craft_panel span.craft_amount{
- display: block;
- position: absolute;
- top: 0;
- right: 0.2em;
- text-align: right;
- font-size: 90%;
- font-weight: bold;
- 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;
|