Jump to content

User:Elominius/global.css

From Meta, a Wikimedia project coordination 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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
#firstHeading { font-family: 'ubuntu', 'noto sans', 'open sans', 'segoe ui', verdana, tahoma, 'trebuchet ms', 'liberation sans', 'bitstream vera sans', arial, helvetica, sans-serif }
body { font-family:'noto sans', 'open sans', 'bitstream vera sans', 'segoe ui', arial, helvetica, sans-serif; }

/* prevents text area from covering the entire height of the window */
#wpTextbox1 { height: 20em; }

/* seen and understood */
#editpage-copywarn { display: none; }

/* highlight active element */
a:active { outline: 2px dotted black; }

/* pull-to-refresh off */
html,body { overscroll-behavior: contain; }

/* show dates */
.mw-index-pager-list-header { 
  width: initial;
  height: initial;
  position: static !important; /* site CSS uses !important */
}

#jswarning, .editpage-head-copywarn { display: none; } /* uncluttering; read and understood */

/* limit size of big red warning box  */
.mw-message-box-error { max-height:5em; overflow-y:scroll; }