KankenOnline/kanken_online/static/kanji.css

45 lines
517 B
CSS
Raw Normal View History

ul#reading-list-list {
list-style-type: none;
}
#goon::before {
content: "呉";
}
#kanon::before {
content: "漢";
}
#kanyoon::before {
content: "慣";
}
#soon::before {
content: "宋";
}
#toon::before {
content: "唐";
}
#on::before {
content: "音";
}
#kun::before {
content: "訓";
}
ul.reading-list {
list-style-type: none;
display: inline-flex;
}
ul.reading-list > li::after {
content: " ・";
}
ul.reading-list > li:last-child::after {
content: none;
}