mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.198.4
This commit is contained in:
@@ -81,4 +81,18 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-homebrew__ {
|
||||
&b {
|
||||
background-color: $rgb-bg-homebrew--night;
|
||||
}
|
||||
|
||||
&disp-old-content {
|
||||
color: #f99;
|
||||
}
|
||||
|
||||
&disp-inline {
|
||||
background-color: $rgb-bg-homebrew--night;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -630,6 +630,39 @@ $rgb-inset-border: #656565;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-homebrew__ {
|
||||
&b {
|
||||
background-color: $rgb-bg-homebrew;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
&wrp-notice {
|
||||
float: right;
|
||||
border: 1px dotted;
|
||||
margin-bottom: 5px;
|
||||
margin-left: 5px;
|
||||
padding-right: 2px;
|
||||
padding-left: 2px;
|
||||
text-indent: 0;
|
||||
}
|
||||
|
||||
&disp-notice {
|
||||
&::before {
|
||||
content: "Homebrew";
|
||||
}
|
||||
}
|
||||
|
||||
&disp-old-content {
|
||||
color: #a00;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
&disp-inline {
|
||||
background-color: $rgb-bg-homebrew;
|
||||
text-decoration: underline dotted;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Entries embedded in tables
|
||||
|
||||
@@ -2197,46 +2197,6 @@ th.border {
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
.homebrew-section {
|
||||
background-color: $rgb-bg-homebrew;
|
||||
|
||||
.homebrew-float {
|
||||
float: right;
|
||||
border: 1px dotted;
|
||||
margin-bottom: 5px;
|
||||
margin-left: 5px;
|
||||
padding-right: 2px;
|
||||
padding-left: 2px;
|
||||
text-indent: 0;
|
||||
}
|
||||
|
||||
.homebrew-old-content {
|
||||
color: #a00;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.homebrew-notice {
|
||||
&::before {
|
||||
content: "Homebrew";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.homebrew-inline {
|
||||
background-color: $rgb-bg-homebrew;
|
||||
text-decoration: underline dotted;
|
||||
}
|
||||
|
||||
.stats tr.homebrew-hover {
|
||||
> td {
|
||||
padding: 5px 0.3em;
|
||||
|
||||
> div > *:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.toast {
|
||||
@include shadow-1();
|
||||
|
||||
@@ -3138,18 +3098,6 @@ th.border {
|
||||
background: $rgb-bg--night;
|
||||
}
|
||||
|
||||
.homebrew-section {
|
||||
background-color: $rgb-bg-homebrew--night;
|
||||
|
||||
.homebrew-old-content {
|
||||
color: #f99;
|
||||
}
|
||||
}
|
||||
|
||||
.homebrew-inline {
|
||||
background-color: $rgb-bg-homebrew--night;
|
||||
}
|
||||
|
||||
.highlight {
|
||||
color: $rgb-bg--night;
|
||||
background-color: $rgb-bg-highlight--night;
|
||||
|
||||
@@ -87,7 +87,7 @@ $rgb-cb-grey: #666;
|
||||
|
||||
$rgb-bg: white;
|
||||
$rgb-bg--alt: whitesmoke;
|
||||
$rgb-bg-homebrew: rgba(255, 0, 0, 0.1);
|
||||
$rgb-bg-homebrew: #ff00001a;
|
||||
|
||||
$rgb-bg--night: #222;
|
||||
$rgb-bg--alt-night: #383838;
|
||||
|
||||
Reference in New Issue
Block a user