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
(Created page with "→‎CSS placed here will be applied to all skins: →‎Das folgende CSS wird für alle Benutzeroberflächen geladen.: .infobox, .toc { border: 5px outset #465828; pad...")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
@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, .toc {
.infobox, .toc {
     border: 5px outset #465828;
     border: 5px outset #465828;
Line 8: Line 14:
     width: 300px;
     width: 300px;
     clear: right;
     clear: right;
}
div#mw-panel div.portal h3,
#mw-panel.collapsible-nav .portal h3 a,
#mw-panel.collapsible-nav .portal h3 a:visited,
#mw-panel.collapsible-nav .portal.collapsed h3 a,
#mw-panel.collapsible-nav .portal.collapsed h3 a:visited {
    font-family: "Pathway Gothic One";
    font-size: 15px;;
    font-weight: bold;
    padding: 0.25em
}
}

Revision as of 03:34, 9 December 2019

/* CSS placed here will be applied to all skins */
@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, .toc {
    border: 5px outset #465828;
    padding: 10px;
    float: right;
    margin: 0px 30px 30px 30px;
    width: 300px;
    clear: right;
}

div#mw-panel div.portal h3,
#mw-panel.collapsible-nav .portal h3 a,
#mw-panel.collapsible-nav .portal h3 a:visited,
#mw-panel.collapsible-nav .portal.collapsed h3 a,
#mw-panel.collapsible-nav .portal.collapsed h3 a:visited {
    font-family: "Pathway Gothic One";
    font-size: 15px;;
    font-weight: bold;
    padding: 0.25em
}