Anki-Saisie-Hanzi.txt 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. Front
  2. =====
  3. <div class=tags>{{Origine}}-{{Sequence}}-{{Lesson}}-{{Deck}} {{#Tags}} -- {{/Tags}}{{Tags}}</div>
  4. <span class="tags">Tapez en</span> <span class=instructions>Hanzi</span>
  5. <div class=cadrequestion>
  6. <br>
  7. {{Meaning}}
  8. <br>
  9. <div class=hanzi>{{type:Hanzi}}</div>
  10. </div>
  11. Style
  12. =====
  13. .card {
  14. font-family: "Noto Sans";
  15. font-size: 40px;
  16. text-align: center;
  17. color: black;
  18. background-color: #C3BCAE;
  19. word-wrap: break-word;
  20. }
  21. .comment {
  22. font-size: 15px;
  23. color: grey;
  24. }
  25. .tags {
  26. color: white;
  27. text-align: right;
  28. font-size: 12pt;
  29. padding: 15px;
  30. }
  31. .note {
  32. color: gray;
  33. font-size: 12pt;
  34. margin-top: 20pt;
  35. }
  36. .hint {
  37. font-size: 12pt;
  38. }
  39. .answer {
  40. background-color: bisque;
  41. border: dotted;
  42. border-width: 1px;
  43. }
  44. .instructions {
  45. font-size: 25px;
  46. color: red;
  47. }
  48. code#typeans {
  49. font-family: "Noto Sans";
  50. font-size: 30px;
  51. }
  52. .tone1 {
  53. color: red;
  54. }
  55. .tone2 {
  56. color: orange;
  57. }
  58. .tone3 {
  59. color: green;
  60. }
  61. .tone4 {
  62. color: blue;
  63. }
  64. .tone5 {
  65. color: gray;
  66. }
  67. .hanzi {
  68. font-size: 30px;
  69. font-family: "Noto Sans";
  70. }
  71. .cadrequestion {
  72. background-color: lightgrey;
  73. border-radius: 15px;
  74. border: 1px solid red;
  75. padding: 15px;
  76. margin: 15px;
  77. }
  78. .cadrereponse {
  79. background-color: lightgrey;
  80. border-radius: 10px;
  81. border: 1px solid red;
  82. padding: 15px;
  83. margin: 15px;
  84. }
  85. .meaning {
  86. font-family: "Noto Serif";
  87. }
  88. .classifier {
  89. font-size: 30px;
  90. color: red;
  91. margin-left: 25px;
  92. }
  93. Back
  94. =====
  95. <div class=tags>{{Origine}}-{{Sequence}}-{{Lesson}}-{{Deck}} {{#Tags}} -- {{/Tags}}{{Tags}}</div>
  96. <div class=cadrequestion>{{Hanzi}}</div>
  97. {{type::Hanzi}}
  98. </div>
  99. <div class=cadrereponse>
  100. {{Reading}}
  101. <hr id=answer>
  102. <div class=meaning>{{Meaning}}</div>
  103. <br>
  104. {{Color}}
  105. <br>
  106. {{Sound}}
  107. </div>