// The notice below does not apply to this LESS file, only the compiled CSS /* ============ * NOTICE * ============ * * This CSS file is an AUTO-GENERATED file compiled from LESS. Any changes made * to this file may (and probably will) be overwritten in future iterations. */ /* CSS overrides to make pages look like regular web pages instead of MediaWiki pages. */ /* Make scribunto a bit nicer */ .source-lua { tab-size: 4; } /* Make graphs act like inline blocks */ .mw-wiki-graph { display: inline-block; } /* Hide the interface outside the content area */ .page-Special_ZeroPortal { width: 1100px; margin: auto; #mw-page-base, #mw-head-base, #mw-navigation, #firstHeading, #contentSub, #jump-to-nav, #footer { display: none; } @media screen { .mw-body p { margin: 0; } } #content { border: 1px solid #e6e6e6; margin: 81px 0 20px; padding: 40px 78px; } h1, h2, h3 { border-bottom: none; } #fake-header { /* Fake the header and override #content styles */ position: absolute; top: -102px; left: -79px; right: -94px; font-family: Arial-Bold, Arial, sans-serif; ul { list-style: none; margin: 0; padding: 0; float: right; li { font-weight: bold; margin: 0; float: left; text-transform: uppercase; a { font-size: 12pt; line-height: 41px; color: black; padding: 0.5em 0.75em; &:hover { text-decoration: none; background-color: #DDD; } } } li.active { a { color: white; background-color: black; &:hover { color: black; background-color: #DDD; } } } } } #fake-footer { /* Fake the footer and override #content styles */ position: absolute; bottom: -191px; left: -79px; right: -79px; font-family: Arial, sans-serif; font-size: 12pt; margin-bottom: 50px; a { color: black; } ul { list-style: none none; margin: 0; li { margin: 0; padding: 0.5em 0; line-height: 21pt; } } #fake-footer-icons { float: right; li { float: left; margin-left: 0.5em; } } #fake-footer-places li { float: left; margin-right: 1.5em; text-transform: uppercase; } #fake-footer-info { font-family: ArialMT, Arial, sans-serif; font-size: 10pt; color: #555; } } &.ltr #fake-footer #fake-footer-places, &.ltr #fake-footer #fake-footer-info { float: left; } }