mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-04 06:02:32 +00:00
195 lines
3.4 KiB
CSS
195 lines
3.4 KiB
CSS
.sheet-bigbox {
|
|
padding:15px 10px 5px;
|
|
font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
|
|
}
|
|
|
|
.charsheet h3 {
|
|
text-align:center;
|
|
text-transform:uppercase;
|
|
}
|
|
.charsheet label, textarea {
|
|
font-family:inherit;
|
|
font-size:1.1em;
|
|
}
|
|
.charsheet p {
|
|
display:inline-block;
|
|
font-size:1.1em;
|
|
font-family:inherit;
|
|
}
|
|
.charsheet hr {
|
|
color: gray;
|
|
background-color: gray;
|
|
height: 3px;
|
|
}
|
|
.charsheet input {
|
|
background-color:transparent;
|
|
border-bottom:1px dotted black;
|
|
border-top:0;
|
|
border-left:0;
|
|
border-right:0;
|
|
}
|
|
.charsheet {
|
|
|
|
}
|
|
|
|
/* Inline Stuff */
|
|
|
|
.sheet-baseinfo {
|
|
display:inline-block;
|
|
}
|
|
|
|
.sheet-baseinfo label {
|
|
display:inline-block;
|
|
}
|
|
.sheet-baseinfo input {
|
|
display:inline-block;
|
|
}
|
|
|
|
.sheet-baseone input {
|
|
width:283px;
|
|
}
|
|
.sheet-basetwo input {
|
|
width:180px;
|
|
}
|
|
.sheet-basethree input {
|
|
width:136px;
|
|
}
|
|
.sheet-basefour input {
|
|
width:116px;
|
|
}
|
|
.sheet-basefive input {
|
|
width:321px;
|
|
}
|
|
|
|
/* Table Container */
|
|
|
|
.sheet-tablecontainer {
|
|
display:table;
|
|
}
|
|
.sheet-tablecell {
|
|
display:table-cell;
|
|
}
|
|
|
|
/* Skills */
|
|
.sheet-skills table {
|
|
font-size:1.1em;
|
|
}
|
|
|
|
.sheet-skills td:first-child {
|
|
width:70%;
|
|
border-bottom:1px solid gray;
|
|
}
|
|
.sheet-skills td:nth-child(n+2) {
|
|
width:8%;
|
|
border:1px solid gray;
|
|
text-align:center;
|
|
vertical-align:center;
|
|
}
|
|
.sheet-skills button {
|
|
height:24px;
|
|
}
|
|
.sheet-skills input[type="text"] {
|
|
background-color:transparent;
|
|
border:0;
|
|
}
|
|
|
|
/* Characteristics */
|
|
|
|
.sheet-characteristics {
|
|
display:inline-block;
|
|
width:19%;
|
|
font-weight:bold;
|
|
margin:auto;
|
|
}
|
|
.sheet-characteristics label {
|
|
display:inline-block;
|
|
text-align:center;
|
|
margin-top:5px;
|
|
}
|
|
.sheet-characteristics button {
|
|
display:inline-block;
|
|
width:20px;
|
|
vertical-align:top;
|
|
}
|
|
.sheet-characteristics select {
|
|
display:inline-block;
|
|
width:60%;
|
|
margin-right:-5px;
|
|
background-color:transparent;
|
|
}
|
|
.sheet-characteristics input {
|
|
display:block;
|
|
border:1px solid gray;
|
|
background-color:#EDEDED;
|
|
width:80%;
|
|
height:50px;
|
|
margin:auto;
|
|
text-align:center;
|
|
font-weight:bolder;
|
|
font-size:2.9em;
|
|
}
|
|
|
|
/* Weapons */
|
|
.sheet-weapontable {
|
|
vertical-align:super;
|
|
font-size:0.9em;
|
|
line-height:0.8em;
|
|
}
|
|
.sheet-weapontable input {
|
|
width:100%;
|
|
height:1.7em;
|
|
margin-top:-6px;
|
|
}
|
|
.sheet-weapontable button {
|
|
width:20px;
|
|
height:1.7em;
|
|
}
|
|
|
|
/* Armour */
|
|
.sheet-armourblock {
|
|
text-align:center;
|
|
margin:auto;
|
|
width:30%;
|
|
border:1px solid gray;
|
|
}
|
|
.sheet-armourblock input {
|
|
width:100%;
|
|
border:0;
|
|
text-align:center;
|
|
font-weight:bold;
|
|
font-size:1.2em;
|
|
}
|
|
.sheet-armourblock p {
|
|
text-transform:uppercase;
|
|
margin-bottom:-5px;
|
|
}
|
|
|
|
/* Footer */
|
|
.sheet-footer {
|
|
display:inline-block;
|
|
padding:5px;
|
|
vertical-align:super;
|
|
font-size:0.9em;
|
|
line-height:0.8em;
|
|
}
|
|
.sheet-innerfooter {
|
|
display:inline-block;
|
|
border:inherit;
|
|
width:47%;
|
|
padding:2px;
|
|
}
|
|
.sheet-innerfooter input {
|
|
width:100%;
|
|
margin-top:-7px;
|
|
}
|
|
/* Misc */
|
|
.sheet-mainleft {
|
|
width:39%;
|
|
float:left;
|
|
padding-right: 1%;
|
|
}
|
|
.sheet-mainright {
|
|
width:39%;
|
|
float:right;
|
|
}
|