Gestion des paradigmes

This commit is contained in:
2022-10-20 23:59:31 +02:00
parent b0c59c6104
commit b6dac470e9
9 changed files with 206 additions and 119 deletions

View File

@@ -60,7 +60,7 @@
font-size: 1.0rem;
} /* For title, sidebar character and scene */
.sheet nav.sheet-tabs {
font-size: 0.8rem;
font-size: 1.2rem;
} /* For nav and title */
.window-app input, .foundryvtt-vadentis .item-form, .sheet header.sheet-header .flex-group-center.flex-compteurs, .sheet header.sheet-header .flex-group-center.flex-fatigue, select, button, .item-checkbox, #sidebar, #players, #navigation #nav-toggle {
font-size: 0.8rem;
@@ -78,7 +78,7 @@
font-weight: bold;
}
.tabs .item.active, .blessures-list li ul li:first-child:hover, a:hover {
.tabs .item.active, a:hover {
text-shadow: 1px 0px 0px #ff6600;
}
@@ -335,20 +335,21 @@ table {border: 1px solid #7a7971;}
}
.fvtt-imperium5 .tabs {
height: 40px;
height: 24px;
border-top: 1px solid #AAA;
border-bottom: 1px solid #AAA;
color: #000000;
}
.fvtt-imperium5 .tabs .item {
line-height: 40px;
line-height: 24px;
font-weight: bold;
}
.fvtt-imperium5 .tabs .item.active {
text-decoration: underline;
text-shadow: none;
/*text-decoration: underline;*/
background: linear-gradient(to bottom, #B8A799F0 5%, #9c6d47f0 100%);
/*text-shadow: none;*/
}
.fvtt-imperium5 .items-list {
@@ -445,29 +446,40 @@ section.sheet-body{padding: 0.25rem 0.5rem;}
}
.sheet nav.sheet-tabs {
font-size: 0.70rem;
font-size: 1.0rem;
font-weight: bold;
height: 3rem;
height: 2.5rem;
flex: 0 0 3rem;
margin: 0;
padding: 0 0 0 0.25rem;
text-align: center;
text-transform: uppercase;
line-height: 1.5rem;
border-radius: 8px;
border-top: 0 none;
border-bottom: 0 none;
border-right: 0 none;
background-color:#B8A799F0;
color:beige;
color: #403f3e;
}
/* background: rgb(245,245,240) url("../images/ui/fond4.webp") repeat left top;*/
nav.sheet-tabs .item {
position: relative;
padding: 0 0.25rem;
}
.tab-title {
background-color:#B8A799F0;
border-radius: 4px;
}
.tab-title:hover {
background: linear-gradient(to bottom, #B8A799F0 5%, #9c6d47f0 100%);
background-color: red;
}
.tab-title:active {
position:relative;
top:1px;
}
nav.sheet-tabs .item:after {
content: "";
position: absolute;
@@ -1150,47 +1162,46 @@ ul, li {
opacity: 1;
}
.river-button {
.common-button {
box-shadow: inset 0px 1px 0px 0px #a6827e;
background: linear-gradient(to bottom, #21374afc 5%, #152833ab 100%);
background-color: #7d5d3b00;
border-radius: 3px;
background: linear-gradient(to bottom, #B8A799F0 5%, #80624af0 100%);
background-color: #B8A799F0; /*#7d5d3b00;*/
border-radius: 4px;
opacity: 60%;
border: 2px ridge #846109;
display: inline-block;
cursor: pointer;
color: #ffffff;
font-size: 0.8rem;
padding: 2px 4px 0px 4px;
text-decoration: none;
text-shadow: 0px 1px 0px #4d3534;
position: relative;
margin:4px;
}
.common-button:hover {
background: linear-gradient(to bottom, #97B5AEFF 5%, rgb(101, 167, 151) 100%);
background-color: #97B5AEFF;
}
.common-button:active {
position:relative;
top:1px;
}
.roll-ame-button {
width: 80px;
min-width: 80px;
}
.chat-card-button {
box-shadow: inset 0px 1px 0px 0px #a6827e;
background: linear-gradient(to bottom, #21374afc 5%, #152833ab 100%);
background-color: #7d5d3b00;
border-radius: 3px;
border: 2px ridge #846109;
display: inline-block;
cursor: pointer;
color: #ffffff;
font-size: 0.8rem;
padding: 4px 12px 0px 12px;
text-decoration: none;
text-shadow: 0px 1px 0px #4d3534;
position: relative;
padding: 2px 2px 0px 2px;
margin:2px;
}
.chat-card-button:hover {
background: linear-gradient(to bottom, #800000 5%, #3e0101 100%);
background-color: red;
}
.chat-card-button:active {
position:relative;
top:1px;
.li-button-paradigme {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.plus-minus-button {
@@ -1209,9 +1220,7 @@ ul, li {
margin:0px;
}
.river-button:hover,
.plus-minus-button:hover,
.chat-card-button:hover {
.plus-minus-button:hover {
background: linear-gradient(to bottom, #800000 5%, #3e0101 100%);
background-color: red;
}
@@ -1295,7 +1304,7 @@ ul, li {
/* =================== 1. ACTOR SHEET FONT STYLES =========== *//*
*/
.sheet-box {
border-radius: 5%;
border-radius: 12px;
border-width: 1px;
padding: 0.4rem;
margin: 0.2rem;
@@ -1450,4 +1459,7 @@ ul, li {
}
.color-text-ame {
color: #806B64;
}
.ame-block {
margin-bottom: 24px;
}