No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
a[title="Deutsche Texte"]:after {
#sidebartoc a[title="Deutsche Texte"]:after {
content: " 🇩🇪";
content: " 🇩🇪";
}  
}  
a[title="English Texts"]:after {
#sidebartoc a[title="English Texts"]:after {
content: " 🇬🇧";
content: " 🇬🇧";
}  
}  
a[title="Teksty Ponical"]:after {
#sidebartoc a[title="Teksty Ponical"]:after {
content: " 🇵🇱";
content: " 🇵🇱";
}
}

Revision as of 12:18, 29 July 2019

/* CSS placed here will be applied to all skins */
#sidebartoc a[title="Deutsche Texte"]:after {
content: " 🇩🇪";
} 
#sidebartoc a[title="English Texts"]:after {
content: " 🇬🇧";
} 
#sidebartoc a[title="Teksty Ponical"]:after {
content: " 🇵🇱";
}