Jump to content

Template:ContinuumClassification/styles.css

From Continuum Universes Wiki
< Template:ContinuumClassification
Revision as of 08:25, 15 November 2025 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.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;
}