MediaWiki:Timeless.css

MediaWiki interface page
Revision as of 12:12, 9 October 2019 by HerrHulaHoop (talk | contribs) (Removed CSS that needs to be handled within the theme itself)

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.
/* CSS placed here will affect users of the Timeless skin */

/* Flexbox properties */
.flexchild-border {
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  border-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 13px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.flexheading3 {
  font-size: 1.4em;
  margin-top: 0em;
}

.flexheading4 {
  font-size: 1.2em;
  margin-top: 0em;
  margin-bottom: 0.5em;
}