| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710 |
- .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;
- }
- }
- /* Filters section, for lists. */
- section.filters{
- text-align:center;
- background-color: #775533;
- display: inline-block;
- min-width: 40%;
- }
- @media screen and (max-width : 990px){
- section.filters{
- font-size: 80%;
- }
- }
- section.filters table{
- margin: auto;
- }
- section.filters table td.filter{
- vertical-align: top;
- padding: 0.2em;
- text-align: center;
- color: #ffffff;
- }
- section.filters table td.filter span{
- display: block;
- margin: 0.1em;
- font-size: 80%;
- }
- section.filters div#filter_apply{
- text-align: center;
- margin: 0.5em auto 1em auto;
- }
- /* 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_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{
- 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: 1em;
- }
- table.rune td.stats table td.craft{
- color: #ff7700;
- }
- 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
- */
|