Difference between revisions of "MediaWiki:Monobook.css"

From EECH Central
Jump to: navigation, search
 
 
(2 intermediate revisions by the same user not shown)
(No difference)

Latest revision as of 00:25, 4 May 2016

/* CSS placed here will affect users of the Monobook skin */
body{ background: #E1EBFD url("/wiki/images/1/1f/Background.jpg") 0px 0px no-repeat; }
#p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 0.4em; -moz-border-radius-topright: 0.4em; }
#content { -moz-border-radius-topleft: 0.8em; -moz-border-radius-bottomleft: 0.8em; }
div.pBody { -moz-border-radius-topright: 0.4em; -moz-border-radius-bottomright: 0.4em; }
`1