Skip to content

Commit 7e802a0

Browse files
committed
ores/auto-commit => 'set'
1 parent 81dffd7 commit 7e802a0

File tree

5 files changed

+1041
-12
lines changed

5 files changed

+1041
-12
lines changed

index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

22

3-
<!--<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">-->
3+
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
44

55
<!--<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js?skin=sunburst"></script>-->
66

7-
<script src="http://shjs.sourceforge.net/sh_main.js"></script>
8-
<script src="http://shjs.sourceforge.net/lang/sh_java.js"></script>
9-
<link rel="stylesheet" href="http://shjs.sourceforge.net/sh_style.css">
7+
<!--<script src="http://shjs.sourceforge.net/sh_main.js"></script>-->
8+
<!--<script src="http://shjs.sourceforge.net/lang/sh_java.js"></script>-->
9+
<!--<link rel="stylesheet" href="http://shjs.sourceforge.net/sh_style.css">-->
1010

1111
<style>
1212

@@ -101,10 +101,10 @@
101101
asyncc.changeIframe('v/0.1.2');
102102
</script>
103103

104-
<script>
104+
<!--<script>-->
105105

106-
window.onload= function () {
107-
sh_highlightDocument();
108-
};
106+
<!--window.onload= function () {-->
107+
<!--sh_highlightDocument();-->
108+
<!--};-->
109109

110-
</script>
110+
<!--</script>-->

md/html-from-md.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
<script src="http://shjs.sourceforge.net/sh_main.js"></script>
2-
<script src="http://shjs.sourceforge.net/lang/sh_java.js"></script>
1+
<!--<script src="http://shjs.sourceforge.net/sh_main.js"></script>-->
2+
<!--<script src="http://shjs.sourceforge.net/lang/sh_java.js"></script>-->
33
<!--<link rel="stylesheet" href="http://shjs.sourceforge.net/sh_style.css">-->
44
<!--<link rel="stylesheet" href="http://shjs.sourceforge.net/css/sh_darkblue.css">-->
55
<!--<link rel="stylesheet" href="http://shjs.sourceforge.net/css/sh_zellner.css">-->
6-
<link rel="stylesheet" href="http://shjs.sourceforge.net/css/sh_acid.css">
6+
<!--<link rel="stylesheet" href="http://shjs.sourceforge.net/css/sh_acid.css">-->
7+
8+
<script type="application/javascript" src="../resources/shjs/sh_main.js"></script>
9+
<script type="application/javascript" src="../resources/shjs/sh_java.js"></script>
10+
<link rel="stylesheet" href="../resources/shjs/sh_acid.css">
711

812

913
<pre class="sh_java">

resources/shjs/sh_acid.css

Lines changed: 150 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,150 @@
1+
pre.sh_sourceCode {
2+
background-color: #eeeeee;
3+
color: #000000;
4+
font-weight: normal;
5+
font-style: normal;
6+
}
7+
8+
pre.sh_sourceCode .sh_keyword {
9+
color: #bb7977;
10+
font-weight: bold;
11+
font-style: normal;
12+
}
13+
14+
pre.sh_sourceCode .sh_type {
15+
color: #8080c0;
16+
font-weight: bold;
17+
font-style: normal;
18+
}
19+
20+
pre.sh_sourceCode .sh_string {
21+
color: #a68500;
22+
font-weight: normal;
23+
font-style: normal;
24+
}
25+
26+
pre.sh_sourceCode .sh_regexp {
27+
color: #a68500;
28+
font-weight: normal;
29+
font-style: normal;
30+
}
31+
32+
pre.sh_sourceCode .sh_specialchar {
33+
color: #ff00ff;
34+
font-weight: bold;
35+
font-style: normal;
36+
}
37+
38+
pre.sh_sourceCode .sh_comment {
39+
color: #ff8000;
40+
font-weight: normal;
41+
font-style: normal;
42+
}
43+
44+
pre.sh_sourceCode .sh_number {
45+
color: #800080;
46+
font-weight: bold;
47+
font-style: normal;
48+
}
49+
50+
pre.sh_sourceCode .sh_preproc {
51+
color: #0080c0;
52+
font-weight: bold;
53+
font-style: normal;
54+
}
55+
56+
pre.sh_sourceCode .sh_symbol {
57+
color: #ff0080;
58+
font-weight: bold;
59+
font-style: normal;
60+
}
61+
62+
pre.sh_sourceCode .sh_function {
63+
color: #004466;
64+
font-weight: normal;
65+
font-style: normal;
66+
}
67+
68+
pre.sh_sourceCode .sh_cbracket {
69+
color: #ff0080;
70+
font-weight: bold;
71+
font-style: normal;
72+
}
73+
74+
pre.sh_sourceCode .sh_url {
75+
color: #a68500;
76+
font-weight: normal;
77+
font-style: normal;
78+
}
79+
80+
pre.sh_sourceCode .sh_date {
81+
color: #bb7977;
82+
font-weight: bold;
83+
font-style: normal;
84+
}
85+
86+
pre.sh_sourceCode .sh_time {
87+
color: #bb7977;
88+
font-weight: bold;
89+
font-style: normal;
90+
}
91+
92+
pre.sh_sourceCode .sh_file {
93+
color: #bb7977;
94+
font-weight: bold;
95+
font-style: normal;
96+
}
97+
98+
pre.sh_sourceCode .sh_ip {
99+
color: #a68500;
100+
font-weight: normal;
101+
font-style: normal;
102+
}
103+
104+
pre.sh_sourceCode .sh_name {
105+
color: #a68500;
106+
font-weight: normal;
107+
font-style: normal;
108+
}
109+
110+
pre.sh_sourceCode .sh_variable {
111+
color: #0080c0;
112+
font-weight: normal;
113+
font-style: normal;
114+
}
115+
116+
pre.sh_sourceCode .sh_oldfile {
117+
color: #ff00ff;
118+
font-weight: bold;
119+
font-style: normal;
120+
}
121+
122+
pre.sh_sourceCode .sh_newfile {
123+
color: #a68500;
124+
font-weight: normal;
125+
font-style: normal;
126+
}
127+
128+
pre.sh_sourceCode .sh_difflines {
129+
color: #bb7977;
130+
font-weight: bold;
131+
font-style: normal;
132+
}
133+
134+
pre.sh_sourceCode .sh_selector {
135+
color: #0080c0;
136+
font-weight: normal;
137+
font-style: normal;
138+
}
139+
140+
pre.sh_sourceCode .sh_property {
141+
color: #bb7977;
142+
font-weight: bold;
143+
font-style: normal;
144+
}
145+
146+
pre.sh_sourceCode .sh_value {
147+
color: #a68500;
148+
font-weight: normal;
149+
font-style: normal;
150+
}

0 commit comments

Comments
 (0)