0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 23:12:39 +00:00

Create .frame class for Class Tables

Add a `.frame` class for Class Tables so that the frame and background can be toggled on or off in a similar fashion to the new monster stat block.

This will allow a class table to be used as a "third caster archetype" table such as referenced in PR #1079.  Adds consistency with Monster blocks, too.
This commit is contained in:
Gazook89
2021-08-09 21:06:29 -05:00
parent e3da09cb0e
commit e3285b5ca4

View File

@@ -514,17 +514,19 @@ body {
// * CLASS TABLE // * CLASS TABLE
// *****************************/ // *****************************/
.page .classTable{ .page .classTable{
margin-top : 25px; &.frame {
margin-bottom : 40px; margin-top : 25px;
border-collapse : separate; margin-bottom : 40px;
background-color : white; border-collapse : separate;
border : initial; background-color : white;
border-style : solid; border : initial;
border-image-outset : 25px 17px; border-style : solid;
border-image-repeat : stretch; border-image-outset : 25px 17px;
border-image-slice : 150 200 150 200; border-image-repeat : stretch;
border-image-source : @frameBorderImage; border-image-slice : 150 200 150 200;
border-image-width : 47px; border-image-source : @frameBorderImage;
border-image-width : 47px;
}
h5{ h5{
margin-bottom : 10px; margin-bottom : 10px;
} }