MediaWiki:Print.css

"Wikiibíídiiya" bitsʼą́ą́dę́ę́ʼ

Note: After saving, 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 (Command-R on a Mac). Google Chrome: press Ctrl-Shift-R (Command-Shift-R on a Mac). Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5. Konqueror: click Reload or press F5. Opera: clear the cache in Tools → Preferences

/* <source lang="css"> */


/* pick Noto Sans/Serif, Calibri, Aboriginal Sans, or DejaVu Sans as font if installed on user's machine; look for Arial Unicode; if none of these found, use any sans-serif font */

body,
.ns-0 #content {
  background: none !important;
  font-family: "Noto Sans", "Noto Serif", "Calibri", "Aboriginal Sans", "DejaVu Sans", "Arial Unicode MS", sans-serif !important;
}

.ns-0 #content h1 {
  background: none !important;
  font-family: "Noto Serif", "Noto Sans", "Calibri", "Aboriginal Sans", "DejaVu Sans", "Arial Unicode MS", sans-serif !important;
}

.ns-0 .navbox, 
.ns-0 .dablink, 
.ns-0 .metadata, 
#footer-places,
.editlink,
span.collapseButton, a.NavToggle,
.noprint 
.boilerplate {
    display: none;
}

.ns-0 #siteSub {
    display: inline !important;
    font-size: 75%;
    font-style:italic;
    line-height: 95%;
    color:#888888;
}

div.footer{
    font-size: 75%;
    font-style:italic;
    font-family: "Noto Sans", "Noto Serif", "Calibri", "Aboriginal Sans", "DejaVu Sans", "Arial Unicode MS", sans-serif !important;
    line-height: 95%;
    color:#888888;
}

#content cite a.external.text:after,
.nourlexpansion a.external.text:after,
.nourlexpansion a.external.autonumber:after {
    display: none !important;
}

table.collapsible tr, div.NavPic, div.NavContent {
    display: block !important;
}
table.collapsible tr {
    display: table-row !important;
}

div.grey {
 color: grey !important;
}
/* </source> */