MediaWiki:Lakeus.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
(19 intermediate revisions by the same user not shown)
Line 106: Line 106:
}
}


/*Increase padding of main text area*/
.mw-body {
#content {
padding: 4em;
padding: 2em;
}
}


/*Styling for page title in navbar*/
/*Increase line height of main content*/
#logo-text {
font-size: 2em;
}
#logo-link:hover {
text-decoration: none;
}
 
/*Increase line height*/
#content p,
#content p,
#content li {
#content li {
Line 129: Line 120:
     border: none;
     border: none;
     font-size: 1em;
     font-size: 1em;
    font-family: var(--font-family);
}
}


.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;
}
}