More actions
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
} | } | ||
body { | |||
background-image: url( https://wiki.massivecraft.com/images/c/c2/Bg1.png); | |||
background-repeat: no-repeat; | |||
} |
Revision as of 09:56, 2 June 2017
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
.navbox-title
{
width: 100%;
min-width:100%;
}
body #mw-head {
background-image: url( https://wiki.massivecraft.com/images/c/c2/Bg1.png);
background-repeat: no-repeat;
}
body {
background-image: url( https://wiki.massivecraft.com/images/c/c2/Bg1.png);
background-repeat: no-repeat;
}