瀏覽代碼

see if files make a deference

godalming123 1 年之前
父節點
當前提交
5b472ea811
沒有帳戶連結到提交者的電子郵件
共有 6 個檔案被更改,包括 0 行新增959 行删除
  1. 0
    1
      javascripts/main.js
  2. 0
    17
      javascripts/scale.fix.js
  3. 0
    124
      stylesheets/github-light.css
  4. 0
    70
      stylesheets/pygment_trac.css
  5. 0
    324
      stylesheets/styles.css
  6. 0
    423
      stylesheets/stylesheet.css

+ 0
- 1
javascripts/main.js 查看文件

@@ -1 +0,0 @@
1
-console.log('This would be the main JS file.');

+ 0
- 17
javascripts/scale.fix.js 查看文件

@@ -1,17 +0,0 @@
1
-var metas = document.getElementsByTagName('meta');
2
-var i;
3
-if (navigator.userAgent.match(/iPhone/i)) {
4
-  for (i=0; i<metas.length; i++) {
5
-    if (metas[i].name == "viewport") {
6
-      metas[i].content = "width=device-width, minimum-scale=1.0, maximum-scale=1.0";
7
-    }
8
-  }
9
-  document.addEventListener("gesturestart", gestureStart, false);
10
-}
11
-function gestureStart() {
12
-  for (i=0; i<metas.length; i++) {
13
-    if (metas[i].name == "viewport") {
14
-      metas[i].content = "width=device-width, minimum-scale=0.25, maximum-scale=1.6";
15
-    }
16
-  }
17
-}

+ 0
- 124
stylesheets/github-light.css 查看文件

@@ -1,124 +0,0 @@
1
-/*
2
-The MIT License (MIT)
3
-
4
-Copyright (c) 2015 GitHub, Inc.
5
-
6
-Permission is hereby granted, free of charge, to any person obtaining a copy
7
-of this software and associated documentation files (the "Software"), to deal
8
-in the Software without restriction, including without limitation the rights
9
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
-copies of the Software, and to permit persons to whom the Software is
11
-furnished to do so, subject to the following conditions:
12
-
13
-The above copyright notice and this permission notice shall be included in all
14
-copies or substantial portions of the Software.
15
-
16
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
-SOFTWARE.
23
-
24
-*/
25
-
26
-.pl-c /* comment */ {
27
-  color: #969896;
28
-}
29
-
30
-.pl-c1      /* constant, markup.raw, meta.diff.header, meta.module-reference, meta.property-name, support, support.constant, support.variable, variable.other.constant */,
31
-.pl-s .pl-v /* string variable */ {
32
-  color: #0086b3;
33
-}
34
-
35
-.pl-e  /* entity */,
36
-.pl-en /* entity.name */ {
37
-  color: #795da3;
38
-}
39
-
40
-.pl-s .pl-s1 /* string source */,
41
-.pl-smi      /* storage.modifier.import, storage.modifier.package, storage.type.java, variable.other, variable.parameter.function */ {
42
-  color: #333;
43
-}
44
-
45
-.pl-ent /* entity.name.tag */ {
46
-  color: #63a35c;
47
-}
48
-
49
-.pl-k /* keyword, storage, storage.type */ {
50
-  color: #a71d5d;
51
-}
52
-
53
-.pl-pds              /* punctuation.definition.string, string.regexp.character-class */,
54
-.pl-s                /* string */,
55
-.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */,
56
-.pl-sr               /* string.regexp */,
57
-.pl-sr .pl-cce       /* string.regexp constant.character.escape */,
58
-.pl-sr .pl-sra       /* string.regexp string.regexp.arbitrary-repitition */,
59
-.pl-sr .pl-sre       /* string.regexp source.ruby.embedded */ {
60
-  color: #183691;
61
-}
62
-
63
-.pl-v /* variable */ {
64
-  color: #ed6a43;
65
-}
66
-
67
-.pl-id /* invalid.deprecated */ {
68
-  color: #b52a1d;
69
-}
70
-
71
-.pl-ii /* invalid.illegal */ {
72
-  background-color: #b52a1d;
73
-  color: #f8f8f8;
74
-}
75
-
76
-.pl-sr .pl-cce /* string.regexp constant.character.escape */ {
77
-  color: #63a35c;
78
-  font-weight: bold;
79
-}
80
-
81
-.pl-ml /* markup.list */ {
82
-  color: #693a17;
83
-}
84
-
85
-.pl-mh        /* markup.heading */,
86
-.pl-mh .pl-en /* markup.heading entity.name */,
87
-.pl-ms        /* meta.separator */ {
88
-  color: #1d3e81;
89
-  font-weight: bold;
90
-}
91
-
92
-.pl-mq /* markup.quote */ {
93
-  color: #008080;
94
-}
95
-
96
-.pl-mi /* markup.italic */ {
97
-  color: #333;
98
-  font-style: italic;
99
-}
100
-
101
-.pl-mb /* markup.bold */ {
102
-  color: #333;
103
-  font-weight: bold;
104
-}
105
-
106
-.pl-md /* markup.deleted, meta.diff.header.from-file */ {
107
-  background-color: #ffecec;
108
-  color: #bd2c00;
109
-}
110
-
111
-.pl-mi1 /* markup.inserted, meta.diff.header.to-file */ {
112
-  background-color: #eaffea;
113
-  color: #55a532;
114
-}
115
-
116
-.pl-mdr /* meta.diff.range */ {
117
-  color: #795da3;
118
-  font-weight: bold;
119
-}
120
-
121
-.pl-mo /* meta.output */ {
122
-  color: #1d3e81;
123
-}
124
-

