123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189 |
- /* 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%;
- }
|