| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226 |
- :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, #bb8440 0%, #c8ad78 97%, #d1a98f 100%);
- --input-background-disabled: linear-gradient(0deg, #603d20 0%, #64563c 97%, #685447 100%);
- --input-background-unchecked: #604728;
- --input-background-checked: #d1a98f;
- --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;
- /**
- * Other colors
- */
- --color-monster-tooltip-background: #351e0b;
- --color-monster-tooltip-header: #150e00;
- --color-table-rune-background: #7d6640;
- --color-table-rune-border: #3c2929;
- }
- .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;
- }
- @media screen and (max-width : 768px){
- header nav#menu table td{
- font-size: 85%;
- }
- }
- 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 label{
- vertical-align: middle;
- }
- header table td.mode div#mode_switch .switch {
- position: relative;
- display: inline-block;
- width: 2em;
- height: 1.5em;
- }
- 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: 1em;
- width: 1em;
- 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: #324b4f;
- }
- 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(0.5em);
- -ms-transform: translateX(0.5em);
- transform: translateX(0.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: var(--color-table-rune-background);
- font-size: 90%;
- border: 0.3em solid var(--color-table-rune-border);
- 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: var(--color-table-rune-background);
- font-size: 90%;
- border: 0.3em solid var(--color-table-rune-border);
- 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{
- font-size: 80%;
- text-align: center;
- }
- /**
- * /Artifact table
- */
- /**
- * Enchantment panel
- */
- div.enchantment_panel{
- width: 4em;
- height: 4em;
- border: 0.1em solid var(--color-table-rune-border);
- 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;
- }
|