main.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. @font-face {
  2. font-family: "NotoSansCJKsc";
  3. font-weight: normal;
  4. font-style: normal;
  5. src: url("../Fonts/NotoSansCJKsc-DemiLight.otf");
  6. }
  7. @font-face {
  8. font-family: "NotoMono";
  9. font-weight: normal;
  10. font-style: normal;
  11. src: url("../Fonts/NotoMono.woff") format ("woff");
  12. }
  13. @font-face {
  14. font-family: "NotoSerif";
  15. font-weight: normal;
  16. font-style: normal;
  17. src: url("../Fonts/NotoSerif.woff") format ("woff");
  18. }
  19. h1 {
  20. font-size: 40px;
  21. }
  22. h2 {
  23. font-size: 30px;
  24. color: black;
  25. background-color: lightblue;
  26. }
  27. h3 {
  28. font-size: 22px;
  29. color: black;
  30. background-color: #79DCFC;
  31. padding: 5px;
  32. }
  33. body {
  34. font-size: 20px;
  35. font-family: "NotoSerif", serif;
  36. font-weight: normal;
  37. font-style: serif;
  38. }
  39. ul {
  40. font-size: 20px;
  41. }
  42. ol {
  43. font-size: 20px;
  44. }
  45. dt {
  46. font-style: italic;
  47. }
  48. h1, h2, h3 {
  49. text-align: center;
  50. }
  51. .hanzist {
  52. color: coral;
  53. font-size: 30px;
  54. font-family: "NotoSansCJKsc";
  55. }
  56. .hanzi {
  57. color: darkred;
  58. font-size: 22px;
  59. font-family: "NotoSansCJKsc";
  60. }
  61. .pinyin {
  62. color: blue;
  63. }
  64. .pinyinst {
  65. color: blue;
  66. font-size: 30px;
  67. }
  68. .un {
  69. font-size: 22px;
  70. text-align: center;
  71. background-color: lightblue;
  72. border-style: solid;
  73. border-width: 1px;
  74. margin: auto;
  75. width: 50%;
  76. padding: 30px 30px 30px 30px;
  77. }
  78. .deux {
  79. font-size: 30px;
  80. text-align: center;
  81. background-color: lightblue;
  82. border-style: solid;
  83. border-width: 1px;
  84. margin: auto;
  85. width: 70%;
  86. padding: 30px 30px 30px 30px;
  87. }
  88. .exemple {
  89. margin-left: 30px;
  90. background-color: lightyellow;
  91. border: 1px;
  92. border-style: solid;
  93. margin-bottom:15px;
  94. margin-top: 15px;
  95. }
  96. .contents {
  97. margin-left: 30px;
  98. background-color: #f6f6f6;
  99. padding: 15px;
  100. border-radius: 10px;
  101. }
  102. .See-also {
  103. margin-left: 30px;
  104. background-color: lightyellow;
  105. }
  106. .encadrejaune {
  107. border-style: solid;
  108. border-color: red;
  109. border: 1px;
  110. }
  111. .rouge {
  112. color: red;
  113. }
  114. .orange {
  115. color: orange;
  116. }
  117. .pgris {
  118. color: #D1D1D1;
  119. }
  120. .rose {
  121. color: #CE90D4;
  122. }
  123. .jaune {
  124. color: yellow;
  125. }
  126. .vert {
  127. color: green;
  128. }
  129. .gris {
  130. background-color: lightgrey;
  131. padding: 10px;
  132. }
  133. .grisleger {
  134. background-color: AntiqueWhite;
  135. padding: 10px;
  136. }
  137. .fondjaune {
  138. background-color: yellow;
  139. }
  140. .grisgros {
  141. background-color: lightgrey;
  142. font-size: 140%;
  143. padding: 20px;
  144. }
  145. table {
  146. background-color:#E9F0F2 ;
  147. color: black;
  148. width: 90%;
  149. margin-left: 50px;
  150. border-collapse: collapse;
  151. border: 1px solid black;
  152. }
  153. table, td, th {
  154. border: 1px solid #ddd;
  155. text-align: left;
  156. padding: 15px;
  157. }
  158. table th {
  159. background-color: lightgrey;
  160. color: black;
  161. }
  162. .table1 th {
  163. background-color: lightgrey;
  164. color: white;
  165. }
  166. .table1 th, td {
  167. border-bottom: 1px solid #ddd;
  168. }
  169. .table1 tr:nth-child(even) {
  170. background-color: #f2f2f2
  171. }
  172. .table2 th {
  173. text-align: center;
  174. background-color: #4CAF50;
  175. }
  176. .table2 td {
  177. text-align: center;
  178. }
  179. .block1 {
  180. display: block;
  181. }
  182. .indentation {
  183. display: inline;
  184. width: 5cm;
  185. }