mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-02 21:22:34 +00:00
I have some shadowed text in here and need some near stuff with alignments.
59 lines
1.1 KiB
CSS
59 lines
1.1 KiB
CSS
.charsheet label {
|
|
display: inline-block;
|
|
width: 65px;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
font-weight: ;
|
|
font-family: "Times New Roman";
|
|
text-shadow: 0px 0px 0px #ff0000;
|
|
vertical-align: middle;
|
|
}
|
|
.charsheet .sheet-3colrowCust .sheet-col {
|
|
width: calc(33% - 4px);
|
|
margin-right: 5px;
|
|
}
|
|
.charsheet .sheet-4colrowCust .sheet-col {
|
|
width: calc(22% - 4px);
|
|
margin-right: 5px;
|
|
}
|
|
.charsheet input {
|
|
display: inline-block;
|
|
width: 165px;
|
|
}
|
|
|
|
.sheet-col strong.sheet-dee {
|
|
font-size: 1em;
|
|
font-weight: bold;
|
|
padding-right: 1px;
|
|
}
|
|
|
|
.charsheet input.sheet-short {
|
|
width: 35px;
|
|
}
|
|
|
|
.charsheet {
|
|
background-image: url("http://freeseamlesstextures.com/images/17-worn-cardboard-background-thb.jpg");
|
|
font-family: "Times New Roman";
|
|
}
|
|
|
|
|
|
.charsheet table td, .charsheet table th {
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
font-family: "Times New Roman";
|
|
text-align: center;
|
|
width: 0%;
|
|
border: 0px solid black;
|
|
padding: 0px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
select.sheet-dtype {
|
|
width: 60px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.charsheet textarea {
|
|
resize: none;
|
|
}
|