Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Load a card like you normally would. Press edit in the bottom left corner. Press 'card' in the new box that pops up.
- Paste the following into each of their respective boxes.
- -------- Front Template --------
- <span style="font-size: 50px; ">{{Vocabulary-Kanji}}</span>
- -------- Styling (Shared between cards) --------
- .card {
- font-family: arial;
- font-size: 25px;
- text-align: center;
- color: White;
- background-color: Black;
- }
- -------- Back Template --------
- {{FrontSide}}
- <hr id=answer>
- {{Vocabulary-Audio}}
- {{Sentence-Audio}}
- <span style="font-size: 30px; ">{{Vocabulary-English}}</span>
- <br>
- <span style="font-size: 35px; ">{{Vocabulary-Kana}}</span>
- <br>
- <span style="font-size: 14px; ">{{Vocabulary-Pos}}</span>
- <br>
- <span style="font-size: 40px; ">{{furigana:Reading}}</span>
- <br>
- <span style="font-size: 25px; ">{{Sentence-English}}</span>
- <br>
- {{Sentence-Image}}
Advertisement
Add Comment
Please, Sign In to add comment