Jump to content

MediaWiki:Common.css: Difference between revisions

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;
}
}