User:The Millionth One/monobook.css: Difference between revisions

From The Fifth City Wiki
No edit summary
Tag: sourceedit
No edit summary
Tag: sourceedit
Line 32: Line 32:
/* Background image and colour changes */
/* Background image and colour changes */
body {
body {
background: #000 url(http://images.eurogamer.net/2013/articles/1/7/5/7/4/6/2/sunless-seas-predecessor-fallen-london-is-coming-to-ios-1432772111893.jpg/EG11/thumbnail/1200x630/format/jpg/1757462.jpg) repeat-x;
background: #000 url(https://lh3.googleusercontent.com/sXTpHMq4nqJz42jPBeqiPDFhnnJk-b4klBOYM0CDTSU3-2hXg5D3jmva22ycb6-vbsDXtfDefrtdOSs=w1920-h930-rw) repeat-x;
          
          
}
}

Revision as of 03:32, 11 July 2017

/* CSS page for Monobook skin */

/* rounded corners - Mozilla/Firefox  and WebKit browsers only */
.pBody {
	padding: 0.1em 0.1em;
	-moz-border-radius-topright: 0.5em;
	-moz-border-radius-bottomright: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
	-webkit-border-bottom-right-radius: 0.5em;
	border-top-right-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
}

#p-cactions ul li, #p-cactions ul li a {  
	-moz-border-radius-topright: 0.5em;
	-moz-border-radius-topleft: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
	-webkit-border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	border-top-left-radius: 0.5em;
}

#content, .toc {
	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-topright: 0.5em;
	-moz-border-radius-bottomleft: 0.5em;
	-moz-border-radius-bottomright: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}

/* Background image and colour changes */
body {
	background: #000 url(https://lh3.googleusercontent.com/sXTpHMq4nqJz42jPBeqiPDFhnnJk-b4klBOYM0CDTSU3-2hXg5D3jmva22ycb6-vbsDXtfDefrtdOSs=w1920-h930-rw) repeat-x;
         
}

div#content {
    background-color: rgba(255, 255, 255, 0.85);
    background-image: none;
}

/* headers */
h5 { color: #FFF; }

#p-personal li a {
color: #FFF;
}