Created
April 11, 2015 02:09
-
-
Save gajewsk2/41b27f86a69f1990272f to your computer and use it in GitHub Desktop.
subs2srs cards
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Front | |
------------- | |
<span class='media'>{{Audio}}</span><span class='media'>{{Video}}</span> | |
<div class='sequence_marker'>{{SequenceMarker}}</div> | |
<br /> | |
<div class='media'>{{Snapshot}}</div> | |
<br /> | |
<div class='reading'>{{furigana:Reading}}</div> | |
------------- | |
Styles | |
------------- | |
.card | |
{ | |
font-family: arial; | |
font-size: 20px; | |
text-align: center; | |
color: black; | |
background-color: white; | |
} | |
.expression | |
{ | |
font-family: 'MS PMincho'; | |
font-size: 32px; | |
color: #000000; | |
} | |
.reading | |
{ | |
font-family: 'MS PGothic'; | |
font-size: 24px; | |
} | |
.meaning | |
{ | |
font-family: Arial; | |
font-size: 16px; | |
color: #000080; | |
} | |
.sequence_marker | |
{ | |
font-family: Arial; | |
font-size: 9px; | |
color: #000000; | |
} | |
.media | |
{ | |
font-family: Arial; | |
font-size: 50px; | |
color: #000000; | |
} | |
------------- | |
Back | |
------------- | |
{{FrontSide}} | |
<hr id=answer> | |
<div class='reading'>{{Meaning}}</div> | |
------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment