.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: #f72302; } .color_Wind{ color: #fcc923; } .color_Water{ color: #0285f7; } .color_Light{ color: #f2f7aa; } .color_Dark{ color: #4a0282; } .color_Magic{ color: #e21af4; } .border_Fire{ border-color: #f72302; } .border_Wind{ border-color: #fcc923; } .border_Water{ border-color: #0285f7; } .border_Light{ border-color: #f2f7aa; } .border_Dark{ border-color: #4a0282; } .border_Magic{ border-color: #e21af4; } .background_Fire{ background-color: #f72302; } .background_Wind{ background-color: #fcc923; } .background_Water{ background-color: #0285f7; } .background_Light{ background-color: #f2f7aa; } .background_Dark{ background-color: #4a0282; } .background_Magic{ background-color: #e21af4; } /* Star colors. */ img.star{ } img.star.star_silver{ filter: 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); } img.star.star_gold{ filter: 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); } img.star.star_purple{ filter: sepia(100%) saturate(500%) hue-rotate(250deg) saturate(1500%) drop-shadow(0 0 0.1em #000) drop-shadow(0 0 0.1em #000) drop-shadow(0 0 0.1em #000); } img.star.star_red{ filter: 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); } html { height: 100%; } body{ height: 100%; padding: 0; margin: 0; background-color: #000000; text-align: center; } a{ color: #08fff6; text-shadow: 0 0 0.5em #000000; text-decoration: none; transition: all .3s ease-in-out; } a:hover{ color: #cccccc; text-shadow: 0 0 0.1em #000000; } .fake_a{ /* Elements that look and act as links. */ color: #08fff6; text-shadow: 0 0 0.5em #000000; text-decoration: none; cursor: pointer; transition: all .3s ease-in-out; } .fake_a:hover{ color: #cccccc; text-shadow: 0 0 0.1em #000000; } header{ border-bottom: 0.2em solid #f2c920; border-left: 0.2em solid #f2c920; border-right: 0.2em solid #f2c920; border-bottom-right-radius: 1.5em; border-bottom-left-radius: 1.5em; margin: 0 0 1em 0; background-color: #884444; text-align: left; } header div#logo{ margin: auto; display: inline-block; vertical-align: middle; width: 20em; text-align: center; } header div#logo h1#logo_text{ font-style: italic; margin: -2em auto -0.7em auto; color: #ffffff; text-shadow: 0 0 0.3em #000000, 0 0 0.3em #000000, 0 0 0.3em #000000, 0 0 0.3em #000000, 0 0 0.4em #000000, 0 0 0.4em #000000, 0 0 0.4em #000000, 0 0 1em #000000, 0 0 1em #000000; } header div#logo h1#logo_text span.large{ font-size: 150%; } header div#logo h1#logo_text span.small{ font-size: 70%; margin-left: -0.5em; } header nav{ display: inline-block; vertical-align: middle; font-size: 80%; } header nav a{ font-size: 2em; font-weight: bold; margin: 0.5em; color: #ffffff; text-decoration: none; position: relative; transition: all .4s ease-in-out; } header nav a:hover{ color: #333333; text-shadow: 0 0 0.7em #ffffff; } @media screen and (max-width : 990px){ header nav a{ font-size: 1.2em; margin: 0.2em 0.5em; display: block; } header nav a:hover{ color: #ffffff; text-shadow: 0 0 0 #000000; } } footer{ color: #ffffff; font-size: 80%; text-align: center; border-top: 0.2em solid #f2c920; border-left: 0.2em solid #f2c920; border-right: 0.2em solid #f2c920; border-top-right-radius: 1.5em; border-top-left-radius: 1.5em; margin: 2em 0 0 0; background-color: #884444; padding: 1em 2em 1em 2em; } 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[type=button], input[type=submit]{ font-size: 100%; font-weight: bold; color: #ffffff; padding: 0.3em 1em 0.3em 1em; background-color: #351e0b; border: 0.2em solid #f2c920; border-radius: 0.5em; text-shadow: 0 0 0.2em #000000; cursor: pointer; box-shadow: 0 0 0.3em #000000; } input[type=text], input[type=number]{ font-size: 80%; font-weight: bold; color: #ffffff; padding: 0 0.3em; background-color: #351e0b; border: 0.2em solid #f2c920; border-radius: 0.5em; box-shadow: 0 0 0.3em #000000; } input[type=number]{ width: 3em; } input[type=checkbox]{ font-weight: bold; color: #ffffff; background-color: #351e0b; border: 0.2em solid #f2c920; border-radius: 0.5em; text-shadow: 0 0 0.2em #000000; cursor: pointer; box-shadow: 0 0 0.3em #000000; } select{ font-size: 80%; font-weight: bold; color: #ffffff; padding: 0 0.1em; background-color: #351e0b; border: 0.2em solid #f2c920; border-radius: 0.5em; text-shadow: 0 0 0.2em #000000; cursor: pointer; box-shadow: 0 0 0.3em #000000; } a.a_button{ /* Links that look like buttons. */ font-size: 100%; font-weight: bold; color: #ffffff; padding: 0.3em 1em 0.3em 1em; background-color: #351e0b; border: 0.2em solid #f2c920;; border-radius: 0.5em; text-shadow: 0 0 0.2em #000000; cursor: pointer; box-shadow: 0 0 0.3em #000000; display: inline-block; } ::placeholder { color: #777777; } section{ text-align: left; border: 0.2em solid #f2c920; border-radius: 0.5em; padding: 0.5em; margin: 0.2em 2em 0.5em 2em; } section h2{ margin: -0.25em -0.25em 0.5em -0.25em; border-bottom: 0.1em solid #f2c920; background-color: #000000bb; color: #ffffff; text-align: left; border-top-left-radius: 0.25em; border-top-right-radius: 0.25em; padding: 0.25em 0 0.25em 2em; font-size: 200%; font-weight: bold; } @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: #331100; } /* Main content, when it a single monster, rune... */ section.content{ text-align: center; background-color: #553311; } /** * 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_quality_normal{ /* Normal */ background-image: repeating-radial-gradient(#ffffff, #cccccc 30%, #ffffff 60%); } div.rune_panel.rune_quality_magic{ /* Magic */ background-image: repeating-radial-gradient(#aaffaa, #88cc88 30%, #aaffaa 60%); } div.rune_panel.rune_quality_rare{ /* Rare */ background-image: repeating-radial-gradient(#aaaaff, #8888cc 30%, #aaaaff 60%); } div.rune_panel.rune_quality_hero{ /* Hero */ background-image: repeating-radial-gradient(#ffaacc, #cc88aa 30%, #ffaacc 60%); } div.rune_panel.rune_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.4em; left: 3.1em; } div.rune_panel.rune_slot_2 img.rune_icon{ top: 2.9em; left: 2.5em; } div.rune_panel.rune_slot_3 img.rune_icon{ top: 2.2em; left: 2.5em; } div.rune_panel.rune_slot_4 img.rune_icon{ top: 2em; left: 3.1em; } div.rune_panel.rune_slot_5 img.rune_icon{ top: 2.2em; left: 3.5em; } div.rune_panel.rune_slot_6 img.rune_icon{ top: 2.9em; left: 3.5em; } div.rune_panel.rune_original_quality_normal img.rune_icon{ filter: sepia(100%) saturate(500%) grayscale(100%); } div.rune_panel.rune_original_quality_magic img.rune_icon{ filter: sepia(100%) saturate(500%) hue-rotate(60deg); } div.rune_panel.rune_original_quality_rare img.rune_icon{ filter: sepia(100%) saturate(500%) hue-rotate(120deg); } div.rune_panel.rune_original_quality_hero img.rune_icon{ filter: sepia(100%) saturate(500%) hue-rotate(230deg); } div.rune_panel.rune_original_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.4em; filter: drop-shadow(0 0 0.1em #000000) drop-shadow(0 0 0.1em #000000); } div.rune_panel.rune_level_15 span.rune_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.rune_panel span.rune_level{ font-size: 130%; font-weight: bold; color: #ffffff; 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 */ /** * Monster panel */ div.monster_panel{ display: inline-block; width: 7em; height: 7em; margin: 0.5em; position: relative; border-radius: 15%; } @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; } @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: 1em; height: 1em; margin-left: -0.4em; } @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; bottom: 1.6em; 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; font-size: 100%; right: -1.5em; bottom: 1.5em; z-index: 1; } div.monster_panel span.level::before { content: "Lv. "; } /** * /Monster panel */ /** * Rune table */ table.rune{ border-collapse: collapse; display: inline-block; vertical-align: top; font-size: 80%; position: relative; border-radius: 1em; margin: 0.5em; } table.rune{ font-size: 70%; } table.rune td.icon div.assigned{ max-width: 2.5em; max-height: 2.5em; position: absolute; left: 0.5em; bottom: 1em; } 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{ border-bottom: 0.2em solid #777777; border-left: 0.2em solid #777777; border-top: 0.2em solid #777777; background-color: #655c59; } table.rune td.icon div.rune_panel{ font-size: 70%; } table.rune td.stats{ color: #ffffff; border-bottom: 0.2em solid #777777; border-top: 0.2em solid #777777; background-color: #655c59; width: 8em; } table.rune td.stats table{ color: #ffffff; font-size: 90%; } 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: left; padding-left: 0.2em; vertical-align: middle; white-space: nowrap; } table.rune td.stats table td.value span.grind{ color: #ff7700; vertical-align: middle; font-size: 90%; font-weight: bold; margin-left: -0.4em; } table.rune td.stats table td.value span.grind_{ display: none; } table.rune td.stats table td.value img{ width: 1em; height: 1em; margin: 0; vertical-align: middle; } table.rune td.details{ color: #ffffff; padding-left: 0.5em; border-bottom: 0.2em solid #777777; border-right: 0.2em solid #777777; border-top: 0.2em solid #777777; background-color: #655c59; width: 16em; } table.rune td.details table.table_details{ font-size: 80%; } table.rune td.details table.table_details td.title{ text-align: right; } table.rune td.details table.table_details td.value{ text-align: left; padding-left: 1em; } table.rune td.details table.table_details span.quality{ border: 0.1em solid #000000; border-radius: 0.2em; font-weight: bold; color: #ffffff; text-shadow: 0 0 0.1em #000000; padding: 0 0.3em; width: 5em; } 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 */ /** * Craft item panel */ div.craft_panel{ width: 3em; height: 3em; border: 0.2em solid #000000; border-radius: 0.5em; position: relative; text-align: center; display: inline-block; } div.craft_panel.craft_quality_normal{ /* Normal */ background-image: repeating-radial-gradient(#ffffff, #cccccc 30%, #ffffff 60%); } div.craft_panel.craft_quality_magic{ /* Magic */ background-image: repeating-radial-gradient(#aaffaa, #88cc88 30%, #aaffaa 60%); } div.craft_panel.craft_quality_rare{ /* Rare */ background-image: repeating-radial-gradient(#aaaaff, #8888cc 30%, #aaaaff 60%); } div.craft_panel.craft_quality_hero{ /* Hero */ background-image: repeating-radial-gradient(#ffaacc, #cc88aa 30%, #ffaacc 60%); } div.craft_panel.craft_quality_legend{ /* Legend */ background-image: repeating-radial-gradient(#f48200, #b76201 30%, #f48200 60%); } div.craft_panel img.craft_base{ position: absolute; width: 3em; height: 3em; margin: -0.5em; top: 0.1em; left: 0.5em; } div.craft_panel img.craft_icon{ position: absolute; width: 1em; height: 1em; top: 0.6em; left: 1em; } div.craft_panel.craft_ancient_1 img.craft_base{ filter: brightness(150%) contrast(90%) saturate(100%) drop-shadow(0 0 0.3em #ffffff) drop-shadow(0 0 0.1em #ffffff); } div.craft_panel.craft_quality_normal img.craft_base{ filter: sepia(100%) saturate(500%) grayscale(100%); } div.craft_panel.craft_quality_magic img.craft_base{ filter: sepia(100%) saturate(500%) hue-rotate(60deg); } div.craft_panel.craft_quality_rare img.craft_base{ filter: sepia(100%) saturate(500%) hue-rotate(120deg); } div.craft_panel.craft_quality_hero img.craft_base{ filter: sepia(100%) saturate(500%) hue-rotate(230deg); } div.craft_panel.craft_quality_legend img.craft_base{ filter: sepia(100%) saturate(500%) hue-rotate(330deg); } div.craft_panel span.craft_stat{ display: block; width: 100%; text-align: center; font-size: 60%; color: #ffffff; 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; top: 2.7em; } div.craft_panel span.craft_stat span.craft_stat_name{ display: block; margin: 0; } div.craft_panel span.craft_stat span.craft_stat_value{ display: block; font-weight: bold; margin: 0; }