Ajout fiche PNJ

This commit is contained in:
PixelReveur
2020-11-12 19:35:37 +01:00
parent e653b90530
commit e68ab4d91e
2 changed files with 801 additions and 667 deletions
+41 -4
View File
@@ -183,14 +183,29 @@ h3 {
border: 1px solid #201f22;
}
.sheet-fiche {
.sheet-fiche-pnj {
height: 585px;
position: absolute;
width: 100%;
background: #fcf8f2 url(https://raw.githubusercontent.com/PixelReveur/roll20-character-sheets/Aria05/Aria/images/background.jpg) no-repeat center top;
background-size: cover;
border: 1px solid #a69c73;
display: none;
}
.sheet-fiche-pj {
height: 1380px;
position: absolute;
display: block;
width: 100%;
background: #fcf8f2 url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Aria/images/background.jpg) no-repeat center center;
background-size: 100% 100%;
background: #fcf8f2 url(https://raw.githubusercontent.com/PixelReveur/roll20-character-sheets/Aria05/Aria/images/background.jpg) no-repeat center top;
background-size: cover;
border: 1px solid #a69c73;
display: none;
}
.sheet-toggle-pj-pnj[value="pnj"] ~ div.sheet-fiche-pnj,
.sheet-toggle-pj-pnj[value="pj"] ~ div.sheet-fiche-pj {
display: block;
}
.sheet-body {
@@ -707,6 +722,28 @@ h3 {
width: calc(100% - 20px);
}
.sheet-block-co-sp-titre-pnj {
position: relative;
top: 120px;
left: 0px;
width: calc(100% - 20px);
text-transform: uppercase;
}
.sheet-block-co-sp-pnj {
position: relative;
top: 150px;
left: 0px;
width: calc(100% - 20px);
}
.sheet-co-sp-nom-pnj {
position: absolute;
top: -5px;
left: 32px;
width: calc(100% - 50px);
font-size: 12px;
}
/*---------- POSSESSION/NOTES ----------*/
+760 -663
View File
File diff suppressed because it is too large Load Diff