User:KurwaAntics/vector.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
No edit summary
No edit summary
Line 7: Line 7:
}
}


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

Revision as of 08:56, 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;
}
*/
.mainpagebox h2 {
    font-family: sans-serif !important;
}