mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 04:02:29 +00:00
Fiche de personnage pour STAR MARX : le soviet des étoiles. Character Sheet for the French game STAR MARX : le soviet des étoiles.
83 lines
1.0 KiB
CSS
83 lines
1.0 KiB
CSS
div.sheet-left {
|
|
float: left;
|
|
width: 26%;
|
|
}
|
|
|
|
div.sheet-right {
|
|
float: right;
|
|
width: 26%;
|
|
}
|
|
|
|
div.sheet-fullwidth {
|
|
clear: both;
|
|
}
|
|
|
|
input.sheet-skill {
|
|
width: 2em;
|
|
height: 1.7em;
|
|
}
|
|
|
|
.sheet-skill-title {
|
|
font-weight: bolder;
|
|
font-size: 2em;
|
|
text-transform: uppercase;
|
|
text-align: center;
|
|
height: 2em;
|
|
border-top-style: solid;
|
|
}
|
|
|
|
.charsheet td {
|
|
height: .9em;
|
|
font-size: .9em;
|
|
}
|
|
|
|
table.sheet-att {
|
|
border-style: solid;
|
|
width: 200px;
|
|
}
|
|
|
|
input.sheet-court {
|
|
width: 17em;
|
|
}
|
|
|
|
input.sheet-long {
|
|
width: 60em;
|
|
}
|
|
|
|
.sheet-title {
|
|
font-weight: bolder;
|
|
font-size: 2em;
|
|
text-transform: uppercase;
|
|
text-align: center;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
|
|
|
|
div.sheet-center {
|
|
text-align: center;
|
|
font-size: .9em;
|
|
}
|
|
|
|
|
|
.ui-dialog .charsheet button[type=roll]:before {
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.btn {
|
|
line-height: 1em;
|
|
}
|
|
|
|
.ui-dialog .charsheet input[type=number] {
|
|
{
|
|
height: 2em;
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-content {
|
|
padding: 0;
|
|
}
|
|
|
|
img {
|
|
width: 15%;
|
|
}
|