-
Notifications
You must be signed in to change notification settings - Fork 0
/
yoshinodon.css
308 lines (305 loc) · 9.81 KB
/
yoshinodon.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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
@-moz-document domain("imastodon.net"), domain("imastodon.org"), domain("imastodon.blue")
{
/* 背景色と文字色の設定 */
/* 全体 */
.ui{
-webkit-background-size: 128px 128px;
-moz-background-size: 128px 128px;
background-size: 128px 128px;
background-color: #fffbe7;
background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #08bec6), color-stop(.5, transparent), to(transparent));
background-image: -moz-linear-gradient(left, #08bec6 50%, transparent 50%, transparent);
background-image: -o-linear-gradient(left, #08bec6 50%, transparent 50%, transparent);
background-image: linear-gradient(left, #08bec6 50%, transparent 50%, transparent);
}
.drawer__inner,
.drawer__inner strong,
.navigation-bar__profile{
background-color: #ffe4ad !important;
color: #20455a;
}
.navigation-bar__profile a:hover{
text-decoration: underline;
}
.compose-form__buttons-wrapper,
.announcements li,
.trend-tags__sparkline.normal,
.trend-tags__sparkline.normal svg{
background-color: #ebfaf8 !important;
}
.privacy-dropdown__value.active,
.privacy-dropdown__value,
.text-icon-button.active{
background-color: #63dbdb !important;
}
.navigation-bar,
.navigation-bar__profile,
.navigation-bar__profile strong,
.compose__extra__header{
background-color: #fac578 !important;
}
.compose__extra,
.compose__extra__body li,
.compose__extra__body li a,
.favourite-tags__icon,
.favourite-tags__lock{
background-color: #ffe4ad !important;
}
/* ヘッダー */
.column-header,
.column-header *,
.getting-started__wrapper,
.getting-started__wrapper *,
.column-icon,
.tabs-bar,
.drawer__header,
.drawer__header *,
.column-back-button,
.search-results__header,
.favourite-tags *,
.trend-tags__header,
.column-header__collapsible-inner{
background-color: #520021;
color: #ffffff;
}
/* スタートカラム */
.column-subheading{
background-color: #f77163 !important;
color: #520021 !important;
}
.getting-started__wrapper,
.column-link,
.getting-started__footer{
background-color: #ffb2c6 !important;
color: #520021 !important;
}
.getting-started.getting-started__footer{
background-color: #fff3ef !important;
}
.getting-started.getting-started__footer a span{
color: #7b3484 !important;
}
.getting-started.getting-started__footer span{
color: #520021 !important;
}
.getting-started.getting-started__footer p span a{
color: #7b3484 !important;
}
/* トゥートカラム */
.scrollable,
.drawer__inner.darker,
.search-results__section *,
.tabs-bar__link :hover,
.drawer__header>a:hover,
.drawer__header>a:hover *,
.empty-column-indicator,
.suggestion-tags__body>ul>li,
.suggestion-tags__body>ul>li *{
background-color: #f7fbff !important;
color: #2f0016 !important;
}
.scrollable *:not(.fa){
background-color: #f7fbff;
color: #2f0016;
}
/* ボタン */
.status__content a,
.status__content a>span,
span.ellipsis,
.active,
.search__icon *{
color: #067193 !important;
}
.compose-form__buttons .active{
background-color: #282c37;
}
.button{
opacity: 1;
white-space: nowrap;
overflow: hidden;
text-overflow: clip;
display: inline-block;
padding: 0.5em 1em;
text-decoration: none;
border-radius: 4px;
color: #ffffff;
background-image: -webkit-linear-gradient(#0086c6 0%, #08c3c6 100%);
background-image: linear-gradient(#0086c6 0%, #08c3c6 100%);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
border-bottom: solid 3px #0869b5;
}
.button:hover{
color: #ffffff;
background-image: -webkit-linear-gradient(#ad559c 0%, #bd9ade 100%);
background-image: linear-gradient(#ad559c 0%, #bd9ade 100%);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
border-bottom: solid 3px #6b3073;
}
.button:active{
-ms-transform: translateY(2px);
-webkit-transform: translateY(2px);
transform: translateY(2px);
box-shadow: 2px 0px 0px rgba(0, 0, 0, 0.2);
border-bottom: none;
}
.button.confirmation-modal__cancel-button,
.button.mute-modal__cancel-button{
color: #ffffff;
}
.button.confirmation-modal__cancel-button:hover,
.button.mute-modal__cancel-button:hover{
color: #2a1b0a;
}
.spoiler-button.spoiler-button--visible:hover,
.icon-button.overlayed:hover{
background-color: #fff28a;
}
/* 未収載トゥートの色分け */
.status-unlisted{
background: #ffd7df;
}
/* 角を丸くする */
/* 全体 */
.column .scrollable,
.drawer__pager{
border-radius: 4px; /* CSS3草案 */
-webkit-border-radius: 4px; /* Safari,Google Chrome用 */
-moz-border-radius: 4px; /* Firefox用 */
}
/* ヘッダーとボタン */
.drawer__header,
.drawer__tab,
.column-header__wrapper,
.column-header,
.column-header__button,
.column-header__buttons,
.column-header__collapsible,
.column-back-button{
border-radius: 8px; /* CSS3草案 */
-webkit-border-radius: 8px; /* Safari,Google Chrome用 */
-moz-border-radius: 8px; /* Firefox用 */
}
/* トゥートカラム */
.compose__extra,
.compose__extra__header{
border-radius: 0 4px 4px 0; /* CSS3草案 */
-webkit-border-radius: 0 4px 4px 0; /* Safari,Google Chrome用 */
-moz-border-radius: 0 4px 4px 0; /* Firefox用 */
}
.compose__extra__header{
border-radius: 0 4px 0 0; /* CSS3草案 */
-webkit-border-radius: 0 4px 0 0; /* Safari,Google Chrome用 */
-moz-border-radius: 0 4px 0 0; /* Firefox用 */
}
.compose__extra__body,
.compose__extra__body li{
border-radius: 0 0 4px 0; /* CSS3草案 */
-webkit-border-radius: 0 0 4px 0; /* Safari,Google Chrome用 */
-moz-border-radius: 0 0 4px 0; /* Firefox用 */
}
/* スタートカラム */
.getting-started__wrapper,
.column-subheading{
border-radius: 4px; /* CSS3草案 */
-webkit-border-radius: 4px; /* Safari,Google Chrome用 */
-moz-border-radius: 4px; /* Firefox用 */
}
.getting-started__footer.scrollable.optionally-scrollable{
border-radius: 4px 0 0 4px; /* CSS3草案 */
-webkit-border-radius: 4px 0 0 4px; /* Safari,Google Chrome用 */
-moz-border-radius: 4px 0 0 4px; /* Firefox用 */
}
/* スクロールバーの設定 */
/* 全体 */
::-webkit-scrollbar,
::-webkit-scrollbar-track-piece{
background: #fff3ef;
border-radius: 4px;
width: 8px;
-webkit-border-radius: 4px;
}
::-webkit-scrollbar:hover,
::-webkit-scrollbar-track-piece:hover{
background: #fff39c;
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover{
background: #ffb2b5;
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-track{
border-radius: 4px;
-webkit-border-radius: 4px;
}
.compose__extra .scrollable.optionally-scrollable::-webkit-scrollbar,
.compose__extra .scrollable.optionally-scrollable::-webkit-scrollbar-track-piece{
background: #ffe4ad;
border-radius: 4px;
width: 8px;
-webkit-border-radius: 4px;
}
.compose__extra .scrollable.optionally-scrollable::-webkit-scrollbar:hover,
.compose__extra .scrollable.optionally-scrollable::-webkit-scrollbar-track-piece:hover{
background: #ffe4ad;
}
.compose__extra .scrollable.optionally-scrollable::-webkit-scrollbar-thumb,
.compose__extra .scrollable.optionally-scrollable::-webkit-scrollbar-thumb:hover{
background: #916d4a;
}
/* ヘッダー */
.column-header__collapsible::-webkit-scrollbar,
.column-header__collapsible::-webkit-scrollbar-track-piece{
background: #ffffff;
border-radius: 4px;
-webkit-border-radius: 4px;
}
.column-header__collapsible::-webkit-scrollbar:hover,
.column-header__collapsible::-webkit-scrollbar-track-piece:hover{
background: #ffffff;
}
.column-header__collapsible::-webkit-scrollbar-thumb,
.column-header__collapsible::-webkit-scrollbar-thumb:hover{
background: #3e0d1d;
}
.column-header__collapsible::-webkit-scrollbar-thumb,
.column-header__collapsible::-webkit-scrollbar-track{
border-radius: 4px;
-webkit-border-radius: 4px;
}
/* スタートカラム */
.getting-started__footer.scrollable.optionally-scrollable::-webkit-scrollbar,
.getting-started__footer.scrollable.optionally-scrollable::-webkit-scrollbar-track-piece{
background: #ff9790;
border-radius: 0 4px 4px 0;
-webkit-border-radius: 0 4px 4px 0;
}
.getting-started__footer.scrollable.optionally-scrollable::-webkit-scrollbar:hover,
.getting-started__footer.scrollable.optionally-scrollable::-webkit-scrollbar-track-piece:hover{
background: #ff9790;
}
.getting-started__footer.scrollable.optionally-scrollable::-webkit-scrollbar-thumb,
.getting-started__footer.scrollable.optionally-scrollable::-webkit-scrollbar-thumb:hover{
background: #b92e4e;
}
/* トゥートカラム */
.drawer__pager .drawer__inner{ /* スクロールバーを常時表示したくない場合はこの行全体を削除またはコメントアウトしてください */
overflow-y: scroll; /* スクロールバーを常時表示したくない場合はこの行全体を削除またはコメントアウトしてください */
} /* スクロールバーを常時表示したくない場合はこの行全体を削除またはコメントアウトしてください */
.drawer__pager .drawer__inner::-webkit-scrollbar,
.drawer__pager .drawer__inner::-webkit-scrollbar-track-piece{
background: #fac578;
border-radius: 4px;
-webkit-border-radius: 4px;
}
.drawer__pager .drawer__inner::-webkit-scrollbar:hover,
.drawer__pager .drawer__inner::-webkit-scrollbar-track-piece:hover{
background: #fac578;
}
.drawer__pager .drawer__inner::-webkit-scrollbar-thumb,
.drawer__pager .drawer__inner::-webkit-scrollbar-thumb:hover{
background: #794a2f;
}
/* .compose__extra .scrollable.optionally-scrollable{ */
/* overflow: hidden; */
/* } */
}