Roll pour carrière

This commit is contained in:
2021-11-01 00:28:42 +01:00
parent 1992d618a9
commit 4452f3826a
21 changed files with 7890 additions and 95 deletions

View File

@ -255,22 +255,10 @@
font-display: swap;
src: url(https://fonts.gstatic.com/s/contrailone/v10/eLGbP-j_JA-kG0_Zo51noafdZQ.ttf) format('truetype');
}
@font-face {
font-family: "ImaginaryForces";
src: url('../fonts/iforces.ttf');
}
@font-face {
font-family: "OPTIFantastiK";
src: url('../fonts/OPTIFantastiK.otf');
}
@font-face {
font-family: "CCMeanwhile";
src: url('../fonts/ccmeanwhile-regular.ttf');
}
@font-face {
font-family: "Papyrus";
src: url('../fonts/PAPYRUS.TTF');
}
@font-face {
font-family: "Wolfsbane2";
src: url('../fonts/wolfsbane2.ttf');
@ -283,6 +271,9 @@
font-family: "Wolfsbane2Expanded";
src: url('../fonts/wolfsbane2expand.ttf');
}
/* ----------------------------------------- */
/* TEXT STYLES */
/* ----------------------------------------- */
.bol.sheet.actor {
min-width: 760px;
min-height: 700px;
@ -549,3 +540,10 @@
.bonus {
color: darkgreen;
}
.chat-message .chat-icon {
border: 0;
padding: 2px 6px 2px 2px;
float: left;
width: 64px;
height: 64px;
}