mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
92 lines
1.7 KiB
CSS
92 lines
1.7 KiB
CSS
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
|
|
|
|
body {
|
|
line-height: 3.0em;
|
|
font-family:"Open Sans",Verdana,sans-serif;
|
|
}
|
|
|
|
.charsheet label {
|
|
display: inline-block;
|
|
width: 75px;
|
|
text-align: right;
|
|
}
|
|
|
|
.charsheet input {
|
|
display: inline-block;
|
|
width: 55px;
|
|
}
|
|
input.input_short {
|
|
display: inline-block;
|
|
width: 55px;
|
|
}
|
|
label{font-weight:strong;}
|
|
.sheet-col strong.sheet-dee {
|
|
font-size: 1.4em;
|
|
font-weight: bold;
|
|
padding-right: 4px;
|
|
}
|
|
|
|
.full-width{width:100%;clear:both;}
|
|
.half-width{width:49%;float:left;}
|
|
.third-width{width:32%; float:left;}
|
|
|
|
.sheet-row{border-top:1px solid black; border-bottom:1px solid black;}
|
|
|
|
.charsheet input.sheet-short {
|
|
width: 3.5em;
|
|
}
|
|
|
|
.charsheet {
|
|
background-image: url("http://freeseamlesstextures.com/images/28-faded-parchment-background-sml.jpg");
|
|
}
|
|
|
|
.charsheet table td, .charsheet table th {
|
|
font-size: 1.2em;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
|
|
select.sheet-dtype {
|
|
width: 60px;
|
|
vertical-align: top;
|
|
}
|
|
h1 {
|
|
font-size: 1.8em;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-weight: 500;
|
|
line-height: 2.0em;
|
|
}
|
|
h2{font-size:1.6em; font-weight:500; line-height:2.0em;}
|
|
h3 {
|
|
font-size: 1.4em;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-weight: 500;
|
|
line-height: 2.0em;
|
|
}
|
|
p {
|
|
|
|
font-size: 1.0em;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-weight: 400;
|
|
line-height: 1.8em;
|
|
}
|
|
label{font-weight:500; font-size:1.25em;}
|
|
blockquote {
|
|
font-family: "Open Sans";
|
|
font-size: 17px;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-weight: 400;
|
|
line-height: 23px;
|
|
}
|
|
pre {
|
|
font-family: "Open Sans";
|
|
font-size: 11px;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-weight: 400;
|
|
line-height: 23px;
|
|
} |