mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.198.1
This commit is contained in:
73
scss/includes/classes-table.scss
Normal file
73
scss/includes/classes-table.scss
Normal file
@@ -0,0 +1,73 @@
|
||||
@import "vars";
|
||||
|
||||
.cls-tbl {
|
||||
font-size: 0.8em;
|
||||
background: $rgb-bg-orange;
|
||||
|
||||
> tbody > tr > th {
|
||||
color: $rgb-off-black;
|
||||
padding: 1px 0.3em;
|
||||
}
|
||||
|
||||
&__ {
|
||||
&disp-name {
|
||||
font-size: 1.8em;
|
||||
font-family: "Times New Roman", serif;
|
||||
font-variant: small-caps;
|
||||
font-weight: 500;
|
||||
padding-left: 0.2em;
|
||||
color: $rgb-off-black;
|
||||
}
|
||||
|
||||
&col-group {
|
||||
text-align: center;
|
||||
|
||||
&::after {
|
||||
position: relative;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
display: block;
|
||||
content: "";
|
||||
height: 1px;
|
||||
width: 96%;
|
||||
border-bottom: 1px solid $rgb-off-black;
|
||||
}
|
||||
}
|
||||
|
||||
&col-level {
|
||||
text-align: center;
|
||||
width: 1.5em;
|
||||
}
|
||||
|
||||
&col-prof-bonus {
|
||||
text-align: center;
|
||||
width: 1.5em;
|
||||
padding: 1px 0.5em;
|
||||
}
|
||||
|
||||
&col-generic-center {
|
||||
text-align: center;
|
||||
min-width: 1em;
|
||||
max-width: 5em;
|
||||
}
|
||||
|
||||
&stripe-odd:nth-child(odd) {
|
||||
background: lightgrey;
|
||||
}
|
||||
|
||||
&cell-spell-progression--spell-points-enabled {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
&cell-spell-points {
|
||||
display: none !important;
|
||||
|
||||
&--spell-points-enabled {
|
||||
display: table-cell !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user