MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1:
@import url('https://fonts.googleapis.com/css2?family=MerriweatherLato&display=swap');
.mw-body-content p {
font-family: 'Merriweather', serif;
text-align: justify;
}
 
.mobileonly {
display: none;
}
 
.nomobile {
display: initial;
}
 
/*
* This is the CSS common to all desktop skins on en.Wikipedia.
* Styling inside .mw-parser-output should generally use TemplateStyles.
*/
 
/* Reset italic styling set by user agent */
cite,
Line 322 ⟶ 310:
font-size: 88%;
line-height: 1.5em;
width: 22em280px;
}