MediaWiki:Common.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .bg3wiki-article-footer { margin-top: 1em; background-color: var(--bg-dark); padding: 0.5em; border-radius: 10px; font-size: 1.1em; font-style: italic; }")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.bg3wiki-article-footer {
  margin-top: 1em;
  background-color: var(--bg-dark);
  padding: 0.5em;
  border-radius: 10px;
  font-size: 1.1em;
  font-style: italic;
}

Revision as of 02:38, 14 February 2023

/* CSS placed here will be applied to all skins */