1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-09-02 21:02:49 +02:00

locale progress

This commit is contained in:
Pomax
2020-10-27 18:37:22 -07:00
parent 8802497169
commit 6b224d4de8
15 changed files with 9538 additions and 42 deletions

View File

@@ -1,20 +1,3 @@
:root[lang="en-GB"] {
font-family: "Museo", "Helvetica Neue", "Helvetica", Arial, sans-serif;
font-size: 18px;
}
:root[lang="ja-JP"] {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", " Pゴシック", "MS PGothic", "Helvetica Neue",
"Helvetica", Arial, sans-serif;
font-size: 15.6px;
}
:root[lang="zh-CN"] {
font-family: "华文细黑", "STXihei", "PingFang TC", "微软雅黑体", "Microsoft YaHei New", "微软雅黑", "Microsoft Yahei", "宋体", "SimSun",
"Helvetica Neue", "Helvetica", Arial, sans-serif;
font-size: 16.7px;
}
:root {
background: #eee;
background-image: url(images/paper.png);
@@ -111,9 +94,15 @@ ul.lang-switcher li {
}
ul.lang-switcher + p {
font-size: 85%;
margin: 0;
margin-bottom: 2em;
}
ul.lang-switcher li .localisation-progress {
font-size: 60%;
vertical-align: middle;
}
/*
@media screen and (min-width: 992px) {
ul.lang-switcher + p {
display: inline;
@@ -121,6 +110,7 @@ ul.lang-switcher + p {
font-size: 75%;
}
}
*/
/* --------------------- */