mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
56 lines
766 B
CSS
56 lines
766 B
CSS
@import url('https://fonts.googleapis.com/css?family=Milonga&display=swap');
|
|
|
|
.sheet-CharacterName{
|
|
font-family: 'Milonga';
|
|
}
|
|
|
|
.sheet-Caracteristique{
|
|
font-family: 'Milonga';
|
|
}
|
|
|
|
.sheet-PJ{
|
|
width: 55px;
|
|
}
|
|
|
|
.sheet-Statut{
|
|
font-family: 'Milonga';
|
|
}
|
|
|
|
.sheet-RSTATUT{
|
|
width: 30px;
|
|
}
|
|
|
|
.sheet-Description{
|
|
font-family: 'Milonga';
|
|
}
|
|
|
|
.sheet-Coins{
|
|
width: 300px;
|
|
height:75px;
|
|
font-family: 'Milonga';
|
|
}
|
|
|
|
.sheet-Balaises{
|
|
float: left;
|
|
width: 45%;
|
|
}
|
|
.sheet-ToutPourris{
|
|
float: right;
|
|
width: 45%;
|
|
}
|
|
.sheet-AttrBalaises{
|
|
height:70px;
|
|
}
|
|
.sheet-AttrToutPourris{
|
|
height:70px;
|
|
}
|
|
.sheet-Description{
|
|
width: 300px;
|
|
}
|
|
.sheet-AttrDescription{
|
|
height: 70px;
|
|
}
|
|
.sheet-Equipement{
|
|
height: 70px;
|
|
font-family: 'Milonga';
|
|
} |