Guest User

Kanji Radical (Primitive) custom styling

a guest
Jun 19th, 2016
1,055
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. Custom styling for the "Kanji Radical (Primitive)" deck on AnkiWeb.
  2. (made for recall cards but would be trivial to repurpose for recognition cards)
  3.  
  4. Deck:
  5. https://ankiweb.net/shared/info/1044119361
  6.  
  7. Fonts used:
  8. IPA Gothic and Mincho - http://www.geocities.jp/ep3797/japanese_fonts.html
  9. Noto Sans - https://www.google.com/get/noto/
  10. Kanji stroke order font - http://www.nihilist.org.uk/
  11.  
  12. Screenshot:
  13. https://a.pomf.cat/ljgisq.png
  14.  
  15. ____________________________________________________________________________________
  16.  
  17. ---FRONT---
  18. <span style="font-family: Noto Sans; font-size: 28px;"><b>{{Meaning}}</b><br></span>
  19.  
  20. ____________________________________________________________________________________
  21.  
  22. ---BACK---
  23. {{FrontSide}}<hr>
  24. <span style="font-family: IPAGothic; font-size: 80px; ">{{Radical}} </span><span style="font-family: IPAMincho; font-size: 80px; ">{{Radical}}</span><br><br>
  25. <span style="font-family: IPAGothic; font-size: 30px;">{{Reading}}</span><hr>
  26. Stroke Orders:<br><span style="font-family: KanjiStrokeOrders;font-size: 160px;">{{Radical}}</span><br>
  27. <span style="font-family: Noto Sans; font-size: 22px;">Radical Number: {{Radical Number}}</span><br>
  28. <span style="font-family: Noto Sans; font-size: 22px;">Number of Strokes: {{Numbers of Stroke}}</span><br><hr>
  29. <span style="font-family: IPAPGothic; font-size: 22px;">Alternative Form: {{Alternative}}</span><br><br>
  30. <span style="font-family: IPAPMincho; font-size: 22px;">Alternative Form: {{Alternative}}</span>
  31.  
  32. ____________________________________________________________________________________
  33.  
  34. ---STYLING---
  35. .card {
  36. font-family: Noto Sans;
  37. font-size: 20px;
  38. text-align: center;
  39. color: black;
  40. background-color: white;
  41. }
Add Comment
Please, Sign In to add comment