MediaWiki:Lakeus.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
(23 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 {
font-size: 2em;
}
#logo-link:hover {
text-decoration: none;
}
 
/*Increase line height*/
#content p,
#content p,
#content li {
#content li {
     line-height: 200%;
     line-height: 150%;
}
}


Line 129: Line 120:
     border: none;
     border: none;
     font-size: 1em;
     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;
}
}