(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 */ | ||
#sidebartoc a[title="Deutsche Texte"]:after { | |||
content: " 🇩🇪"; | content: " 🇩🇪"; | ||
} | } | ||
#sidebartoc a[title="English Texts"]:after { | |||
content: " 🇬🇧"; | content: " 🇬🇧"; | ||
} | } | ||
#sidebartoc a[title="Teksty Ponical"]:after { | |||
content: " 🇵🇱"; | content: " 🇵🇱"; | ||
} | |||
#sidebartoc a[title="Russischer Seitentitel"]:after { | |||
content: " 🇷🇺"; | |||
} | } |
/* 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: " 🇷🇺";
}