MediaWiki:Common.css: Difference between revisions

From Beta Wiki
No edit summary
No edit summary
Line 7: Line 7:


html {
html {
background-image: url(http://192.168.0.26/betawiki/index.php/File:DirtBackground.png);
background-image: url(https://i.pinimg.com/originals/0e/1f/c2/0e1fc2e0638e878d3ba8db495152164c.png);
}
}



Revision as of 13:27, 12 August 2024

/* CSS placed here will be applied to all skins */

@font-face {
    font-family: Minecraft;
    src: url('fonts/MinecraftRegular-Bmg3.otf');
}

html {
	background-image: url(https://i.pinimg.com/originals/0e/1f/c2/0e1fc2e0638e878d3ba8db495152164c.png);
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: rgb(255, 255, 255);
    font-family: Minecraft;
}