MediaWiki:Common.css

From Coral Island Wiki
Revision as of 13:41, 21 December 2023 by Salty Nori (talk | contribs)
Jump to navigation Jump to search

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.
/* Imports caching 
@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:MessageBox.css|MediaWiki:Module:Documentation.css|MediaWiki:Documentation.css");
*/
@import url("https://coralisland.wiki/wiki/MediaWiki:Common.css")

/* For convenience on list of imported stuff:
   MediaWiki:Module:Documentation.css
   MediaWiki:Documentation.css
*/

/* Main Page*/
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

/* Fix to source editor font */
.CodeMirror-lines span {
  font: 14px Consolas,Eupheima UCAS,Monaco,Menlo,monospace
}

.wikiEditor-ui .ace_editor * {
    font-size: 13px;
    font-family: monospace, monospace;
}

/* Fix to gift module */
.icon-list .custom-icon {
  display:block;
}