+ 0
- 70
stylesheets/pygment_trac.css 查看文件

@@ -1,70 +0,0 @@
1
-.highlight .hll { background-color: #ffffcc }
2
-.highlight  { background: #f0f3f3; }
3
-.highlight .c { color: #0099FF; font-style: italic } /* Comment */
4
-.highlight .err { color: #AA0000; background-color: #FFAAAA } /* Error */
5
-.highlight .k { color: #006699; font-weight: bold } /* Keyword */
6
-.highlight .o { color: #555555 } /* Operator */
7
-.highlight .cm { color: #0099FF; font-style: italic } /* Comment.Multiline */
8
-.highlight .cp { color: #009999 } /* Comment.Preproc */
9
-.highlight .c1 { color: #0099FF; font-style: italic } /* Comment.Single */
10
-.highlight .cs { color: #0099FF; font-weight: bold; font-style: italic } /* Comment.Special */
11
-.highlight .gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */
12
-.highlight .ge { font-style: italic } /* Generic.Emph */
13
-.highlight .gr { color: #FF0000 } /* Generic.Error */
14
-.highlight .gh { color: #003300; font-weight: bold } /* Generic.Heading */
15
-.highlight .gi { background-color: #CCFFCC; border: 1px solid #00CC00 } /* Generic.Inserted */
16
-.highlight .go { color: #AAAAAA } /* Generic.Output */
17
-.highlight .gp { color: #000099; font-weight: bold } /* Generic.Prompt */
18
-.highlight .gs { font-weight: bold } /* Generic.Strong */
19
-.highlight .gu { color: #003300; font-weight: bold } /* Generic.Subheading */
20
-.highlight .gt { color: #99CC66 } /* Generic.Traceback */
21
-.highlight .kc { color: #006699; font-weight: bold } /* Keyword.Constant */
22
-.highlight .kd { color: #006699; font-weight: bold } /* Keyword.Declaration */
23
-.highlight .kn { color: #006699; font-weight: bold } /* Keyword.Namespace */
24
-.highlight .kp { color: #006699 } /* Keyword.Pseudo */
25
-.highlight .kr { color: #006699; font-weight: bold } /* Keyword.Reserved */
26
-.highlight .kt { color: #007788; font-weight: bold } /* Keyword.Type */
27
-.highlight .m { color: #FF6600 } /* Literal.Number */
28
-.highlight .s { color: #CC3300 } /* Literal.String */
29
-.highlight .na { color: #330099 } /* Name.Attribute */
30
-.highlight .nb { color: #336666 } /* Name.Builtin */
31
-.highlight .nc { color: #00AA88; font-weight: bold } /* Name.Class */
32
-.highlight .no { color: #336600 } /* Name.Constant */
33
-.highlight .nd { color: #9999FF } /* Name.Decorator */
34
-.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
35
-.highlight .ne { color: #CC0000; font-weight: bold } /* Name.Exception */
36
-.highlight .nf { color: #CC00FF } /* Name.Function */
37
-.highlight .nl { color: #9999FF } /* Name.Label */
38
-.highlight .nn { color: #00CCFF; font-weight: bold } /* Name.Namespace */
39
-.highlight .nt { color: #330099; font-weight: bold } /* Name.Tag */
40
-.highlight .nv { color: #003333 } /* Name.Variable */
41
-.highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */
42
-.highlight .w { color: #bbbbbb } /* Text.Whitespace */
43
-.highlight .mf { color: #FF6600 } /* Literal.Number.Float */
44
-.highlight .mh { color: #FF6600 } /* Literal.Number.Hex */
45
-.highlight .mi { color: #FF6600 } /* Literal.Number.Integer */
46
-.highlight .mo { color: #FF6600 } /* Literal.Number.Oct */
47
-.highlight .sb { color: #CC3300 } /* Literal.String.Backtick */
48
-.highlight .sc { color: #CC3300 } /* Literal.String.Char */
49
-.highlight .sd { color: #CC3300; font-style: italic } /* Literal.String.Doc */
50
-.highlight .s2 { color: #CC3300 } /* Literal.String.Double */
51
-.highlight .se { color: #CC3300; font-weight: bold } /* Literal.String.Escape */
52
-.highlight .sh { color: #CC3300 } /* Literal.String.Heredoc */
53
-.highlight .si { color: #AA0000 } /* Literal.String.Interpol */
54
-.highlight .sx { color: #CC3300 } /* Literal.String.Other */
55
-.highlight .sr { color: #33AAAA } /* Literal.String.Regex */
56
-.highlight .s1 { color: #CC3300 } /* Literal.String.Single */
57
-.highlight .ss { color: #FFCC33 } /* Literal.String.Symbol */
58
-.highlight .bp { color: #336666 } /* Name.Builtin.Pseudo */
59
-.highlight .vc { color: #003333 } /* Name.Variable.Class */
60
-.highlight .vg { color: #003333 } /* Name.Variable.Global */
61
-.highlight .vi { color: #003333 } /* Name.Variable.Instance */
62
-.highlight .il { color: #FF6600 } /* Literal.Number.Integer.Long */
63
-
64
-.type-csharp .highlight .k { color: #0000FF }
65
-.type-csharp .highlight .kt { color: #0000FF }
66
-.type-csharp .highlight .nf { color: #000000; font-weight: normal }
67
-.type-csharp .highlight .nc { color: #2B91AF }
68
-.type-csharp .highlight .nn { color: #000000 }
69
-.type-csharp .highlight .s { color: #A31515 }
70
-.type-csharp .highlight .sc { color: #A31515 }

+ 0
- 324
stylesheets/styles.css 查看文件

@@ -1,324 +0,0 @@
1
-@font-face {
2
-  font-family: 'Noto Sans';
3
-  font-weight: 400;
4
-  font-style: normal;
5
-  src: url('../fonts/Noto-Sans-regular/Noto-Sans-regular.eot');
6
-  src: url('../fonts/Noto-Sans-regular/Noto-Sans-regular.eot?#iefix') format('embedded-opentype'),
7
-       local('Noto Sans'),
8
-       local('Noto-Sans-regular'),
9
-       url('../fonts/Noto-Sans-regular/Noto-Sans-regular.woff2') format('woff2'),
10
-       url('../fonts/Noto-Sans-regular/Noto-Sans-regular.woff') format('woff'),
11
-       url('../fonts/Noto-Sans-regular/Noto-Sans-regular.ttf') format('truetype'),
12
-       url('../fonts/Noto-Sans-regular/Noto-Sans-regular.svg#NotoSans') format('svg');
13
-}
14
-
15
-@font-face {
16
-  font-family: 'Noto Sans';
17
-  font-weight: 700;
18
-  font-style: normal;
19
-  src: url('../fonts/Noto-Sans-700/Noto-Sans-700.eot');
20
-  src: url('../fonts/Noto-Sans-700/Noto-Sans-700.eot?#iefix') format('embedded-opentype'),
21
-       local('Noto Sans Bold'),
22
-       local('Noto-Sans-700'),
23
-       url('../fonts/Noto-Sans-700/Noto-Sans-700.woff2') format('woff2'),
24
-       url('../fonts/Noto-Sans-700/Noto-Sans-700.woff') format('woff'),
25
-       url('../fonts/Noto-Sans-700/Noto-Sans-700.ttf') format('truetype'),
26
-       url('../fonts/Noto-Sans-700/Noto-Sans-700.svg#NotoSans') format('svg');
27
-}
28
-
29
-@font-face {
30
-  font-family: 'Noto Sans';
31
-  font-weight: 400;
32
-  font-style: italic;
33
-  src: url('../fonts/Noto-Sans-italic/Noto-Sans-italic.eot');
34
-  src: url('../fonts/Noto-Sans-italic/Noto-Sans-italic.eot?#iefix') format('embedded-opentype'),
35
-       local('Noto Sans Italic'),
36
-       local('Noto-Sans-italic'),
37
-       url('../fonts/Noto-Sans-italic/Noto-Sans-italic.woff2') format('woff2'),
38
-       url('../fonts/Noto-Sans-italic/Noto-Sans-italic.woff') format('woff'),
39
-       url('../fonts/Noto-Sans-italic/Noto-Sans-italic.ttf') format('truetype'),
40
-       url('../fonts/Noto-Sans-italic/Noto-Sans-italic.svg#NotoSans') format('svg');
41
-}
42
-
43
-@font-face {
44
-  font-family: 'Noto Sans';
45
-  font-weight: 700;
46
-  font-style: italic;
47
-  src: url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.eot');
48
-  src: url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.eot?#iefix') format('embedded-opentype'),
49
-       local('Noto Sans Bold Italic'),
50
-       local('Noto-Sans-700italic'),
51
-       url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.woff2') format('woff2'),
52
-       url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.woff') format('woff'),
53
-       url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.ttf') format('truetype'),
54
-       url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.svg#NotoSans') format('svg');
55
-}
56
-
57
-body {
58
-  background-color: #fff;
59
-  padding:50px;
60
-  font: 14px/1.5 "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
61
-  color:#727272;
62
-  font-weight:400;
63
-}
64
-
65
-h1, h2, h3, h4, h5, h6 {
66
-  color:#222;
67
-  margin:0 0 20px;
68
-}
69
-
70
-p, ul, ol, table, pre, dl {
71
-  margin:0 0 20px;
72
-}
73
-
74
-h1, h2, h3 {
75
-  line-height:1.1;
76
-}
77
-
78
-h1 {
79
-  font-size:28px;
80
-}
81
-
82
-h2 {
83
-  color:#393939;
84
-}
85
-
86
-h3, h4, h5, h6 {
87
-  color:#494949;
88
-}
89
-
90
-a {
91
-  color:#39c;
92
-  text-decoration:none;
93
-}
94
-
95
-a:hover {
96
-  color:#069;
97
-}
98
-
99
-a small {
100
-  font-size:11px;
101
-  color:#777;
102
-  margin-top:-0.3em;
103
-  display:block;
104
-}
105
-
106
-a:hover small {
107
-  color:#777;
108
-}
109
-
110
-.wrapper {
111
-  width:860px;
112
-  margin:0 auto;
113
-}
114
-
115
-blockquote {
116
-  border-left:1px solid #e5e5e5;
117
-  margin:0;
118
-  padding:0 0 0 20px;
119
-  font-style:italic;
120
-}
121
-
122
-code, pre {
123
-  font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
124
-  color:#333;
125
-  font-size:12px;
126
-}
127
-
128
-pre {
129
-  padding:8px 15px;
130
-  background: #f8f8f8;
131
-  border-radius:5px;
132
-  border:1px solid #e5e5e5;
133
-  overflow-x: auto;
134
-}
135
-
136
-table {
137
-  width:100%;
138
-  border-collapse:collapse;
139
-}
140
-
141
-th, td {
142
-  text-align:left;
143
-  padding:5px 10px;
144
-  border-bottom:1px solid #e5e5e5;
145
-}
146
-
147
-dt {
148
-  color:#444;
149
-  font-weight:700;
150
-}
151
-
152
-th {
153
-  color:#444;
154
-}
155
-
156
-img {
157
-  max-width:100%;
158
-}
159
-
160
-header {
161
-  width:270px;
162
-  float:left;
163
-  position:fixed;
164
-  -webkit-font-smoothing:subpixel-antialiased;
165
-}
166
-
167
-header ul {
168
-  list-style:none;
169
-  height:40px;
170
-  padding:0;
171
-  background: #f4f4f4;
172
-  border-radius:5px;
173
-  border:1px solid #e0e0e0;
174
-  width:270px;
175
-}
176
-
177
-header li {
178
-  width:89px;
179
-  float:left;
180
-  border-right:1px solid #e0e0e0;
181
-  height:40px;
182
-}
183
-
184
-header li:first-child a {
185
-  border-radius:5px 0 0 5px;
186
-}
187
-
188
-header li:last-child a {
189
-  border-radius:0 5px 5px 0;
190
-}
191
-
192
-header ul a {
193
-  line-height:1;
194
-  font-size:11px;
195
-  color:#999;
196
-  display:block;
197
-  text-align:center;
198
-  padding-top:6px;
199
-  height:34px;
200
-}
201
-
202
-header ul a:hover {
203
-  color:#999;
204
-}
205
-
206
-header ul a:active {
207
-  background-color:#f0f0f0;
208
-}
209
-
210
-strong {
211
-  color:#222;
212
-  font-weight:700;
213
-}
214
-
215
-header ul li + li + li {
216
-  border-right:none;
217
-  width:89px;
218
-}
219
-
220
-header ul a strong {
221
-  font-size:14px;
222
-  display:block;
223
-  color:#222;
224
-}
225
-
226
-section {
227
-  width:500px;
228
-  float:right;
229
-  padding-bottom:50px;
230
-}
231
-
232
-small {
233
-  font-size:11px;
234
-}
235
-
236
-hr {
237
-  border:0;
238
-  background:#e5e5e5;
239
-  height:1px;
240
-  margin:0 0 20px;
241
-}
242
-
243
-footer {
244
-  width:270px;
245
-  float:left;
246
-  position:fixed;
247
-  bottom:50px;
248
-  -webkit-font-smoothing:subpixel-antialiased;
249
-}
250
-
251
-@media print, screen and (max-width: 960px) {
252
-
253
-  div.wrapper {
254
-    width:auto;
255
-    margin:0;
256
-  }
257
-
258
-  header, section, footer {
259
-    float:none;
260
-    position:static;
261
-    width:auto;
262
-  }
263
-
264
-  header {
265
-    padding-right:320px;
266
-  }
267
-
268
-  section {
269
-    border:1px solid #e5e5e5;
270
-    border-width:1px 0;
271
-    padding:20px 0;
272
-    margin:0 0 20px;
273
-  }
274
-
275
-  header a small {
276
-    display:inline;
277
-  }
278
-
279
-  header ul {
280
-    position:absolute;
281
-    right:50px;
282
-    top:52px;
283
-  }
284
-}
285
-
286
-@media print, screen and (max-width: 720px) {
287
-  body {
288
-    word-wrap:break-word;
289
-  }
290
-
291
-  header {
292
-    padding:0;
293
-  }
294
-
295
-  header ul, header p.view {
296
-    position:static;
297
-  }
298
-
299
-  pre, code {
300
-    word-wrap:normal;
301
-  }
302
-}
303
-
304
-@media print, screen and (max-width: 480px) {
305
-  body {
306
-    padding:15px;
307
-  }
308
-
309
-  header ul {
310
-    width:99%;
311
-  }
312
-
313
-  header li, header ul li + li + li {
314
-    width:33%;
315
-  }
316
-}
317
-
318
-@media print {
319
-  body {
320
-    padding:0.4in;
321
-    font-size:12pt;
322
-    color:#444;
323
-  }
324
-}

+ 0
- 423
stylesheets/stylesheet.css 查看文件

@@ -1,423 +0,0 @@
1
-/*******************************************************************************
2
-Slate Theme for GitHub Pages
3
-by Jason Costello, @jsncostello
4
-*******************************************************************************/
5
-
6
-@import url(pygment_trac.css);
7
-
8
-/*******************************************************************************
9
-MeyerWeb Reset
10
-*******************************************************************************/
11
-
12
-html, body, div, span, applet, object, iframe,
13
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
14
-a, abbr, acronym, address, big, cite, code,
15
-del, dfn, em, img, ins, kbd, q, s, samp,
16
-small, strike, strong, sub, sup, tt, var,
17
-b, u, i, center,
18
-dl, dt, dd, ol, ul, li,
19
-fieldset, form, label, legend,
20
-table, caption, tbody, tfoot, thead, tr, th, td,
21
-article, aside, canvas, details, embed,
22
-figure, figcaption, footer, header, hgroup,
23
-menu, nav, output, ruby, section, summary,
24
-time, mark, audio, video {
25
-  margin: 0;
26
-  padding: 0;
27
-  border: 0;
28
-  font: inherit;
29
-  vertical-align: baseline;
30
-}
31
-
32
-/* HTML5 display-role reset for older browsers */
33
-article, aside, details, figcaption, figure,
34
-footer, header, hgroup, menu, nav, section {
35
-  display: block;
36
-}
37
-
38
-ol, ul {
39
-  list-style: none;
40
-}
41
-
42
-table {
43
-  border-collapse: collapse;
44
-  border-spacing: 0;
45
-}
46
-
47
-/*******************************************************************************
48
-Theme Styles
49
-*******************************************************************************/
50
-
51
-body {
52
-  box-sizing: border-box;
53
-  color:#373737;
54
-  background: #212121;
55
-  font-size: 16px;
56
-  font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
57
-  line-height: 1.5;
58
-  -webkit-font-smoothing: antialiased;
59
-}
60
-
61
-h1, h2, h3, h4, h5, h6 {
62
-  margin: 10px 0;
63
-  font-weight: 700;
64
-  color:#222222;
65
-  font-family: 'Lucida Grande', 'Calibri', Helvetica, Arial, sans-serif;
66
-  letter-spacing: -1px;
67
-}
68
-
69
-h1 {
70
-  font-size: 36px;
71
-  font-weight: 700;
72
-}
73
-
74
-h2 {
75
-  padding-bottom: 10px;
76
-  font-size: 32px;
77
-  background: url('../images/bg_hr.png') repeat-x bottom;
78
-}
79
-
80
-h3 {
81
-  font-size: 24px;
82
-}
83
-
84
-h4 {
85
-  font-size: 21px;
86
-}
87
-
88
-h5 {
89
-  font-size: 18px;
90
-}
91
-
92
-h6 {
93
-  font-size: 16px;
94
-}
95
-
96
-p {
97
-  margin: 10px 0 15px 0;
98
-}
99
-
100
-footer p {
101
-  color: #f2f2f2;
102
-}
103
-
104
-a {
105
-  text-decoration: none;
106
-  color: #007edf;
107
-  text-shadow: none;
108
-
109
-  transition: color 0.5s ease;
110
-  transition: text-shadow 0.5s ease;
111
-  -webkit-transition: color 0.5s ease;
112
-  -webkit-transition: text-shadow 0.5s ease;
113
-  -moz-transition: color 0.5s ease;
114
-  -moz-transition: text-shadow 0.5s ease;
115
-  -o-transition: color 0.5s ease;
116
-  -o-transition: text-shadow 0.5s ease;
117
-  -ms-transition: color 0.5s ease;
118
-  -ms-transition: text-shadow 0.5s ease;
119
-}
120
-
121
-a:hover, a:focus {text-decoration: underline;}
122
-
123
-footer a {
124
-  color: #F2F2F2;
125
-  text-decoration: underline;
126
-}
127
-
128
-em {
129
-  font-style: italic;
130
-}
131
-
132
-strong {
133
-  font-weight: bold;
134
-}
135
-
136
-img {
137
-  position: relative;
138
-  margin: 0 auto;
139
-  max-width: 739px;
140
-  padding: 5px;
141
-  margin: 10px 0 10px 0;
142
-  border: 1px solid #ebebeb;
143
-
144
-  box-shadow: 0 0 5px #ebebeb;
145
-  -webkit-box-shadow: 0 0 5px #ebebeb;
146
-  -moz-box-shadow: 0 0 5px #ebebeb;
147
-  -o-box-shadow: 0 0 5px #ebebeb;
148
-  -ms-box-shadow: 0 0 5px #ebebeb;
149
-}
150
-
151
-p img {
152
-  display: inline;
153
-  margin: 0;
154
-  padding: 0;
155
-  vertical-align: middle;
156
-  text-align: center;
157
-  border: none;
158
-}
159
-
160
-pre, code {
161
-  width: 100%;
162
-  color: #222;
163
-  background-color: #fff;
164
-
165
-  font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
166
-  font-size: 14px;
167
-
168
-  border-radius: 2px;
169
-  -moz-border-radius: 2px;
170
-  -webkit-border-radius: 2px;
171
-}
172
-
173
-pre {
174
-  width: 100%;
175
-  padding: 10px;
176
-  box-shadow: 0 0 10px rgba(0,0,0,.1);
177
-  overflow: auto;
178
-}
179
-
180
-code {
181
-  padding: 3px;
182
-  margin: 0 3px;
183
-  box-shadow: 0 0 10px rgba(0,0,0,.1);
184
-}
185
-
186
-pre code {
187
-  display: block;
188
-  box-shadow: none;
189
-}
190
-
191
-blockquote {
192
-  color: #666;
193
-  margin-bottom: 20px;
194
-  padding: 0 0 0 20px;
195
-  border-left: 3px solid #bbb;
196
-}
197
-
198
-
199
-ul, ol, dl {
200
-  margin-bottom: 15px
201
-}
202
-
203
-ul {
204
-  list-style: inside;
205
-  padding-left: 20px;
206
-}
207
-
208
-ol {
209
-  list-style: decimal inside;
210
-  padding-left: 20px;
211
-}
212
-
213
-dl dt {
214
-  font-weight: bold;
215
-}
216
-
217
-dl dd {
218
-  padding-left: 20px;
219
-  font-style: italic;
220
-}
221
-
222
-dl p {
223
-  padding-left: 20px;
224
-  font-style: italic;
225
-}
226
-
227
-hr {
228
-  height: 1px;
229
-  margin-bottom: 5px;
230
-  border: none;
231
-  background: url('../images/bg_hr.png') repeat-x center;
232
-}
233
-
234
-table {
235
-  border: 1px solid #373737;
236
-  margin-bottom: 20px;
237
-  text-align: left;
238
- }
239
-
240
-th {
241
-  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
242
-  padding: 10px;
243
-  background: #373737;
244
-  color: #fff;
245
- }
246
-
247
-td {
248
-  padding: 10px;
249
-  border: 1px solid #373737;
250
- }
251
-
252
-form {
253
-  background: #f2f2f2;
254
-  padding: 20px;
255
-}
256
-
257
-/*******************************************************************************
258
-Full-Width Styles
259
-*******************************************************************************/
260
-
261
-.outer {
262
-  width: 100%;
263
-}
264
-
265
-.inner {
266
-  position: relative;
267
-  max-width: 640px;
268
-  padding: 20px 10px;
269
-  margin: 0 auto;
270
-}
271
-
272
-#forkme_banner {
273
-  display: block;
274
-  position: absolute;
275
-  top:0;
276
-  right: 10px;
277
-  z-index: 10;
278
-  padding: 10px 50px 10px 10px;
279
-  color: #fff;
280
-  background: url('../images/blacktocat.png') #0090ff no-repeat 95% 50%;
281
-  font-weight: 700;
282
-  box-shadow: 0 0 10px rgba(0,0,0,.5);
283
-  border-bottom-left-radius: 2px;
284
-  border-bottom-right-radius: 2px;
285
-}
286
-
287
-#header_wrap {
288
-  background: #212121;
289
-  background: -moz-linear-gradient(top, #373737, #212121);
290
-  background: -webkit-linear-gradient(top, #373737, #212121);
291
-  background: -ms-linear-gradient(top, #373737, #212121);
292
-  background: -o-linear-gradient(top, #373737, #212121);
293
-  background: linear-gradient(top, #373737, #212121);
294
-}
295
-
296
-#header_wrap .inner {
297
-  padding: 50px 10px 30px 10px;
298
-}
299
-
300
-#project_title {
301
-  margin: 0;
302
-  color: #fff;
303
-  font-size: 42px;
304
-  font-weight: 700;
305
-  text-shadow: #111 0px 0px 10px;
306
-}
307
-
308
-#project_tagline {
309
-  color: #fff;
310
-  font-size: 24px;
311
-  font-weight: 300;
312
-  background: none;
313
-  text-shadow: #111 0px 0px 10px;
314
-}
315
-
316
-#downloads {
317
-  position: absolute;
318
-  width: 210px;
319
-  z-index: 10;
320
-  bottom: -40px;
321
-  right: 0;
322
-  height: 70px;
323
-  background: url('../images/icon_download.png') no-repeat 0% 90%;
324
-}
325
-
326
-.zip_download_link {
327
-  display: block;
328
-  float: right;
329
-  width: 90px;
330
-  height:70px;
331
-  text-indent: -5000px;
332
-  overflow: hidden;
333
-  background: url(../images/sprite_download.png) no-repeat bottom left;
334
-}
335
-
336
-.tar_download_link {
337
-  display: block;
338
-  float: right;
339
-  width: 90px;
340
-  height:70px;
341
-  text-indent: -5000px;
342
-  overflow: hidden;
343
-  background: url(../images/sprite_download.png) no-repeat bottom right;
344
-  margin-left: 10px;
345
-}
346
-
347
-.zip_download_link:hover {
348
-  background: url(../images/sprite_download.png) no-repeat top left;
349
-}
350
-
351
-.tar_download_link:hover {
352
-  background: url(../images/sprite_download.png) no-repeat top right;
353
-}
354
-
355
-#main_content_wrap {
356
-  background: #f2f2f2;
357
-  border-top: 1px solid #111;
358
-  border-bottom: 1px solid #111;
359
-}
360
-
361
-#main_content {
362
-  padding-top: 40px;
363
-}
364
-
365
-#footer_wrap {
366
-  background: #212121;
367
-}
368
-
369
-
370
-
371
-/*******************************************************************************
372
-Small Device Styles
373
-*******************************************************************************/
374
-
375
-@media screen and (max-width: 480px) {
376
-  body {
377
-    font-size:14px;
378
-  }
379
-
380
-  #downloads {
381
-    display: none;
382
-  }
383
-
384
-  .inner {
385
-    min-width: 320px;
386
-    max-width: 480px;
387
-  }
388
-
389
-  #project_title {
390
-  font-size: 32px;
391
-  }
392
-
393
-  h1 {
394
-    font-size: 28px;
395
-  }
396
-
397
-  h2 {
398
-    font-size: 24px;
399
-  }
400
-
401
-  h3 {
402
-    font-size: 21px;
403
-  }
404
-
405
-  h4 {
406
-    font-size: 18px;
407
-  }
408
-
409
-  h5 {
410
-    font-size: 14px;
411
-  }
412
-
413
-  h6 {
414
-    font-size: 12px;
415
-  }
416
-
417
-  code, pre {
418
-    min-width: 320px;
419
-    max-width: 480px;
420
-    font-size: 11px;
421
-  }
422
-
423
-}