|
|
| Line 1: |
Line 1: |
| /* Hide sidebar menus only */
| |
| #p-navigation,
| |
| #p-tb,
| |
| #p-interaction,
| |
| #p-coll-print_export,
| |
| #p-lang,
| |
| #p-Help_about_MediaWiki {
| |
| display: none !important;
| |
| }
| |
|
| |
|
| #mw-panel {
| |
| background: none !important;
| |
| overflow: visible !important;
| |
| }
| |
|
| |
| /* Logo in the empty header space left of Page */
| |
| #p-logo {
| |
| position: absolute !important;
| |
| top: 8px !important;
| |
| left: 8px !important;
| |
| z-index: 1 !important;
| |
| width: 220px !important;
| |
| height: 56px !important;
| |
| overflow: visible !important;
| |
| }
| |
|
| |
| #p-logo a,
| |
| #p-logo a span {
| |
| display: block !important;
| |
| width: 220px !important;
| |
| height: 56px !important;
| |
| background-position: left center !important;
| |
| background-repeat: no-repeat !important;
| |
| background-size: contain !important;
| |
| }
| |
|
| |
| #p-logo img {
| |
| width: 220px !important;
| |
| height: auto !important;
| |
| max-width: none !important;
| |
| }
| |
|
| |
| #left-navigation {
| |
| margin-left: 230px !important;
| |
| }
| |
|
| |
| #p-personal,
| |
| #p-search,
| |
| #right-navigation,
| |
| #p-views,
| |
| #p-cactions {
| |
| visibility: visible !important;
| |
| }
| |
|
| |
| #content,
| |
| .mw-body,
| |
| #footer {
| |
| margin-left: 1em !important;
| |
| }
| |