/* Styles for cours de chinois */ @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");deux } @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; } /* unvisited link */ a:link { color: red; } /* visited link */ a:visited { color: green; } /* mouse over link */ a:hover { color: hotpink; } /* selected link */ a:active { color: blue; } a:link { text-decoration: none; } a:visited { text-decoration: none; } a:hover { text-decoration: underline; } a:active { text-decoration: underline; } .bighanzi{ color: red; font-size: 45px; font-family: "NotoSansCJKsc"; border-style: solid; border-width: 1px; border-radius: 10px; border-color: black; padding: 3px; } .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; } .jaune { color: yellow; } .vert { color: green; } .orange { color: orange; } .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: 30px; 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; } .intro { font-size: 22px; } .logo { display: block; margin: auto; width: 20%; } .logo1 { text-align: center; } .logo2 { display: block; margin: auto; width: 60%; } .dessin-carac { border-radius: 5px; border-style: solid; border-width: 1px; text-align: center; background-color: lightgrey; font-size: 130%; }