-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
52 lines (42 loc) · 706 Bytes
/
Copy pathstyles.css
File metadata and controls
52 lines (42 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
/*
GlyphSwan
styles.css
Copyright (c) 2009-2025 Kevin Hsieh. All Rights Reserved.
*/
@font-face {
font-family: "NotoSansCJKtc-Light";
src: url("NotoSansCJKtc/NotoSansCJKtc-Light.otf");
}
body {
display: flex;
min-height: 100vh;
flex-direction: column;
}
button {
margin-bottom: 5px;
}
main {
flex: 1 0 auto;
padding: 25px 0px;
}
textarea.materialize-textarea {
max-height: 25em;
overflow-y: auto;
}
.demo {
font-family: NotoSansCJKtc-Light, sans-serif;
font-size: x-large;
}
@media only screen and (max-width: 601px) {
.dynamic {
width: 4em;
}
}
@media only screen and (min-width: 600px) {
.dynamic {
width: 12em;
}
}
.page-footer {
padding: 15px 0px;
}