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

From imedwiki
Jump to navigation Jump to search
(Import from wikipedia (little modified because didn't save, linear gradient removed))
 
(update)
Line 5: Line 5:
  
 
*/
 
*/
 +
 +
 +
/* 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> */
 +
}

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