main.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. @charset utf-8;
  2. /* Styles for Grammaire Niveau 2 */
  3. @font-face {
  4. font-family: "NotoSansCJKsc";
  5. font-weight: normal;
  6. font-style: normal;
  7. src: url("../Fonts/NotoSansCJKsc-DemiLight.otf");
  8. }
  9. @font-face {
  10. font-family: "NotoMono";
  11. font-weight: normal;
  12. font-style: normal;
  13. src: url("../Fonts/NotoMono.woff") format ("woff");
  14. }
  15. @font-face {
  16. font-family: "NotoSerif";
  17. font-weight: normal;
  18. font-style: normal;
  19. src: url("../Fonts/NotoSerif.woff") format ("woff");
  20. }
  21. h1 {
  22. font-size: 40px;
  23. }
  24. h2 {
  25. font-size: 30px;
  26. }
  27. h3 {
  28. font-size: 22px;
  29. }
  30. body {
  31. font-size: 20px;
  32. font-family: "NotoSerif", serif;
  33. font-weight: normal;
  34. font-style: serif;
  35. }
  36. ul {
  37. font-size: 20px;
  38. }
  39. ol {
  40. font-size: 20px;
  41. }
  42. h1, h2, h3 {
  43. text-align: center;
  44. }
  45. .hanzist {
  46. color: red;
  47. font-size: 30px;
  48. font-family: "NotoSansCJKsc";
  49. }
  50. .hanzi {
  51. color: red;
  52. font-size: 22px;
  53. font-family: "NotoSansCJKsc";
  54. }
  55. .pinyin {
  56. color: blue;
  57. }
  58. .pinyinst {
  59. color: blue;
  60. font-size: 30px;
  61. }
  62. .un {
  63. font-size: 22px;
  64. text-align: center;
  65. background-color: lightblue;
  66. border-style: solid;
  67. border-width: 1px;
  68. margin: auto;
  69. width: 50%;
  70. padding: 30px 30px 30px 30px;
  71. }
  72. .deux {
  73. font-size: 22px;
  74. text-align: center;
  75. background-color: lightblue;
  76. border-style: solid;
  77. border-width: 1px;
  78. margin: auto;
  79. width: 70%;
  80. padding: 30px 30px 30px 30px;
  81. }
  82. .exemple {
  83. margin-left: 30px;
  84. }
  85. .vert {
  86. color: green;
  87. }