MediaWiki:Common.css

From Eco - Global Wiki

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.
/* Custom font */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

/* Framework */
* {
	font-family: 'Roboto', sans-serif;
}

body {
	background: url(https://wiki.play.eco/cubes.png);
	/*background-color: #F5F5F5;*/
}

.ace_editor * {
    font-family: monospace !important;
}

/* Banner */
.headbanner span img {
	width: 100%;
	height: auto;
}