Skip to content

Commit 85b1e69

Browse files
committed
your message
1 parent 96ce94b commit 85b1e69

File tree

12,987 files changed

+7006555
-1926
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

12,987 files changed

+7006555
-1926
lines changed

0-assets/0-embeded-repos/Repo.js-master/Repo.js-master/fonts/right.html

Lines changed: 266 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous"
1313
type="text/css" />
1414
<!-- Latest compiled and minified JavaScript -->
15-
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
15+
<!--<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
1616
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"
17-
type="text/javascript"></script>
17+
type="text/javascript"></script>-->
1818
<style type="text/css">
1919
/*<![CDATA[*/
2020
/* Basic */
@@ -23,11 +23,12 @@
2323
}
2424
body {
2525
-ms-overflow-style: scrollbar;
26+
zoom:0.9;
2627
}
2728
@media screen and (max-width: 480px) {
2829
html,
2930
body {
30-
min-width: 320px;
31+
3132
}
3233
}
3334
html {
@@ -55,11 +56,11 @@
5556
}
5657
/* Type */
5758
html {
58-
font-size: 16pt;
59+
font-size: 13pt;
5960
}
6061
@media screen and (max-width: 1680px) {
6162
html {
62-
font-size: 12pt;
63+
font-size: 10pt;
6364
}
6465
}
6566
@media screen and (max-width: 1280px) {
@@ -82,7 +83,7 @@
8283
font-family: "Merriweather", Georgia, serif;
8384
font-weight: 300;
8485
font-size: 1rem;
85-
line-height: 2.375;
86+
8687
}
8788
a {
8889
-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
@@ -104,14 +105,14 @@
104105
BODY {
105106
background: black font-family: 'Open Sans', sans-serif;
106107
font-weight: 300;
107-
line-height: 1.42em;
108+
108109
color: #A7A1AE;
109110
background-color: #1F2739;
110111
}
111112
h1 {
112113
font-size: 3em;
113114
font-weight: 300;
114-
line-height: 1em;
115+
115116
text-align: left;
116117
color: #4DC3FA;
117118
}
@@ -130,12 +131,12 @@
130131
}
131132
TABLE.fancy {
132133
background: #fffefe;
133-
border-left: 1px solid;
134+
border-left: 3px solid;
134135
border-collapse: collapse;
135136
margin: 25px 0;
136-
font-size: 0.9em;
137+
font-size: 0.8em;
137138
font-family: sans-serif;
138-
min-width: 400px;
139+
min-width: 350px;
139140
box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
140141
border-top: 1px solid;
141142
border-bottom: 0px solid;
@@ -150,27 +151,27 @@
150151
border-bottom: 1px solid;
151152
border-color: #FFF;
152153
text-align: left;
153-
padding-right: 5px;
154+
padding-right: 2%px;
154155
padding-bottom: 2%;
155156
padding-top: 2%;
156157
padding-left: 2%;
157158
border: 4px solid gold !important;
158159
font-size: 16px;
159160
letter-spacing: 1px;
160-
font-weight: 700;
161-
line-height: 12px;
161+
font-weight: 570;
162+
line-height: 18px;
162163
text-decoration: none !important;
163164
text-transform: uppercase;
164165
background: #07122daf !important;
165166
color: black !important;
166167
cursor: pointer;
167168
justify-content: center;
168-
padding: 40px 60px;
169+
padding: 30px 50px;
169170
height: 55px;
170171
text-align: center;
171172
white-space: normal;
172173
border-radius: 10px;
173-
min-width: 20em;
174+
min-width: 10em;
174175
padding: .9em .9em 0;
175176
box-shadow: 0 0 5px;
176177
margin: 1em;
@@ -267,6 +268,254 @@
267268
.row2 {
268269
background: #D3D3E1
269270
}
271+
@import url(//fonts.googleapis.com/css?family=PT+Sans);
272+
body {
273+
margin: 0px;
274+
font-family: 'PT Sans', Helvetica, 'Helvetica Neuve', Arial, Tahoma, sans-serif;
275+
font-size: 17px;
276+
color: #333;
277+
}
278+
}
279+
h1,
280+
h2,
281+
h3,
282+
h4,
283+
h5,
284+
h6 {
285+
color: #222;
286+
margin: 0 0 20px;
287+
}
288+
p,
289+
ul,
290+
ol,
291+
table,
292+
pre,
293+
dl {
294+
margin: 0 0 20px;
295+
}
296+
h1,
297+
h2,
298+
h3 {
299+
line-height: 1.1;
300+
}
301+
h1 {
302+
font-size: 28px;
303+
}
304+
h2 {
305+
color: #393939;
306+
}
307+
h3,
308+
h4,
309+
h5,
310+
h6 {
311+
color: #494949;
312+
}
313+
a {
314+
color: #39c;
315+
font-weight: 400;
316+
text-decoration: none;
317+
}
318+
a small {
319+
font-size: 11px;
320+
color: #777;
321+
margin-top: -0.6em;
322+
display: block;
323+
}
324+
.wrapper {
325+
width: 860px;
326+
margin: 0 auto;
327+
}
328+
blockquote {
329+
border-left: 1px solid #e5e5e5;
330+
margin: 0;
331+
padding: 0 0 0 20px;
332+
font-style: italic;
333+
}
334+
code,
335+
pre {
336+
color: #333;
337+
font-size: 12px;
338+
}
339+
pre {
340+
padding: 8px 15px;
341+
background: #f8f8f8;
342+
border-radius: 5px;
343+
border: 1px solid #e5e5e5;
344+
overflow-x: auto;
345+
}
346+
table {
347+
width: 100%;
348+
border-collapse: collapse;
349+
}
350+
th,
351+
td {
352+
text-align: left;
353+
padding: 5px 10px;
354+
border-bottom: 1px solid #e5e5e5;
355+
}
356+
dt {
357+
color: #444;
358+
font-weight: 700;
359+
}
360+
th {
361+
color: #444;
362+
}
363+
img {
364+
max-width: 100%;
365+
}
366+
header {
367+
width: 270px;
368+
float: left;
369+
position: fixed;
370+
}
371+
header ul {
372+
list-style: none;
373+
height: 40px;
374+
padding: 0;
375+
background: #eee;
376+
background: -moz-linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
377+
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #dddddd));
378+
background: -webkit-linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
379+
background: -o-linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
380+
background: -ms-linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
381+
background: linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
382+
border-radius: 5px;
383+
border: 1px solid #d2d2d2;
384+
box-shadow: inset #fff 0 1px 0,
385+
inset rgba(0, 0, 0, 0.03) 0 -1px 0;
386+
width: 270px;
387+
}
388+
header li {
389+
width: 89px;
390+
float: left;
391+
border-right: 1px solid #d2d2d2;
392+
height: 40px;
393+
}
394+
header ul a {
395+
line-height: 1;
396+
font-size: 11px;
397+
color: #999;
398+
display: block;
399+
text-align: center;
400+
padding-top: 6px;
401+
height: 40px;
402+
}
403+
strong {
404+
color: #222;
405+
font-weight: 700;
406+
}
407+
header ul li+li {
408+
width: 88px;
409+
border-left: 1px solid #fff;
410+
}
411+
header ul li+li+li {
412+
border-right: none;
413+
width: 89px;
414+
}
415+
header ul a strong {
416+
font-size: 14px;
417+
display: block;
418+
color: #222;
419+
}
420+
section {
421+
width: 500px;
422+
float: right;
423+
padding-bottom: 50px;
424+
}
425+
small {
426+
font-size: 11px;
427+
}
428+
hr {
429+
border: 0;
430+
background: #e5e5e5;
431+
height: 1px;
432+
margin: 0 0 20px;
433+
}
434+
footer {
435+
width: 270px;
436+
float: left;
437+
position: fixed;
438+
bottom: 50px;
439+
}
440+
@media print,
441+
screen and (max-width: 960px) {
442+
div.wrapper {
443+
width: auto;
444+
margin: 0;
445+
}
446+
header,
447+
section,
448+
footer {
449+
float: none;
450+
position: static;
451+
width: auto;
452+
}
453+
header {
454+
padding-right: 320px;
455+
}
456+
section {
457+
border: 1px solid #e5e5e5;
458+
border-width: 1px 0;
459+
padding: 20px 0;
460+
margin: 0 0 20px;
461+
}
462+
header a small {
463+
display: inline;
464+
}
465+
header ul {
466+
position: absolute;
467+
right: 50px;
468+
top: 52px;
469+
}
470+
}
471+
@media print,
472+
screen and (max-width: 720px) {
473+
body {
474+
word-wrap: break-word;
475+
}
476+
header {
477+
padding: 0;
478+
}
479+
header ul,
480+
header p.view {
481+
position: static;
482+
}
483+
pre,
484+
code {
485+
word-wrap: normal;
486+
}
487+
}
488+
@media print,
489+
screen and (max-width: 480px) {
490+
body {
491+
padding: 15px;
492+
}
493+
header ul {
494+
display: none;
495+
}
496+
}
497+
@media print {
498+
body {
499+
padding: 0.4in;
500+
font-size: 12pt;
501+
color: #444;
502+
}
503+
}
504+
#wrapper {
505+
padding: 1em;
506+
}
507+
.ca-menu {
508+
list-style: none;
509+
padding: 0;
510+
margin: 20px auto;
511+
}
512+
.nav-list {
513+
height: 50%;
514+
margin: auto 0;
515+
}
516+
div.clear {
517+
clear: both;
518+
}
270519
/*]]>*/
271520
</style>
272521
</head>
@@ -287,7 +536,7 @@
287536
<p style="font-weight: bold; margin-bottom: 0px">
288537
Folders: 1<br>
289538
Files: 5<br>
290-
Size of all files: 15698 K</p>
539+
Size of all files: 15658 K</p>
291540

292541
</body>
293542
</html>

0 commit comments

Comments
 (0)