mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Ajout fiche PNJ
This commit is contained in:
+41
-4
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user