main.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  1. /* Styles for cours de chinois */
  2. @font-face {
  3. font-family: "NotoSansCJKsc";
  4. font-weight: normal;
  5. font-style: normal;
  6. src: url("../Fonts/NotoSansCJKsc-DemiLight.otf");
  7. }
  8. @font-face {
  9. font-family: "NotoMono";
  10. font-weight: normal;
  11. font-style: normal;
  12. src: url("../Fonts/NotoMono.woff") format ("woff");deux
  13. }
  14. @font-face {
  15. font-family: "NotoSerif";
  16. font-weight: normal;
  17. font-style: normal;
  18. src: url("../Fonts/NotoSerif.woff") format ("woff");
  19. }
  20. h1 {
  21. font-size: 40px;
  22. }
  23. h2 {
  24. font-size: 30px;
  25. }
  26. h3 {
  27. font-size: 22px;
  28. }
  29. body {
  30. font-size: 20px;
  31. font-family: "NotoSerif", serif;
  32. font-weight: normal;
  33. font-style: serif;
  34. }
  35. ul {
  36. font-size: 20px;
  37. }
  38. ol {
  39. font-size: 20px;
  40. }
  41. h1, h2, h3 {
  42. text-align: center;
  43. }
  44. /* unvisited link */
  45. a:link {
  46. color: red;
  47. }
  48. /* visited link */
  49. a:visited {
  50. color: green;
  51. }
  52. /* mouse over link */
  53. a:hover {
  54. color: hotpink;
  55. }
  56. /* selected link */
  57. a:active {
  58. color: blue;
  59. }
  60. a:link {
  61. text-decoration: none;
  62. }
  63. a:visited {
  64. text-decoration: none;
  65. }
  66. a:hover {
  67. text-decoration: underline;
  68. }
  69. a:active {
  70. text-decoration: underline;
  71. }
  72. .bighanzi{
  73. color: red;
  74. font-size: 45px;
  75. font-family: "NotoSansCJKsc";
  76. border-style: solid;
  77. border-width: 1px;
  78. border-radius: 10px;
  79. border-color: black;
  80. padding: 3px;
  81. }
  82. .hanzist {
  83. color: red;
  84. font-size: 30px;
  85. font-family: "NotoSansCJKsc";
  86. }
  87. .hanzi {
  88. color: red;
  89. font-size: 22px;
  90. font-family: "NotoSansCJKsc";
  91. }
  92. .pinyin {
  93. color: blue;
  94. }
  95. .pinyinst {
  96. color: blue;
  97. font-size: 30px;
  98. }
  99. .un {
  100. font-size: 22px;
  101. text-align: center;
  102. background-color: lightblue;
  103. border-style: solid;
  104. border-width: 1px;
  105. margin: auto;
  106. width: 50%;
  107. padding: 30px 30px 30px 30px;
  108. }
  109. .deux {
  110. font-size: 30px;
  111. text-align: center;
  112. background-color: lightblue;
  113. border-style: solid;
  114. border-width: 1px;
  115. margin: auto;
  116. width: 70%;
  117. padding: 30px 30px 30px 30px;
  118. }
  119. .exemple {
  120. margin-left: 30px;
  121. }
  122. .intro {
  123. font-size: 22px;
  124. }
  125. .logo {
  126. display: block;
  127. margin: auto;
  128. width: 20%;
  129. }
  130. .logo1 {
  131. text-align: center;
  132. }
  133. .logo2 {
  134. display: block;
  135. margin: auto;
  136. width: 60%;
  137. }
  138. .dessin-carac {
  139. border-radius: 5px;
  140. border-style: solid;
  141. border-width: 1px;
  142. text-align: center;
  143. background-color: lightgrey;
  144. font-size: 130%;
  145. }
  146. .contents {
  147. margin-left: 30px;
  148. background-color: #f6f6f6;
  149. padding: 15px;
  150. border-radius: 10px;
  151. }
  152. .See-also {
  153. margin-left: 30px;
  154. background-color: lightyellow;
  155. }
  156. .encadrejaune {
  157. border-style: solid;
  158. border-color: red;
  159. border: 1px;
  160. }
  161. .jaune {
  162. color: yellow;
  163. }
  164. .vert {
  165. color: green;
  166. }
  167. .orange {
  168. color: orange;
  169. }
  170. .rouge {
  171. color: red;
  172. }
  173. .orange {
  174. color: orange;
  175. }
  176. .pgris {
  177. color: #D1D1D1;
  178. }
  179. .rose {
  180. color: #CE90D4;
  181. }
  182. .gris {
  183. background-color: lightgrey;
  184. padding: 10px;
  185. }
  186. .grisleger {
  187. background-color: AntiqueWhite;
  188. padding: 10px;
  189. }
  190. .grisgros {
  191. background-color: lightgrey;
  192. font-size: 140%;
  193. padding: 20px;
  194. }
  195. .fondjaune {
  196. background-color: yellow;
  197. }
  198. table {
  199. background-color:#E9F0F2 ;
  200. color: black;
  201. width: 90%;
  202. margin-left: 50px;
  203. border-collapse: collapse;
  204. border: 1px solid black;
  205. }
  206. table, td, th {
  207. border: 1px solid #ddd;
  208. text-align: left;
  209. padding: 15px;
  210. }
  211. table th {
  212. background-color: lightgrey;
  213. color: black;
  214. }
  215. .table1 th {
  216. background-color: lightgrey;
  217. color: white;
  218. }
  219. .table1 th, td {
  220. border-bottom: 1px solid #ddd;
  221. }
  222. .table1 tr:nth-child(even) {
  223. background-color: #f2f2f2
  224. }
  225. .table2 th {
  226. text-align: center;
  227. background-color: #4CAF50;
  228. }
  229. .table2 td {
  230. text-align: center;
  231. }
  232. .block1 {
  233. display: block;
  234. }
  235. .indentation {
  236. display: inline;
  237. width: 5cm;
  238. }