mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.198.3
This commit is contained in:
@@ -23,3 +23,9 @@
|
||||
text-decoration-color: $rgb-source-PSA !important;
|
||||
}
|
||||
}
|
||||
|
||||
.night-mode .ve-source-marker {
|
||||
&--partnered {
|
||||
color: #27ac8c;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -649,3 +649,29 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ve-source-marker {
|
||||
position: relative;
|
||||
font-size: 80%;
|
||||
display: inline-block;
|
||||
margin-left: 1px;
|
||||
align-self: start;
|
||||
|
||||
&--list {
|
||||
left: 1px;
|
||||
margin-top: 1px;
|
||||
margin-left: -20px;
|
||||
padding-left: 20px;
|
||||
line-height: 8px;
|
||||
height: 8px;
|
||||
width: 8px;
|
||||
}
|
||||
|
||||
&--partnered {
|
||||
color: #00c797;
|
||||
}
|
||||
|
||||
&--legacy {
|
||||
color: $rgb-font--muted;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -469,10 +469,21 @@ input[type=checkbox].sidemenu__row__label__cb {
|
||||
|
||||
&disp-srd {
|
||||
font-size: 8.5px;
|
||||
vertical-align: super;
|
||||
align-self: start;
|
||||
top: 2px;
|
||||
margin-right: 1px;
|
||||
margin-left: -2px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
&disp-source-marker {
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
&wrp-page {
|
||||
margin-left: 4px;
|
||||
font-family: "Convergence", Arial, sans-serif;
|
||||
font-weight: 100;
|
||||
font-size: 94%;
|
||||
}
|
||||
|
||||
// region Clear button
|
||||
@@ -1765,7 +1776,7 @@ tr.regionaleffect {
|
||||
line-height: 2.3em;
|
||||
|
||||
&--large {
|
||||
font-size: 5vmin;
|
||||
font-size: 4vmin;
|
||||
color: initial;
|
||||
}
|
||||
}
|
||||
@@ -3006,7 +3017,7 @@ th.border {
|
||||
|
||||
.stripe-odd-table > tbody > tr:nth-child(odd),
|
||||
.stripe-even-table > tbody > tr:nth-child(even) {
|
||||
background-color: #4e4e4e80; // pre-blend (50% opacity): 38 38 38
|
||||
background-color: $rgb-stripe-grey--night;
|
||||
}
|
||||
|
||||
#please-select-message.showing > td {
|
||||
|
||||
@@ -81,7 +81,7 @@ $rgb-shadow-grey--dark: rgba(0, 0, 0, 0.475);
|
||||
|
||||
$rgb-stripe-grey: #88888818;
|
||||
$rgb-stripe-grey--faint: #bbbbbb18;
|
||||
$rgb-stripe-grey--night: #aaa4;
|
||||
$rgb-stripe-grey--night: #aaa2;
|
||||
|
||||
$rgb-cb-grey: #666;
|
||||
|
||||
|
||||
@@ -19,7 +19,8 @@
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
&disp-srd {
|
||||
&disp-srd,
|
||||
&disp-source-marker {
|
||||
font-size: 8.5px;
|
||||
vertical-align: super;
|
||||
top: 2px;
|
||||
|
||||
Reference in New Issue
Block a user