MediaWiki:Common.css: Difference between revisions
From A Pillar An Icon A Relic A Ruin
No edit summary |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
body { background-image: url('/images/ | body { background-image: url('/images/luna.jpeg'); | ||
background-size:cover; | background-size:cover; | ||
background-repeat:no-repeat; | background-repeat:no-repeat; | ||
| Line 6: | Line 6: | ||
#mw-content-container { background-image: url('/images/ | |||
@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-size : cover; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: center; } | background-position: center; } | ||
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; }