Files
Jeremy b4caa8d2e5 Update TFT Sheet.css
Updated image to use GitHub.
2019-02-11 16:49:46 -05:00

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;
}