Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
17mie32
GitHub Repository: 17mie32/17mie32.github.io
Path: blob/main/css/gitment.css
1317 views
1
#gitment-content {
2
padding: 1px 20px;
3
}
4
5
.gitment-card {
6
margin-top: 20px;
7
}
8
9
.gitment-container {
10
color: #34495e !important;
11
}
12
13
.gitment-container .gitment-header-like-btn {
14
color: #ab47bc;
15
}
16
17
.gitment-container .gitment-header-like-btn svg {
18
fill: #ab47bc;
19
}
20
21
.gitment-header-container span {
22
color: #ab47bc;
23
}
24
25
.gitment-container .gitment-header-issue-link {
26
color: #ab47bc;
27
font-weight: 500;
28
}
29
30
.gitment-container a.gitment-header-issue-link,
31
a.gitment-header-issue-link:visited {
32
color: #ab47bc;
33
}
34
35
.gitment-container .gitment-comment-main {
36
border: 1px solid #e1bee7;
37
border-radius: 5px;
38
}
39
40
.gitment-container .gitment-comment-main .gitment-comment-header {
41
background-color: #fff;
42
}
43
44
.gitment-container .gitment-comment-main .gitment-comment-like-btn {
45
color: #ab47bc;
46
}
47
48
.gitment-container .gitment-comment-main .gitment-comment-like-btn svg {
49
fill: #ab47bc;
50
stroke: #ab47bc;
51
stroke-width: 2px;
52
}
53
54
.gitment-editor-container .gitment-editor-avatar .gitment-github-icon {
55
background-color: #ab47bc;
56
}
57
58
.gitment-editor-container .gitment-editor-main {
59
border: 1px solid #e1bee7;
60
border-radius: 3px;
61
}
62
63
.gitment-editor-container .gitment-editor-header {
64
border-bottom: 0;
65
border-radius: 3px;
66
}
67
68
.gitment-editor-main::after,
69
.gitment-comment-main::after {
70
border-right-color: #ab47bc !important;
71
}
72
73
.gitment-editor-main .gitment-editor-tabs {
74
margin-left: 0;
75
padding-left: 10px;
76
background: linear-gradient(60deg, #ab47bc, #7b1fa2);
77
}
78
79
.gitment-editor-main .gitment-editor-tabs .gitment-editor-tab {
80
color: #fff;
81
border-radius: 3px;
82
}
83
84
.gitment-editor-main .gitment-editor-tabs .gitment-selected {
85
background-color: rgba(255, 255, 255, 0.2);
86
transition: 0.3s background-color 0.2s;
87
border: 0 !important;
88
color: #fff !important;
89
font-weight: 500;
90
}
91
92
.gitment-editor-main .gitment-editor-login {
93
margin-top: -40px;
94
color: #ccc;
95
}
96
97
.gitment-editor-main .gitment-editor-login .gitment-editor-login-link {
98
color: #fff;
99
}
100
101
.gitment-comments-init-btn:disabled,
102
.gitment-editor-submit:disabled {
103
background-color: #DFDFDF !important;
104
color: #9F9F9F !important;
105
border-radius: 0.2rem;
106
box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12) !important;
107
}
108
109
.gitment-editor-footer .gitment-editor-submit, .gitment-comments-init-btn {
110
color: #fff;
111
background-color: #9c27b0;
112
border-color: #9c27b0;
113
border-radius: 0.2rem;
114
box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
115
}
116
117
.gitment-footer-container {
118
color: #34495e !important;
119
}
120
121
.gitment-comments-pagination .gitment-comments-page-item {
122
display: inline-block;
123
cursor: pointer;
124
margin: 4px 5px;
125
padding: .25rem .5rem;
126
background-color: #9c27b0;
127
color: #fff;
128
border: 0;
129
border-radius: 2px !important;
130
box-shadow: 0 4px 5px 0 rgba(156, 39, 176, 0.14), 0 1px 10px 0 rgba(156, 39, 176, 0.12), 0 2px 4px -1px rgba(156, 39, 176, 0.2);
131
}
132
133
.gitment-footer-container a {
134
padding: 0 2px;
135
color: #ab47bc !important;
136
font-weight: 500;
137
}
138
139
.gitment-comment-main .gitment-markdown p {
140
color: #34495e;
141
}
142
143
.gitment-markdown p {
144
margin: 2px 2px 10px;
145
font-size: 1.05rem;
146
line-height: 1.78rem;
147
}
148
149
.gitment-markdown blockquote p {
150
text-indent: 0.2rem;
151
}
152
153
.gitment-markdown a {
154
padding: 0 2px;
155
color: #42b983;
156
font-weight: 500;
157
text-decoration: underline;
158
}
159
160
.gitment-markdown img {
161
max-width: 100%;
162
height: auto;
163
cursor: pointer;
164
}
165
166
.gitment-markdown ol li {
167
list-style-type: decimal;
168
}
169
170
.gitment-markdown ol,
171
ul {
172
display: block;
173
padding-left: 2em;
174
word-spacing: 0.05rem;
175
}
176
177
.gitment-markdown ul li,
178
ol li {
179
display: list-item;
180
line-height: 1.8rem;
181
font-size: 1rem;
182
}
183
184
.gitment-markdown ul li {
185
list-style-type: disc;
186
}
187
188
.gitment-markdown ul ul li {
189
list-style-type: circle;
190
}
191
192
.gitment-markdown table, th, td {
193
padding: 12px 13px;
194
border: 1px solid #dfe2e5;
195
}
196
197
.gitment-markdown table, th, td {
198
border: 0;
199
}
200
201
table tr:nth-child(2n), thead {
202
background-color: #fafafa;
203
}
204
205
.gitment-markdown table th {
206
background-color: #f2f2f2;
207
min-width: 80px;
208
}
209
210
.gitment-markdown table td {
211
min-width: 80px;
212
}
213
214
.gitment-markdown h1 {
215
font-size: 1.85rem;
216
font-weight: bold;
217
line-height: 2.2rem;
218
}
219
220
.gitment-markdown h2 {
221
font-size: 1.65rem;
222
font-weight: bold;
223
line-height: 1.9rem;
224
}
225
226
.gitment-markdown h3 {
227
font-size: 1.45rem;
228
font-weight: bold;
229
line-height: 1.7rem;
230
}
231
232
.gitment-markdown h4 {
233
font-size: 1.25rem;
234
font-weight: bold;
235
line-height: 1.5rem;
236
}
237
238
.gitment-markdown h5 {
239
font-size: 1.1rem;
240
font-weight: bold;
241
line-height: 1.4rem;
242
}
243
244
.gitment-markdown h6 {
245
font-size: 1rem;
246
line-height: 1.3rem;
247
}
248
249
.gitment-markdown p {
250
font-size: 1rem;
251
line-height: 1.5rem;
252
}
253
254
.gitment-markdown hr {
255
margin: 12px 0;
256
border: 0;
257
border-top: 1px solid #ccc;
258
}
259
260
.gitment-markdown blockquote {
261
margin: 15px 0;
262
border-left: 5px solid #42b983;
263
padding: 1rem 0.8rem 1rem 0.8rem;
264
color: #666;
265
background-color: rgba(66, 185, 131, .1);
266
}
267
268
.gitment-markdown pre {
269
padding: 1.2em;
270
margin: .5em 0;
271
background: #272822;
272
overflow: auto;
273
border-radius: 0.3em;
274
tab-size: 4;
275
}
276
277
.gitment-markdown code {
278
padding: 1px 1px;
279
font-size: 0.92rem;
280
color: #e96900;
281
background-color: #f8f8f8;
282
border-radius: 2px;
283
}
284
285
.gitment-markdown pre code {
286
padding: 0;
287
color: #e8eaf6;
288
background-color: #272822;
289
}
290
291
.gitment-markdown pre[class*="language-"] {
292
padding: 1.2em;
293
margin: .5em 0;
294
}
295
296
.gitment-markdown code[class*="language-"],
297
pre[class*="language-"] {
298
color: #e8eaf6;
299
}
300
301
.gitment-markdown b,
302
strong {
303
font-weight: bold;
304
}
305
306
.gitment-markdown dfn {
307
font-style: italic;
308
}
309
310
.gitment-markdown small {
311
font-size: 85%;
312
}
313
314
.gitment-markdown cite {
315
font-style: normal;
316
}
317
318
.gitment-markdown mark {
319
background-color: #fcf8e3;
320
padding: .2em;
321
}
322