Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
You must create an account or log in to edit.

Template:Project Board/styles.css: Difference between revisions

Template page
Content deleted Content added
No edit summary
Tags: Manual revert Reverted
No edit summary
Tag: Manual revert
Line 1: Line 1:
.amaranth-board-container {
.amaranth-columns-container {
display: flex;
display: flex;
flex-wrap: nowrap;
flex-wrap: nowrap;
overflow-x: auto;
overflow-x: auto;
gap: 1em;
gap: 1em;
padding: 1em;
padding: 1em;
background: #0e0e0e;
background: #0e0e0e;
border-radius: 10px;
border-radius: 10px;
text-align: left;
text-align: left;
}
}
.amaranth-column {
.amaranth-column {
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
gap: 1em;
gap: 1em;
min-width: 320px;
min-width: 320px;
background: transparent;
background: transparent;
padding: 0.5em 0.25em;
padding: 0.5em 0.25em;
flex-shrink: 0;
flex-shrink: 0;
}
}
.amaranth-column-header {
.amaranth-column-header {
color: #fff;
color: #fff;
font-family: 'Cinzel', serif;
font-family: 'Cinzel', serif;
font-size: 1.15em;
font-size: 1.15em;
font-weight: bold;
font-weight: bold;
margin-bottom: 0.7em;
margin-bottom: 0.7em;
margin-left: 0.5em;
margin-left: 0.5em;
letter-spacing: 1px;
letter-spacing: 1px;
}
}
.amaranth-card {
.amaranth-card {
background: #fff;
background: #fff;
color: #222;
color: #222;
border-radius: 14px;
border-radius: 14px;
box-shadow: 0 4px 18px 0 rgba(0,0,0,0.11), 0 1.5px 6px 0 rgba(0,0,0,0.12);
box-shadow: 0 4px 18px 0 rgba(0,0,0,0.11), 0 1.5px 6px 0 rgba(0,0,0,0.12);
margin-bottom: 0.75em;
margin-bottom: 0.75em;
padding: 1em 1.1em 1em 1.1em;
padding: 1em 1.1em 1em 1.1em;
transition: box-shadow 0.18s;
transition: box-shadow 0.18s;
border: 1px solid #eaeaea;
border: 1px solid #eaeaea;
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
gap: 0.5em;
gap: 0.5em;
}
}
.amaranth-card-img {
.amaranth-card-img {
width: 100%;
width: 100%;
max-width: 280px;
max-width: 280px;
max-height: 120px;
max-height: 120px;
border-radius: 10px;
border-radius: 10px;
margin-bottom: 0.8em;
margin-bottom: 0.8em;
object-fit: contain;
object-fit: contain;
box-shadow: 0 2px 6px #0002;
box-shadow: 0 2px 6px #0002;
background: #f3f4f6;
background: #f3f4f6;
}
}
.amaranth-card-labels {
.amaranth-card-labels {
margin-bottom: 0.2em;
margin-bottom: 0.2em;
}
}
.amaranth-label {
.amaranth-label {
display: inline-block;
display: inline-block;
padding: 0.18em 0.9em 0.18em 0.9em;
padding: 0.18em 0.9em 0.18em 0.9em;
margin: 0 0.15em 0.15em 0;
margin: 0 0.15em 0.15em 0;
border-radius: 1em;
border-radius: 1em;
font-size: 0.85em;
font-size: 0.85em;
font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
font-weight: 600;
font-weight: 600;
letter-spacing: 0.02em;
letter-spacing: 0.02em;
vertical-align: middle;
vertical-align: middle;
}
}
.amaranth-label-pink { background: #ffe0f4; color: #b50060; }
.amaranth-label-pink { background: #ffe0f4; color: #b50060; }
Line 71: Line 71:
.amaranth-label-blue { background: #daeafd; color: #1466a2; }
.amaranth-label-blue { background: #daeafd; color: #1466a2; }
.amaranth-card-title {
.amaranth-card-title {
font-family: 'Cinzel', serif;
font-family: 'Cinzel', serif;
font-weight: bold;
font-weight: bold;
font-size: 1.08em;
font-size: 1.08em;
margin-bottom: 0.18em;
margin-bottom: 0.18em;
}
}
.amaranth-card-subtitle {
.amaranth-card-subtitle {
font-size: 0.97em;
font-size: 0.97em;
color: #678;
color: #678;
margin-bottom: 0.25em;
margin-bottom: 0.25em;
font-weight: 500;
font-weight: 500;
font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
}
}
.amaranth-card-body {
.amaranth-card-body {
font-size: 0.93em;
font-size: 0.93em;
margin-top: 0.1em;
margin-top: 0.1em;
color: #2d2c2e;
color: #2d2c2e;
font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
}
}

Revision as of 19:11, May 20, 2025

.amaranth-columns-container {
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
gap: 1em;
padding: 1em;
background: #0e0e0e;
border-radius: 10px;
text-align: left;
}
.amaranth-column {
display: flex;
flex-direction: column;
gap: 1em;
min-width: 320px;
background: transparent;
padding: 0.5em 0.25em;
flex-shrink: 0;
}
.amaranth-column-header {
color: #fff;
font-family: 'Cinzel', serif;
font-size: 1.15em;
font-weight: bold;
margin-bottom: 0.7em;
margin-left: 0.5em;
letter-spacing: 1px;
}
.amaranth-card {
background: #fff;
color: #222;
border-radius: 14px;
box-shadow: 0 4px 18px 0 rgba(0,0,0,0.11), 0 1.5px 6px 0 rgba(0,0,0,0.12);
margin-bottom: 0.75em;
padding: 1em 1.1em 1em 1.1em;
transition: box-shadow 0.18s;
border: 1px solid #eaeaea;
display: flex;
flex-direction: column;
gap: 0.5em;
}
.amaranth-card-img {
width: 100%;
max-width: 280px;
max-height: 120px;
border-radius: 10px;
margin-bottom: 0.8em;
object-fit: contain;
box-shadow: 0 2px 6px #0002;
background: #f3f4f6;
}
.amaranth-card-labels {
margin-bottom: 0.2em;
}
.amaranth-label {
display: inline-block;
padding: 0.18em 0.9em 0.18em 0.9em;
margin: 0 0.15em 0.15em 0;
border-radius: 1em;
font-size: 0.85em;
font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
font-weight: 600;
letter-spacing: 0.02em;
vertical-align: middle;
}
.amaranth-label-pink { background: #ffe0f4; color: #b50060; }
.amaranth-label-purple { background: #e5e0ff; color: #7200c7; }
.amaranth-label-gray { background: #f0f1f3; color: #222; }
.amaranth-label-green { background: #d0fae7; color: #277e4d; }
.amaranth-label-yellow { background: #fff3c1; color: #b68d00; }
.amaranth-label-blue { background: #daeafd; color: #1466a2; }
.amaranth-card-title {
font-family: 'Cinzel', serif;
font-weight: bold;
font-size: 1.08em;
margin-bottom: 0.18em;
}
.amaranth-card-subtitle {
font-size: 0.97em;
color: #678;
margin-bottom: 0.25em;
font-weight: 500;
font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
}
.amaranth-card-body {
font-size: 0.93em;
margin-top: 0.1em;
color: #2d2c2e;
font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
}