Jump to content

User:Louis925/vector.css

From Wikipedia, the free encyclopedia
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.
/* For Arial */
.mw-body-content{
	font-size: 18px;
}
div#mw-panel div.portal h3, div#mw-panel div.portal div.body ul li{
	font-size: 16px;
}
.mw-body h1{
	font-size: 36px;
}

/* for Roboto or Open Sane */
/*
.mw-body-content{
	font-size: 17px;
}
div#mw-panel div.portal h3, div#mw-panel div.portal div.body ul li{
	font-size: 15px;
}
.mw-body h1{
	font-size: 34px;
}
*/