MediaWiki:Lakeus.css: Difference between revisions
No edit summary |
No edit summary Tag: Manual revert |
||
(15 intermediate revisions by the same user not shown) | |||
Line 104: | Line 104: | ||
background-attachment: fixed; | background-attachment: fixed; | ||
background-position: center; | background-position: center; | ||
} | |||
.mw-body { | |||
padding: 4em; | |||
} | } | ||
Line 128: | Line 132: | ||
padding: 1em; | padding: 1em; | ||
border-top: 1px solid var(--border-color-content); | border-top: 1px solid var(--border-color-content); | ||
border-bottom: none; | |||
border-left: none; | |||
border-right: none; | |||
} | |||
/*Adjust .wikitable text alignment*/ | |||
.wikitable td { | |||
text-align: left; | |||
vertical-align: top; | |||
} | } |