Anki-Traditional.txt 1.5 KB

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