MediaWiki:Common.css: Difference between revisions

From MassiveCraft Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 16: Line 16:
#simpleSearch input {
#simpleSearch input {
     background-color: #ffffff;
     background-color: #ffffff;
}
.table-img img {
max-width: 100%;
height: auto;
}
}

Revision as of 23:53, 27 June 2022

/* 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, body #mw-page-base {
	background: url( https://wiki.massivecraft.com/images/e/ee/Bg3.png);
	background-repeat: no-repeat;
}

#simpleSearch input {
    background-color: #ffffff;
}

.table-img img {
	max-width: 100%;
	height: auto;
}