MediaWiki:Lakeus.css: Difference between revisions

No edit summary
No edit summary
Tag: Manual revert
 
(31 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;
}
/*Increase line height of main content*/
#content p,
#content li {
    line-height: 150%;
}
/*Style TOC*/
#toc {
    border: none;
    font-size: 1em;
    font-family: var(--font-family);
}
.toc .toctitle {
    text-align: left;
}
/*Style category links*/
#catlinks {
  margin: 2em 0;
  padding: 1em;
  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;
}
}