User:Rjt/timeless.css

From Game Making Tools Wiki
Revision as of 19:00, 6 August 2020 by Rjt (talk | contribs) (added current infobox styling)

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.
/*	Variables	*/

:root {
  --colour_secondary:#ffaec9;
}

div#infobox {
  background-color:var(--colour_secondary);
  display:block;
  /*from existing*/
  border:solid #fff200 1px;
  margin:1em 0 1em 1em;
  width:auto;
  padding:11px;
  text-align:left;
  float:right;
}

/* Header styling */

#mw-header-container {
  background-color:var(--colour_secondary);
  box-shadow: 0 1px 4px rgba(0,0,0,0.3);

}

#mw-header-hack {
  display:none;
}

#mw-content-container {
  margin-top:3em;
}