Foundry v13 migrtion
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
font-family: "Neuropol";
|
||||
src: url('../fonts/neuropol.ttf') format("truetype");
|
||||
}
|
||||
|
||||
|
||||
:root {
|
||||
/* =================== 1. ACTOR SHEET FONT STYLES =========== */
|
||||
--window-header-title-font-family: Neuropol;
|
||||
@ -36,7 +36,7 @@
|
||||
--actor-label-font-weight: 700;
|
||||
--actor-label-color: #464331c4;
|
||||
|
||||
/* =================== 2. DEBUGGING HIGHLIGHTERS ============ */
|
||||
/* =================== 2. DEBUGGING HIGHLIGHTERS ============ */
|
||||
--debug-background-color-red: #ff000054;
|
||||
--debug-background-color-blue: #1d00ff54;
|
||||
--debug-background-color-green: #54ff0054;
|
||||
@ -46,7 +46,6 @@
|
||||
--debug-box-shadow-green: inset 0 0 2px green;
|
||||
}
|
||||
|
||||
/*@import url("https://fonts.googleapis.com/css2?family=Martel:wght@400;800&family=Roboto:wght@300;400;500&display=swap");*/
|
||||
/* Global styles & Font */
|
||||
.window-app {
|
||||
font-family: Garamond;
|
||||
@ -62,7 +61,7 @@
|
||||
} /* For title, sidebar character and scene */
|
||||
|
||||
.sheet nav.sheet-tabs {font-family: "Garamond";} /* For nav and title */
|
||||
.window-app input, .foundryvtt-shadows-over-sol .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, .foundryvtt-shadows-over-sol .item-form, .sheet header.sheet-header .flex-group-center.flex-compteurs, .sheet header.sheet-header .flex-group-center.flex-fatigue {
|
||||
font-family: "Garamond"; /* For sheet parts */
|
||||
}
|
||||
|
||||
@ -241,7 +240,7 @@ table {border: 1px solid #7a7971;}
|
||||
.card-icon {
|
||||
height: 128px;
|
||||
width: 90px !important;
|
||||
flex-grow: 1;
|
||||
flex-grow: 1;
|
||||
}
|
||||
.card-img {
|
||||
height: 128px;
|
||||
@ -558,7 +557,7 @@ ul, li {
|
||||
box-shadow: inset 0px 0px 1px #00000096;
|
||||
border-radius: 0.25rem;
|
||||
padding: 0.125rem;
|
||||
flex: 1 1 5rem;
|
||||
flex: 1 1 5rem;
|
||||
background: rgba(195, 152, 22, 0.5);
|
||||
}
|
||||
|
||||
@ -674,10 +673,10 @@ ul, li {
|
||||
margin-right: 0.25rem;
|
||||
margin-left: 0.25rem;
|
||||
}
|
||||
.blessures-title {
|
||||
.blessures-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
.alchimie-title {
|
||||
.alchimie-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
.blessure-data {
|
||||
@ -724,7 +723,7 @@ ul, li {
|
||||
|
||||
/* ======================================== */
|
||||
.tokenhudext {
|
||||
display: flex;
|
||||
display: flex;
|
||||
flex: 0 !important;
|
||||
font-family: Neuropol;
|
||||
font-weight: 600;
|
||||
@ -826,7 +825,7 @@ ul, li {
|
||||
.sidebar-tab .directory-list .entity {
|
||||
border-top: 1px dashed rgba(0,0,0,0.25);
|
||||
border-bottom: 0 none;
|
||||
padding: 0.25rem 0;
|
||||
padding: 0.25rem 0;
|
||||
}
|
||||
|
||||
.sidebar-tab .directory-list .entity:hover {
|
||||
@ -924,7 +923,7 @@ ul, li {
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
#hotbar .bar-controls {
|
||||
#hotbar .bar-controls {
|
||||
background: rgba(30, 25, 20, 1);
|
||||
border: 1px solid rgba(72, 46, 28, 1);
|
||||
}
|
||||
@ -976,12 +975,12 @@ ul, li {
|
||||
/* Tooltip text */
|
||||
.tooltip .tooltiptext {
|
||||
text-align: center;
|
||||
|
||||
|
||||
/* Position the tooltip text */
|
||||
top: 20px;
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
|
||||
|
||||
/* Fade in tooltip */
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
@ -990,7 +989,7 @@ ul, li {
|
||||
|
||||
.tooltip .ttt-fatigue{
|
||||
width: 360px;
|
||||
|
||||
|
||||
background: rgba(30, 25, 20, 0.9);
|
||||
/*border-image: url(img/ui/bg_control.jpg) 21 repeat;*/
|
||||
border-image-slice: 6 6 6 6 fill;
|
||||
|
Reference in New Issue
Block a user