MediaWiki:Monobook.css: Difference between revisions

From My Wiki
Jump to navigation Jump to search
imported>Tlosk's Bot
(background)
 
imported>Tlosk
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/***** Edit this file to customize the Monobook skin for the entire site. Please ensure you do not violate Wikia's Terms of Use by obscuring or removing the advertising. *****/
/***** Edit this file to customize the Monobook skin for the entire site.*****/
/* See also: [[MediaWiki:Common.css]] */
/* See also: [[MediaWiki:Common.css]] */


/*** Bold 'edit this page' link to encourage newcomers ***/


#ca-edit a {  
/* Allow popup submenus to overflow the sidebar area */
    font-weight: bold !important;  
.portlet {
overflow: visible !important;
}
}
body{ background: #f9f9f9 url("http://images1.wikia.nocookie.net/asheron/images/a/a6/Headbg.jpg") 0px 0px no-repeat; }

Latest revision as of 00:35, 24 October 2010

/***** Edit this file to customize the Monobook skin for the entire site.*****/
/* See also: [[MediaWiki:Common.css]] */


/* Allow popup submenus to overflow the sidebar area */
.portlet {
	overflow: visible !important;
}