-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
334 lines (314 loc) · 12.8 KB
/
style.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
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
github-repo-cards, github-repo-cards * {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
color: #fff;
}
github-repo-cards {
display: grid;
grid-template-columns: repeat(6, 1fr);
grid-gap: 16px;
padding: 20px;
background: #0d1117;
position: relative;
}
github-repo-cards div.github-repo-card {
width: 100%;
height: 100%;
border: 1px solid #30363d;
padding: 16px;
border-radius: 6px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
github-repo-cards div.github-repo-card a {
color: #4e9fff;
text-decoration: none;
font-size: 14px;
font-weight: 600;
}
github-repo-cards div.github-repo-card a:hover {
text-decoration: underline;
}
github-repo-cards div.github-repo-card p.desc {
font-size: 12px;
margin-bottom: 16px;
margin-top: 8px;
color: #8B949E;
}
github-repo-cards div.github-repo-card svg {
cursor: pointer;
fill: #8b949e;
margin-left: 10px;
width: 16px;
}
github-repo-cards div.github-repo-card div.forks-stars-lang {
display: flex;
align-items: center;
}
github-repo-cards div.github-repo-card div.forks-stars-lang p.lang {
color: #606b77;
font-size: 14px;
display: flex;
align-items: center;
padding-left: 17px;
position: relative;
margin-right: 20px;
}
github-repo-cards div.github-repo-card div.forks-stars-lang span.lang-color {
width: 14px;
height: 14px;
border-radius: 50%;
position: absolute;
left: 0;
}
github-repo-cards div.github-repo-card div.forks-stars-lang a.stars-forks {
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
}
github-repo-cards div.github-repo-card div.forks-stars-lang a.stars-forks span {
font-size: 13px;
margin-left: 2px;
color: #8b949e;
pointer-events: none;
}
github-repo-cards div.github-repo-card div.forks-stars-lang a.stars-forks:hover span {
color: #4e9fff;
}
github-repo-cards div.github-repo-card div.forks-stars-lang a.stars-forks:hover svg {
fill: #4e9fff;
}
@media (max-width: 1850px) {
github-repo-cards {
grid-template-columns: repeat(3, 1fr);
padding: 20px 30px;
}
}
@media (max-width: 1240px) {
github-repo-cards {
padding: 20px;
}
}
@media (max-width: 950px) {
github-repo-cards {
grid-template-columns: repeat(2, 1fr);
padding: 20px 30px;
}
}
@media (max-width: 600px) {
github-repo-cards {
padding: 20px;
}
}
@media (max-width: 540px) {
github-repo-cards {
grid-template-columns: 1fr;
}
}
/* Colors */
github-repo-cards .ABAP { background: #E8274B; }
github-repo-cards .ActionScript { background: #882B0F; }
github-repo-cards .Ada { background: #02f88c; }
github-repo-cards .Agda { background: #315665; }
github-repo-cards .AGS-Script { background: #B9D9FF; }
github-repo-cards .Alloy { background: #64C800; }
github-repo-cards .AMPL { background: #E6EFBB; }
github-repo-cards .ANTLR { background: #9DC3FF; }
github-repo-cards .API-Blueprint { background: #2ACCA8; }
github-repo-cards .APL { background: #5A8164; }
github-repo-cards .Arc { background: #aa2afe; }
github-repo-cards .Arduino { background: #bd79d1; }
github-repo-cards .ASP { background: #6a40fd; }
github-repo-cards .AspectJ { background: #a957b0; }
github-repo-cards .Assembly { background: #6E4C13; }
github-repo-cards .ATS { background: #1ac620; }
github-repo-cards .AutoHotkey { background: #6594b9; }
github-repo-cards .AutoIt { background: #1C3552; }
github-repo-cards .BlitzMax { background: #cd6400; }
github-repo-cards .Boo { background: #d4bec1; }
github-repo-cards .Brainfuck { background: #2F2530; }
github-repo-cards .C-Sharp { background: #178600; }
github-repo-cards .C { background: #555555; }
github-repo-cards .Chapel { background: #8dc63f; }
github-repo-cards .Cirru { background: #ccccff; }
github-repo-cards .Clarion { background: #db901e; }
github-repo-cards .Clean { background: #3F85AF; }
github-repo-cards .Click { background: #E4E6F3; }
github-repo-cards .Clojure { background: #db5855; }
github-repo-cards .CoffeeScript { background: #244776; }
github-repo-cards .ColdFusion-CFC { background: #ed2cd6; }
github-repo-cards .ColdFusion { background: #ed2cd6; }
github-repo-cards .Common-Lisp { background: #3fb68b; }
github-repo-cards .Component-Pascal { background: #b0ce4e; }
github-repo-cards .cpp { background: #f34b7d; }
github-repo-cards .Crystal { background: #776791; }
github-repo-cards .CSS { background: #563d7c; }
github-repo-cards .C { background: #563d7c; }
github-repo-cards .SCSS { background: #563d7c; }
github-repo-cards .SASS { background: #563d7c; }
github-repo-cards .D { background: #ba595e; }
github-repo-cards .Dart { background: #00B4AB; }
github-repo-cards .Diff { background: #88dddd; }
github-repo-cards .DM { background: #447265; }
github-repo-cards .Dogescript { background: #cca760; }
github-repo-cards .Dylan { background: #6c616e; }
github-repo-cards .E { background: #ccce35; }
github-repo-cards .Eagle { background: #814C05; }
github-repo-cards .eC { background: #913960; }
github-repo-cards .ECL { background: #8a1267; }
github-repo-cards .edn { background: #db5855; }
github-repo-cards .Eiffel { background: #946d57; }
github-repo-cards .Elixir { background: #6e4a7e; }
github-repo-cards .Elm { background: #60B5CC; }
github-repo-cards .Emacs-Lisp { background: #c065db; }
github-repo-cards .EmberScript { background: #FFF4F3; }
github-repo-cards .Erlang { background: #B83998; }
github-repo-cards .F-Sharp { background: #b845fc; }
github-repo-cards .Factor { background: #636746; }
github-repo-cards .Fancy { background: #7b9db4; }
github-repo-cards .Fantom { background: #dbded5; }
github-repo-cards .FLUX { background: #88ccff; }
github-repo-cards .Forth { background: #341708; }
github-repo-cards .FORTRAN { background: #4d41b1; }
github-repo-cards .FreeMarker { background: #0050b2; }
github-repo-cards .Frege { background: #00cafe; }
github-repo-cards .Game-Maker-Language { background: #8fb200; }
github-repo-cards .Glyph { background: #e4cc98; }
github-repo-cards .Gnuplot { background: #f0a9f0; }
github-repo-cards .Go { background: #375eab; }
github-repo-cards .Golo { background: #88562A; }
github-repo-cards .Gosu { background: #82937f; }
github-repo-cards .Grammatical-Framework { background: #79aa7a; }
github-repo-cards .Groovy { background: #e69f56; }
github-repo-cards .Handlebars { background: #01a9d6; }
github-repo-cards .Harbour { background: #0e60e3; }
github-repo-cards .Haskell { background: #29b544; }
github-repo-cards .Haxe { background: #df7900; }
github-repo-cards .HTML { background: #e44b23; }
github-repo-cards .Hy { background: #7790B2; }
github-repo-cards .IDL { background: #a3522f; }
github-repo-cards .Io { background: #a9188d; }
github-repo-cards .Ioke { background: #078193; }
github-repo-cards .Isabelle { background: #FEFE00; }
github-repo-cards .J { background: #9EEDFF; }
github-repo-cards .Java { background: #b07219; }
github-repo-cards .JavaScript { background: #f1e05a; }
github-repo-cards .JFlex { background: #DBCA00; }
github-repo-cards .JSONiq { background: #40d47e; }
github-repo-cards .Julia { background: #a270ba; }
github-repo-cards .Jupyter-Notebook { background: #DA5B0B; }
github-repo-cards .Kotlin { background: #F18E33; }
github-repo-cards .KRL { background: #28431f; }
github-repo-cards .Lasso { background: #999999; }
github-repo-cards .Latte { background: #A8FF97; }
github-repo-cards .Lex { background: #DBCA00; }
github-repo-cards .LFE { background: #004200; }
github-repo-cards .LiveScript { background: #499886; }
github-repo-cards .LOLCODE { background: #cc9900; }
github-repo-cards .LookML { background: #652B81; }
github-repo-cards .LSL { background: #3d9970; }
github-repo-cards .Lua { background: #000080; }
github-repo-cards .Makefile { background: #427819; }
github-repo-cards .Mask { background: #f97732; }
github-repo-cards .Matlab { background: #bb92ac; }
github-repo-cards .Max { background: #c4a79c; }
github-repo-cards .MAXScript { background: #00a6a6; }
github-repo-cards .Mercury { background: #ff2b2b; }
github-repo-cards .Metal { background: #8f14e9; }
github-repo-cards .Mirah { background: #c7a938; }
github-repo-cards .MTML { background: #b7e1f4; }
github-repo-cards .NCL { background: #28431f; }
github-repo-cards .Nemerle { background: #3d3c6e; }
github-repo-cards .nesC { background: #94B0C7; }
github-repo-cards .NetLinx { background: #0aa0ff; }
github-repo-cards .NetLinx-ERB { background: #747faa; }
github-repo-cards .NetLogo { background: #ff6375; }
github-repo-cards .NewLisp { background: #87AED7; }
github-repo-cards .Nimrod { background: #37775b; }
github-repo-cards .Nit { background: #009917; }
github-repo-cards .Nix { background: #7e7eff; }
github-repo-cards .Nu { background: #c9df40; }
github-repo-cards .Objective-C { background: #438eff; }
github-repo-cards .Objective-Cpp { background: #6866fb; }
github-repo-cards .Objective-J { background: #ff0c5a; }
github-repo-cards .OCaml { background: #3be133; }
github-repo-cards .Omgrofl { background: #cabbff; }
github-repo-cards .ooc { background: #b0b77e; }
github-repo-cards .Opal { background: #f7ede0; }
github-repo-cards .Oxygene { background: #cdd0e3; }
github-repo-cards .Oz { background: #fab738; }
github-repo-cards .Pan { background: #cc0000; }
github-repo-cards .Papyrus { background: #6600cc; }
github-repo-cards .Parrot { background: #f3ca0a; }
github-repo-cards .Pascal { background: #b0ce4e; }
github-repo-cards .PAWN { background: #dbb284; }
github-repo-cards .Perl { background: #0298c3; }
github-repo-cards .Perl6 { background: #0000fb; }
github-repo-cards .PHP { background: #4F5D95; }
github-repo-cards .PigLatin { background: #fcd7de; }
github-repo-cards .Pike { background: #005390; }
github-repo-cards .PLSQL { background: #dad8d8; }
github-repo-cards .PogoScript { background: #d80074; }
github-repo-cards .Processing { background: #0096D8; }
github-repo-cards .Prolog { background: #74283c; }
github-repo-cards .Propeller-Spin { background: #7fa2a7; }
github-repo-cards .Puppet { background: #302B6D; }
github-repo-cards .Pure-Data { background: #91de79; }
github-repo-cards .PureBasic { background: #5a6986; }
github-repo-cards .PureScript { background: #1D222D; }
github-repo-cards .Python { background: #3572A5; }
github-repo-cards .QML { background: #44a51c; }
github-repo-cards .R { background: #198ce7; }
github-repo-cards .Racket { background: #22228f; }
github-repo-cards .Ragel-in-Ruby-Host { background: #9d5200; }
github-repo-cards .RAML { background: #77d9fb; }
github-repo-cards .Rebol { background: #358a5b; }
github-repo-cards .Red { background: #ee0000; }
github-repo-cards .Ren-Py { background: #ff7f7f; }
github-repo-cards .Rouge { background: #cc0088; }
github-repo-cards .Ruby { background: #701516; }
github-repo-cards .Rust { background: #dea584; }
github-repo-cards .SaltStack { background: #646464; }
github-repo-cards .SAS { background: #B34936; }
github-repo-cards .Scala { background: #DC322F; }
github-repo-cards .Scheme { background: #1e4aec; }
github-repo-cards .Self { background: #0579aa; }
github-repo-cards .Shell { background: #89e051; }
github-repo-cards .Shen { background: #120F14; }
github-repo-cards .Slash { background: #007eff; }
github-repo-cards .Slim { background: #ff8f77; }
github-repo-cards .Smalltalk { background: #596706; }
github-repo-cards .SourcePawn { background: #5c7611; }
github-repo-cards .SQF { background: #3F3F3F; }
github-repo-cards .Squirrel { background: #800000; }
github-repo-cards .Stan { background: #b2011d; }
github-repo-cards .Standard-ML { background: #dc566d; }
github-repo-cards .SuperCollider { background: #46390b; }
github-repo-cards .Svelte { background: #FF3E00; }
github-repo-cards .Swift { background: #ffac45; }
github-repo-cards .SystemVerilog { background: #DAE1C2; }
github-repo-cards .Tcl { background: #e4cc98; }
github-repo-cards .TeX { background: #3D6117; }
github-repo-cards .Turing { background: #45f715; }
github-repo-cards .TypeScript { background: #2b7489; }
github-repo-cards .Unified-Parallel-C { background: #4e3617; }
github-repo-cards .Unity3D-Asset { background: #ab69a1; }
github-repo-cards .UnrealScript { background: #a54c4d; }
github-repo-cards .Vala { background: #fbe5cd; }
github-repo-cards .Verilog { background: #b2b7f8; }
github-repo-cards .VHDL { background: #adb2cb; }
github-repo-cards .VimL { background: #199f4b; }
github-repo-cards .Visual-Basic { background: #945db7; }
github-repo-cards .Volt { background: #1F1F1F; }
github-repo-cards .Vue { background: #2c3e50; }
github-repo-cards .Web-Ontology-Language { background: #9cc9dd; }
github-repo-cards .wisp { background: #7582D1; }
github-repo-cards .X10 { background: #4B6BEF; }
github-repo-cards .xBase { background: #403a40; }
github-repo-cards .XC { background: #99DA07; }
github-repo-cards .XQuery { background: #5232e7; }
github-repo-cards .Zephir { background: #118f9e; }