Skip to content

Instantly share code, notes, and snippets.

@gajewsk2
Created April 11, 2015 02:09
Show Gist options
  • Save gajewsk2/41b27f86a69f1990272f to your computer and use it in GitHub Desktop.
Save gajewsk2/41b27f86a69f1990272f to your computer and use it in GitHub Desktop.
subs2srs cards
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