diff --git a/LOTR5E/LOTR5E.css b/LOTR5E/LOTR5E.css index 4db4d69d99..f09949cfb2 100644 --- a/LOTR5E/LOTR5E.css +++ b/LOTR5E/LOTR5E.css @@ -245,13 +245,13 @@ height: 25px!important; margin: 0px 0px 0px 20px !important; padding: 0px 0px; - text-align: center; - color:#625B65; + text-align: center; + color:#ffffff; font-family: "Volkhov", serif; font-size: 12px; - border: 1px solid #ad4c37; - background-color: transparent; -} + border: 1px solid #000000; + background-color: brown; +} .sheet-barralanzadados{ float: none; width: 100px; @@ -1054,6 +1054,10 @@ color:darkred; accent-color:darkred; border-color: darkred!important; } /*============= GENERAL CSS =============*/ +.charsheet .sheet-invisible { + display: none; +} + .sheet-80{ float:left; position:relative; @@ -1598,13 +1602,36 @@ input[type=number] { height: 25px!important; margin: 0px 0px 0px 20px !important; padding: 0px 0px; - text-align: center; - color:#ffffff; + text-align: center; + color:#625B65; font-family: "Volkhov", serif; font-size: 12px; - border: 1px solid #000000; - background-color: brown; -} + border: 1px solid #ad4c37; + background-color: transparent; +} +.sheet-front{ + float: left; + width: 100%; + height: auto; + min-height: 1111px; + margin: -50px auto 0px; + background-image: url("https://rolmasters.com/ROLL20/LOTR5E/LOTR_5E_FRONT_MARCA_BLANCA_BN_860px.jpg"); + background-repeat: no-repeat; + background-size:auto; + background-position: top; + } +.sheet-back{ + float: left; + width: 100%; + height: auto; + min-height: 1111px; + margin: -50px auto 0px; + background-image: url("https://rolmasters.com/ROLL20/LOTR5E/LOTR_5E_BACK_MARCA_BLANCA_BN_860px.jpg"); + background-repeat: no-repeat; + background-size:auto; + background-position: top; + } + }