MediaWiki:Monobook.css

From GreaseSpot Wiki
Revision as of 00:44, 5 October 2020 by Arantius (talk | contribs) (fix look after mediawiki upgrade)
Jump to navigationJump 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.
/* CSS placed here will affect users of the Monobook skin */

#content {
  font-size: 1rem;
  margin-left: 155px;
  margin-top: 40px;
}
#p-cactions {
  left: 155px;
}

.infobox {
	background-color:#F9F9F9;
	border:1px solid #AAAAAA;
	clear:right;
	color:black;
	float:right;
	margin-bottom:0.5em;
	margin-left:1em;
	padding:0.2em;
}
.infobox td, .infobox th {
	padding: 0 0.5em;
	vertical-align:top;
}
.infobox th {
	background-color: #CEE0F2;
}

/* 0.8 look */
body {
	background-color: #363636;
	background-image: url(//wiki.greasespot.net/skins/common/images/pak-headbg.png);
	background-repeat: no-repeat;
}
body div#globalWrapper {
	background: none;
}
#column-one {
	padding-top: 180px;
}
#column-one h3 {
	color: white;
}
.portlet h5 {
	color: white;
}

#p-personal li a {
	color: #007bd1;
}

body #p-logo a {
  background-position: 0 0 !important;
}