Template:ContinuumClassification/styles.css: Difference between revisions
Appearance
Cdjensen94 (talk | contribs) (Created page with ".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 sol...") Â |
Cdjensen94 (talk | contribs) Â |
||
| Line 1: | Line 1: | ||
.cc-panel { | .cc-panel { | ||
  background: |   background: var(--bg-panel); | ||
  border: 1px solid |   border: 1px solid var(--accent-alt); | ||
  padding: 1em; |   padding: 1em; | ||
  border-radius: 10px; |   border-radius: 10px; | ||
| Line 28: | Line 28: | ||
  font-size: 1.15em; |   font-size: 1.15em; | ||
  margin-bottom: 0.3em; |   margin-bottom: 0.3em; | ||
  color: |   color: var(--text-subtle); | ||
  font-weight: bold; |   font-weight: bold; | ||
  border-bottom: 1px solid |   border-bottom: 1px solid var(--accent-primary); | ||
} | } | ||
Latest revision as of 08:30, 15 November 2025
.cc-panel {
background: var(--bg-panel);
border: 1px solid var(--accent-alt);
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: var(--text-subtle);
font-weight: bold;
border-bottom: 1px solid var(--accent-primary);
}
.cc-item {
margin: 2px 0;
}