anki-Sound.txt 1.6 KB

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