Template:FertilizerWindows/styles.css: Difference between revisions
Template page
More actions
Admin Jeremy (talk | contribs) No edit summary |
Admin Jeremy (talk | contribs) No edit summary |
||
| Line 34: | Line 34: | ||
flex: 1; | flex: 1; | ||
border-right: 2px solid #3e7a3e; | border-right: 2px solid #3e7a3e; | ||
background: #eaf5e4; | |||
} | } | ||
| Line 54: | Line 55: | ||
Alternating light greens | Alternating light greens | ||
========================= */ | ========================= */ | ||
.vp-fert-icons { | .vp-fert-icons { | ||
Revision as of 11:40, 25 February 2026
/* =========================
Title pill (text-height only)
========================= */
.vp-fert-title {
display: inline-block;
background: var(--vp-journal-text);
color: #000;
padding: 0 6px;
border: 2px solid #000;
border-radius: 4px;
font-size: larger;
font-family: 'VPTIP';
line-height: 1.1;
margin-bottom: 4px;
}
/* =========================
Timeline container
========================= */
.vp-fert-timeline {
display: flex;
border: 2px solid #3e7a3e;
border-radius: 8px;
overflow: hidden;
}
/* =========================
Individual windows
========================= */
.vp-fert-window {
flex: 1;
border-right: 2px solid #3e7a3e;
background: #eaf5e4;
}
.vp-fert-window:last-child {
border-right: none;
}
/* Header */
.vp-fert-header {
background: #cfe8c6;
font-weight: bold;
padding: 4px;
border-bottom: 2px solid #3e7a3e;
text-align: center;
}
/* =========================
ICON CELLS
Alternating light greens
========================= */
.vp-fert-icons {
text-align: center;
padding: 6px;
}
/* =========================
Note
========================= */
.vp-fert-note {
margin-top: 0.4em;
font-size: 0.85em;
text-align: center;
font-family: 'VPTIP';
}
/* =========================
Mobile
========================= */
@media (max-width: 700px) {
.vp-fert-timeline {
flex-direction: column;
}
.vp-fert-window {
border-right: none;
border-bottom: 2px solid #3e7a3e;
}
.vp-fert-window:last-child {
border-bottom: none;
}
}