User:Cepto/common.css

From Satisfactory Wiki
Jump to navigation Jump to search

In other languages: DeutschFrançais


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

  • Google Chrome / Microsoft Edge / Opera: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
/* System Font Stack */
html, body, .infobox, .infobox-header, td.infobox-section, ul.tabbernav, h1, h2, h3, #firstHeading.firstHeading, div#mw-head a, .mw-headline, h2#filehistory, h2#filelinks, h2#metadata {
	font-family: system-ui, sans-serif;
}

/* Infobox Improvements */
.infobox {
    font-size: 1em;
    font-weight: 500;
}
.infobox b {
    font-weight: 700;
}
ul.tabbernav li a { 
	font-size: 16px;
}

/* Frontpage Boxes: Alignment Improvements */
#fpvideos .fpvideo {
	margin: 10px 0 10px 0;
}

#fpguides table {
	margin: 14px 0 12px;
}

#fpwiki .nomobile > div:last-child {
	padding: 10px 0;
}