MediaWiki:Common.css: Difference between revisions

From UO Outlands Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.mainpage-contents .tile-halves {
    flex: 1;
    margin-right: 0.9rem;
}
.mainpage-contents .tile-halves:last-child {
    margin-right: 0;
}
.mainpage-contents .tile-top {
    height: 4.5rem;
    position: relative;
}
.mainpage-contents .tile-top h2 a {
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 4.5rem;
    padding-left: 0.45rem;
}
.mainpage-contents h2 {
    margin: 0;
    padding: 0;
}

Revision as of 23:55, 7 March 2021

/* CSS placed here will be applied to all skins */