Jump to content

User:Jimcloudman/monobook.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* @override http://en.wikipedia.org/w/index.php?title=User:Jimcloudman/monobook.css&action=raw&ctype=text/css */

#content { background:#fff;
  -webkit-border-radius:5px;
  padding:20px;
  border: 0px;
  left: 13px;
  }
  
table.fmbox, table.siteNoticeUser, pre, #mp-topbanner, .infobox{
	background:#eee; 
	border:0px; 
	border-bottom:1px solid #ccc; 
	border-top: 1px solid #fff;
    -webkit-border-radius:5px;
	padding:10px;
	margin-bottom: 10px;
	}	
body {background:#ddd; width: 960px; margin:0px auto; margin-top: 1em;

	font-family: 'Droid Sans', Calibri, Helvetica Neue, Arial, sans-serif;
}
#p-logo {
	position: relative;
	margin-top: -20px;
}
#p-cactions {
	position: relative;
	display: block;
	margin-top:-170px;
	z-index: 10;
	-webkit-border-radius:3px;
}

	#p-cactions li {
		border: 0px;
}

		#p-cactions li.selected, #p-cactions li a {
			padding: 4px;
			background: #fff;
			-webkit-border-radius:3px;
			font-size: 1em;
			color: #06c;
			border-bottom: 1px solid #eee;
}
			#p-cactions li.selected a {
				color: #999;
				border-bottom: 0px;
}

				#p-cactions li a:hover {
					color: #046;
}

	a {
	color: #269;
}

		a.new {
	color: #f83;
}
	.portlet h5 {
	position: relative;
	top: 1em;
}
	
	.pBody {
	border: 0px; 
	background: #eee;
	border-bottom:1px solid #ccc; 
    -webkit-border-radius:5px;
    padding:8px;
    padding-top: 3px;
    position: relative;
    margin-top: 18px;
}
	
 .MainPageBG, .MainPageBG h2, .thumbinner {
    -webkit-border-radius:3px;
	padding: 3px;
}	

	.thumbinner img, .infobox img, .MainPageBG img, .thumbinner a {
    -webkit-border-radius:3px;
border:0px;
}