123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237 |
- @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;
- color: black;
- background-color: lightblue;
- }
- h3 {
- font-size: 22px;
- color: black;
- background-color: #79DCFC;
- padding: 5px;
- }
- body {
- font-size: 20px;
- font-family: "NotoSerif", serif;
- font-weight: normal;
- font-style: serif;
- }
- ul {
- font-size: 20px;
- }
- ol {
- font-size: 20px;
- }
- dt {
- font-style: italic;
- }
- h1, h2, h3 {
- text-align: center;
- }
- .hanzist {
- color: coral;
- font-size: 30px;
- font-family: "NotoSansCJKsc";
- }
- .hanzi {
- color: darkred;
- 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: 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;
- background-color: lightyellow;
- border: 1px;
- border-style: solid;
- margin-bottom:15px;
- margin-top: 15px;
- }
- .contents {
- margin-left: 30px;
- background-color: #f6f6f6;
- padding: 15px;
- border-radius: 10px;
- }
- .See-also {
- margin-left: 30px;
- background-color: lightyellow;
- }
- .encadrejaune {
- border-style: solid;
- border-color: red;
- border: 1px;
- }
- .rouge {
- color: red;
- }
- .orange {
- color: orange;
- }
- .pgris {
- color: #D1D1D1;
- }
- .rose {
- color: #CE90D4;
- }
- .jaune {
- color: yellow;
- }
- .vert {
- color: green;
- }
- .gris {
- background-color: lightgrey;
- padding: 10px;
- }
- .grisleger {
- background-color: AntiqueWhite;
- padding: 10px;
- }
- .fondjaune {
- background-color: yellow;
- }
- .grisgros {
- background-color: lightgrey;
- font-size: 140%;
- padding: 20px;
- }
- table {
- background-color:#E9F0F2 ;
- color: black;
- width: 90%;
- margin-left: 50px;
- border-collapse: collapse;
- border: 1px solid black;
- }
- table, td, th {
- border: 1px solid #ddd;
- text-align: left;
- padding: 15px;
- }
- table th {
- background-color: lightgrey;
- color: black;
- }
-
- .table1 th {
- background-color: lightgrey;
- color: white;
- }
- .table1 th, td {
- border-bottom: 1px solid #ddd;
- }
- .table1 tr:nth-child(even) {
- background-color: #f2f2f2
- }
- .table2 th {
- text-align: center;
- background-color: #4CAF50;
- }
- .table2 td {
- text-align: center;
- }
- .block1 {
- display: block;
-
- }
- .indentation {
- display: inline;
- width: 5cm;
- }
|