mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
49 lines
1.1 KiB
CSS
49 lines
1.1 KiB
CSS
.charsheet {
|
|
font-family: "Trebuchet MS", "Helvetica", sans-serif;
|
|
background: #000000;
|
|
color: #222222;
|
|
background-image: url("https://raw.githubusercontent.com/Jhar226/roll20-character-sheets/master/The%20Fade%20Tabletop%202e%20Sheet/Character%20Sheet%20Background.jpg");
|
|
}
|
|
|
|
.charsheet button[type = "roll"]{
|
|
background-color: transparent;
|
|
color: inherit;
|
|
border: none;
|
|
background-image: none;
|
|
text-shadow: none;
|
|
box-shadow: none;
|
|
padding: 0px !important;
|
|
margin: 0px !important;
|
|
font-language-override: normal;
|
|
line-height: inherit !important;
|
|
}
|
|
|
|
.charsheet button[type = "roll"]:before{
|
|
content: "" !important;
|
|
}
|
|
|
|
.charsheet button[type = "roll"]:hover{
|
|
color:#FFFF00;
|
|
}
|
|
|
|
.charsheet .sheet-statlabel button[type = "roll"] {
|
|
font-weight:bold;
|
|
}
|
|
|
|
.charsheet .sheet-statlabel button[type = "roll"]:hover {
|
|
color:#FFFF00;
|
|
}
|
|
|
|
.charsheet .sheet-item {
|
|
padding: 1vh;
|
|
text-align: center;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.charsheet label {
|
|
font-size: inherit;
|
|
color: inherit;
|
|
}
|