User:Fimbulvetr/TimelessReader.css

From A3! 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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
#mw-content h1.firstHeading {
    display: none;
}

#mw-content-text {
    background: antiquewhite;
    font-family: Arvo;
    font-size: 1.2rem;
}

/* Header Tabs */

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: transparent;
    border: none;
}

.ui-widget-header {
    background: transparent;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: floralwhite;
    border: none;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    top: 0;
    margin: 0;
    border-bottom: 0;
    padding: 0;
    white-space: nowrap;
    text-transform: uppercase;
}

#mw-page-header-links li {
text-transform: uppercase;
border-bottom: none;
}

#headertabs.bare .ui-widget-header {
    border-bottom: none;
}

#mw-content-block > :not(#mw-content) {
    display: none;
}

#mw-content {
     margin: auto;
}

@media screen and (min-width: 1340px)
#mw-content {
    margin: auto;
}