MediaWiki:Lakeus.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 104: Line 104:
background-attachment: fixed;
background-attachment: fixed;
     background-position: center;
     background-position: center;
}
/*Increase padding of main text area*/
#content {
padding: 2em;
}
/*Styling for page title in navbar*/
#logo-text {
font-size: 2em;
}
#logo-link:hover {
text-decoration: none;
}
/*Increase line height*/
#content p,
#content li {
    line-height: 150%;
}
/*Style TOC*/
#toc {
    border: none;
    font-size: 1em;
}
.toc .toctitle {
    text-align: left;
}
}