Boutons dans la partie haute
passage de png à svg
This commit is contained in:
@ -225,6 +225,12 @@
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.button-img {
|
||||
width: 8%;
|
||||
height: 8%;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.foundryvtt-reve-de-dragon .sheet-header .header-fields {
|
||||
-webkit-box-flex: 1;
|
||||
-ms-flex: 1;
|
||||
@ -348,8 +354,8 @@
|
||||
/* ======================================== */
|
||||
/* Sheet */
|
||||
|
||||
.sheet header.sheet-header .flex-group-center.flex-hp, .sheet header.sheet-header .flex-group-center.flex-fatigue {font-family: "GrenzeGotisch-Regular";}
|
||||
.sheet header.sheet-header .flex-hp {text-align: right;}
|
||||
.sheet header.sheet-header .flex-group-center.flex-compteurs, .sheet header.sheet-header .flex-group-center.flex-actions-bar {font-family: "GrenzeGotisch-Regular";}
|
||||
.sheet header.sheet-header .flex-compteurs {text-align: right;}
|
||||
.sheet header.sheet-header .resource-content {width: 3rem;}
|
||||
|
||||
.window-app.sheet .window-content .sheet-header{
|
||||
@ -365,16 +371,6 @@
|
||||
background: #f5f4f1 url("img/bg_left.jpg") no-repeat left top;
|
||||
}
|
||||
|
||||
.sheet header.sheet-header img {
|
||||
flex: 0 0 64px;
|
||||
height: 64px;
|
||||
width: 64px;
|
||||
object-fit: cover;
|
||||
object-position: 50% 0;
|
||||
margin: 0.5rem;
|
||||
border: none;
|
||||
}
|
||||
|
||||
section.sheet-body{padding: 0.25rem 0.5rem;}
|
||||
|
||||
.sheet nav.sheet-tabs {
|
||||
@ -556,7 +552,7 @@ button {
|
||||
.table-fatigue .fatigue-malus {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
.flex-fatigue {
|
||||
.flex-actions-bar {
|
||||
flex-grow: 2;
|
||||
}
|
||||
|
||||
@ -883,6 +879,7 @@ background: rgba(0, 0, 0, 0.5);
|
||||
.tooltip .tooltiptext {
|
||||
visibility: hidden;
|
||||
width: 360px;
|
||||
background-color: rgba(0,0,0,0.9);
|
||||
text-align: center;
|
||||
padding: 5px 0;
|
||||
border-radius: 6px;
|
||||
@ -890,7 +887,8 @@ background: rgba(0, 0, 0, 0.5);
|
||||
/* Position the tooltip text */
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
left: -100%;
|
||||
top: 30px;
|
||||
left: -30%;
|
||||
|
||||
/* Fade in tooltip */
|
||||
opacity: 0;
|
||||
|
Reference in New Issue
Block a user