fasdfsa commited on
Commit
5c757ee
·
1 Parent(s): e9174d3

update 字体

Browse files
.gitattributes CHANGED
@@ -1,4 +1,5 @@
1
  *.7z filter=lfs diff=lfs merge=lfs -text
 
2
  *.pdf filter=lfs diff=lfs merge=lfs -text
3
  *.ttf filter=lfs diff=lfs merge=lfs -text
4
  *.arrow filter=lfs diff=lfs merge=lfs -text
 
1
  *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.mdx filter=lfs diff=lfs merge=lfs -text
3
  *.pdf filter=lfs diff=lfs merge=lfs -text
4
  *.ttf filter=lfs diff=lfs merge=lfs -text
5
  *.arrow filter=lfs diff=lfs merge=lfs -text
字体/FSung-2.ttf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7a678dec5dcc8fb2bbbb8fcf1ebcb5097bd56c306788bf03e6534f6dd57fb44a
3
- size 45480412
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91ca25c3fcda5a6940418b6054a5ce767c840805f3bb6c6ffa69707745fb27b1
3
+ size 45480388
字体/FSung-F.ttf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f89e9429f6880d7d5a18fc4b26b61116bfe29b32586f4d37ab957bea2231273a
3
- size 49980636
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e5692201cd0e57be74bfbbea1a0324fc58695a81a83c3836f8dd2a8829319d3
3
+ size 49979068
字体/FSung-X.ttf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c4c5fcfbccd8842574085c6c0a3298bda5847a243392c63feb3099b92853c151
3
- size 36605468
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d603db3ed09496a2ab3136f5dfea0581fec2c9de0a7055ef1afe885c184d806
3
+ size 36606668
字体/部件檢索/部件檢索.css ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*2023 Mastameta*/
2
+ @font-face {font-family:FSung-p; src:local('FSung-p'), url('./FSung-p.ttf'); unicode-range:U+0-FFFD}
3
+ @font-face {font-family:FSung-1; src:local('FSung-1'), url('./FSung-1.ttf'); unicode-range:U+10000-1FFFF}
4
+ @font-face {font-family:FSung-2; src:local('FSung-2'), url('./FSung-2.ttf'); unicode-range:U+20000-2FFFF}
5
+ @font-face {font-family:FSung-3; src:local('FSung-3'), url('./FSung-3.ttf'); unicode-range:U+30000-3FFFF}
6
+ @font-face {font-family:FSung-F; src:local('FSung-F'), url('./FSung-F.ttf'); unicode-range:U+F0000-FFFFF}
7
+ @font-face {font-family:FSung-X; src:local('FSung-X'), url('./FSung-X.ttf'); unicode-range:U+100000-10FFFF}
8
+ @font-face {font-family:Calibri; src:local('Calibri')}
9
+
10
+ #Search, #input, #LineLegend, #counter, #Description, #Footer {font-family:Calibri, FSung-p, FSung-1, FSung-2, FSung-3, FSung-F, FSung-X}
11
+ #Search>button[title="查詢"], #Search>button[title="查異體"], .FnKey, .Key, .CharBox {font-family:FSung-p, FSung-1, FSung-2, FSung-3, FSung-F, FSung-X}
12
+ #Search>button:first-of-type, #Search>button[title="拆分"] {font-family:sans-serif}
13
+ p {padding:0; margin:0}
14
+ a:link, a:visited {text-decoration:none; color:#1257F9}
15
+ #Search {display:flex; flex-flow:row wrap; align-items:center; margin:-.15em 0 .3em}
16
+ #Search>button {display:inline-block; text-align:center; vertical-align:middle;
17
+ min-width:1.5em; height:1.5em;
18
+ border:1px solid #ecdbc6; border-radius:.4em; background-color:linen;
19
+ padding:.1em; margin-right:.1em}
20
+ #Search>button~button {margin-right:.15em}
21
+ #Search>button:first-of-type {font-size:.8em; margin-right:.15em}
22
+ #Search>button[title="倒退"] {border:1px solid transparent; background-color:transparent; padding:.1em .1em .1em 0; margin-left:.15em}
23
+ #Search>button:hover {background-color:mistyrose}
24
+ #Search>button:not([title="倒退"]):hover {border:1px solid #e6cfb3}
25
+ #input {font-size:1em; width:9.7em; tabindex:0;
26
+ background-color:snow; border-radius:.2em; border:1px solid silver;
27
+ padding:.1em .15em .05em; margin-left:.1em}
28
+ #Options {font-size:.7em; margin:0}
29
+
30
+ #LineLegend {font-family:Calibri, sans-serif; display:flex; flex-flow:row wrap; align-items:center;
31
+ font-size:.8em; margin:.2em 0 .4em}
32
+ #LineLegend>button {cursor:pointer;
33
+ width:1.2em; height:1.2em;
34
+ border:1px solid #e1e1e1; margin:0 .2em 0 .3em; border-radius:.2em}
35
+ #LineLegend>button:first-of-type {margin-left:.15em}
36
+
37
+ #FnKey {}
38
+ button.FnKey {font-size:1.5em;
39
+ border:1px solid #e2dacf; border-radius:.2em; background-color:snow;
40
+ padding:.1em .15em 0; margin:0 .1em}
41
+ #counter {margin:0 0 .15em}
42
+ #counter #CharCounted.Var::after {content:"之異體"}
43
+ #counter #Total {color:darkred}
44
+ #counter #Total::before {content:":"; display:inline-block; color:black; font-size:.9em; vertical-align:1px; margin; margin:0 .25em 0 .15em}
45
+ #counter #Exceeds {color:darkred}
46
+ #counter #Exceeds::after {content:"+"; color:red; font-size:1em; margin-left:.1em}
47
+ #counter #Timer {opacity:.5; font-size:.75em; margin-left:.8em}
48
+
49
+ #output {display:block; margin:0 0 .2em}
50
+ #output br {display:none}
51
+ #output .CharBox {display:inline-block; vertical-align:bottom; font-size:2em;
52
+ border:1px solid #dedede; border-radius:.1em;
53
+ padding:.05em .1em; margin:.1em .175em 1px 0}
54
+
55
+ table {border-collapse:collapse; border:0; white-space:nowrap}
56
+ th, td {padding:0}
57
+ th {font-family:sans-serif; font-weight:normal; color:sienna;
58
+ font-size:.8em; height:1.1em;
59
+ text-align:center; vertical-align:middle;
60
+ border:1px solid #decdba; border-radius:.25em .25em 0 0;
61
+ background-color:antiquewhite; padding:.1em}
62
+ td {vertical-align:top}
63
+ #CharBoxLegend {font-size:.7em; border:position:relative; float:right; background-color:#f2f2f2}
64
+ #CharBoxLegend th, #CharBoxLegend td {line-height:1.35em; border:1px solid #dedede; padding:0 .2em}
65
+ #CharBoxLegend th {border:1px dotted #dedede; padding:0 .3em; background-color:white}
66
+ #CharBoxLegend th:last-of-type {color:black}
67
+
68
+ .Key {display:inline-block; width:1.4em; height:1.4em;
69
+ background-color:snow; border:1px solid linen; padding:.1em}
70
+ .Key:hover {background-color:mistyrose !important; border:1px solid sienna !important; border-radius:.2em}
71
+
72
+ td:nth-child(2) .Key {background-color:#faf2fd}
73
+ td:nth-child(4) .Key, td:nth-child(13) .Key {background-color:#f2fdf7}
74
+ td:nth-child(6) .Key, td:nth-child(11) .Key {background-color:aliceblue}
75
+ td:nth-child(7) .Key:nth-child(3n-1) {border-right:1px solid #decdba}
76
+ td:nth-child(9) .Key {background-color:#fbe9e9; border:1px solid #faf0f0}
77
+ td:nth-child(n+15) .Key {background-color:#f2f2f2; border:1px solid #ebebeb}
78
+ td:nth-child(16) .Key {background-color:#e9e2e2}
79
+
80
+ #Footer {font-family:serif; display:block; font-size:.7em; text-align:right; margin-top:.5em}
81
+
82
+ .BMP {background-color:#e6e6e6}
83
+ .ExA {background:#ffffcc}
84
+ .ExB {background:#ecffe6}
85
+ .ExC {background:#ccffcc}
86
+ .ExD {background:#d6f6ff}
87
+ .ExE {background:#e6e6ff}
88
+ .ExF {background:#ffe5ff}
89
+ .ExG {background:#ffe0c2}
90
+ .ExH {background:#ffdbdb}
91
+ .ExI {background:#ccfff2}
92
+ .ExJ {background:#e9fcfa}
93
+ .CMP {background:#ececc6; border:1px dashed #cccc66 !important}
94
+ .SUP {background:#fff099; border:1px dashed orange !important}
95
+ .OTH {background:#e6e6e6; border:1px solid #cccccc !important}
96
+ .Decmp {color:#005fb3 !important}
97
+ .Fuzzy {color:#404040 !important}
98
+ .Exact {color:#ff4a06 !important}
99
+ .Regu0 {border:1px solid lightsteelblue !important; color:#0000FF !important}
100
+ .Regu0 ~ .Regu0 {margin-left:.5em !important}
101
+ .Regu1 {color:#FF0000 !important}
102
+ //.Regu0 ~ .Exact {display:none !important}
字体/部件檢索/部件檢索.html ADDED
The diff for this file is too large to render. See raw diff
 
字体/部件檢索/部件檢索.mdx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff253eeef723e687069aead937675e07e2aeeea803e448ccca0587748f233899
3
+ size 1751536
字体/部件檢索/部件檢索.png ADDED

Git LFS Details

  • SHA256: 4b25d42b10d56768703a66474d9c8ed5c849c53a125ae8bc1b718fa031399b12
  • Pointer size: 128 Bytes
  • Size of remote file: 703 Bytes