(Created page with "→‎CSS placed here will be applied to all skins: .jstree-leaf a[title="Deutsche Texte"]:after { content: " 🇩🇪"; } .jstree-leaf a[title="English Texts"]:after { conten...")
 
No edit summary
 
(3 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-leaf a[title="Deutsche Texte"]:after {
#sidebartoc a[title="Deutsche Texte"]:after {
content: " 🇩🇪";
content: " 🇩🇪";
}  
}  
.jstree-leaf a[title="English Texts"]:after {
#sidebartoc a[title="English Texts"]:after {
content: " 🇬🇧";
content: " 🇬🇧";
}  
}  
.jstree-leaf 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: " 🇷🇺";
}