MediaWiki:Common.css

From UFFL Wiki
Revision as of 03:55, 14 January 2021 by Uffladmin (talk | contribs)

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.
#pagewrapper { color: black; }

body { background: navy; }

/* Making it so you can actually have a full background! */
#mw-page-base { background: transparent; }
#mw-head-base { display: none; }

/* Navigation bar */
#mw-panel ul li a { color: #FFF; }
#p-tb-label { color: #CCC; }
#simpleSearch { color: white; }

/* sizing and aesthetic styles for searchbox */
div#simpleSearch {
        color: white;
	height: 2em;
	border: 0;
	margin: 0;
	padding-left: 0.5em;
}

/* sizing and aesthetic styles for search input */
div#simpleSearch #searchInput {
	color: #fff;
	padding: 0.5em 0;
	height: 1em;
	box-sizing: content-box;
}

/* styling for the search placeholder text */
div#simpleSearch #searchInput::placeholder {
	color: #ddd;
	opacity: 0.7;