| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- Front
- =====
- <div class=tags>{{Origine}}-{{Sequence}}-{{Lesson}}-{{Deck}} {{#Tags}} -- {{/Tags}}{{Tags}}</div>
- <div class=cadrequestion>
- {{Sound}}
- <img src=audio-speakers.png>
- </div>
- Style
- =====
- .card {
- font-family: "Noto Sans";
- font-size: 40px;
- text-align: center;
- color: black;
- background-color: #C3BCAE;
- word-wrap: break-word;
- }
- .comment {
- font-size: 15px;
- color: grey;
- }
- .tags {
- color: white;
- text-align: right;
- font-size: 12pt;
- padding: 15px;
- }
- .note {
- color: gray;
- font-size: 12pt;
- margin-top: 20pt;
- }
- .hint {
- font-size: 12pt;
- }
- .answer {
- background-color: bisque;
- border: dotted;
- border-width: 1px;
- }
- .instructions {
- font-size: 25px;
- color: red;
- }
- code#typeans {
- font-family: "Noto Sans";
- font-size: 30px;
- }
- .tone1 {
- color: red;
- }
- .tone2 {
- color: orange;
- }
- .tone3 {
- color: green;
- }
- .tone4 {
- color: blue;
- }
- .tone5 {
- color: gray;
- }
- .hanzi {
- font-size: 30px;
- font-family: "Noto Sans";
- }
- .cadrequestion {
- background-color: lightgrey;
- border-radius: 15px;
- border: 1px solid red;
- padding: 15px;
- margin: 15px;
- }
- .cadrereponse {
- background-color: lightgrey;
- border-radius: 10px;
- border: 1px solid red;
- padding: 15px;
- margin: 15px;
- }
- .meaning {
- font-family: "Noto Serif";
- }
- .classifier {
- font-size: 30px;
- color: red;
- margin-left: 25px;
- }
- Back
- =====
- <div class=tags>{{Origine}}-{{Sequence}}-{{Lesson}}-{{Deck}} {{#Tags}} -- {{/Tags}}{{Tags}}</div>
- <div class=cadrequestion>{{Hanzi}}</div>
- <hr>
- <div class=cadrereponse>
- <div class=meaning>{{Meaning}}</div>
- <hr id=answer>
- {{Reading}}
- <br>
- {{Color}}
- </div>
|