|
@@ -298,9 +298,9 @@ footer table#footer_table td{
|
|
|
}
|
|
}
|
|
|
input, select, a.a_button, textarea{
|
|
input, select, a.a_button, textarea{
|
|
|
font-size: 100%;
|
|
font-size: 100%;
|
|
|
|
|
+
|
|
|
text-transform: capitalize;
|
|
text-transform: capitalize;
|
|
|
font-variant: small-caps;
|
|
font-variant: small-caps;
|
|
|
- cursor: pointer;
|
|
|
|
|
color: var(--input-color);
|
|
color: var(--input-color);
|
|
|
font-weight: var(--input-font-weight);
|
|
font-weight: var(--input-font-weight);
|
|
|
padding: var(--input-padding);
|
|
padding: var(--input-padding);
|
|
@@ -310,6 +310,14 @@ input, select, a.a_button, textarea{
|
|
|
text-shadow: var(--input-text-shadow);
|
|
text-shadow: var(--input-text-shadow);
|
|
|
box-shadow: var(--input-box-shadow);
|
|
box-shadow: var(--input-box-shadow);
|
|
|
}
|
|
}
|
|
|
|
|
+a.a_button, input[type=button]{
|
|
|
|
|
+ cursor: pointer;
|
|
|
|
|
+}
|
|
|
|
|
+input[type=text], textarea{
|
|
|
|
|
+ text-transform: initial;
|
|
|
|
|
+ font-variant: initial;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
input[type=button], input[type=submit]{padding: var(--input-button-padding);}
|
|
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=text], input[type=number], input[type=date], input[type=password], select{font-size: 80%;}
|
|
|
input[type=number]{width: 3em;}
|
|
input[type=number]{width: 3em;}
|
|
@@ -654,7 +662,6 @@ div.monster_panel span.badges{
|
|
|
bottom: 0.6em;
|
|
bottom: 0.6em;
|
|
|
left: 0.1em;
|
|
left: 0.1em;
|
|
|
z-index: 1;
|
|
z-index: 1;
|
|
|
- /* pointer-events: none; */
|
|
|
|
|
display: block;
|
|
display: block;
|
|
|
transform: rotate(180deg);
|
|
transform: rotate(180deg);
|
|
|
}
|
|
}
|
|
@@ -662,7 +669,6 @@ div.monster_panel span.badges{
|
|
|
div.monster_panel span.badges img{
|
|
div.monster_panel span.badges img{
|
|
|
width: 1em;
|
|
width: 1em;
|
|
|
height: 1em;
|
|
height: 1em;
|
|
|
- /* filter: drop-shadow(0 0 0.3em #ffffff) drop-shadow(0 0 0.1em #ffffff); */
|
|
|
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
|
border: 0.15em solid #000000;
|
|
border: 0.15em solid #000000;
|
|
|
background-color: #ffffff;
|
|
background-color: #ffffff;
|