champs.txt 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. hanzi
  2. hanziNormalised
  3. traditional
  4. traditionalNormalized
  5. pinyin
  6. pinyinSyllabe
  7. translation
  8. topic
  9. topicNumber
  10. level
  11. sound
  12. origin
  13. ******************
  14. <div class=tags> GrammarWiki -- Niveau {{level}} -- Topic: {{topic}}{{#Tags}} -- {{/Tags}}{{Tags}}</div>
  15. <div class="question">
  16. <div class="instructions">Reconnaissez le caractère qui s'affiche.</div>
  17. <div class="hanzi">{{hanzi}}</div>
  18. </div>
  19. ****************
  20. .body {height: 100%;}
  21. .card {
  22. font-family: arial;
  23. font-size: 20px;
  24. text-align: center;
  25. color: black;
  26. background-color: bisque;
  27. word-wrap: break-word;
  28. }
  29. .question {
  30. margin: 10px;
  31. padding: 10px;
  32. border: 1px solid red;
  33. border-shadow: 5px 10px;
  34. border-radius: 15px;
  35. background-color: lightgrey;
  36. }
  37. .reponse {
  38. margin: 10px;
  39. padding: 10px;
  40. background-color:lightgrey;
  41. border-radius: 15px;;
  42. border:1px solid red;
  43. flex-basis: 70%;
  44. }
  45. .reponse1 {
  46. margin: 10px;
  47. padding: 10px;
  48. background-color:lightgrey;
  49. /*border-radius: 15px;*/
  50. border:1px solid blue;
  51. flex-basis: 30%;
  52. }
  53. .reponseRecto {
  54. font-size: 25px;
  55. color: blue;
  56. margin: 10px;
  57. padding: 10px;
  58. }
  59. .monverso {
  60. display: flex;
  61. flex-direction: column;
  62. height: 100%;
  63. }
  64. .comment {font-size: 15px; color:grey;}
  65. .tags {color:gray;text-align:right;font-size:12pt;padding:15px;}
  66. .note {color:gray;font-size:12pt;margin-top:20pt;}
  67. .hint {font-size:12pt;}
  68. .hanzi {
  69. font-size: 30px;
  70. font-family: "Noto Sans";
  71. color: blue;
  72. }
  73. .pinyin {
  74. font-size: 30px;
  75. font-family: "Noto Sans";
  76. color: red;
  77. }
  78. .français {
  79. font-size: 30px;
  80. font-family: "Noto Sans";
  81. color: darkgreen;
  82. }
  83. .anglais {
  84. font-size: 30px;
  85. font-family: "Noto Sans";
  86. color: green;
  87. }
  88. .instructions {
  89. margin: 35px;
  90. padding: 20px;
  91. font-size: 18px;
  92. color: purple;
  93. background-color: bisque;
  94. border: 1px solid black;
  95. /* background: bisque;*/
  96. }
  97. #typeans {
  98. font-family: "Noto Sans";
  99. font-size: 40px;
  100. }
  101. .tone1 {color: red;}
  102. .tone2 {color: orange;}
  103. .tone3 {color: green;}
  104. .tone4 {color: blue;}
  105. .tone5 {color: gray;}
  106. ******************
  107. <div class="reponse1">
  108. Hanzi: <span class="reponseRecto">{{hanzi}}</span>
  109. </div>
  110. <hr id=answer>
  111. <div class="reponse">
  112. <div class="pinyin">{{pinyin}}</div>
  113. <hr id=answer>
  114. <div class="anglais">{{translation}}</div>
  115. {{sound}}
  116. </div>