User:Dereckson/timeless.css

From Nasqueron Agora

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.
/*  -------------------------------------------------------------
    T-rex and mountains are better than cats - content background
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */

#mw-content-container {
	background-image: url(https://windriver.nasqueron.org/~dereckson/gfx/svg/t-rex.svg) !important;
	background-position: 30em 10em !important;
}

/*  -------------------------------------------------------------
    Tiles
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */

.tiles {
  grid-template-columns: 100px 50px 100px;
  grid-template-rows: 80px auto 80px; 
  column-gap: 10px;
  row-gap: 15px;
}