MediaWiki:Common.css

From Auranogi
Revision as of 00:46, 18 September 2022 by Garmik (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* <pre> */

.home h1 {
    font-size: 2.5em;
    font-weight: bold;
    border: none;
    margin: 0 0 0.15em;
}

.home h2 {
	font-size: 1.25em;
	font-weight: bold;
	border: none;
	margin: 0 0 0.15em;
}

.invert {
	color: white;
}

.content-tile {
	border: 1px solid #438ab5;
	background-color: #3980ab;
	padding: 1em;
	margin-right: 1em;
}

.content-tile p {
	font-size: 1.25em;
	font-weight: bold;
}

.content-tile a {
	color: white;
}