Anki-Inverted.txt 1.4 KB

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