|
@@ -10,12 +10,34 @@
|
|
|
--ui-color-a: #08fff6;
|
|
--ui-color-a: #08fff6;
|
|
|
--ui-color-a-hover: #cccccc;
|
|
--ui-color-a-hover: #cccccc;
|
|
|
--ui-color-a-shadow: #000000;
|
|
--ui-color-a-shadow: #000000;
|
|
|
|
|
+ --ui-color-border: #c8ad78;
|
|
|
/**
|
|
/**
|
|
|
* Header and footer.
|
|
* Header and footer.
|
|
|
*/
|
|
*/
|
|
|
- --header-background: #884444;
|
|
|
|
|
- --header-border: 0.2em solid #f2c920;
|
|
|
|
|
- --header-border-radius: 0;
|
|
|
|
|
|
|
+ --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;
|
|
|
|
|
+ /**
|
|
|
|
|
+ * Sections.
|
|
|
|
|
+ */
|
|
|
|
|
+ --section-border: 0.15em solid var(--ui-color-border);
|
|
|
|
|
+ --section-border-radius: 0.5em;
|
|
|
|
|
+ --section-padding: 0.5em;
|
|
|
|
|
+ --section-margin: 0.2em 2em 0.5em 2em;
|
|
|
|
|
+ --section-title-margin: -0.5em -0.5em 0.5em -0.5em;
|
|
|
|
|
+ --section-title-background: #6c2d0d;
|
|
|
|
|
+ --section-title-border-radius: 0.35em;
|
|
|
|
|
+ --section-title-padding: 0.2em 0 0.2em 2em;
|
|
|
|
|
+ --section-title-font-size: 100%;
|
|
|
|
|
+ --section-title-font-weight: bold;
|
|
|
|
|
+ --section-background-list: #331100;
|
|
|
|
|
+ --section-background-content: #755739;
|
|
|
/**
|
|
/**
|
|
|
* Star filters.
|
|
* Star filters.
|
|
|
*/
|
|
*/
|
|
@@ -32,9 +54,21 @@
|
|
|
--element-color-light: #f2f7aa;
|
|
--element-color-light: #f2f7aa;
|
|
|
--element-color-dark: #4a0282;
|
|
--element-color-dark: #4a0282;
|
|
|
--element-color-magic: #e21af4;
|
|
--element-color-magic: #e21af4;
|
|
|
-
|
|
|
|
|
- --main-txt-color: blue;
|
|
|
|
|
- --main-padding: 15px;
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * Input elments
|
|
|
|
|
+ */
|
|
|
|
|
+ --input-color: #ffffff;
|
|
|
|
|
+ --input-color-placeholder: #777777;
|
|
|
|
|
+ --input-font-weight: normal;
|
|
|
|
|
+ --input-padding: 0;
|
|
|
|
|
+ --input-background: linear-gradient(0deg, rgba(187,132,64,1) 0%, rgba(200,173,120,1) 97%, rgba(209,169,143,1) 100%);
|
|
|
|
|
+ --input-background-unchecked: rgb(96, 71, 40);
|
|
|
|
|
+ --input-background-checked: rgba(209,169,143,1);
|
|
|
|
|
+ --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;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@@ -54,99 +88,38 @@
|
|
|
display: initial !important;
|
|
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);
|
|
|
|
|
-}
|
|
|
|
|
|
|
+.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. */
|
|
/* Star colors. */
|
|
|
-img.star{
|
|
|
|
|
-
|
|
|
|
|
-}
|
|
|
|
|
-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);
|
|
|
|
|
-}
|
|
|
|
|
|
|
+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%;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+html {height: 100%;}
|
|
|
body{
|
|
body{
|
|
|
background-color: var(--global-background);
|
|
background-color: var(--global-background);
|
|
|
color: var(--global-color);
|
|
color: var(--global-color);
|
|
@@ -178,8 +151,8 @@ a:hover{
|
|
|
}
|
|
}
|
|
|
header{
|
|
header{
|
|
|
border-bottom: var(--header-border);
|
|
border-bottom: var(--header-border);
|
|
|
- border-left: var(--header-border);
|
|
|
|
|
- border-right: var(--header-border);
|
|
|
|
|
|
|
+ /*border-left: var(--header-border);
|
|
|
|
|
+ border-right: var(--header-border);*/
|
|
|
border-bottom-right-radius: var(--header-border-radius);
|
|
border-bottom-right-radius: var(--header-border-radius);
|
|
|
border-bottom-left-radius: var(--header-border-radius);
|
|
border-bottom-left-radius: var(--header-border-radius);
|
|
|
margin: 0 0 1em 0;
|
|
margin: 0 0 1em 0;
|
|
@@ -191,41 +164,52 @@ header div#logo{
|
|
|
margin: auto;
|
|
margin: auto;
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
vertical-align: middle;
|
|
vertical-align: middle;
|
|
|
- width: 14em;
|
|
|
|
|
|
|
+ width: 10em;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
|
|
+ float: left;
|
|
|
}
|
|
}
|
|
|
header div#logo img#logo_img{
|
|
header div#logo img#logo_img{
|
|
|
- max-width: 14em;
|
|
|
|
|
|
|
+ max-width: 8em;
|
|
|
|
|
+ max-height: 4em;
|
|
|
}
|
|
}
|
|
|
header div#logo h1#logo_text{
|
|
header div#logo h1#logo_text{
|
|
|
font-style: italic;
|
|
font-style: italic;
|
|
|
- margin: -2em auto -0.7em auto;
|
|
|
|
|
- text-shadow: 0 0 0.3em var(--ui-color-a-shadow), 0 0 0.3em var(--ui-color-a-shadow), 0 0 0.3em var(--ui-color-a-shadow), 0 0 0.3em var(--ui-color-a-shadow), 0 0 0.4em var(--ui-color-a-shadow), 0 0 0.4em var(--ui-color-a-shadow), 0 0 0.4em var(--ui-color-a-shadow), 0 0 1em var(--ui-color-a-shadow), 0 0 1em var(--ui-color-a-shadow);
|
|
|
|
|
-}
|
|
|
|
|
-header div#logo h1#logo_text span.large{
|
|
|
|
|
- font-size: 150%;
|
|
|
|
|
|
|
+ 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{
|
|
header div#logo h1#logo_text span.small{
|
|
|
- font-size: 70%;
|
|
|
|
|
|
|
+ font-size: 60%;
|
|
|
margin-left: -0.5em;
|
|
margin-left: -0.5em;
|
|
|
}
|
|
}
|
|
|
header nav{
|
|
header nav{
|
|
|
- display: inline-block;
|
|
|
|
|
- vertical-align: middle;
|
|
|
|
|
- font-size: 110%;
|
|
|
|
|
|
|
+ display: block;
|
|
|
|
|
+ height: 2em;
|
|
|
|
|
+ margin-left: 8em;
|
|
|
}
|
|
}
|
|
|
header nav a{
|
|
header nav a{
|
|
|
|
|
+ font-size: 110%;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
text-transform: capitalize;
|
|
text-transform: capitalize;
|
|
|
font-variant: small-caps;
|
|
font-variant: small-caps;
|
|
|
- margin: 0.5em;
|
|
|
|
|
|
|
+ margin: 0 -0.2em 0 0; /* -0.2 to compensate for strange space. */
|
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
transition: all .4s ease-in-out;
|
|
transition: all .4s ease-in-out;
|
|
|
|
|
+ color: var(--nav-color);
|
|
|
|
|
+ border-left: var(--nav-separator);
|
|
|
|
|
+ padding: 0.3em;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ vertical-align: middle;
|
|
|
|
|
+ text-shadow: var(--nav-shadow);
|
|
|
}
|
|
}
|
|
|
|
|
+header nav a:last-of-type{border-right: var(--nav-separator)}
|
|
|
|
|
+
|
|
|
header nav a:hover{
|
|
header nav a:hover{
|
|
|
- color: #333333;
|
|
|
|
|
- text-shadow: 0 0 0.7em #ffffff;
|
|
|
|
|
|
|
+ background-color: var(--nav-background-hover);
|
|
|
|
|
+ color: var(--nav-color-hover);
|
|
|
|
|
+ text-shadow: var(--nav-shadow-hover);
|
|
|
}
|
|
}
|
|
|
@media screen and (max-width : 990px){
|
|
@media screen and (max-width : 990px){
|
|
|
header nav a{
|
|
header nav a{
|
|
@@ -241,8 +225,8 @@ footer{
|
|
|
font-size: 80%;
|
|
font-size: 80%;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
border-top: var(--header-border);
|
|
border-top: var(--header-border);
|
|
|
- border-left: var(--header-border);
|
|
|
|
|
- border-right: var(--header-border);
|
|
|
|
|
|
|
+ /*border-left: var(--header-border);
|
|
|
|
|
+ border-right: var(--header-border);*/
|
|
|
border-top-right-radius: var(--header-border-radius);
|
|
border-top-right-radius: var(--header-border-radius);
|
|
|
border-top-left-radius: var(--header-border-radius);
|
|
border-top-left-radius: var(--header-border-radius);
|
|
|
margin: 2em 0 0 0;
|
|
margin: 2em 0 0 0;
|
|
@@ -267,83 +251,92 @@ footer table#footer_table td{
|
|
|
line-height: 0.9em;
|
|
line-height: 0.9em;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-input[type=button], input[type=submit]{
|
|
|
|
|
|
|
+input, select, a.a_button{
|
|
|
font-size: 100%;
|
|
font-size: 100%;
|
|
|
- font-weight: bold;
|
|
|
|
|
- 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;
|
|
|
|
|
|
|
+ text-transform: capitalize;
|
|
|
|
|
+ font-variant: small-caps;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
- box-shadow: 0 0 0.3em #000000;
|
|
|
|
|
-}
|
|
|
|
|
-input[type=text], input[type=number], input[type=date]{
|
|
|
|
|
- font-size: 80%;
|
|
|
|
|
- font-weight: bold;
|
|
|
|
|
- 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;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+ 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);
|
|
|
|
|
+}
|
|
|
|
|
+input[type=button], input[type=submit]{padding: var(--input-button-padding);}
|
|
|
|
|
+input[type=text], input[type=number], input[type=date], select{font-size: 80%;}
|
|
|
|
|
+input[type=number]{width: 3em;}
|
|
|
|
|
+select[multiple]{scrollbar-width: none;}
|
|
|
input[type=checkbox]{
|
|
input[type=checkbox]{
|
|
|
- font-weight: bold;
|
|
|
|
|
- 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: none;
|
|
|
|
|
+ margin-left: -2em;
|
|
|
|
|
+ overflow: hidden;
|
|
|
}
|
|
}
|
|
|
-select{
|
|
|
|
|
- font-size: 80%;
|
|
|
|
|
- font-weight: bold;
|
|
|
|
|
- padding: 0 0.1em;
|
|
|
|
|
- background-color: #351e0b;
|
|
|
|
|
- border: 0.2em solid #f2c920;
|
|
|
|
|
- border-radius: 0.5em;
|
|
|
|
|
- text-shadow: 0 0 0.2em #000000;
|
|
|
|
|
|
|
+input[type=checkbox] + label{
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ vertical-align: middle;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
- box-shadow: 0 0 0.3em #000000;
|
|
|
|
|
}
|
|
}
|
|
|
-a.a_button{ /* Links that look like buttons. */
|
|
|
|
|
- font-size: 100%;
|
|
|
|
|
|
|
+input[type=checkbox]:not(:checked) + label:before{
|
|
|
|
|
+ content: " ";
|
|
|
|
|
+ text-align: center;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
- 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;
|
|
|
|
|
|
|
+ color: var(--input-color);
|
|
|
|
|
+ text-shadow: var(--input-text-shadow);
|
|
|
|
|
+ line-height: 0.8em;
|
|
|
|
|
+ padding-top: 0.1em;
|
|
|
display: inline-block;
|
|
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: #777777;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+::placeholder {color: var(--input-color-placeholder);}
|
|
|
|
|
|
|
|
section{
|
|
section{
|
|
|
text-align: left;
|
|
text-align: left;
|
|
|
- border: 0.2em solid #f2c920;
|
|
|
|
|
- border-radius: 0.5em;
|
|
|
|
|
- padding: 0.5em;
|
|
|
|
|
- margin: 0.2em 2em 0.5em 2em;
|
|
|
|
|
|
|
+ border: var(--section-border);
|
|
|
|
|
+ border-radius: var(--section-border-radius);
|
|
|
|
|
+ padding: var(--section-padding);
|
|
|
|
|
+ margin: var(--section-margin);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
section h2{
|
|
section h2{
|
|
|
- margin: -0.25em -0.25em 0.5em -0.25em;
|
|
|
|
|
- border-bottom: 0.1em solid #f2c920;
|
|
|
|
|
- background-color: #000000bb;
|
|
|
|
|
|
|
+ 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-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;
|
|
|
|
|
|
|
+ text-transform: capitalize;
|
|
|
|
|
+ font-variant: small-caps;
|
|
|
}
|
|
}
|
|
|
@media screen and (max-width : 990px){
|
|
@media screen and (max-width : 990px){
|
|
|
section h2{
|
|
section h2{
|
|
@@ -355,14 +348,14 @@ section h2{
|
|
|
section.list{
|
|
section.list{
|
|
|
display: block;
|
|
display: block;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
- background-color: #331100;
|
|
|
|
|
|
|
+ background-color: var(--section-background-list);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Main content, when it a single monster, rune... */
|
|
/* Main content, when it a single monster, rune... */
|
|
|
section.content{
|
|
section.content{
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
- background-color: #553311;
|
|
|
|
|
|
|
+ background-color: var(--section-background-content);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@@ -401,70 +394,46 @@ div.rune_panel img.rune_base{
|
|
|
top: 0;
|
|
top: 0;
|
|
|
left: 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.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{
|
|
div.rune_panel img.rune_icon{
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
height: 3em;
|
|
height: 3em;
|
|
|
}
|
|
}
|
|
|
div.rune_panel.rune_slot_1 img.rune_icon{
|
|
div.rune_panel.rune_slot_1 img.rune_icon{
|
|
|
- top: 3.4em;
|
|
|
|
|
- left: 3.1em;
|
|
|
|
|
|
|
+ top: 3.0em;
|
|
|
|
|
+ left: 2.7em;
|
|
|
}
|
|
}
|
|
|
div.rune_panel.rune_slot_2 img.rune_icon{
|
|
div.rune_panel.rune_slot_2 img.rune_icon{
|
|
|
top: 2.9em;
|
|
top: 2.9em;
|
|
|
- left: 2.5em;
|
|
|
|
|
|
|
+ left: 2.3em;
|
|
|
}
|
|
}
|
|
|
div.rune_panel.rune_slot_3 img.rune_icon{
|
|
div.rune_panel.rune_slot_3 img.rune_icon{
|
|
|
top: 2.2em;
|
|
top: 2.2em;
|
|
|
- left: 2.5em;
|
|
|
|
|
|
|
+ left: 2.3em;
|
|
|
}
|
|
}
|
|
|
div.rune_panel.rune_slot_4 img.rune_icon{
|
|
div.rune_panel.rune_slot_4 img.rune_icon{
|
|
|
top: 2em;
|
|
top: 2em;
|
|
|
- left: 3.1em;
|
|
|
|
|
|
|
+ left: 2.8em;
|
|
|
}
|
|
}
|
|
|
div.rune_panel.rune_slot_5 img.rune_icon{
|
|
div.rune_panel.rune_slot_5 img.rune_icon{
|
|
|
top: 2.2em;
|
|
top: 2.2em;
|
|
|
- left: 3.5em;
|
|
|
|
|
|
|
+ left: 3.3em;
|
|
|
}
|
|
}
|
|
|
div.rune_panel.rune_slot_6 img.rune_icon{
|
|
div.rune_panel.rune_slot_6 img.rune_icon{
|
|
|
top: 2.9em;
|
|
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);
|
|
|
|
|
|
|
+ left: 3.3em;
|
|
|
}
|
|
}
|
|
|
|
|
+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{
|
|
div.rune_panel span.rune_stars{
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
width: 9em;
|
|
width: 9em;
|
|
@@ -478,9 +447,7 @@ div.rune_panel span.rune_stars img.star{
|
|
|
margin-left: -0.4em;
|
|
margin-left: -0.4em;
|
|
|
filter: drop-shadow(0 0 0.1em #000000) drop-shadow(0 0 0.1em #000000);
|
|
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.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{
|
|
div.rune_panel span.rune_level{
|
|
|
font-size: 130%;
|
|
font-size: 130%;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
@@ -492,9 +459,7 @@ div.rune_panel span.rune_level{
|
|
|
div.rune_panel span.rune_level::before {
|
|
div.rune_panel span.rune_level::before {
|
|
|
content: "+";
|
|
content: "+";
|
|
|
}
|
|
}
|
|
|
-div.rune_panel.rune_level_15 span.rune_level{
|
|
|
|
|
- color: #ff6f2d;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+div.rune_panel.rune_level_15 span.rune_level{color: #ff6f2d;}
|
|
|
/**
|
|
/**
|
|
|
* /Rune boxes
|
|
* /Rune boxes
|
|
|
*/
|
|
*/
|
|
@@ -524,6 +489,7 @@ div.monster_panel span.stars{
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
top: 0.4em;
|
|
top: 0.4em;
|
|
|
right: 0.5em;
|
|
right: 0.5em;
|
|
|
|
|
+ pointer-events: none;
|
|
|
}
|
|
}
|
|
|
@media screen and (max-width : 990px){
|
|
@media screen and (max-width : 990px){
|
|
|
div.monster_panel span.stars{
|
|
div.monster_panel span.stars{
|
|
@@ -533,9 +499,10 @@ div.monster_panel span.stars{
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
div.monster_panel span.stars img.star{
|
|
div.monster_panel span.stars img.star{
|
|
|
- width: 1em;
|
|
|
|
|
- height: 1em;
|
|
|
|
|
- margin-left: -0.4em;
|
|
|
|
|
|
|
+ width: 1.3em;
|
|
|
|
|
+ height: 1.3em;
|
|
|
|
|
+ margin-left: -0.65em;
|
|
|
|
|
+ pointer-events: none;
|
|
|
}
|
|
}
|
|
|
@media screen and (max-width : 990px){
|
|
@media screen and (max-width : 990px){
|
|
|
div.monster_panel span.stars img.star{
|
|
div.monster_panel span.stars img.star{
|
|
@@ -563,18 +530,16 @@ div.monster_panel img.monster{
|
|
|
|
|
|
|
|
div.monster_panel span.level{
|
|
div.monster_panel span.level{
|
|
|
position: relative;
|
|
position: relative;
|
|
|
- bottom: 1.6em;
|
|
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
color: #000;
|
|
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;
|
|
|
|
|
|
|
+ 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: 2.5em;
|
|
|
|
|
+ width: 90%;
|
|
|
|
|
+ text-align: right;
|
|
|
|
|
+ bottom: 1.3em;
|
|
|
z-index: 1;
|
|
z-index: 1;
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-div.monster_panel span.level::before {
|
|
|
|
|
- content: "Lv. ";
|
|
|
|
|
|
|
+ pointer-events: none;
|
|
|
|
|
+ display: block;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -593,9 +558,9 @@ table.rune{
|
|
|
position: relative;
|
|
position: relative;
|
|
|
border-radius: 1em;
|
|
border-radius: 1em;
|
|
|
margin: 0.5em;
|
|
margin: 0.5em;
|
|
|
-}
|
|
|
|
|
-table.rune{
|
|
|
|
|
|
|
+ background-color: #7d6640;
|
|
|
font-size: 70%;
|
|
font-size: 70%;
|
|
|
|
|
+ border: 0.3em solid #3c2929;
|
|
|
}
|
|
}
|
|
|
table.rune td.icon div.assigned{
|
|
table.rune td.icon div.assigned{
|
|
|
max-width: 2.5em;
|
|
max-width: 2.5em;
|
|
@@ -611,38 +576,19 @@ table.rune td.icon div.assigned img.monster_image{
|
|
|
border-width: 0.2em;
|
|
border-width: 0.2em;
|
|
|
border-radius: 15%;
|
|
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{
|
|
|
|
|
- border-bottom: 0.2em solid #777777;
|
|
|
|
|
- border-top: 0.2em solid #777777;
|
|
|
|
|
- background-color: #655c59;
|
|
|
|
|
- width: 8em;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+table.rune td.icon div.rune_panel{font-size: 70%;}
|
|
|
|
|
+table.rune td.stats{width: 8em;}
|
|
|
|
|
|
|
|
-table.rune td.stats table{
|
|
|
|
|
- font-size: 90%;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+table.rune td.stats table{font-size: 90%;}
|
|
|
|
|
|
|
|
table.rune td.stats table tr.main_stat{
|
|
table.rune td.stats table tr.main_stat{
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
font-size: 110%;
|
|
font-size: 110%;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-table.rune td.stats table tr.innate_stat{
|
|
|
|
|
- font-style: italic;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+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.stat{text-align: right;}
|
|
|
table.rune td.stats table td.value{
|
|
table.rune td.stats table td.value{
|
|
|
text-align: left;
|
|
text-align: left;
|
|
|
padding-left: 0.2em;
|
|
padding-left: 0.2em;
|
|
@@ -656,9 +602,7 @@ table.rune td.stats table td.value span.grind{
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
margin-left: -0.4em;
|
|
margin-left: -0.4em;
|
|
|
}
|
|
}
|
|
|
-table.rune td.stats table td.value span.grind_{
|
|
|
|
|
- display: none;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+table.rune td.stats table td.value span.grind_{display: none;}
|
|
|
table.rune td.stats table td.value img{
|
|
table.rune td.stats table td.value img{
|
|
|
width: 1em;
|
|
width: 1em;
|
|
|
height: 1em;
|
|
height: 1em;
|
|
@@ -668,20 +612,11 @@ table.rune td.stats table td.value img{
|
|
|
|
|
|
|
|
table.rune td.details{
|
|
table.rune td.details{
|
|
|
padding-left: 0.5em;
|
|
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;
|
|
width: 16em;
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-table.rune td.details table.table_details{
|
|
|
|
|
font-size: 80%;
|
|
font-size: 80%;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-table.rune td.details table.table_details td.title{
|
|
|
|
|
- text-align: right;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+table.rune td.details table.table_details td.title{text-align: right;}
|
|
|
table.rune td.details table.table_details td.value{
|
|
table.rune td.details table.table_details td.value{
|
|
|
text-align: left;
|
|
text-align: left;
|
|
|
padding-left: 1em;
|
|
padding-left: 1em;
|
|
@@ -696,25 +631,15 @@ table.rune td.details table.table_details span.quality{
|
|
|
width: 5em;
|
|
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_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_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_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_hero{background-color: #ad7fa8;}
|
|
|
|
|
|
|
|
-table.rune td.details table.table_details span.quality.quality_legend{
|
|
|
|
|
- background-color: #f57900;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+table.rune td.details table.table_details span.quality.quality_legend{background-color: #f57900;}
|
|
|
/**
|
|
/**
|
|
|
* /Rune table
|
|
* /Rune table
|
|
|
*/
|
|
*/
|
|
@@ -727,7 +652,7 @@ table.rune td.details table.table_details span.quality.quality_legend{
|
|
|
div.craft_panel{
|
|
div.craft_panel{
|
|
|
width: 3em;
|
|
width: 3em;
|
|
|
height: 3em;
|
|
height: 3em;
|
|
|
- border: 0.2em solid #000000;
|
|
|
|
|
|
|
+ border: 0.1em solid #3c2929;
|
|
|
border-radius: 0.5em;
|
|
border-radius: 0.5em;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
@@ -763,24 +688,12 @@ div.craft_panel img.craft_icon{
|
|
|
top: 0.6em;
|
|
top: 0.6em;
|
|
|
left: 1em;
|
|
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.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{
|
|
div.craft_panel span.craft_stat{
|
|
|
display: block;
|
|
display: block;
|
|
|
width: 100%;
|
|
width: 100%;
|