Add dmg roll for powers

This commit is contained in:
2022-02-25 14:53:19 +01:00
parent 7ff89c34b8
commit 1ea1b3b1a8
11 changed files with 59 additions and 61 deletions

View File

@ -320,6 +320,7 @@ table {border: 1px solid #7a7971;}
height: 40px;
border-top: 1px solid #AAA;
border-bottom: 1px solid #AAA;
color: #000000;
}
.fvtt-pegasus-rpg .tabs .item {
@ -376,9 +377,10 @@ table {border: 1px solid #7a7971;}
/* ======================================== */
/* Sheet */
.window-app.sheet .window-content .sheet-header{
color: rgba(168, 139, 139, 0.5);
background: url("../images/ui/pc_sheet_bg.webp")
}
/* background: #011d33 url("../images/ui/fond1.webp") repeat left top;*/
/*color: rgba(168, 139, 139, 0.5);*/
.window-app.sheet .window-content .sheet-header input[type="text"], .window-app.sheet .window-content .sheet-header input[type="number"], .window-app.sheet .window-content .sheet-header input[type="password"], .window-app.sheet .window-content .sheet-header input[type="date"], .window-app.sheet .window-content .sheet-header input[type="time"] {
color: rgba(36, 37, 37, 0.75);
@ -389,6 +391,7 @@ table {border: 1px solid #7a7971;}
.window-app .window-content, .window-app.sheet .window-content .sheet-body{
font-size: 0.8rem;
background: url("../images/ui/pc_sheet_bg.webp") repeat left top;
}
/* background: rgba(245,245,240,0.6) url("../images/ui/sheet_background.webp") left top;*/
@ -414,7 +417,8 @@ section.sheet-body{padding: 0.25rem 0.5rem;}
line-height: 1.5rem;
border-top: 0 none;
border-bottom: 0 none;
color: rgba(52, 52, 52, 0.95);
background-color:black;
color:beige;
}
/* background: rgb(245,245,240) url("../images/ui/fond4.webp") repeat left top;*/
@ -453,18 +457,6 @@ section.sheet-body:after {
width: 50px;
}
#vie-plus, #vie-moins, #endurance-plus, #endurance-moins, #fatigue-plus, #fatigue-moins, #ptreve-actuel-plus, #ptreve-actuel-moins, .monnaie-plus, .monnaie-moins {
display: inline-block;
width: 1.25rem;
background: rgba(30, 25, 20, 1);
text-align: center;
border: 1px solid rgba(72, 46, 28, 1);
border-radius: 0.25rem;
line-height: 1.25rem;
color: rgba(255, 255, 255, 0.5);
}
.window-app.sheet .window-content .tooltip:hover .tooltiptext {
top: 2rem;
left: 2rem;
@ -1224,44 +1216,3 @@ ul, li {
height: 54px;
position:relative;
}
.dice-river-list-river {
position:relative;
}
.dice-river-list .dice,
.dice-formula .dice,
.dice-total .dice {
margin: 2px;
display: inline-flex;
width: 50px;
height: 50px;
}
.dice-river-list .dice label,
.dice-formula .dice label,
.dice-total .dice label {
font-weight: bold;
color: white;
position:absolute;
text-align: center;
margin-top: 10px;
margin-left: 20px;
z-index: 1;
}
.dice-river-list .dice img,
.dice-formula .dice img,
.dice-total .dice img {
position: relative;
width: 48px;
height: 48px;
border: none;
}
.dice-river-list .modifier,
.dice-formula .modifier,
.dice-total .modifier {
margin: 2px;
display: inline-flex;
}