ATTENTION! The process of updating WiKi to version Eco 10.x has begun. Those wishing to participate can find out more Information on our ECO Contribution Wiki Discord.

MediaWiki:Common.css: Difference between revisions

From Eco - English Wiki
No edit summary
No edit summary
Line 12: Line 12:
}
}


.infobox, .toc {
.infobox {
    border: 5px solid #7BC2CE;
    padding: 0;
    color: #333333;
    float: right;
    margin: 0px 30px 30px 30px;
    width: 300px;
    clear: right;
}
 
.toc {
     border: 5px outset #A9A9A9;
     border: 5px outset #A9A9A9;
     padding: 10px;
     padding: 10px;

Revision as of 03:28, 15 August 2020

/* 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");
}

.infobox {
    border: 5px solid #7BC2CE;
    padding: 0;
    color: #333333;
    float: right;
    margin: 0px 30px 30px 30px;
    width: 300px;
    clear: right;
}

.toc {
    border: 5px outset #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;
}