Files
roll20-character-sheets/Microlite20/microlite20.css
T
hylianux dfcdf0d73b Changed Look
- Rearranged the sheet to make more use of real estate.
- Added css for tables in order to better separate fields
- Standardized roll template output
2015-03-16 23:26:34 -04:00

40 lines
701 B
CSS

.charsheet label {
display: inline-block;
}
.charsheet input {
display: inline-block;
width: 165px;
}
.sheet-col strong.sheet-dee {
font-size: 1.4em;
font-weight: bold;
padding-right: 4px;
}
.charsheet input.sheet-short {
width: 3.5em;
}
.charsheet {
background-image: url("http://freeseamlesstextures.com/images/11-fiber-paper-background-sml.jpg");
}
select.sheet-dtype {
width: 60px;
vertical-align: top;
}
.sheet-table{
width:100%;
}
.sheet-table td, .sheet-table th{
font-size: 1.2em;
font-weight: bold;
text-align: center;
padding: 5px;
}
input[type="number"] {
-moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
-moz-appearance: number-input;
}