User:OwenBlacker/monobook.css

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.
h1, h2, h3, h4, p, td, th, ul, ol, dl, li {
   text-align: left;
}

body, input {
   font-family: Calibri, Arial, serif !important;
}

textarea, pre, code, input#wpSummary {
   font-family: Consolas, Lucida Console, Courier New, Courier, monospace !important;
}

textarea {
   font-size: 1em;
}

/*
** Bottom tabs
*/

#mytabs { 
    width: 100%;
    position: static;
    margin-left: 14em;
    white-space:nowrap;
    line-height: 1.2em;
    overflow: hidden;
    border-collapse: collapse;
    list-style: none;
    font-size: 95%;
    text-transform: lowercase;
}
#mytabs h5 { display: none }
#mytabs ul { margin: 0; }
#mytabs li { display: inline; }
#mytabs li a {
    padding: 0 0.4em;
    border-left: 1px solid grey;
}
#mytabs .hiddenStructure { display: none; }
#mytabs li {
    display: inline;
    border: 1px solid #aaaaaa;
    border-top: none;
    padding: 0.1em 0 0 0;
    margin: 0 0.3em 0 0;
    overflow: visible;
/*    background: #f8fcff; */
}
#mytabs li.selected {
    border-color: #fabd23;
    padding: 0.2em 0 0 0;
}
#mytabs li a {
/*    background: #f8fcff; */
    color: #005189;
    border: none;
    padding: 0.3em 0.8em 0 0.8em;
    text-decoration: none;
    position: relative;
    margin: 0;
}
#mytabs li.selected a { z-index: 3; }
#mytabs .new a { color:#ba0000; }
#mytabs li a:hover {
    z-index: 3;
    text-decoration: none;
}
#mytabs h5 { display: none; }
#mytabs li.istalk { margin-right: 0; }
#mytabs li.istalk a { padding-right: 0.5em; }
#mytabs-ca-addsection a { 
    padding-left: 0.4em;
    padding-right: 0.4em;
}
/* offsets to distinguish the tab groups */
li#mytabs-ca-talk { margin-right: 1.6em; }
li#mytabs-ca-watch { margin-left: 1.6em; }

/* indent metadata
.metadata {
    margin: 0 !important;
    margin-left: 1.6em !important;
    padding-left: 0 !important;
} */

/* Hide the print footer on-screen in Mozilla, as it appears not to want to
@media screen {
    div.printfooter {
        display: none;
    }
}
*/

.metadata, #disambig, .infobox, .notice, .selfref {
    text-align: left;
}

@media print {
    a:link, a:visited, a:active {
        text-decoration: underline !important;
    }

    table#toc {
        display: none;
    }
}

.messagebox.standard-talk {
    background-color: #fcfada; /* not #f8eaba; */
}

#minoredit_helplink, #editpage-copywarn2, #editpage-copywarn3 {
    display: none;
}