User:CecilWard/global.css

From Meta, a Wikimedia project coordination wiki

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.
@media screen and (min-device-width : 1024px) and (max-device-width : 1366px)
    {
    h1, h2, h3, h4, h5, h6 { padding: 0.15em }

    #searchInput { font-size: inherit ! important } /* a bugfix for the effect triggered by "form > *" below since the original css has a random hard-coded size for the font specified directly on this id, and if allowed that does not match our enclosing dimensions */

    }

@media screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation: landscape)
    {
    html, body, p, ul, li, ol, dl, dd, dt, table, tr, td, th, tbody, caption, textarea, form, fieldset, legend, input,
    form > *
        { font-size: small }
    
    }

@media screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation: portrait )
    {
    html, body, p, ul, li, ol, dl, dd, dt, table, tr, td, th, tbody, caption, textarea, form, fieldset, legend, input,
    form > *
        { font-size: 9pt }
    }