MediaWiki:Monobook.css: Difference between revisions

From GreaseSpot Wiki
Jump to navigationJump to search
mNo edit summary
m (override new too-specific default theme)
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Monobook skin */
/* 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 {
.infobox {
Line 22: Line 31:
body {
body {
background-color: #363636;
background-color: #363636;
background-image: url( http://static.arantius.com/greasespot/skins/common/images/pak-headbg.png);
background-image: url(//wiki.greasespot.net/skins/common/images/pak-headbg.png);
background-repeat: no-repeat;
background-repeat: no-repeat;
}
body div#globalWrapper {
background: none;
}
}
#column-one {
#column-one {
padding-top: 180px;
padding-top: 180px;
}
#column-one h3 {
color: white;
}
}
.portlet h5 {
.portlet h5 {
Line 34: Line 49:
#p-personal li a {
#p-personal li a {
color: #007bd1;
color: #007bd1;
}
body.mediawiki #p-logo a,
body.mediawiki #p-logo a:hover {
  background-position: 0 0 !important;
}
}

Revision as of 14:02, 19 November 2021

/* 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.mediawiki #p-logo a,
body.mediawiki #p-logo a:hover {
  background-position: 0 0 !important;
}