User:Saftzie/global.css

ShoutWiki — express yourself and be heard!
Jump to navigation Jump to search

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* adjust tab size */
body,
.mw-highlight pre {
	-moz-tab-size: 2;
	-o-tab-size: 2;
	tab-size: 2;
}

/** 
 * Move section [edit] links to the right side of the screen
 * From Wikipedia:MediaWiki:Gadget-righteditlinks.css
**/
.mw-editsection,
.mw-editsection-like {
	float: right;
	line-height: inherit;
}
#firstHeading .mw-editsection,
#firstHeading .mw-editsection-like {
	margin-right: 0.5em;
}
.skin-modern #firstHeading .mw-editsection,
.skin-modern #firstHeading .mw-editsection-like {
	margin-top: 0.5em;
}
.skin-vector #firstHeading .mw-editsection,
.skin-vector #firstHeading .mw-editsection-like {
	margin-top: 1em;
}

/* better readability for InputBox checkboxes */
.client-js .mw-ui-checkbox:not(#noop) input[type="checkbox"] + label {
	padding: 0 10px;
}

/* infrastructure ip addr */
a[href$="/wiki/Special:Contributions/198.100.145.75"] {
	color: #0a5;
}

/* ad overlaps #wpTextbox1 during some editing */
#column-google {
	display: none;
}