Template:ContinuumClassification/styles.css
Appearance
.cc-panel {
background: #0b0f16;
border: 1px solid #2a3346;
padding: 1em;
border-radius: 10px;
color: #d8e6ff;
}
.cc-title {
text-align: center;
font-size: 1.6em;
margin-bottom: 0.5em;
color: #a9d2ff;
font-weight: bold;
}
.cc-columns {
display: flex;
flex-wrap: wrap;
gap: 1.5em;
}
.cc-section {
flex: 1 1 200px;
}
.cc-section-title {
font-size: 1.15em;
margin-bottom: 0.3em;
color: #c4dcff;
font-weight: bold;
border-bottom: 1px solid #2a3346;
}
.cc-item {
margin: 2px 0;
}