Module:Citation/CS1/styles.css

From imedwiki
< Module:Citation‎ | CS1
Revision as of 13:09, 20 September 2021 by Christoph Holtermann (talk | contribs) (update)
Jump to navigation Jump to search
/* Protection icon
the following line controls the page-protection icon in the upper right corner
it must remain within this comment
	{{sandbox other||{{pp-template}}}}

*/


/* Overrides
Some wikis do not override user agent default styles for HTML <cite> and <q>,
unlike en.wp. On en.wp, keep these the same as [[MediaWiki:Common.css]]
*/
cite.citation {
	font-style: inherit; /* Remove italics for <cite> */
}


.citation q {
	quotes: '"' '"' "'" "'"; /* Straight quote marks for <q> */
}