Jump to content

Template:ContinuumClassification/styles.css: Difference between revisions

From Continuum Universes Wiki
< Template:ContinuumClassification
Cdjensen94
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...")
 
 
Line 1: Line 1:
.cc-panel {
.cc-panel {
   background: #0b0f16;
   background: var(--bg-panel);
   border: 1px solid #2a3346;
   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: #c4dcff;
   color: var(--text-subtle);
   font-weight: bold;
   font-weight: bold;
   border-bottom: 1px solid #2a3346;
   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;
}