Rework des fiches
This commit is contained in:
@ -48,21 +48,33 @@
|
||||
text-align: justify;
|
||||
font-size: 12px;
|
||||
letter-spacing: 1px;
|
||||
background-image: url("../assets/ui/pc_sheet_bg.webp");
|
||||
background-repeat: repeat;
|
||||
}
|
||||
|
||||
/* Fonts */
|
||||
.sheet header.sheet-header h1 input, .window-app .window-header, #actors .directory-list, #navigation #scene-list .scene.nav-item {
|
||||
.window-app .window-header, #actors .directory-list, #navigation #scene-list .scene.nav-item {
|
||||
font-family: "Charlemagne";
|
||||
font-size: 0.8rem;
|
||||
} /* For title, sidebar character and scene */
|
||||
.sheet header.sheet-header h1 input {
|
||||
font-family: "Charlemagne";
|
||||
font-size: 0.8rem;
|
||||
color: lightgray;
|
||||
}
|
||||
.sheet nav.sheet-tabs {
|
||||
font-family: "Charlemagne";
|
||||
font-size: 0.8rem;
|
||||
color: #151c1f;
|
||||
} /* For nav and title */
|
||||
.window-app input, .fvtt-hawkmoon-cyd .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;
|
||||
}
|
||||
|
||||
.fvtt-hawkmoon-cyd .sheet-header select option {
|
||||
background-color: rgb(68, 25, 25);
|
||||
}
|
||||
.fvtt-hawkmoon-cyd .sheet-header input, .fvtt-hawkmoon-cyd .sheet-header select {
|
||||
color: lightgray;
|
||||
}
|
||||
.window-header{
|
||||
background: rgba(0,0,0,0.75);
|
||||
}
|
||||
@ -70,6 +82,8 @@
|
||||
.window-app.sheet .window-content {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-image: url("../assets/ui/pc_sheet_bg.webp");
|
||||
background-repeat: repeat;
|
||||
}
|
||||
.strong-text{
|
||||
font-weight: bold;
|
||||
@ -222,6 +236,13 @@ table {border: 1px solid #7a7971;}
|
||||
-ms-flex-pack: start;
|
||||
justify-content: flex-start;
|
||||
margin-bottom: 10px;
|
||||
background-image: url("../assets/ui/hawkmoon_background_01.png");
|
||||
}
|
||||
|
||||
.background-sheet-header {
|
||||
background-image: url("../assets/ui/hawkmoon_background_01.png");
|
||||
background-blend-mode: soft-light;
|
||||
color: lightgray;
|
||||
}
|
||||
|
||||
.fvtt-hawkmoon-cyd .sheet-header .profile-img {
|
||||
@ -278,6 +299,7 @@ table {border: 1px solid #7a7971;}
|
||||
font-weight: bold;
|
||||
font-size: 2rem;
|
||||
font-family: "Charlemagne";
|
||||
color: lightgray;
|
||||
}
|
||||
|
||||
.fvtt-hawkmoon-cyd .sheet-header h1.charname input {
|
||||
@ -287,6 +309,7 @@ table {border: 1px solid #7a7971;}
|
||||
font-weight: bold;
|
||||
font-family: "Charlemagne";
|
||||
font-size: 2rem;
|
||||
color: lightgray;
|
||||
}
|
||||
|
||||
.fvtt-hawkmoon-cyd .sheet-tabs {
|
||||
@ -300,6 +323,11 @@ table {border: 1px solid #7a7971;}
|
||||
.fvtt-hawkmoon-cyd .sheet-body .tab .editor {
|
||||
height: 100%;
|
||||
font-size: 0.8rem;
|
||||
color:rgba(0,0,0,0.9)
|
||||
}
|
||||
|
||||
.fvtt-hawkmoon-cyd .sheet-body input, .fvtt-hawkmoon-cyd .sheet-body select {
|
||||
color:rgba(0,0,0,0.9)
|
||||
}
|
||||
|
||||
.editor {
|
||||
@ -341,7 +369,7 @@ table {border: 1px solid #7a7971;}
|
||||
}
|
||||
|
||||
.fvtt-hawkmoon-cyd .tabs .item {
|
||||
line-height: 40px;
|
||||
/*line-height: 40px;*/
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@ -395,26 +423,28 @@ table {border: 1px solid #7a7971;}
|
||||
/* Sheet */
|
||||
.window-app.sheet .window-content .sheet-header{
|
||||
/*background: #011d33 url("../images/ui/fond1.webp") repeat left top;*/
|
||||
background: url("../assets/ui/pc_sheet_bg.webp") repeat left top;
|
||||
/*color: rgba(168, 139, 139, 0.5);*/
|
||||
background: url("../assets/ui/pc_sheet_bg.webp");
|
||||
background-repeat: repeat;
|
||||
}
|
||||
|
||||
.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);
|
||||
/*color: rgba(36, 37, 37, 0.75);*/
|
||||
/*background: rgba(255, 255, 255, 0.05);*/
|
||||
border: 2px saddlebrown;
|
||||
border-width: 2px;
|
||||
/*border: 2px saddlebrown;*/
|
||||
/*color: lightgray;*/
|
||||
border-width: 1px;
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
|
||||
.window-app .window-content, .window-app.sheet .window-content .sheet-body{
|
||||
font-size: 0.8rem;
|
||||
background: url("../assets/ui/pc_sheet_bg.webp") repeat left top;
|
||||
background: url("../assets/ui/pc_sheet_bg.webp");
|
||||
background-repeat: repeat-y;
|
||||
color: black;
|
||||
}
|
||||
|
||||
/* background: rgba(245,245,240,0.6) url("../images/ui/sheet_background.webp") left top;*/
|
||||
|
||||
section.sheet-body{padding: 0.25rem 0.5rem;}
|
||||
/*section.sheet-body{
|
||||
padding: 0.25rem 0.5rem;}*/
|
||||
|
||||
.sheet header.sheet-header .profile-img {
|
||||
object-fit: cover;
|
||||
@ -427,7 +457,7 @@ section.sheet-body{padding: 0.25rem 0.5rem;}
|
||||
.sheet nav.sheet-tabs {
|
||||
font-size: 0.70rem;
|
||||
font-weight: bold;
|
||||
height: 3rem;
|
||||
height: 2.5rem;
|
||||
flex: 0 0 3rem;
|
||||
margin: 0;
|
||||
padding: 0 0 0 0.25rem;
|
||||
@ -436,12 +466,12 @@ section.sheet-body{padding: 0.25rem 0.5rem;}
|
||||
line-height: 1.5rem;
|
||||
border-top: 0 none;
|
||||
border-bottom: 0 none;
|
||||
background-color:#2e5561;
|
||||
color:beige;
|
||||
/*background-color:#2e5561;*/
|
||||
color: #151c1f;
|
||||
/*background-image: url("../assets/ui/hawkmoon_background_02.png");*/
|
||||
}
|
||||
|
||||
/* background: rgb(245,245,240) url("../images/ui/fond4.webp") repeat left top;*/
|
||||
|
||||
nav.sheet-tabs .item {
|
||||
position: relative;
|
||||
padding: 0 0.25rem;
|
||||
@ -454,7 +484,7 @@ nav.sheet-tabs .item:after {
|
||||
right: 0;
|
||||
height: 2rem;
|
||||
width: 1px;
|
||||
border-right: 1px dashed rgba(52, 52, 52, 0.25);
|
||||
/*border-right: 1px dashed rgba(52, 52, 52, 0.25);*/
|
||||
}
|
||||
|
||||
.sheet .tab[data-tab] {
|
||||
@ -1385,4 +1415,7 @@ ul, li {
|
||||
font-size: 1.2rem;
|
||||
font-weight: bold;
|
||||
color: darkred;
|
||||
}
|
||||
.adversite-modify {
|
||||
margin-top: 12px;
|
||||
}
|
Reference in New Issue
Block a user