MediaWiki:Common.css: Difference between revisions

From A Pillar An Icon A Relic A Ruin
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
}
}


@font-face {
    font-family: "Starborn";
    src: url("https://db.onlinewebfonts.com/t/2afe16b4e1a977f13d988de8a968ae7c.eot");
    src: url("https://db.onlinewebfonts.com/t/2afe16b4e1a977f13d988de8a968ae7c.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/2afe16b4e1a977f13d988de8a968ae7c.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/2afe16b4e1a977f13d988de8a968ae7c.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/2afe16b4e1a977f13d988de8a968ae7c.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/2afe16b4e1a977f13d988de8a968ae7c.svg#Starborn")format("svg");
}





Latest revision as of 09:26, 31 May 2026

body { background-image: url('/images/luna.jpeg');
background-size:cover;
background-repeat:no-repeat;
background-position: center;
}




@font-face {
    font-family: "Starborn";
    src: url("https://db.onlinewebfonts.com/t/2afe16b4e1a977f13d988de8a968ae7c.eot");
    src: url("https://db.onlinewebfonts.com/t/2afe16b4e1a977f13d988de8a968ae7c.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/2afe16b4e1a977f13d988de8a968ae7c.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/2afe16b4e1a977f13d988de8a968ae7c.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/2afe16b4e1a977f13d988de8a968ae7c.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/2afe16b4e1a977f13d988de8a968ae7c.svg#Starborn")format("svg");
}


#mw-content-container { background-image: url('/images/luna.jpeg');
background-size : cover;
background-repeat: no-repeat;
background-position: center; }