Worldpedia:Main Page/styles.css: Difference between revisions

and lo, they said, we return portals to thee (and minerva gets main page columns from 875 to 1100px)
add to main css
Line 14: Line 14:
.mp-bordered,
.mp-bordered,
.mp-h2,
.mp-h2,
body.skin-timeless .mp-h2 {
body.skin-timeless .mp-h2 { /* Timeless needs a higher specificity */
border-width: 1px;
border-width: 1px;
border-style: solid;
border-style: solid;
Line 88: Line 88:


.mp-h2,
.mp-h2,
body.skin-timeless .mp-h2 {
body.skin-timeless .mp-h2 { /* Timeless needs a higher specificity */
margin: 0.5em;
margin: 0.5em;
padding: 0.2em 0.4em;
padding: 0.2em 0.4em;
Line 97: Line 97:


body.skin-timeless .mp-h2::after {
body.skin-timeless .mp-h2::after {
/* Timeless does things differently with how it structures its H2 borders. */
border: none;
border: none;
}
}