Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* save ink and paper with very small fonts */
@media print {
    #footer,
    #content,
    body { font-size: 8pt !important; }
    h1 { font-size: 17pt }
    h2 { font-size: 14pt }
    h3 { font-size: 11pt }
    h4 { font-size: 9pt }
    h5 { font-size: 8pt }
    h6 {
        font-size: 8pt;
        font-weight: normal;
    }
}

/* Advanced things: using :before and :after it's possible to add formatting
this here adds the full href of a link after it (not needed in the current version): */
@media print {
  #content a:link:after,
  #content a:visited:after {
     content: " ( " attr(href) " ) ";
  }
}
 
/*hide copywarn*/
#editpage-copywarn, #editpage-copywarn2 { display:none; }
#mw-wikimedia-editpage-tos-summary { display:none; }

/* Remove footer */

#footer {display:none;}
.printfooter {display:none;}

#p-cactions li
{
    position: relative;
    float: left;
}

#p-cactions li li
{
    float: none;
    display: block;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    text-align: center;
    background: #F8FCFF;
    background-color: #F8FCFF;
  -moz-border-radius-topleft: .0em;
  -moz-border-radius-topright: .0em;
  -moz-border-radius-bottomright: .0em;
  -moz-border-radius-bottomleft: .0em;
}

.tabmenu ul
{
    display: none;
    z-index: 2;
    position: relative;
    top: -2px;
    border-top: 1px solid #aaaaaa;
    padding: 0px;
    margin: 0px;
    background: #F8FCFF;
    background-color: grey;
}

.tabmenu:hover ul
{
    display: block;
}

.tabmenu a
{
    padding: 0pt 0.8em !important;
    background: #F8FCFF;
    background-color: #F8FCFF;
}

.tabmenu ul a:hover
{
    font-weight: bold;
}
.ns-1 #siteSub, .ns-2 #siteSub, .ns-3 #siteSub, .ns-4 #siteSub, .ns-5 #siteSub, .ns-6 #siteSub, .ns-7 #siteSub, .ns-8 #siteSub, .ns-9 #siteSub, .ns-10 #siteSub, .ns-11 #siteSub, .ns-12 #siteSub, .ns-13 #siteSub, .ns-14 #siteSub, .ns-15 #siteSub, .ns-90 #siteSub, .ns-91 #siteSub, .ns-92 #siteSub, .ns-93 #siteSub, .ns-100 #siteSub, .ns-101 #siteSub, .ns-108 #siteSub, .ns-109 #siteSub, .ns--1 #siteSub, .ns--2 #siteSub {
    display: none;
}

span.editHelp { display:none; }
#editpage-copywarn { display:none; }
div.mw-tos-summary { display:none; }
#editpage-copywarn2 { display:none; }
span#minoredit_helplink { display:none; }
span.mw-newpages-length { display:none; }
li#pt-sandbox { display: none; }

body.page-Special_Contributions ul { list-style-type:decimal-leading-zero; }