| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227 |
- :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-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;
- }
- header nav.menu{
- display: block;
- border-bottom: var(--header-border);
- }
- 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;
- padding: 0;
- }
- 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.6em;
- }
- 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 nav#menu_app h1#logo_text{
- text-transform: none;
- font-style: italic;
- margin: 0em 10px;
- text-shadow: 0 0 0.1em var(--ui-color-a-shadow), 0 0 0.1em var(--ui-color-a-shadow);
- line-height: 0.6;
- text-align: center;
- width: 150px;
- }
- header nav#menu_player select#player_select{
- width: 150px ; /* Px, the same as the logo*/
- margin: 0em 10px;
- }
- 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
- */
- div.building_panel{
- display: inline-block;
- width: 4em;
- height: 4em;
- margin: 0.2em 0em;
- position: relative;
- border-radius: 15%;
- vertical-align: middle;
- }
- div.building_panel img.building, img.decoration{
- width: 4em;
- height: 4em;
- border-style: solid;
- border-width: 0.1em;
- border-radius: 15%;
- }
- div.building_panel span.level{
- position: relative;
- bottom: 1.6em;
- font-weight: bold;
- color: #000;
- text-shadow: 0 0 0.1em #fff, 0 0 0.2em #fff, 0 0 0.4em #fff, 0 0 0.4em #fff;
- bottom: 1.4em;
- z-index: 1;
- font-size: 1em;
- display: block;
- text-align: right;
- pointer-events: none;
- }
-
-
- /**
- * 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;
- }
|