MediaWiki:Lakeus.css: Difference between revisions

No edit summary
No edit summary
Tag: Manual revert
 
(16 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 121: Line 125:
.toc .toctitle {
.toc .toctitle {
     text-align: left;
     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;
}
}