Skip to content

Instantly share code, notes, and snippets.

@ZeDoCaixao
Created June 21, 2017 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZeDoCaixao/84f33d1be7161530929025e4521915ce to your computer and use it in GitHub Desktop.
Save ZeDoCaixao/84f33d1be7161530929025e4521915ce to your computer and use it in GitHub Desktop.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("wikipedia.org"), domain("wikimedia.org"), domain("wiktionary.org"), domain("wikiquote.org"), domain("wikibooks.org"), domain("wikisource.org"), domain("wikinews.org"), domain("wikiversity.org"), domain("wikimediafoundation.org"), domain("mediawiki.org"), domain("wikivoyage.org"), domain("wiki.openstreetmap.org"), domain("wikidata.org"), domain("translatewiki.net"), url-prefix("http://www.baka-tsuki.org/project/") {
html,body {
font-family: "Linux Biolinum" !important;
font-size: 16pt !important;
}
.mw-body {
background-color: #f8f2e7 !important;
}
.mw-body-content {
font-family: "Linux Libertine" !important;
font-size: 1.1em !important;
}
.mw-body-content p {
text-align: justify;
hyphens: auto;
-moz-hyphens: auto;
hyphenate-limit-chars: 4, 2, 2;
-moz-hyphenate-limit-chars: 4, 2, 2;
hanging-punctuation: force-end;
-moz-hanging-punctuation: force-end;*/
}
h1,h2,h3,h4,h5,h6 {
font-family: "Linux Biolinum" !important;
}
h1 {
font-size: 2.8em !important;
}
h2 {
font-size: 1.8em !important;
}
div#mw-panel div.portal div.body ul li {
font-size: 0.8em !important; font-family: "Linux Biolinum" !important;
}
div#mw-panel div.portal h3 {
font-size: 0.85em !important; font-family: "Linux Biolinum" !important;
}
#toc {font-size: 0.8em !important;}
table.infobox, .infobox {
font-size: 0.7em !important;
font-family: "Linux Libertine" !important;
}
.infobox > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > div:nth-child(1) {
font-family: "Linux Biolinum" !important;
}
small {font-size: 0.95em;
font-family: "Linux Biolinum" !important;
}
.globegris > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > p:nth-child(2) {
text-align: center !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment