Files
roll20-character-sheets/Aborea_new/dev/css/02_rolltemplate.sass
T
Tealk 01be073673 Create character sheet generation script
- Implemented full script to generate the Roll20 character sheet.
- Added functions to generate Spruchlisten HTML, compile Sass to CSS, and combine HTML and JS files into a final output.
- Included logic to update the version in the JSON file if HTML or CSS files have changed.
2024-09-22 21:04:32 +02:00

76 lines
1.3 KiB
Sass

.sheet-rolltemplate-magie
.sheet-container
background-color: #ffffff
border-top-left-radius: 10px
width: 240px
.sheet-header
background-color: red
color: white
text-align: left
border: 1px solid red
font-weight: bold
padding-left: 5px
span
text-transform: uppercase
.sheet-content
div
padding: 5px
&:nth-child(even)
background: #EEE
span
margin-left: 15px
font-weight: bold
div.sheet-ergebnis
text-align: left
div.sheet-desc_title
padding-top: 10px
padding-left: 20px
font-weight: bold
text-align: left
.sheet-desc
padding: 5px
padding-top: 0
text-align: center
.inlinerollresult
background-color: transparent
border: none
position: relative
right: 30px
float: right
margin: 0
&.fullcrit
color: #3FB315
&.fullfail
color: #B31515
&.importandivoll
color: #4A57ED
&.sheet-rolltemplate-darkmode
.sheet-container
color: #EEE
background-color: var(--dark-surface1)
.sheet-content
border: solid 1px var(--dark-surface1)
border-top: none
div
&:nth-child(even)
background: var(--dark-surface2)