MediaWiki:Common.css
From Eco - English Wiki
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
body {
background: url(https://wiki.play.eco/cubes.png);
/*background-color: #F5F5F5;*/
}
@font-face {
font-family: "Pathway Gothic One";
font-style: normal;
font-weight: 400;
src: local("Pathway Gothic One"), local("PathwayGothicOne-Regular"), url("https://fonts.gstatic.com/s/pathwaygothicone/v4/Lqv9ztoTUV8Q0FmQZzPqaL4J1CEROx9mnpUAGKYKzuk.woff2") format("woff2"), url("https://fonts.gstatic.com/s/pathwaygothicone/v4/Lqv9ztoTUV8Q0FmQZzPqaBfSZ9PF2sGs8WIylam6T2Y.woff") format("woff");
}
img.iconBlue {
background-image: url("https://wiki.play.eco/images/9/95/IconFrame.png"), url("https://wiki.play.eco/images/6/65/IconBackground_Blue.png");
background-blend-mode: solid;
background-repeat: no-repeat;
background-size: 100%;
}
img.iconGreen {
background-image: url("https://wiki.play.eco/images/3/3e/IconBackground_Green.png");
background-blend-mode: solid;
background-repeat: no-repeat;
background-size: 100%;
}
.img.iconGreen:before {
background-image: url("https://wiki.play.eco/images/9/95/IconFrame.png");
background-blend-mode: solid;
background-repeat: no-repeat;
background-size: 100%;
position: absolute;
z-index: 50000;
}
.infobox {
border: 5px solid #7BC2CE;
padding: 0;
color: #333333;
float: right;
margin: 0px 30px 30px 30px;
width: 300px;
clear: right;
}
.toc {
border: 5px solid #A9A9A9;
padding: 10px;
float: right;
margin: 0px 30px 30px 30px;
width: 300px;
clear: right;
}
.mw-headline a {
font-family: "Pathway Gothic One";
font-size: 15px;
font-weight: bold;
padding: 0.25em;
text-transform: uppercase;
}