MediaWiki:Common.css: Difference between revisions
EnWikiAdmin (talk | contribs) No edit summary  | 
				EnWikiAdmin (talk | contribs) No edit summary  | 
				||
| Line 229: | Line 229: | ||
}  | }  | ||
/* Set up the counter style for various reference groups   | /* Set up the counter style for various reference groups    | ||
.mw-ref > a[style~="mw-Ref"][data-mw-group=lower-alpha]::after {  | .mw-ref > a[style~="mw-Ref"][data-mw-group=lower-alpha]::after {  | ||
	content: '[' counter(mw-Ref, lower-alpha) ']';  | 	content: '[' counter(mw-Ref, lower-alpha) ']';  | ||
| Line 253: | Line 253: | ||
	content: '[' counter(mw-Ref, lower-greek) ']';  | 	content: '[' counter(mw-Ref, lower-greek) ']';  | ||
}  | }  | ||
*/  | |||
/* Custom styling for each type of reference */  | /* Custom styling for each type of reference */  | ||
span[rel="mw:referencedBy"] > a::before {  | span[rel="mw:referencedBy"] > a::before {  | ||