User:Autumn/common.css

From Project: Jotunnheim
Revision as of 12:39, 3 September 2023 by Autumn (talk | contribs) (Created page with "→‎Center page title and "Wikipedia, the free encyclopedia" text: #firstHeading, #siteSub, #contentSub { text-align: center; margin-left: auto; margin-right: auto; } h1, h2, h3, h4, h5, h6 { border-bottom: none; } @media screen and (min-width: 1200px) { →‎Navigation: #mw-navigation #mw-head { width: 900px; left: calc(50% - 450px + 5.5em); } #left-navigation { margin-left: 150px; } #coordinates { display: none; } →‎Indicators: .mw-body .m...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Center page title and "Wikipedia, the free encyclopedia" text */
#firstHeading, #siteSub, #contentSub { text-align: center; margin-left: auto; margin-right: auto; }
h1, h2, h3, h4, h5, h6 { border-bottom: none; }

@media screen and (min-width: 1200px) {
    /* Navigation */
    #mw-navigation #mw-head { width: 900px; left: calc(50% - 450px + 5.5em); }
    #left-navigation { margin-left: 150px; }
    #coordinates { display: none; }

    /* Indicators */
    .mw-body .mw-indicators {
        float: none; width: 600px; height: 0; margin: auto; display: flex; justify-content: flex-end;
    }

    /* Center article */
    #mw-content-text { max-width: 600px; margin: auto; line-height: 1.73; }
    .mw-body-content p { margin: 0.75em 0; }

    /* Notes at top of page */
    div.hatnote { font-size: 13px; width: 900px; font-style: normal; padding: 0; }

    /* Floats */
    div.tright, div.floatright { float: right; margin-left: -100% !important; transform: translateX(calc(100% + 20px)); }
    div.tleft { float: left; margin-right: -100% !important; transform: translateX(calc(-100% - 20px)); }

    /* Handle stack-clear-right class */
    div.stack-clear-right { float: right; margin-left: -100% !important; transform: translateX(calc(100% + 20px)); }
    div.stack-clear-right div.tright { margin-left: 0 !important; transform: none }

    /* Treat some tables as .tright */
    table.infobox, table.vertical-navbox, table.floatright { margin-left: -100% !important; transform: translateX(calc(100% + 20px)); }

    /* ambox ("This article has problems" etc): no margin */
    table.ambox { margin: 0; }
    
    /* Disable some borders? */
    table.infobox, table.vertical-navbox, div.thumbinner { border: none !important; background: inherit !important; }
    table.ambox { border-top: none; border-right: none; border-bottom: none; background: inherit !important; }
    
    /* Clean up vertical-navbox */
    table.vertical-navbox div.mini ul { display: none; }
    
    #toc { box-sizing: border-box; border: none; padding: 20px 30px; width: 100%; }
    #toc div.toctitle { text-align: start; }

    /* Math */
    /* This doesn't quite work. Distinguishing inline from display is hard... */
    /* dl dd span.mwe-math-element:only-child { width: 100%; text-align: center; display: inline-block; } */

    /* Allow navboxes and main page to be wider */
    div.navbox, #mp-upper, #mp-lower, #mp-topbanner { width: 900px !important; margin-left: -150px !important; }
    #catlinks { width: 900px; margin-left: auto; margin-right: auto; }
}