User:Evil Monkey/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.
#siteNoticeBig { display: none; }
#siteNoticeSmall { display: none; }

/* This first bit is to deal with my widescreen and stop Wikipedia filling the page. */

#globalWrapper {
	border: 1px solid #9C9C9C;
	margin: 0 auto;
	padding: 5px;
	width: 1200px;
	}

/* This is the user page, discussion etc tabs at the top*/
#p-cactions {
	width: 800px; 
	margin: 0.49em 29em auto;
	}

/* Evil Monkey my talk etc*/
#p-personal {
        width: 1550px; 
	margin: 0 0 0 0;
	}

/* Logo*/
#p-logo {
	margin: 0 28em auto;
	}

/* suppress the person icon by your username */
li#pt-userpage { background: none; }

/* remove the ugly, recently-reinstated link underlines 
#BodyContent a { text-decoration: none; }
#BodyContent a:hover { text-decoration: none; }*/

a { text-decoration: none;}
a:hover { text-decoration: none;}

/* Dotted borders on pre look ugly, replace with a solid one */
#bodyContent pre {
    border: 1px solid #aaa;
}

/* Display "From Wikipedia, the free encyclopedia" */
#siteSub {
    display: none;
}

table.persondata {display:table;}