Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .sheet-rolltemplate-wodritual table {
- width: 100%;
- height: 100%;
- padding: 2px;
- background: url(https://i.imgur.com/puo0z7r.png) top left;
- background-size: 100% 100%;
- background-repeat: no-repeat;
- font-family: "Courier New", Courier, monospace;
- font-weight: bold;
- border-spacing: 0;
- }
- .sheet-rolltemplate-wodritual th {
- color: rgb(112, 0, 0);
- padding-top: 22%;
- padding-bottom: 5%;
- padding-right: 10%;
- padding-left: 10%;
- line-height: 1.2em;
- font-size: 1.2em;
- text-align: left;
- }
- .sheet-rolltemplate-wodritual td {
- padding-left: 10%;
- padding-right: 10%;
- font-size: 1.0em;
- vertical-align: top;
- overflow-y: auto; /* This should add a scroll bar to the roll template pt 3*/
- overflow-x: auto; /* This should add a scroll bar to the roll template pt 3*/
- max-height: 100 px;
- }
- .sheet-rolltemplate-wodritual .sheet-result {
- font-size: 1.2em;
- text-align: center;
- color: rgb(112, 0, 0);
- padding-bottom: 10%;
- }
- .sheet-rolltemplate-wodritual .sheet-rdesc {
- font-size: 1.0em;
- text-align: left;
- position: relative; /* may be needed for this scroll bar? */
- overflow-x: auto; /* This should add a scroll bar to the roll template pt 3*/
- overflow-y: auto; /* This should add a scroll bar to the roll template pt 3*/
- overflow: auto; /* The overflow is clipped, and a scrollbar is added to see the rest of the content*/
- max-height: 100 px;
- color: rgb(112, 0, 0);
- padding-bottom: 22%;
- }
- .sheet-rolltemplate-wodritual .inlinerollresult {
- background-color: transparent;
- color: #000000;
- border: none;
- }
- .sheet-rolltemplate-wodritual .inlinerollresult.fullcrit {
- color: #3FB315;
- border: none;
- }
- .sheet-rolltemplate-wodritual .inlinerollresult.fullfail {
- color: #000000;
- border: none;
- }
- .sheet-rolltemplate-wodritual .inlinerollresult.importantroll {
- color: #3FB315;
- border: none;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement