User:BrandonXLF/CitationStyleMarker.css

In today's world, User:BrandonXLF/CitationStyleMarker.css has become a topic of great relevance and interest to a wide variety of people. From professionals to enthusiasts, User:BrandonXLF/CitationStyleMarker.css has captured the attention of many due to its many facets and its impact on different aspects of everyday life. Whether on a personal, professional or social level, User:BrandonXLF/CitationStyleMarker.css has proven to be a topic worthy of analysis and reflection. In this article, we will thoroughly explore the various dimensions of User:BrandonXLF/CitationStyleMarker.css and its relevance in today's world. From its history to its future implications, we will dive into an exhaustive analysis that seeks to shed light on this fascinating topic.
/*** Citation Style Marker ***/

/* Puts the type of citation style a citation is using next to it */
/* Documentation at ] */
/* By ] */

body:not(.nocsmarker) cite.cs1::after {
	content: ' CS1';
	color: #b4b;
	font-weight: bold;
}

body:not(.nocsmarker) cite.cs2::after {
	content: ' CS2';
	color: #b40;
	font-weight: bold;
}

body:not(.nocsmarker) .csvan::after {
	content: ' CSVAN';
	color: #b06;
	font-weight: bold;
}

body:not(.nocsmarker) .cslsa::after {
	content: ' CSLSA';
	color: #848;
	font-weight: bold;
}