Anki-Son-Saisie-Hanzi.txt 1.8 KB

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