-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathngabbs.user.css
81 lines (63 loc) · 1.35 KB
/
ngabbs.user.css
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
@-moz-document url-prefix("https://ngabbs.com/thread.php"), url-prefix("https://bbs.nga.cn/thread.php") {
#topicrows .topicrow .c2 > a {
font-size: 35px;
}
#topicrows .topicrow .c2 > span {
font-size: 35px;
}
#topicrows .topicrow .c2 .posterInfoLine {
font-size: 20px;
}
#sub_forums div[name="fbk"] {
height: 70px;
}
#sub_forums div[name="fbk"] .a .b {
font-size: 35px;
}
#sub_forums div[name="fbk"] .a .b p {
font-size: 20px;
margin-top: 4px;
}
#sub_forums div[name="fbk"] .a .b p input {
height: 20px;
}
}
@-moz-document url-prefix("https://ngabbs.com/read.php"), url-prefix("https://bbs.nga.cn/read.php") {
#postsubject0 {
font-size: 38px;
line-height: 50px !important;
}
#m_posts_c .postcontent {
font-size: 26px;
}
#m_posts_c .postcontent button {
font-size: 30px;
}
#m_posts_c .postcontent .quote {
font-size: 24px;
}
#m_posts_c .postcontent .quote .block_txt {
font-size: 22px;
}
#m_posts_c h4.silver.subtitle {
font-size: 20px;
}
#m_posts_c span[id^="postattach"] button {
font-size: 30px;
}
#m_posts_c span[id^="posterinfo"] {
font-size: 20px;
}
#m_posts_c span[id^="postdate"] {
font-size: 20px;
}
#m_posts_c span[id^="alertc"] {
font-size: 20px;
}
#hightlight_for_0 .posterinfo {
font-size: 20px;
}
#hightlight_for_0 span[id^="postcomment__"] {
font-size: 30px;
}
}