mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
59 lines
1.0 KiB
CSS
59 lines
1.0 KiB
CSS
@import url(http://fonts.googleapis.com/css?family=Audiowide);
|
|
|
|
@font-face {
|
|
font-family: 'Audiowide';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('http://fonts.gstatic.com/s/audiowide/v3/yGcwRZB6VmoYhPUYT-mEow.ttf') format('truetype');
|
|
}
|
|
|
|
h1 {
|
|
color: white;
|
|
border-bottom: 40px solid black;
|
|
border-right: 15px solid transparent;
|
|
height: 0;
|
|
display: inline-block;
|
|
font-family: 'Audiowide';
|
|
}
|
|
|
|
label.sheet-primary-attribute {
|
|
}
|
|
|
|
label.sheet-secondary-attribute {
|
|
}
|
|
|
|
div.sheet-section {
|
|
border: 1px solid #000000;
|
|
}
|
|
|
|
div.sheet-damage {
|
|
width: 14%;
|
|
}
|
|
|
|
input.sheet-gift, input.sheet-fault {
|
|
width: 100%;
|
|
padding: 5px;
|
|
margin: 0;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
-o-box-sizing: border-box;
|
|
-ms-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
tr:nth-child(even) {
|
|
background: #cccccc;
|
|
}
|
|
|
|
fieldset:nth-child(even) {
|
|
background: #cccccc;
|
|
}
|
|
|
|
.sheet-span-header
|
|
{
|
|
display: inline-block;
|
|
text-align: center;
|
|
|
|
margin: 0;
|
|
padding: 4px;
|
|
} |