MediaWiki:Lakeus.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
(27 intermediate revisions by the same user not shown)
Line 91: Line 91:
   --color-footer-link--active: var(--color-link--active);
   --color-footer-link--active: var(--color-link--active);
   --color-toc-number: #202122;
   --color-toc-number: #202122;
   --font-family: Georgia, Times, serif;
   --font-family: "Lato", Arial, sans-serif;
   --font-family-serif: Georgia, Times, serif;
   --font-family-serif: Georgia, Times, serif;
   --font-family-headings: "Lato", Arial, sans-serif;;
   --font-family-headings: var(--font-family);
   --font-family-action-bar: "Lato", Arial, sans-serif;;
   --font-family-action-bar: var(--font-family);
   --mask-background: rgba( 0, 0, 0, 0.8 );
   --mask-background: rgba( 0, 0, 0, 0.8 );
}
}
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 {
#content p,
font-size: 2em;
#content li {
    line-height: 150%;
}
}
#logo-link:hover {
 
text-decoration: none;
/*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;
}
}


/*Increase line height*/
 
p {
/*Adjust .wikitable text alignment*/
    line-heigth: 2em;
.wikitable td {
text-align: left;
vertical-align: top;
}
}