Skip to content

Instantly share code, notes, and snippets.

@gajewsk2
Created July 18, 2015 04:10
Show Gist options
  • Save gajewsk2/40bacd588f4a032aa3e8 to your computer and use it in GitHub Desktop.
Save gajewsk2/40bacd588f4a032aa3e8 to your computer and use it in GitHub Desktop.
<!--<tts service="google" voice="ja">{{Expression}}</tts>-->
<no tts>
<span class="reading">
<a href="http://jisho.org/search/{{kanji:Expression}}">
{{furigana:Reading}}
</a>
</span>
</no tts>
<div style='font-family: Arial; font-size: 44px;'>{{Audio}}</div>
・・・
.card {
font-family: arial;
font-size: 20px;
text-align: center;
color: black;
font-size: 50px;
}
tts {display: none;}
*, .night_mode{
background-color: #202020 !important;
color: #FFFFFF !important;
}
.reading a{
text-decoration: none;
font-size: 50px;
}
・・・
{{FrontSide}}
<hr id=answer>
<span class="reading">
<a href="http://jisho.org/search/{{kanji:Expression}}">
{{Meaning}}
</a>
</span>
<div class="tts">{{Audio}}</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment