mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
80 lines
1.6 KiB
CSS
80 lines
1.6 KiB
CSS
.charsheet {
|
|
font-family: Verdana, monospace;
|
|
}
|
|
|
|
h3 {
|
|
font-family: times;
|
|
}
|
|
|
|
.charsheet input[type=number] {
|
|
display: inline-block;
|
|
font-family: "Times";
|
|
font-size: 48px;
|
|
text-align:center;
|
|
color: black;
|
|
border: 0px;
|
|
border-radius: 0px;
|
|
|
|
-moz-box-shadow: 0px 1px 0px #000;
|
|
-webkit-box-shadow: 0px 1px 0px #000;
|
|
box-shadow: 0px 1px 0px #000;
|
|
width: 200px;
|
|
}
|
|
.charsheet input[type=text].sheet-char_name {
|
|
display: inline-block;
|
|
font-family: "Times";
|
|
font-size: 24px;
|
|
text-align:center;
|
|
color: black;
|
|
height: 30px;
|
|
border: 0px;
|
|
border-radius: 0px;
|
|
|
|
-moz-box-shadow: 0px 1px 0px #000;
|
|
-webkit-box-shadow: 0px 1px 0px #000;
|
|
box-shadow: 0px 1px 0px #000;
|
|
}
|
|
|
|
.charsheet .sheet-3colrow .sheet-col {
|
|
width: calc(33% - 1px);
|
|
margin-right: 5px;
|
|
margin-left: 5px;
|
|
line-height:2px;
|
|
}
|
|
|
|
.charsheet .sheet-2colrow .sheet-col {
|
|
width: calc(48% - 1px);
|
|
margin-right: 0px;
|
|
margin-left: 0px;
|
|
}
|
|
|
|
.charsheet table td, .charsheet table th {
|
|
/*height: 5px */
|
|
font-size: 15px;
|
|
font-family: Verdana, monospace;
|
|
text-align: left;
|
|
/*width: 0%;*/
|
|
border: 0px #000000;
|
|
padding: 1px;
|
|
vertical-align: middle;
|
|
color: #000000;
|
|
margin:0px 0px;
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
.charsheet input[type=text] {
|
|
display: inline-block;
|
|
font-family: "Times";
|
|
font-size: 15px;
|
|
text-align:center;
|
|
color: black;
|
|
border: 0px;
|
|
border-radius: 0px;
|
|
padding-top: 0px;
|
|
padding-bottom: 0px;
|
|
|
|
-moz-box-shadow: 0px 1px 0px #000;
|
|
-webkit-box-shadow: 0px 1px 0px #000;
|
|
box-shadow: 0px 1px 0px #000;
|
|
} |