MediaWiki:Common.css: Difference between revisions

From MassiveCraft Wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 32: Line 32:


.fifty-width-left img {
.fifty-width-left img {
     max-width: 50%;
     width: 50%;
     height: auto;
     height: auto;
     float: left;
     float: left;
Line 38: Line 38:


.fifty-width-right img {
.fifty-width-right img {
     max-width: 50%;
     width: 50%;
     height: auto;
     height: auto;
     float: right;
     float: right;

Revision as of 22:31, 16 December 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;
}

.eighty-width img {
    width: 80%;
    height: auto;
}

.fifty-width-left img {
    width: 50%;
    height: auto;
    float: left;
}

.fifty-width-right img {
    width: 50%;
    height: auto;
    float: right;
}

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