Difference between revisions of "Module:Citation/CS1/styles.css"

From imedwiki
Jump to navigation Jump to search
(update)
(update)
Line 13: Line 13:
 
cite.citation {
 
cite.citation {
 
font-style: inherit; /* Remove italics for <cite> */
 
font-style: inherit; /* Remove italics for <cite> */
 +
}
 +
 +
 +
.citation q {
 +
quotes: '"' '"' "'" "'"; /* Straight quote marks for <q> */
 
}
 
}

Revision as of 13:09, 20 September 2021

/* 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> */
}