123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- @charset utf-8;
- /* Styles for Grammaire Niveau 2 */
- @font-face {
- font-family: "NotoSansCJKsc";
- font-weight: normal;
- font-style: normal;
- src: url("../Fonts/NotoSansCJKsc-DemiLight.otf");
- }
- @font-face {
- font-family: "NotoMono";
- font-weight: normal;
- font-style: normal;
- src: url("../Fonts/NotoMono.woff") format ("woff");
- }
- @font-face {
- font-family: "NotoSerif";
- font-weight: normal;
- font-style: normal;
- src: url("../Fonts/NotoSerif.woff") format ("woff");
- }
- h1 {
- font-size: 40px;
- }
- h2 {
- font-size: 30px;
- }
- h3 {
- font-size: 22px;
- }
- body {
- font-size: 20px;
- font-family: "NotoSerif", serif;
- font-weight: normal;
- font-style: serif;
- }
- ul {
- font-size: 20px;
- }
- ol {
- font-size: 20px;
- }
- h1, h2, h3 {
- text-align: center;
- }
- .hanzist {
- color: red;
- font-size: 30px;
- font-family: "NotoSansCJKsc";
- }
- .hanzi {
- color: red;
- font-size: 22px;
- font-family: "NotoSansCJKsc";
- }
- .pinyin {
- color: blue;
- }
- .pinyinst {
- color: blue;
- font-size: 30px;
- }
- .un {
-
- font-size: 22px;
- text-align: center;
- background-color: lightblue;
- border-style: solid;
- border-width: 1px;
- margin: auto;
- width: 50%;
- padding: 30px 30px 30px 30px;
- }
- .deux {
-
- font-size: 22px;
- text-align: center;
- background-color: lightblue;
- border-style: solid;
- border-width: 1px;
- margin: auto;
- width: 70%;
- padding: 30px 30px 30px 30px;
- }
- .exemple {
- margin-left: 30px;
- }
- .vert {
- color: green;
- }
|