In today's world,
User:BrandonXLF/CitationStyleMarker.css is a topic that has gained unprecedented relevance. From its origins to the present,
User:BrandonXLF/CitationStyleMarker.css has been the subject of study, debate and controversy in different areas. Whether due to his impact on society, the economy, politics or culture,
User:BrandonXLF/CitationStyleMarker.css has left an indelible mark on history. In this article, we will explore the different aspects of
User:BrandonXLF/CitationStyleMarker.css, analyzing its importance, evolution and repercussions in the contemporary world. Through a multidisciplinary approach, we will seek to understand the complexity of
User:BrandonXLF/CitationStyleMarker.css and its influence on our daily lives.
/*** 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;
}