Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Vector.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 63: Line 63:
content: "Wizards and Warlords Wiki";
content: "Wizards and Warlords Wiki";
font-size: 28px;
font-size: 28px;
}
.wizlords-mainpage-left {
box-sizing: border-box;
float: left;
width: calc(50% - 25px);
padding-left: 10px;
padding-right: 15px;
}
.wizlords-mainpage-right {
box-sizing: border-box;
float: right;
width: calc(50% - 25px);
padding-left: 15px;
padding-right: 10px;
}
.wizlords-mainpage-clear {
clear: both;
}
}