.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; } html { height: 100%; } body{ height: 100%; padding: 0; margin: 0; background-color: #000000; } 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; } img.slider{ width: 1em; height: 1em; vertical-align: middle; transition: all .3s ease-in-out; } img.loader{ animation: spin 2s linear infinite; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } div#cover{ /* Page cofer for opening floating windows. */ display: none; background-color: #000000; opacity: 0; transition: opacity .3s ease-in-out; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 10; } header{ border-bottom: 0.3em solid #f2c920; border-left: 0.3em solid #f2c920; border-right: 0.3em solid #f2c920; border-bottom-right-radius: 2em; border-bottom-left-radius: 2em; box-shadow: 0 0 1em #ffffff; margin: 0 0 2em 0; background-color: #884444; } 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; } 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; } footer{ color: #ffffff; font-size: 80%; text-align: center; border-top: 0.3em solid #f2c920; border-left: 0.3em solid #f2c920; border-right: 0.3em solid #f2c920; border-top-right-radius: 2em; border-top-left-radius: 2em; box-shadow: 0 0 1em #ffffff; 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: 33%; padding: 0.5em; } @media screen and (max-width : 990px){ footer table#footer_table td{ width: auto; padding: 0.2em; font-size: 70%; } } div#content{ /* Everything between the header and the footer. */ width: 90%; margin: auto; max-width: 90em; } div.section{ margin: 0.5em; padding: 1em; background-color: #ccaa88; border: 0.1em solid #000000; overflow: hidden; } @media screen and (max-width : 990px){ div.section{ margin: 1em; } } div.section h3.section_title{ font-weight: bold; color: #ffffff; background-color: #886644; font-size: 120%; padding: 0.2em 0.5em 0.2em 0.5em; margin: -1em -1em 1em -1em; } div.section div.entry{ /* Separated elements in a section. */ border: 0.1em solid #333333; border-radius: 0.3em; padding: 0.5em; margin: 0.5em; transition: all .4s ease-in-out; } img.skill_image{ margin: 0 auto; width: 2.5em; height: 2.5em; border: 0.2em solid #000000; border-radius: 15%; } img.skill_image.skill_awaken{ border: 0.2em solid #aa00ff; } img.skill_image.skill_disabled{ background-color: #ffffff; opacity: 0.7; } img.skill_image.skill_leader{ filter: drop-shadow(0 0 0.1em #8888ff) drop-shadow(0 0 0.1em #8888ff) drop-shadow(0 0 0.1em #8888ff); } span.skill_name{ display: block; font-style: italic; } span.skill_name.skill_awaken{ color: #aa00ff; } span.skill_name.skill_disabled{ opacity: 0.7; } span.skill_name.skill_leader{ display: none; } span.skill_level{ display: block; margin: 0.5em; font-size: 90%; } span.skill_level input{ width: 2em; } span.skill_image{ position: relative; } span.skill_image span.skill_tooltip{ color: #ffffff; padding: 0.7em; background-color: #351e0b; border: 0.2em solid #f2c920;; border-radius: 0.5em; text-shadow: 0 0 0.1em #000000; box-shadow: 0 0 0.2em #000000; width: 18em; top: -7em; left: -9em; opacity: 0; position: absolute; text-align: center; display: none; /* z-index: 2; */ text-transform: none; transition: all 0.3s ease-in-out; } @media screen and (max-width : 990px){ span.skill_image span.skill_tooltip{ width: 12em; top: -9em; left: -6em; padding: 0.4em } } span.skill_image:hover span.skill_tooltip{ opacity: 1; display: block; z-index: 99; } span.skill_image span.skill_tooltip img.skill_tooltip_image{ width: 2em; height: 2em; float: left; margin: 0.2em; border: 0.2em solid #000000; border-radius: 15%; } span.skill_image span.skill_tooltip img.skill_tooltip_image.skill_awaken{ border: 0.2em solid #aa00ff; } span.skill_image span.skill_tooltip img.skill_tooltip_image.skill_disabled{ background-color: #ffffff; opacity: 0.7; } span.skill_image span.skill_tooltip img.skill_tooltip_image.skill_leader{ filter: drop-shadow(0 0 0.1em #8888ff) drop-shadow(0 0 0.1em #8888ff) drop-shadow(0 0 0.1em #8888ff); } span.skill_image span.skill_tooltip span.skill_tooltip_title{ font-weight: bold; } span.skill_image span.skill_tooltip ul.skill_levels{ display: block; text-align: left; margin: 0.5em auto 0.5em 0.5em; font-size: 90%; } span.skill_image span.skill_tooltip ul.skill_levels li.unreached{ font-style: italic; color: #aaaaaa; } 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: #000000; padding: 0 0.3em; background-color: #f3eeea; border: 0.2em solid #f2c920; border-radius: 0.5em; text-shadow: 0 0 0.1em #ffffff; 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.3em; 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: 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; } /** * Rune boxes */ div.rune_panel{ width: 8em; height: 8em; border: 0.2em solid #000000; border-radius: 1em; position: relative; } div.rune_panel.rune_quality_0{ /* Normal */ background-image: repeating-radial-gradient(#ffffff, #cccccc 30%, #ffffff 60%); } div.rune_panel.rune_quality_1{ /* Magic */ background-image: repeating-radial-gradient(#aaffaa, #88cc88 30%, #aaffaa 60%); } div.rune_panel.rune_quality_2{ /* Rare */ background-image: repeating-radial-gradient(#aaaaff, #8888cc 30%, #aaaaff 60%); } div.rune_panel.rune_quality_3{ /* Hero */ background-image: repeating-radial-gradient(#ffaacc, #cc88aa 30%, #ffaacc 60%); } div.rune_panel.rune_quality_4{ /* 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_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_0 img.rune_icon{ filter: sepia(100%) saturate(500%) grayscale(100%); } div.rune_panel.rune_original_quality_1 img.rune_icon{ filter: sepia(100%) saturate(500%) hue-rotate(60deg); } div.rune_panel.rune_original_quality_2 img.rune_icon{ filter: sepia(100%) saturate(500%) hue-rotate(120deg); } div.rune_panel.rune_original_quality_3 img.rune_icon{ filter: sepia(100%) saturate(500%) hue-rotate(230deg); } div.rune_panel.rune_original_quality_4 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{ /* z-index: 4; */ 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 */