This commit is contained in:
@@ -312,4 +312,31 @@
|
||||
border-radius: 3px;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
/* Section title headings inside sheet-box (Profil, etc.) */
|
||||
.tab .sheet-box h3,
|
||||
.tab .sheet-box .items-title-text {
|
||||
font-family: "CentaurMT", "Palatino Linotype", serif;
|
||||
font-size: 0.85rem;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
color: #f0dfc0 !important;
|
||||
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
|
||||
margin: 0.25rem 0;
|
||||
padding: 0.2rem 0;
|
||||
}
|
||||
|
||||
/* Suppress formInput label when heading already provides it */
|
||||
.tab .sheet-box .form-group > label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* ProseMirror editor in sheet-box — ensure readable background */
|
||||
.tab .sheet-box .editor {
|
||||
min-height: 4rem;
|
||||
background: rgba(255, 250, 240, 0.9);
|
||||
border: 1px solid rgba(139, 69, 19, 0.35);
|
||||
border-radius: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2531,6 +2531,121 @@
|
||||
color: #5a2d00;
|
||||
}
|
||||
}
|
||||
|
||||
.post-item-price {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
padding: 5px 10px;
|
||||
background: rgba(139, 69, 19, 0.06);
|
||||
border-bottom: 1px solid rgba(139, 69, 19, 0.3);
|
||||
font-size: 0.85rem;
|
||||
|
||||
.post-price-label {
|
||||
font-weight: bold;
|
||||
color: #5a2d00;
|
||||
font-size: 0.75rem;
|
||||
text-transform: uppercase;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.post-price {
|
||||
background: rgba(255, 255, 255, 0.7);
|
||||
border: 1px solid rgba(139, 69, 19, 0.3);
|
||||
border-radius: 3px;
|
||||
padding: 1px 6px;
|
||||
color: #2a1400;
|
||||
|
||||
&.post-price-rarete {
|
||||
background: rgba(255, 215, 0, 0.15);
|
||||
border-color: rgba(255, 215, 0, 0.4);
|
||||
color: #8b6914;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.post-stat-bool {
|
||||
background: rgba(76, 175, 80, 0.12) !important;
|
||||
border-color: rgba(76, 175, 80, 0.4) !important;
|
||||
|
||||
.stat-value {
|
||||
color: #2e7d32;
|
||||
}
|
||||
}
|
||||
|
||||
.post-stat-used {
|
||||
background: rgba(198, 40, 40, 0.12) !important;
|
||||
border-color: rgba(198, 40, 40, 0.4) !important;
|
||||
|
||||
.stat-value {
|
||||
color: #c62828;
|
||||
}
|
||||
}
|
||||
|
||||
.post-item-predilections {
|
||||
padding: 6px 10px;
|
||||
background: rgba(255, 255, 255, 0.5);
|
||||
border-bottom: 1px solid rgba(139, 69, 19, 0.3);
|
||||
|
||||
h4 {
|
||||
margin: 0 0 4px 0;
|
||||
color: #5a2d00;
|
||||
font-size: 0.85rem;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.5px;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
|
||||
li {
|
||||
padding: 2px 0;
|
||||
font-size: 0.85rem;
|
||||
color: #2a1400;
|
||||
border-bottom: 1px solid rgba(139, 69, 19, 0.1);
|
||||
|
||||
&:last-child { border-bottom: none; }
|
||||
}
|
||||
}
|
||||
|
||||
.pred-name {
|
||||
color: #2a1400;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.pred-desc {
|
||||
color: #5a2d00;
|
||||
}
|
||||
|
||||
.pred-badge {
|
||||
display: inline-block;
|
||||
font-size: 0.7rem;
|
||||
padding: 0 4px;
|
||||
border-radius: 2px;
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
.pred-maitrise {
|
||||
color: #1565c0;
|
||||
background: rgba(21, 101, 192, 0.1);
|
||||
border: 1px solid rgba(21, 101, 192, 0.3);
|
||||
}
|
||||
|
||||
.pred-acquise {
|
||||
color: #2e7d32;
|
||||
background: rgba(46, 125, 50, 0.1);
|
||||
border: 1px solid rgba(46, 125, 50, 0.3);
|
||||
}
|
||||
|
||||
.pred-used {
|
||||
color: #c62828;
|
||||
background: rgba(198, 40, 40, 0.1);
|
||||
border: 1px solid rgba(198, 40, 40, 0.3);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user