Files
roll20-character-sheets/harnmaster/harn.css
2017-03-30 15:47:36 +01:00

66 lines
890 B
CSS

.charsheet {
min-width: 800px;
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/harnmaster/Sand.jpg");
}
.sheet-header {
margin-bottom: 2px;
width: 100%;
color: black;
font-weight: bold;
}
.sheet-break {
clear: both;
}
label,
select {
margin: 0;
}
textarea {
margin: 0;
width: 100%;
height: 400px;
resize: vertical;
box-sizing: border-box;
}
.sheet-repitem,
.repitem {
margin-bottom: 2px;
}
/* Override Roll20 Button styling for something less conspicious */
button {
height: 22px;
line-height: 16px;
margin: 0 !important;
border-radius: 0 !important;
background-image: none !important;
border: none !important;
box-shadow: none !important;
}
.repitem button {
height: 28px;
line-height: 20px;
}
/* === BASIC === */
.sheet-logo {
width: 600px;
float: right;