Guest User

Untitled

a guest
Oct 20th, 2014
5,964
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. Load a card like you normally would. Press edit in the bottom left corner. Press 'card' in the new box that pops up.
  2. Paste the following into each of their respective boxes.
  3.  
  4. -------- Front Template --------
  5.  
  6. <span style="font-size: 50px; ">{{Vocabulary-Kanji}}</span>
  7.  
  8. -------- Styling (Shared between cards) --------
  9.  
  10. .card {
  11. font-family: arial;
  12. font-size: 25px;
  13. text-align: center;
  14. color: White;
  15. background-color: Black;
  16. }
  17.  
  18. -------- Back Template --------
  19.  
  20. {{FrontSide}}
  21.  
  22. <hr id=answer>
  23.  
  24. {{Vocabulary-Audio}}
  25. {{Sentence-Audio}}
  26. <span style="font-size: 30px; ">{{Vocabulary-English}}</span>
  27. <br>
  28. <span style="font-size: 35px; ">{{Vocabulary-Kana}}</span>
  29. <br>
  30. <span style="font-size: 14px; ">{{Vocabulary-Pos}}</span>
  31. <br>
  32. <span style="font-size: 40px; ">{{furigana:Reading}}</span>
  33. <br>
  34. <span style="font-size: 25px; ">{{Sentence-English}}</span>
  35. <br>
  36. {{Sentence-Image}}
Advertisement
Add Comment
Please, Sign In to add comment