-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css
163 lines (133 loc) · 2.83 KB
/
stylesheet.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
/* Copyright (C) 2023 NCHUIT <[email protected]>. CC BY-NC-SA 4.0 */
@media (prefers-color-scheme: dark) {
:root {
color-scheme: dark;
}
body,
#狀態欄, #答題狀態欄 {
background-color: #0d1117 !important;
color: #abb2bf !important;
}
.ui.top.fixed.compact.menu {
background-color: #161b22 !important;
}
.ui.menu > *,
.ui.menu > * > * {
color: #ffffffb3 !important;
}
#狀態欄, #答題狀態欄 {
border: 1px solid #21262d;
}
}
@media (max-width: 767px) {
.mobilehide {
display: none !important;
}
.pgo-style-submit-button-pASHWz {
top: 465px !important;
}
}
a,
button,
.button {
cursor: url(https://d32j6uwsrra4gx.cloudfront.net/assets/cursor/cursor_2-5bc72c1de1cf2d9d0b1abad66805d921726319e66dc61f50e4b6b581e42a4a63.cur),
pointer !important
}
.fade.button {
opacity: unset;
}
#選單說明按鈕 i img {
-webkit-border-radius: 50%;
border-radius: 50%;
}
iframe[name$="formResponse"] {
width: 1px;
height: 1px;
position: absolute;
top: -100px;
display: none;
}
i img {
height: 24px !important;
}
#載入提示 {
z-index: 100;
}
#狀態欄, #答題狀態欄 {
white-space: pre-wrap;
font-size: large;
}
#answer-panel {
background-repeat: no-repeat !important;
}
#answer-panel.attack_modal_m_sprite {
width: 350px !important;
}
#answer-panel-question-content {
margin-left: unset !important;
margin-right: unset !important;
}
#answer-panel-question-content textarea {
width: 100%;
border: 0;
overflow-y: hidden;
}
.choice-button,
.btn04 {
user-select: none !important
}
.ui.modal p {
white-space: unset !important;
}
.ui.modal,
#說明視窗.ui.modal {
top: unset !important;
left: unset !important;
}
.ui.inverted.footer.text.menu {
background-color: #1b1c1d !important;
}
.ui.footer.menu img {
height: 100% !important;
width: 100% !important;
}
/* from https://www.w3schools.com/howto/howto_js_scroll_to_top.asp */
#至頂按鈕 {
display: none;
/* Hidden by default */
position: fixed;
/* Fixed/sticky position */
bottom: 70px;
/* Place the button at the bottom of the page */
right: 30px;
/* Place the button 30px from the right */
z-index: 100;
/* Make sure it does not overlap */
}
/* from https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_hide_scrollbar_keep_func */
.ui.inverted.segment {
overflow-y: scroll;
/* Add the ability to scroll */
}
/* Hide scrollbar for Chrome, Safari and Opera */
.ui.inverted.segment::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.ui.inverted.segment {
-ms-overflow-style: none;
/* IE and Edge */
scrollbar-width: none;
/* Firefox */
}
/* 原HTML載入 */
.intercom-launcher-frame,
.intercom-launcher-badge-frame {
z-index: 1040 !important;
}
.cke {
visibility: hidden;
}
.async-hide {
opacity: 0 !important;
}