User:KurwaAntics/vector.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
(fegel-cutdown)
No edit summary
Line 9: Line 9:
/* Heading */
/* Heading */
.mw-body h1, .mw-body h2 {
.mw-body h1, .mw-body h2 {
     font-family: "Linux Libertine",Georgia,Times,serif !important;
     font-family: "Linux Libertine", Georgia, Times, serif;
}
}
.mw-body #toc h2, .mw-body .toc h2 {
.mw-body #toc h2, .mw-body .toc h2, .mainpagebox h2 {
     font-family: sans-serif !important;
     font-family: sans-serif !important;
}
}

Revision as of 09:54, September 4, 2016

/* Remove Ads */
.adsbygoogle { display:none !important; }

/* Edit windows textbox */
#wpTextbox1{
    font: 12px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
}

/* Heading */
.mw-body h1, .mw-body h2 {
    font-family: "Linux Libertine", Georgia, Times, serif;
}
.mw-body #toc h2, .mw-body .toc h2, .mainpagebox h2 {
    font-family: sans-serif !important;
}