MediaWiki:Common.css: Difference between revisions

From MassiveCraft Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 18: Line 18:
}
}


.test-table table {
.scroll-table table {
max-width: 100%;
max-width: 100%;
overflow: hidden;
overflow: hidden;
Line 24: Line 24:
overflow-x: auto;
overflow-x: auto;
white-space: nowrap;
white-space: nowrap;
}
.resize-img img[alt=w100] {
width: 100% !important;
height: auto !important;
}
}

Revision as of 19:03, 29 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;
}

.scroll-table table {
	max-width: 100%;
	overflow: hidden;
	display: block;
	overflow-x: auto;
	white-space: nowrap;
}

.resize-img img[alt=w100] {
	width: 100% !important;
	height: auto !important;
}