mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-05 14:42:31 +00:00
170 lines
2.8 KiB
CSS
170 lines
2.8 KiB
CSS
.charsheet {
|
|
background-color:#FFFFFF;
|
|
}
|
|
|
|
.charsheet h3 {
|
|
background-color:#FFFFFF;
|
|
color:#303030;
|
|
text-align: center;
|
|
padding-left:5px;
|
|
font-family:Impact, Charcoal, sans-serif;
|
|
}
|
|
|
|
.charsheet textarea {
|
|
width:95%;
|
|
}
|
|
|
|
.charsheet .sheet-wrapper {
|
|
font-size:11px;
|
|
}
|
|
|
|
.charsheet .sheet-1colrow {
|
|
width: 100%;
|
|
}
|
|
|
|
.charsheet .sheet-box {
|
|
padding: 5px;
|
|
margin-top:-10px;
|
|
}
|
|
|
|
.charsheet label {
|
|
display: inline-block;
|
|
width: 90px;
|
|
text-align: right;
|
|
}
|
|
.charsheet label.sheet-left {
|
|
text-align:left;
|
|
}
|
|
.charsheet label.sheet-long {
|
|
width: 180px;
|
|
text-align: left;
|
|
font-family:Impact, Charcoal, sans-serif;
|
|
}
|
|
.charsheet label.sheet-medium {
|
|
width: 110px;
|
|
text-align: left;
|
|
}
|
|
.charsheet label.sheet-short {
|
|
width: 50px;
|
|
text-align: left;
|
|
}
|
|
|
|
.charsheet sidehead {
|
|
text-align: right;
|
|
font-style:italic;
|
|
}
|
|
|
|
.charsheet input {
|
|
display: inline-block;
|
|
width: 150px;
|
|
}
|
|
.charsheet input.sheet-number {
|
|
width: 30px;
|
|
font-family:"Comic Sans MS", cursive, sans-serif;
|
|
}
|
|
.charsheet input.sheet-short {
|
|
width: 40px;
|
|
font-size: 1em;
|
|
font-family:"Comic Sans MS", cursive, sans-serif;
|
|
}
|
|
.charsheet input.sheet-medium {
|
|
width: 100px;
|
|
font-size: 0.9em;
|
|
font-family:"Comic Sans MS", cursive, sans-serif;
|
|
}
|
|
.charsheet input.sheet-misc {
|
|
width: 90px;
|
|
font-size: 0.9em;
|
|
font-family:"Comic Sans MS", cursive, sans-serif;
|
|
}
|
|
.charsheet input.sheet-long {
|
|
width:180px;
|
|
font-size: 0.9em;
|
|
font-family:"Comic Sans MS", cursive, sans-serif;
|
|
}
|
|
.charsheet input.sheet-tiny {
|
|
width: 40px;
|
|
font-size: 0.8em;
|
|
font-family:"Comic Sans MS", cursive, sans-serif;
|
|
}
|
|
.charsheet input.sheet-skillname {
|
|
width: 180px;
|
|
font-size: 0.9em;
|
|
font-family:"Comic Sans MS", cursive, sans-serif;
|
|
}
|
|
|
|
.charsheet table th {
|
|
font-size: 0.9em;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
color:#909090;
|
|
font-family:Impact, Charcoal, sans-serif;
|
|
}
|
|
.charsheet table td {
|
|
font-size: 0.9em;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
font-family:"Comic Sans MS", cursive, sans-serif;
|
|
}
|
|
|
|
.charsheet table tr.alt td {
|
|
color:#000000;
|
|
background-color:#FFFF99;
|
|
}
|
|
|
|
.charsheet select {
|
|
width: 150px;
|
|
}
|
|
|
|
/* base info */
|
|
|
|
.sheet-baseinfo {
|
|
display: inline-block;
|
|
width: 149px;
|
|
margin-right: 3px;
|
|
font-size:0.9em;
|
|
}
|
|
|
|
.sheet-baseinfo button {
|
|
display:block
|
|
}
|
|
|
|
.sheet-baseinfo label, .sheet-baseinfo input, .sheet-baseinfo select {
|
|
display: block;
|
|
text-align: left;
|
|
width: 100%;
|
|
margin: 0;
|
|
}
|
|
|
|
.sheet-baseinfo label {
|
|
width: 100%;
|
|
}
|
|
.sheet-baseinfo.sheet-longlist label {
|
|
width: 100%;
|
|
margin-bottom: 3px;
|
|
}
|
|
.sheet-baseinfo.sheet-longlist input {
|
|
margin-bottom: 3px;
|
|
}
|
|
|
|
.sheet-baseinfo.sheet-number {
|
|
width: 39px;
|
|
margin-right: 7px;
|
|
}
|
|
|
|
.sheet-baseinfo.sheet-longnumber {
|
|
width: 47px;
|
|
}
|
|
|
|
.sheet-baseinfo.sheet-short {
|
|
width: 60px;
|
|
}
|
|
|
|
.sheet-baseinfo.sheet-medium {
|
|
width: 100px;
|
|
}
|
|
.sheet-baseinfo.sheet-long {
|
|
width:180px;
|
|
}
|
|
|