Jump to content

MediaWiki:Common.css: Difference between revisions

From Continuum Universes Wiki
Line 2: Line 2:
text-align: center;
text-align: center;
font-size: 4em;
font-size: 4em;
}
#lore-spotlight {
  border: 2px solid #663399;
  background: #fdfaff;
  padding: 1em;
  margin: 1em 0;
  font-family: 'Georgia', serif;
}
#lore-spotlight h3 {
  margin-top: 0;
  color: #3a0066;
}
}

Revision as of 00:10, 17 August 2025

.welcome {
	text-align: center;
	font-size: 4em;
}
#lore-spotlight {
  border: 2px solid #663399;
  background: #fdfaff;
  padding: 1em;
  margin: 1em 0;
  font-family: 'Georgia', serif;
}
#lore-spotlight h3 {
  margin-top: 0;
  color: #3a0066;
}