Réduit la taille des polices d'en-tête et du logo, retravaille la disposition des totems, et double la hauteur des zones Notes et Relations dans l'onglet Histoire.
This commit is contained in:
+10
-3
@@ -31,7 +31,7 @@
|
|||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
}
|
}
|
||||||
.char-name-value {
|
.char-name-value {
|
||||||
font-size: 1.5rem;
|
font-size: 1.1rem;
|
||||||
}
|
}
|
||||||
input:not([type="radio"]):not([type="checkbox"]) {
|
input:not([type="radio"]):not([type="checkbox"]) {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
@@ -291,7 +291,7 @@
|
|||||||
|
|
||||||
.chooseTotem {
|
.chooseTotem {
|
||||||
font-family: "DistressBlack", sans-serif;
|
font-family: "DistressBlack", sans-serif;
|
||||||
font-size: 0.9rem;
|
font-size: 0.8rem;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@@ -377,7 +377,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.char-vermine2047 {
|
.char-vermine2047 {
|
||||||
font-size: 1.5rem;
|
font-size: 1.1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -409,6 +409,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ── Onglet Histoire : doubler la hauteur des zones Notes et Relations ──
|
||||||
|
.tab.stories {
|
||||||
|
prose-mirror.editor {
|
||||||
|
min-height: 150px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
nav.tabs[data-group="sheet"] {
|
nav.tabs[data-group="sheet"] {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
|
|||||||
+18
-3
@@ -20,16 +20,25 @@
|
|||||||
|
|
||||||
div.minor-totems {
|
div.minor-totems {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
height: 8.5rem;
|
||||||
background-color: rgba(146, 156, 111, 0.5215686275);
|
background-color: rgba(146, 156, 111, 0.5215686275);
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
h5 {
|
h5 {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 2.6rem;
|
||||||
|
margin: 0;
|
||||||
|
z-index: 1;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 2rem;
|
max-width: 2rem;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: -2rem;
|
top: 1.4rem;
|
||||||
|
bottom: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.human, &.adapted {
|
&.human, &.adapted {
|
||||||
@@ -53,6 +62,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.totem-dice {
|
.totem-dice {
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
z-index: 2;
|
||||||
|
|
||||||
.human-dice,
|
.human-dice,
|
||||||
.adapted-dice {
|
.adapted-dice {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -90,7 +105,7 @@
|
|||||||
|
|
||||||
.adapted {
|
.adapted {
|
||||||
right: 0;
|
right: 0;
|
||||||
img { right: 0; }
|
img { right: 0; left: auto; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
{{!-- Logo --}}
|
{{!-- Logo --}}
|
||||||
<img class="logo mx-auto" src="systems/vermine2047/assets/images/ui/logo.webp"
|
<img class="logo mx-auto" src="systems/vermine2047/assets/images/ui/logo.webp"
|
||||||
width="200" alt="logo Vermine" />
|
width="150" alt="logo Vermine" />
|
||||||
|
|
||||||
{{!-- Sidebar: Profile Image + Totem Dice --}}
|
{{!-- Sidebar: Profile Image + Totem Dice --}}
|
||||||
<div class="image-wrapper">
|
<div class="image-wrapper">
|
||||||
|
|||||||
Reference in New Issue
Block a user