Jump to content

MediaWiki:Common.css: Difference between revisions

From Continuum Universes Wiki
Line 3: Line 3:
font-size: 4em;
font-size: 4em;
}
}
#lore-spotlight {
.lore-spotlight-widget {
  border: 2px solid #FF6300;
    background: #fdf6e3;
  background: #002855;
    border: 1px solid #ccc;
  padding: 1em;
    padding: 0.75em;
  margin: 1em 0;
    margin: 1em 0;
  font-family: 'Georgia', serif;
    font-style: italic;
}
    border-radius: 4px;
#lore-spotlight h3 {
  margin-top: 0;
  color: #3a0066;
}
}

Revision as of 03:27, 17 August 2025

.welcome {
	text-align: center;
	font-size: 4em;
}
.lore-spotlight-widget {
    background: #fdf6e3;
    border: 1px solid #ccc;
    padding: 0.75em;
    margin: 1em 0;
    font-style: italic;
    border-radius: 4px;
}