No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.jstree- ~ a[title="Deutsche Texte"]:after {
#sidebartoc a[title="Deutsche Texte"]:after {
content: " 🇩🇪";
content: " 🇩🇪";
}  
}  
.jstree- ~ a[title="English Texts"]:after {
#sidebartoc a[title="English Texts"]:after {
content: " 🇬🇧";
content: " 🇬🇧";
}  
}  
.jstree- ~ a[title="Teksty Ponical"]:after {
#sidebartoc a[title="Teksty Ponical"]:after {
content: " 🇵🇱";
content: " 🇵🇱";
}
#sidebartoc a[title="Russischer Seitentitel"]:after {
content: " 🇷🇺";
}
}

Latest revision as of 12:19, 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: " 🇵🇱";
} 
#sidebartoc a[title="Russischer Seitentitel"]:after {
content: " 🇷🇺";
}