User:OwenBlacker/monobook.css

From Wikimedia UK
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.
h1, h2, h3, h4, p, ul, ol, dl, li, table.infobox td.mergedtoprow {
   text-align: left;
}

h1, h2, h3, h4 {
   margin-left: 0;
   padding-left: 0;
}

body, input, span#wikEdSummaryComboInput select#wikEdSummarySelect {
   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;
}

.mw-newarticletext, .editHelp { display: none; }

/*
** 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-copywarn, #editpage-copywarn2, #editpage-copywarn3 {
    display: none;
}

.editOptions {
   margin-top: 0.5em;
}


li#utcdate {
    font-family: Segoe UI, sans-serif;
    font-size: 80% !important;
}

/* From Template_talk:Reflist */
.references-small
{
    -webkit-column-count: 2 !important;
}

/* Force header rows from [[Template:Infobox]] to be coloured light grey */
table.infobox tr th[colspan=2]
{
   background: #eee !important;
   text-align: left !important;
}

/* German fonts */
/*
** body.ns-0 div#content li.interwiki-de, :lang(de) {
**   font-family: Breitkopf Fraktur, Calibri, Arial, serif !important;
**   font-size: 150%;
**   font-style: normal;
** }
*/

a.mw-redirect
{
  /* from [[:fr:Aide:Redirection]] */
  border-bottom: dotted 1px green;
}

/* IPA fonts */
span.IPA
{
   font-family: Arial Unicode MS, sans-serif !important;
}