| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237 |
- :root {
- /**
- * Width to switch to diferent layoouts.
- */
- --width-small: 600px; /*Use with max-*/
- --width-medium: 768px;
- --width-large: 1024px; /*Use with min-*/
- /**
- * 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;
- /**
- * Sidebar.
- */
- --sidebar-width: 22em;
- --sidebar-background: #331100;
- --sidebar-border: 0.13em solid var(--ui-color-border);
- /**
- * Sections.
- */
- --section-border: 0.13em solid var(--ui-color-border);
- --section-border-radius: 0.5em;
- --section-padding: 0.3em;
- --section-margin: 0.2em;
- --section-title-margin: -0.3em -0.3em 0.3em -0.3em;
- --section-title-background: #6c2d0d;
- --section-title-border-radius: 0.35em;
- --section-title-padding: 0.2em 0 0.2em 1em;
- --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);
- padding: 0;
- margin: 0;
- display: grid;
- /* Header and footer span the entire width, sidebars and content are fixed, with empty space on sides */
- grid-template-areas:
- "header header"
- "sidebar content"
- "footer footer";
- grid-template-columns: var(--sidebar-width); auto;
- }
- @media only screen and (max-width: 788px){
- body{
- display: initial;
- }
- }
- 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-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;
- grid-area: header;
- position: sticky;
- top: 0;
- z-index: 1000;
- }
- @media only screen and (max-width: 788px){
- header{
- position: initial;
- grid-area: none;
- margin: 0;
- height: 4.2em;
- }
- }
- header div#logo{
- font-size: 100%;
- margin: auto;
- display: inline-block;
- vertical-align: middle;
- width: 9em;
- text-align: center;
- float: left;
- }
- header div#logo img#logo_img{
- max-width: 9em;
- max-height: 6em;
- }
- 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 : 768px){
- header div#logo{
- position: absolute;
- top: 0em;
- right: 0em;
- }
- 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: block;
- height: 4.5em;
- }
- header nav#menu table td{
- font-size: 100%;
- font-weight: bold;
- text-transform: capitalize;
- font-variant: small-caps;
- text-decoration: none;
- position: relative;
- padding: 0;
- vertical-align: middle;
- }
- header nav#menu table td.item{
- border: var(--nav-separator);
- text-align: center;
- }
- header nav#menu table td.last{
- width: 100%;
- text-align: right;
- padding-right: 0.5em;
- }
- header nav#menu table td.item a{
- color: var(--nav-color);
- text-shadow: var(--nav-shadow);
- transition: all .4s ease-in-out;
- display: block;
- padding: 0.3em 0.1em;
- }
- header nav#menu table td.item a:hover{
- background-color: var(--nav-background-hover);
- color: var(--nav-color-hover);
- text-shadow: var(--nav-shadow-hover);
- }
- header table td.profile nav#profile{
- float: right;
- margin-right: 0.5em;
- position: absolute;
- right: 0;
- top: 0em;
- }
- @media screen and (max-width : 768px){
- header table td.profile nav#profile{
- margin-right: 0.5em;
- position: absolute;
- top: 2em;
- right: 0.5em;
- }
- }
- header table td.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 table td.profile a:hover{
- color: var(--nav-color-hover);
- text-shadow: var(--nav-shadow-hover);
- }
- header table td.mode div#mode_switch{
- display: inline-block;
- font-size: 70%;
- }
- header table td.mode div#mode_switch .switch {
- position: relative;
- display: inline-block;
- width: 3.5em;
- height: 2em;
- }
- header table td.mode div#mode_switch .switch input {
- opacity: 0;
- width: 0;
- height: 0;
- }
- header table td.mode div#mode_switch .slider {
- position: absolute;
- cursor: pointer;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background-color: #755739;
- -webkit-transition: .4s;
- transition: .4s;
- }
- header table td.mode div#mode_switch .slider:before {
- position: absolute;
- content: "";
- height: 1.5em;
- width: 1.5em;
- left: 0.25em;
- bottom: 0.25em;
- background-color: white;
- -webkit-transition: .4s;
- transition: .4s;
- }
- header table td.mode div#mode_switch input:checked + .slider {
- background-color: #396f75;
- }
- header table td.mode div#mode_switch input:focus + .slider {
- box-shadow: 0 0 1px #2196F3;
- }
- header table td.mode div#mode_switch input:checked + .slider:before {
- -webkit-transform: translateX(1.5em);
- -ms-transform: translateX(1.5em);
- transform: translateX(1.5em);
- }
- header table td.mode div#mode_switch .slider.round {
- border-radius: 1.5em;
- }
- header table td.mode div#mode_switch .slider.round:before {
- border-radius: 50%;
- }
- aside{
- grid-area: sidebar;
- position: fixed;
- top: 0;
- bottom: 0;
- left: 0;
- width: calc(var(--sidebar-width) - 1em);
- overflow-y: hidden;
- text-align: left;
- border-right: var(--sidebar-border);
- padding: 0.3em;
- margin: 0;
- background: var(--sidebar-background);
- }
- @media only screen and (max-width: 788px){
- aside{
- grid-area: none;
- position: relative;
- width: 100%;
- border-right: 0;
- border-bottom: var(--sidebar-border);
- top: initial;
- bottom: initial;
- left: initial;
- overflow-y: initial;
- margin-bottom: 2em;
- }
- }
- aside h2{
- margin: -0.3em -0.3em 0.5em -0.3em;
- border-bottom: var(--section-border);
- background-color: var(--section-title-background);
- 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;
- padding-top: 5em;
- }
- @media only screen and (max-width: 788px){
- aside h2{
- margin: 0;
- padding-top: 0.3em;
- }
- }
- aside p{
- font-style: italic;
- margin: 0.5em 1.5em;
- }
- aside form.filter table{
- margin: auto;
- display: inline;
- border-collapse: collapse;
- text-align: left;
- }
- @media only screen and (max-width: 788px){
- aside form.filter {
- margin: auto;
- display: block;
- text-align: center;
- }
- }
- aside form.filter input[type='submit']{
- margin: 1em auto;
- display: block;
- }
- main{
- grid-area: content;
- overflow-y: auto;
- }
- @media only screen and (max-width: 788px){
- main{
- grid-area: none;
- overflow-y: initial;
- }
- }
- footer{
- font-size: 80%;
- text-align: center;
- border-top: 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: 0;
- grid-area: footer;
- position: sticky;
- bottom: 0;
- z-index: 1000;
- }
- @media only screen and (max-width: 788px){
- footer{
- margin: 2em 0 0 0;
- grid-area: none;
- 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: 21em;
- height: 7.5em;
- 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.grind{
- color: #ff7700;
- vertical-align: middle;
- font-size: 90%;
- font-weight: bold;
- margin-left: -0.4em;
- position: relative
- }
- table.rune td.stats table td.grind img{
- width: 1em;
- height: 1em;
- position: absolute;
- top: 0.1em;
- }
- 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: 3.5em;
- text-align: center;
- 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: 24em;
- 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
- */
- /**
- * Enchantment panel
- */
- div.enchantment_panel{
- width: 4em;
- height: 4em;
- border: 0.1em solid #3c2929;
- border-radius: 0.5em;
- position: relative;
- text-align: center;
- display: inline-block;
- }
- div.enchantment_panel.enchantment_quality_normal{ /* Normal */
- background-image: repeating-radial-gradient(#ffffff, #cccccc 30%, #ffffff 60%);
- }
- div.enchantment_panel.enchantment_quality_magic{ /* Magic */
- background-image: repeating-radial-gradient(#aaffaa, #88cc88 30%, #aaffaa 60%);
- }
- div.enchantment_panel.enchantment_quality_rare{ /* Rare */
- background-image: repeating-radial-gradient(#aaaaff, #8888cc 30%, #aaaaff 60%);
- }
- div.enchantment_panel.enchantment_quality_hero{ /* Hero */
- background-image: repeating-radial-gradient(#ffaacc, #cc88aa 30%, #ffaacc 60%);
- }
- div.enchantment_panel.enchantment_quality_legend{ /* Legend */
- background-image: repeating-radial-gradient(#f48200, #b76201 30%, #f48200 60%);
- }
- div.enchantment_panel img.enchantment_base{
- position: absolute;
- width: 4em;
- height: 4em;
- margin: -0.5em;
- top: 0.1em;
- left: 0.5em;
- }
- div.enchantment_panel img.enchantment_icon{
- position: absolute;
- width: 1.5em;
- height: 1.5em;
- top: 0.8em;
- left: 1.25em;
- }
- div.enchantment_panel.enchantment_ancient_1 img.enchantment_base{filter: brightness(150%) contrast(90%) saturate(100%) drop-shadow(0 0 0.3em #ffffff) drop-shadow(0 0 0.1em #ffffff);}
- div.enchantment_panel.enchantment_quality_normal img.enchantment_base{filter: sepia(100%) saturate(500%) grayscale(100%);}
- div.enchantment_panel.enchantment_quality_magic img.enchantment_base{filter: sepia(100%) saturate(500%) hue-rotate(60deg);}
- div.enchantment_panel.enchantment_quality_rare img.enchantment_base{filter: sepia(100%) saturate(500%) hue-rotate(120deg);}
- div.enchantment_panel.enchantment_quality_hero img.enchantment_base{filter: sepia(100%) saturate(500%) hue-rotate(230deg);}
- div.enchantment_panel.enchantment_quality_legend img.enchantment_base{filter: sepia(100%) saturate(500%) hue-rotate(330deg);}
- div.enchantment_panel span.enchantment_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.enchantment_panel span.enchantment_stat span.enchantment_stat_name{
- display: block;
- margin: 0;
- }
- div.enchantment_panel span.enchantment_stat span.enchantment_stat_value{
- display: block;
- font-weight: bold;
- margin: 0;
- }
- div.enchantment_panel span.enchantment_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;
- }
- /* Help tooltips */
- div.help_tooltip{
- display: inline-block;
- width: 1em;
- height: 1em;
- color: var(--section-title-background);
- background-color: var(--ui-color-border);
- border: 0.1em solid var(--section-title-background);
- border-radius: 50%;
- font-family: monospace;
- font-weight: bold;
- vertical-align: bottom;
- position: relative;
- text-align: center;
- cursor: pointer;
- }
- div.help_tooltip:after{
- content: '?';
- }
- div.help_tooltip p{
- font-size: 100%;
- font-family: initial;
- font-weight: initial;
- border: var(--section-border);
- color: #ffffff;
- display: none;
- position: absolute;
- top: 0%;
- left: -5em;
- width: 10em;
- border: var(--section-border);
- border-radius: 0.8em;
- background-color: var(--section-background-list);
- padding: 0.4em;
- text-align: left;
- line-height: 95%;
- filter: drop-shadow(0 0 0.5em #000000) drop-shadow(0 0 0.2em #000000) drop-shadow(0 0 0.1em #000000);
- z-index: 999;
- }
- div.help_tooltip:hover p{
- display: block;
- }
|