Advertisement
Guest User

Mining Deck Example

a guest
May 16th, 2016
1,368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. Use with Night Mode add-on: https://ankiweb.net/shared/info/1496166067
  2. You will of course need the relevant fonts (IPAGothic, IPAMincho, Noto Sans)
  3. Screenshot: https://a.pomf.cat/feyakk.png
  4.  
  5. -----FRONT-----
  6. <div vocabulary>{{Vocabulary}}</div>
  7.  
  8.  
  9. -----BACK-----
  10. {{FrontSide}}
  11. <div reading>{{Reading}}</div>
  12. <hr id=answer>
  13. <!--{{Audio}}-->
  14. <div definition>{{Definition}}</div>
  15.  
  16.  
  17. -----STYLING-----
  18. .card {
  19. font-family: Noto Sans;
  20. font-size: 24px;
  21. margin-top: 42px;
  22. text-align: center;
  23. }
  24.  
  25. [vocabulary]
  26. {
  27. font-size: 64px;
  28. font-family: IPAMincho;
  29. color: #00fff6;
  30. margin: auto;
  31. }
  32.  
  33. [reading]
  34. {
  35. font-family: IPAGothic;
  36. font-size: 24px;
  37. margin-top: 16px;
  38. }
  39.  
  40. [definition]
  41. {
  42. font-size: 20px;
  43. max-width: 750px;
  44. margin: auto;
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement