Difference between revisions of "MediaWiki:Monobook.css"

From EECH Central
Jump to: navigation, search
 
Line 4: Line 4:
 
#content { -moz-border-radius-topleft: 0.8em; -moz-border-radius-bottomleft: 0.8em; }
 
#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; }
 
div.pBody { -moz-border-radius-topright: 0.4em; -moz-border-radius-bottomright: 0.4em; }
#p-logo {
 
height: 200px;
 
}
 
#p-logo a,
 
#p-logo a:hover {
 
display: block;
 
height: 200px;
 
width: 12.2em;
 
background-repeat: no-repeat;
 
background-position: 35% 50% !important;
 
text-decoration: none;
 
}
 
 
`1
 
`1

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