Files
roll20-character-sheets/harnmaster/harn.css
T
Rob 1420fde0bd Update harn.css
graphics link update
2017-03-15 22:42:53 +00:00

66 lines
865 B
CSS

.charsheet {
min-width: 800px;
background-image: url("http://i898.photobucket.com/albums/ac187/suntzu777/roll20/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;