Jump to content

User:Ellsass/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.
/* Main content 
   The `#bodyContent` container also includes the side bar, so use `:not(.infobox)` to exclude the side bar. 
   There is no container specifically for the main article body.
*/
#bodyContent p,
#bodyContent *:not(.infobox) ul li {
    font-size: 18px !important;
}

/* Side bar */
#bodyContent .infobox ul li,
.infobox tr td p {
    font-size: inherit !important;
}

/* Inline citation links */
.mw-body sub, 
.mw-body sup, 
span.reference {
	font-size: 60%;
	opacity: 0.3;
}

/* Section edit links */
.mw-body .mw-editsection {
	opacity: 0.3;
}