Created
February 11, 2015 05:43
-
-
Save witeshadow/bd18aa4d21531554d062 to your computer and use it in GitHub Desktop.
German Anki Note Types
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
{{FrontSide}} | |
<hr id=answer> | |
<span german="{{Front}}">{{Front}}</span> | |
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
{{#Back}} | |
<div class=info>tags: {{Tags}} | | |
note type: {{Type}} | | |
card type: {{Card}} | deck: {{Deck}} | |
</br> | |
</br> | |
</div> | |
English: {{Back}} | |
<br> | |
<div class=instructions>(Auf Deutsch)</div> | |
{{/Back}} |
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
.card { | |
font-family: arial; | |
font-size: 20px; | |
text-align: center; | |
color: black; | |
background-color: white; | |
} | |
[german^="der"] { color: #00f; } | |
[german^="Der"] { color: #00f; } | |
[german^="Die"] { color: #f0f; } | |
[german^="die"] { color: #f0f; } | |
[german^="das"] { color: #33CC00; } | |
[german^="Das"] { color: #33CC00;} | |
.info {font-size:10px; color:gray;} | |
.instructions {font-size:12px; | |
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 | |
Back | |
Gender | |
Article | |
Part of Speech | |
Add Reverse | |
Sentence1 | |
Sentence1_Eng | |
plural ending | |
sound |
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
{{FrontSide}} | |
<hr id=answer> | |
{{Back}} | |
<div style='font-family: Arial; font-size: 20px;'>{{Sentence1_Eng}}</div> |
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
{{#Back}} | |
<div class=info>tags: {{Tags}} | | |
note type: {{Type}} | | |
card type: {{Card}} | deck: {{Deck}} | |
</br> | |
</br> | |
</div> | |
German: | |
<span german="{{Front}}">{{Front}}</span> | |
<div style='font-family: Arial; font-size: 20px;'>{{sound}}</div> | |
<div class=instructions>(In English)</div> | |
{{/Back}} | |
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
.card { | |
font-family: arial; | |
font-size: 20px; | |
text-align: center; | |
color: black; | |
background-color: white; | |
} | |
[german^="der"] { color: #00f; } | |
[german^="Der"] { color: #00f; } | |
[german^="Die"] { color: #f0f; } | |
[german^="die"] { color: #f0f; } | |
[german^="das"] { color: #33CC00; } | |
[german^="Das"] { color: #33CC00;} | |
.info {font-size:10px; color:gray;} | |
.instructions {font-size:12px; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment