Ajout tarot et autres
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
.sheet nav.sheet-tabs {
|
||||
font-size: 0.8rem;
|
||||
} /* For nav and title */
|
||||
.window-app input, .fvtt-avd12 .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 {
|
||||
.window-app input, .fvtt-malefices .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;
|
||||
}
|
||||
|
||||
@@ -198,7 +198,7 @@ table {border: 1px solid #7a7971;}
|
||||
}
|
||||
|
||||
/* Styles limited to sheets */
|
||||
.fvtt-avd12 .sheet-header {
|
||||
.fvtt-malefices .sheet-header {
|
||||
-webkit-box-flex: 0;
|
||||
-ms-flex: 0 0 210px;
|
||||
flex: 0 0 210px;
|
||||
@@ -218,13 +218,13 @@ table {border: 1px solid #7a7971;}
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.fvtt-avd12 .sheet-header .profile-img {
|
||||
.fvtt-malefices .sheet-header .profile-img {
|
||||
-webkit-box-flex: 0;
|
||||
-ms-flex: 0 0 128px;
|
||||
flex: 0 0 128px;
|
||||
width: 256px;
|
||||
width: 128px;
|
||||
height: auto;
|
||||
max-height:256px;
|
||||
max-height:128px;
|
||||
margin-top: 0px;
|
||||
margin-right: 10px;
|
||||
object-fit: cover;
|
||||
@@ -262,34 +262,34 @@ table {border: 1px solid #7a7971;}
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.fvtt-avd12 .sheet-header .header-fields {
|
||||
.fvtt-malefices .sheet-header .header-fields {
|
||||
-webkit-box-flex: 1;
|
||||
-ms-flex: 1;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.fvtt-avd12 .sheet-header h1.charname {
|
||||
.fvtt-malefices .sheet-header h1.charname {
|
||||
height: 50px;
|
||||
padding: 0px;
|
||||
margin: 5px 0;
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.fvtt-avd12 .sheet-header h1.charname input {
|
||||
.fvtt-malefices .sheet-header h1.charname input {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.fvtt-avd12 .sheet-tabs {
|
||||
.fvtt-malefices .sheet-tabs {
|
||||
-webkit-box-flex: 0;
|
||||
-ms-flex: 0;
|
||||
flex: 0;
|
||||
}
|
||||
|
||||
.fvtt-avd12 .sheet-body,
|
||||
.fvtt-avd12 .sheet-body .tab,
|
||||
.fvtt-avd12 .sheet-body .tab .editor {
|
||||
.fvtt-malefices .sheet-body,
|
||||
.fvtt-malefices .sheet-body .tab,
|
||||
.fvtt-malefices .sheet-body .tab .editor {
|
||||
height: 100%;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
@@ -312,83 +312,86 @@ table {border: 1px solid #7a7971;}
|
||||
padding: 0 3px;
|
||||
}
|
||||
|
||||
.fvtt-avd12 .tox .tox-editor-container {
|
||||
.fvtt-malefices .tox .tox-editor-container {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.fvtt-avd12 .tox .tox-edit-area {
|
||||
.fvtt-malefices .tox .tox-edit-area {
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
.fvtt-avd12 .resource-label {
|
||||
.fvtt-malefices .resource-label {
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.fvtt-avd12 .tabs {
|
||||
.fvtt-malefices .tabs {
|
||||
height: 40px;
|
||||
border-top: 1px solid #AAA;
|
||||
border-bottom: 1px solid #AAA;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.fvtt-avd12 .tabs .item {
|
||||
.fvtt-malefices .tabs .item {
|
||||
line-height: 40px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.fvtt-avd12 .tabs .item.active {
|
||||
.fvtt-malefices .tabs .item.active {
|
||||
text-decoration: underline;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.fvtt-avd12 .items-list {
|
||||
.fvtt-malefices .items-list {
|
||||
list-style: none;
|
||||
margin: 1px 0;
|
||||
padding: 0;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.fvtt-avd12 .items-list .item-header {
|
||||
.fvtt-malefices .items-list .item-header {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.fvtt-avd12 .items-list .item {
|
||||
.fvtt-malefices .items-list .item {
|
||||
height: 30px;
|
||||
line-height: 24px;
|
||||
padding: 1px 0;
|
||||
border-bottom: 1px solid #BBB;
|
||||
}
|
||||
|
||||
.fvtt-avd12 .items-list .item .item-image {
|
||||
.fvtt-malefices .items-list .item .item-image {
|
||||
-webkit-box-flex: 0;
|
||||
-ms-flex: 0 0 24px;
|
||||
flex: 0 0 24px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.fvtt-avd12 .items-list .item img {
|
||||
.fvtt-malefices .items-list .item img {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.fvtt-avd12 .items-list .item-name {
|
||||
.fvtt-malefices .items-list .item-name {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.fvtt-avd12 .items-list .item-controls {
|
||||
.fvtt-malefices .items-list .item-controls {
|
||||
-webkit-box-flex: 0;
|
||||
-ms-flex: 0 0 86px;
|
||||
flex: 0 0 86px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
li.folder > .folder-header h3 {
|
||||
color: rgba(19, 18, 18, 0.95);
|
||||
}
|
||||
|
||||
/* ======================================== */
|
||||
/* Sheet */
|
||||
.window-app.sheet .window-content .sheet-header{
|
||||
color: rgba(228, 240, 240, 0.75);
|
||||
/*background: url("../images/ui/pc_sheet_bg.webp");*/
|
||||
background: #494e6b;
|
||||
color: rgba(19, 18, 18, 0.95);
|
||||
background: url("../images/ui/background_01.webp");
|
||||
/*background: #494e6b;*/
|
||||
}
|
||||
|
||||
input[type="text"], select[type="text"] {
|
||||
@@ -403,29 +406,29 @@ select {
|
||||
/* background: #011d33 url("../images/ui/fond1.webp") repeat left top;*/
|
||||
/*color: rgba(168, 139, 139, 0.5);*/
|
||||
.window-app.sheet .window-content .sheet-header select[type="text"], .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-body input[type="text"], .window-app.sheet .window-content .sheet-body input[type="number"], .window-app.sheet .window-content .sheet-body select[type="text"] {
|
||||
background:white;
|
||||
color: #494e6b;
|
||||
color: rgba(19, 18, 18, 0.95);
|
||||
/*color: #494e6b;*/
|
||||
}
|
||||
|
||||
.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: #494e6b;
|
||||
background: #494e6b;
|
||||
color: rgba(19, 18, 18, 0.95);
|
||||
background: url("../images/ui/background_01.webp");
|
||||
border: 1 none;
|
||||
margin-bottom: 0.25rem;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.window-app.sheet .window-content .sheet-body input[type="password"], .window-app.sheet .window-content .sheet-body input[type="date"], .window-app.sheet .window-content .sheet-body input[type="time"] {
|
||||
color: rgba(228, 240, 240, 0.75);
|
||||
background: #494e6b;
|
||||
color: rgba(19, 18, 18, 0.95);
|
||||
background: url("../images/ui/background_01.webp");
|
||||
border: 1 none;
|
||||
margin-bottom: 0.25rem;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.window-app.sheet .window-content .sheet-body select, .window-app.sheet .window-content .sheet-header select {
|
||||
color: rgba(228, 240, 240, 0.75);
|
||||
background: #494e6b;
|
||||
color: rgba(19, 18, 18, 0.95);
|
||||
background: #fff;
|
||||
border: 1 none;
|
||||
margin-bottom: 0.25rem;
|
||||
margin-left: 2px;
|
||||
@@ -434,8 +437,8 @@ select {
|
||||
.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: #494e6b;
|
||||
color: rgba(228, 240, 240, 0.75);
|
||||
background: url("../images/ui/background_01.webp");
|
||||
color: rgba(19, 18, 18, 0.95);
|
||||
}
|
||||
|
||||
/* background: rgba(245,245,240,0.6) url("../images/ui/sheet_background.webp") left top;*/
|
||||
@@ -566,7 +569,7 @@ ul, li {
|
||||
padding: 0.125rem;
|
||||
flex: 1 1 5rem;
|
||||
display: flex !important;
|
||||
color: rgba(228, 240, 240, 0.75);
|
||||
color: rgba(19, 18, 18, 0.95);
|
||||
}
|
||||
.list-item-shadow {
|
||||
background:rgba(87, 60, 32, 0.35);
|
||||
@@ -675,70 +678,20 @@ ul, li {
|
||||
margin-right: 0.25rem;
|
||||
margin-left: 0.25rem;
|
||||
}
|
||||
.competence-xp {
|
||||
flex-grow: 0;
|
||||
flex-basis: 2rem;
|
||||
margin-right: 0.25rem;
|
||||
margin-left: 0.25rem;
|
||||
}
|
||||
.blessures-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
.alchimie-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
.blessure-data {
|
||||
flex-direction: row;
|
||||
align-content: flex-start;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.blessures-soins {
|
||||
flex-grow: 0;
|
||||
flex-basis: 32px;
|
||||
margin-right: 4px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
.blessures-loc {
|
||||
flex-grow: 0;
|
||||
flex-basis: 96px;
|
||||
margin-right: 4px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
.pointsreve-value {
|
||||
flex-grow: 0;
|
||||
flex-basis: 64px;
|
||||
margin-right: 4px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
.input-sante-header,
|
||||
.stress-style {
|
||||
flex-grow: 0;
|
||||
flex-basis: 64px;
|
||||
margin-right: 4px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
.small-label {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.padd-right {
|
||||
margin-right: 8px;
|
||||
}
|
||||
.padd-left {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.stack-left {
|
||||
align-items:center;
|
||||
flex-shrink: 1;
|
||||
flex-grow: 0;
|
||||
}
|
||||
.npc-ability-label {
|
||||
flex-grow: 2;
|
||||
}
|
||||
|
||||
.packed-left {
|
||||
white-space: nowrap;
|
||||
flex-grow: 0;
|
||||
@@ -826,7 +779,8 @@ ul, li {
|
||||
#sidebar {
|
||||
font-size: 1rem;
|
||||
background-position: 100%;
|
||||
color: rgba(220,220,220,0.75);
|
||||
background: url("../images/ui/background_01.webp");
|
||||
color: rgba(19, 18, 18, 0.95);
|
||||
}
|
||||
|
||||
/* background: rgb(105,85,65) url("../images/ui/texture_feuille_perso_onglets.webp") no-repeat right bottom;*/
|
||||
@@ -836,7 +790,7 @@ ul, li {
|
||||
}
|
||||
|
||||
#sidebar-tabs > .collapsed, #chat-controls .chat-control-icon {
|
||||
color: rgba(220,220,220,0.75);
|
||||
color: rgba(19, 18, 18, 0.95);
|
||||
text-shadow: 1px 1px 0 rgba(0,0,0,0.75);
|
||||
}
|
||||
|
||||
@@ -914,18 +868,6 @@ ul, li {
|
||||
padding-bottom: .2rem;
|
||||
}
|
||||
|
||||
.div-river-full {
|
||||
height: 5rem;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.div-river {
|
||||
align-content: center;
|
||||
margin-left: 8px;
|
||||
align-content:space-around;
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
.div-center {
|
||||
align-self: center;
|
||||
}
|
||||
@@ -1194,7 +1136,7 @@ ul, li {
|
||||
}
|
||||
|
||||
#logo {
|
||||
content : url(../images/ui/crucible_game_logo.png);
|
||||
content : url(../images/ui/logo_pause.webp);
|
||||
width: 100px;
|
||||
height: 60px;
|
||||
}
|
||||
@@ -1229,8 +1171,8 @@ ul, li {
|
||||
}
|
||||
.items-title-bg {
|
||||
margin-top: 6px;
|
||||
background-color:#252525;
|
||||
color: white;
|
||||
color: rgba(19, 18, 18, 0.95);
|
||||
|
||||
}
|
||||
.items-title-text {
|
||||
margin-left: 4px;
|
||||
@@ -1330,27 +1272,3 @@ ul, li {
|
||||
max-width: 16px;
|
||||
max-height: 12px;
|
||||
}
|
||||
.drop-module-step {
|
||||
background: linear-gradient(to bottom, #6c95b9fc 5%, #105177ab 100%);
|
||||
background-color: #7d5d3b00;
|
||||
border-radius: 3px;
|
||||
border: 2px ridge #846109;
|
||||
}
|
||||
.module-level-box {
|
||||
background: linear-gradient(to bottom, #6c95b9fc 5%, #105177ab 100%);
|
||||
border-radius: 5px;
|
||||
padding: 4px;
|
||||
margin-bottom: 8px;
|
||||
margin-left: 12px;
|
||||
border: 2px ridge #846109;
|
||||
max-width: 45%;
|
||||
min-height: 64px;
|
||||
align-content: center;
|
||||
}
|
||||
.color-selected {
|
||||
background: linear-gradient(to bottom, #9ae470fc 5%, #247e30ab 100%);
|
||||
}
|
||||
.flex-center {
|
||||
align-items: center;
|
||||
align-content: space-between;
|
||||
}
|
Reference in New Issue
Block a user