mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 12:12:30 +00:00
17 lines
807 B
SCSS
17 lines
807 B
SCSS
// We use a placeholder here, because we need to apply that to
|
|
// any Markdown we inject into the sheet in the documentation
|
|
%heading-label-style {
|
|
margin-left: 0px;
|
|
margin-bottom: -6px;
|
|
padding-left: 10px;
|
|
border: 2px solid #d49d4b;
|
|
border-radius: 0px 15px 0px 0px;
|
|
background: #544177;
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Ars_Magica_5th/images/paintbar_v2.jpg");
|
|
/* text-shadow: 0px 0px 20px black, 0px 0px 15px black, 0px 0px 5px #cb8f33; */
|
|
font-family: 'Uncial Antiqua', cursive;
|
|
text-shadow: 0px 0px 30px #bea05a, 0px 0px 20px #bea05a, 0px 0px 10px white, 2px 2px 15px white, 2px 2px 10px white, 2px 2px 5px white, 2px 2px 2px white;
|
|
color: black;
|
|
width: fit-content;
|
|
padding-right: 30px;
|
|
} |