jekyll-import 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/jekyll-import/importers/wordpress.rb +2 -2
- data/lib/jekyll-import/importers/wordpressdotcom.rb +1 -0
- data/lib/jekyll-import/version.rb +1 -1
- metadata +3 -96
- data/.gitignore +0 -21
- data/.travis.yml +0 -14
- data/Gemfile +0 -2
- data/History.markdown +0 -135
- data/Rakefile +0 -209
- data/jekyll-import.gemspec +0 -60
- data/script/bootstrap +0 -3
- data/script/cibuild +0 -3
- data/site/.gitignore +0 -4
- data/site/CNAME +0 -1
- data/site/README +0 -1
- data/site/_config.yml +0 -7
- data/site/_includes/analytics.html +0 -32
- data/site/_includes/docs_contents.html +0 -10
- data/site/_includes/docs_contents_mobile.html +0 -14
- data/site/_includes/docs_option.html +0 -11
- data/site/_includes/docs_ul.html +0 -20
- data/site/_includes/footer.html +0 -15
- data/site/_includes/header.html +0 -18
- data/site/_includes/news_contents.html +0 -23
- data/site/_includes/news_contents_mobile.html +0 -11
- data/site/_includes/news_item.html +0 -24
- data/site/_includes/primary-nav-items.html +0 -14
- data/site/_includes/section_nav.html +0 -22
- data/site/_includes/top.html +0 -17
- data/site/_layouts/default.html +0 -12
- data/site/_layouts/docs.html +0 -29
- data/site/_layouts/news.html +0 -19
- data/site/_layouts/news_item.html +0 -27
- data/site/_posts/2013-11-09-jekyll-import-0-1-0-beta4-release.markdown +0 -23
- data/site/_posts/2013-11-18-jekyll-import-0-1-0-rc1-released.markdown +0 -17
- data/site/_posts/2013-12-17-jekyll-import-0-1-0-released.markdown +0 -67
- data/site/_posts/2014-03-16-jekyll-import-0-2-0-released.markdown +0 -16
- data/site/_posts/2014-05-23-jekyll-import-0-3-0-released.markdown +0 -22
- data/site/_posts/2014-06-29-jekyll-import-0-4-0-released.markdown +0 -19
- data/site/css/gridism.css +0 -110
- data/site/css/normalize.css +0 -1
- data/site/css/pygments.css +0 -70
- data/site/css/style.css +0 -945
- data/site/docs/behance.md +0 -20
- data/site/docs/contributing.md +0 -8
- data/site/docs/csv.md +0 -37
- data/site/docs/drupal6.md +0 -24
- data/site/docs/drupal7.md +0 -24
- data/site/docs/easyblog.md +0 -25
- data/site/docs/enki.md +0 -23
- data/site/docs/ghost.md +0 -19
- data/site/docs/google_reader.md +0 -19
- data/site/docs/history.md +0 -130
- data/site/docs/index.md +0 -17
- data/site/docs/installation.md +0 -26
- data/site/docs/joomla.md +0 -26
- data/site/docs/jrnl.md +0 -23
- data/site/docs/marley.md +0 -20
- data/site/docs/mephisto.md +0 -23
- data/site/docs/mt.md +0 -39
- data/site/docs/posterous.md +0 -25
- data/site/docs/rss.md +0 -19
- data/site/docs/s9y.md +0 -19
- data/site/docs/textpattern.md +0 -30
- data/site/docs/third-party.md +0 -30
- data/site/docs/tumblr.md +0 -24
- data/site/docs/typo.md +0 -26
- data/site/docs/usage.md +0 -29
- data/site/docs/wordpress.md +0 -41
- data/site/docs/wordpressdotcom.md +0 -47
- data/site/favicon.png +0 -0
- data/site/feed.xml +0 -36
- data/site/img/article-footer.png +0 -0
- data/site/img/footer-arrow.png +0 -0
- data/site/img/footer-logo.png +0 -0
- data/site/img/logo-2x.png +0 -0
- data/site/img/octojekyll.png +0 -0
- data/site/img/tube.png +0 -0
- data/site/img/tube1x.png +0 -0
- data/site/index.html +0 -95
- data/site/js/modernizr-2.5.3.min.js +0 -4
- data/site/news/index.html +0 -10
- data/site/news/releases/index.html +0 -10
- data/test/helper.rb +0 -50
- data/test/test_jrnl_importer.rb +0 -39
- data/test/test_mt_importer.rb +0 -104
- data/test/test_tumblr_importer.rb +0 -108
- data/test/test_util.rb +0 -10
- data/test/test_wordpress_importer.rb +0 -9
- data/test/test_wordpressdotcom_importer.rb +0 -8
@@ -1,23 +0,0 @@
|
|
1
|
-
---
|
2
|
-
layout: news_item
|
3
|
-
title: 'jekyll-import 0.1.0.beta4 Released'
|
4
|
-
date: 2013-11-09
|
5
|
-
author: parkr
|
6
|
-
version: 0.1.0.beta4
|
7
|
-
categories: [release]
|
8
|
-
---
|
9
|
-
|
10
|
-
A new beta has been released of the `jekyll-import` gem! This beta has been
|
11
|
-
completely reworked from the inside out and is now setup to work perfectly with
|
12
|
-
future versions of Jekyll, which will use the [`mercenary` gem][mercenary].
|
13
|
-
|
14
|
-
This new version also adds support for the following importers:
|
15
|
-
|
16
|
-
- [jrnl][]
|
17
|
-
- [Joomla][] 3.x
|
18
|
-
|
19
|
-
A plethora of bugfixes as well &emdash; enjoy!
|
20
|
-
|
21
|
-
[mercenary]: http://rubygems.org/gems/mercenary
|
22
|
-
[jrnl]: /docs/jrnl/
|
23
|
-
[Joomla]: /docs/joomla/
|
@@ -1,17 +0,0 @@
|
|
1
|
-
---
|
2
|
-
layout: news_item
|
3
|
-
title: 'jekyll-import 0.1.0.rc1 Released'
|
4
|
-
date: 2013-11-18 18:40:18 -0500
|
5
|
-
author: parkr
|
6
|
-
version: 0.1.0.rc1
|
7
|
-
categories: [release]
|
8
|
-
---
|
9
|
-
|
10
|
-
We're finally nearing a full release of `jekyll-import`! This release has some
|
11
|
-
critical bug fixes as well as some awesome enhancements.
|
12
|
-
|
13
|
-
**NOTE:** This version does not work with Jekyll v1.3.0's command-line
|
14
|
-
interface. Follow the docs you see for the importer you'd like to use and run
|
15
|
-
the Ruby shell command as seen there (with your own tweaks, of course).
|
16
|
-
|
17
|
-
Please [file any bugs you encounter!]({{ site.repository }}/issues/new)
|
@@ -1,67 +0,0 @@
|
|
1
|
-
---
|
2
|
-
layout: news_item
|
3
|
-
title: 'jekyll-import 0.1.0 Released'
|
4
|
-
date: 2013-12-17 15:31:57 -0500
|
5
|
-
author: parkr
|
6
|
-
version: 0.1.0
|
7
|
-
categories: [release]
|
8
|
-
---
|
9
|
-
|
10
|
-
After a much-needed [bump from @schneems][], jekyll-import 0.1.0 has been
|
11
|
-
released! The first public (mostly-stable) release of jekyll-import, it includes
|
12
|
-
importers for the following services/formats:
|
13
|
-
|
14
|
-
- CSV
|
15
|
-
- Drupal (6 & 7)
|
16
|
-
- Enki
|
17
|
-
- Ghost
|
18
|
-
- Google Reader
|
19
|
-
- Joomla
|
20
|
-
- jrnl
|
21
|
-
- Marley
|
22
|
-
- Mephisto
|
23
|
-
- MovableType (MT)
|
24
|
-
- Posterous
|
25
|
-
- RSS
|
26
|
-
- S9Y
|
27
|
-
- TextPattern
|
28
|
-
- Tumblr
|
29
|
-
- Typo
|
30
|
-
- WordPress (database)
|
31
|
-
- WordPress.com (an exported `.xml` file)
|
32
|
-
|
33
|
-
We're still working out the kinks, so if you encounter any problems, please
|
34
|
-
[let us know!][]
|
35
|
-
|
36
|
-
Special thanks to all the contributors that helped make this project happen:
|
37
|
-
[@aniketpant](https://github.com/aniketpant),
|
38
|
-
[@ryangreenberg](https://github.com/ryangreenberg),
|
39
|
-
[@RayFranco](https://github.com/RayFranco),
|
40
|
-
[@mojombo](https://github.com/mojombo), [@gr4y](https://github.com/gr4y),
|
41
|
-
[@jinghao](https://github.com/jinghao),
|
42
|
-
[@benguild](https://github.com/benguild), [@tekkub](https://github.com/tekkub),
|
43
|
-
[@georgeanderson](https://github.com/georgeanderson),
|
44
|
-
[@joschi](https://github.com/joschi), [@drewish](https://github.com/drewish),
|
45
|
-
[@markhepburn](https://github.com/markhepburn),
|
46
|
-
[@x3ro](https://github.com/x3ro), [@dlo](https://github.com/dlo),
|
47
|
-
[@boone](https://github.com/boone), [@skopp](https://github.com/skopp),
|
48
|
-
[@timmillwood](https://github.com/timmillwood),
|
49
|
-
[@stevenbedrick](https://github.com/stevenbedrick),
|
50
|
-
[@arshad](https://github.com/arshad),
|
51
|
-
[@carols10cents](https://github.com/carols10cents),
|
52
|
-
[@chrisivens](https://github.com/chrisivens),
|
53
|
-
[@grobmeier](https://github.com/grobmeier),
|
54
|
-
[@vosechu](https://github.com/vosechu),
|
55
|
-
[@erikwebb](https://github.com/erikwebb),
|
56
|
-
[@clioweb](https://github.com/clioweb),
|
57
|
-
[@joeyates](https://github.com/joeyates), [@tjun](https://github.com/tjun),
|
58
|
-
[@lewisnyman](https://github.com/lewisnyman),
|
59
|
-
[@mbainter](https://github.com/mbainter),
|
60
|
-
[@mattrose](https://github.com/mattrose),
|
61
|
-
[@shigeya](https://github.com/shigeya),
|
62
|
-
[@albertogg](https://github.com/albertogg),
|
63
|
-
[@clayt0nk](https://github.com/clayt0nk), and
|
64
|
-
[@docunext](https://github.com/docunext)!
|
65
|
-
|
66
|
-
[bump from @schneems]: https://github.com/jekyll/jekyll-import/issues/110
|
67
|
-
[let us know!]: https://github.com/jekyll/jekyll-import/issues/72
|
@@ -1,16 +0,0 @@
|
|
1
|
-
---
|
2
|
-
layout: news_item
|
3
|
-
title: 'jekyll-import 0.2.0 Released'
|
4
|
-
date: 2014-03-16 01:05:25 -0400
|
5
|
-
author: parkr
|
6
|
-
version: 0.2.0
|
7
|
-
categories: [release]
|
8
|
-
---
|
9
|
-
|
10
|
-
It seems jekyll-import has been collecting some dust lately. There are some
|
11
|
-
great fixes and feature improvements in here so, hey, why let them lay
|
12
|
-
unutilized? No reason at all, my dear Watson, no reason at all.
|
13
|
-
|
14
|
-
Please enjoy! Check out the [GitHub Release][] for more specifics.
|
15
|
-
|
16
|
-
[GitHub Release]: https://github.com/jekyll/jekyll-import/releases/tag/v0.2.0
|
@@ -1,22 +0,0 @@
|
|
1
|
-
---
|
2
|
-
layout: news_item
|
3
|
-
title: 'jekyll-import 0.3.0 Released'
|
4
|
-
date: 2014-05-23 23:06:43 -0400
|
5
|
-
author: parkr
|
6
|
-
version: 0.3.0
|
7
|
-
categories: [release]
|
8
|
-
---
|
9
|
-
|
10
|
-
Hey! This release is just to get a few fixes that have lain stale for a bit
|
11
|
-
out into the open. Notably, the WordPress and WordPress.com importers have
|
12
|
-
been markedly improved. Check out the full changelog for more details
|
13
|
-
|
14
|
-
Highlights:
|
15
|
-
|
16
|
-
* Import WordPress.org `author` data as hash
|
17
|
-
* Add `socket` option to the WordPress importer
|
18
|
-
* Allow the CSV importer to skip writing front matter
|
19
|
-
* WordPress.com: Download images locally and update links to them
|
20
|
-
* WordPress: Import WP pages as proper Jekyll pages instead of as posts
|
21
|
-
|
22
|
-
Happy Jekylling!
|
@@ -1,19 +0,0 @@
|
|
1
|
-
---
|
2
|
-
layout: news_item
|
3
|
-
title: 'jekyll-import 0.4.0 Released'
|
4
|
-
date: 2014-06-29 23:04:23 -0400
|
5
|
-
author: parkr
|
6
|
-
version: 0.4.0
|
7
|
-
categories: [release]
|
8
|
-
---
|
9
|
-
|
10
|
-
Hey! Some minor updates in this release:
|
11
|
-
|
12
|
-
* Add importer for [EasyBlog](http://stackideas.com/easyblog)
|
13
|
-
* Import all photos from a Tumblr photoset post
|
14
|
-
* Import WordPress drafts to the `_drafts` folder
|
15
|
-
* Compatibility with Jekyll 2
|
16
|
-
|
17
|
-
As always, check out the [full changelog](/docs/history/) for more details.
|
18
|
-
|
19
|
-
Happy blogging :)
|
data/site/css/gridism.css
DELETED
@@ -1,110 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Gridism
|
3
|
-
* A simple, responsive, and handy CSS grid by @cobyism
|
4
|
-
* https://github.com/cobyism/gridism
|
5
|
-
*/
|
6
|
-
|
7
|
-
/* Preserve some sanity */
|
8
|
-
.grid,
|
9
|
-
.unit {
|
10
|
-
-webkit-box-sizing: border-box;
|
11
|
-
-moz-box-sizing: border-box;
|
12
|
-
box-sizing: border-box;
|
13
|
-
}
|
14
|
-
|
15
|
-
/* Set up some rules to govern the grid */
|
16
|
-
.grid {
|
17
|
-
display: block;
|
18
|
-
clear: both;
|
19
|
-
}
|
20
|
-
.grid .unit {
|
21
|
-
float: left;
|
22
|
-
width: 100%;
|
23
|
-
padding: 10px;
|
24
|
-
}
|
25
|
-
|
26
|
-
/* This ensures the outer gutters are equal to the (doubled) inner gutters. */
|
27
|
-
.grid .unit:first-child { padding-left: 20px; }
|
28
|
-
.grid .unit:last-child { padding-right: 20px; }
|
29
|
-
|
30
|
-
/* Nested grids already have padding though, so let’s nuke it */
|
31
|
-
.unit .unit:first-child { padding-left: 0; }
|
32
|
-
.unit .unit:last-child { padding-right: 0; }
|
33
|
-
.unit .grid:first-child > .unit { padding-top: 0; }
|
34
|
-
.unit .grid:last-child > .unit { padding-bottom: 0; }
|
35
|
-
|
36
|
-
/* Let people nuke the gutters/padding completely in a couple of ways */
|
37
|
-
.no-gutters .unit,
|
38
|
-
.unit.no-gutters {
|
39
|
-
padding: 0 !important;
|
40
|
-
}
|
41
|
-
|
42
|
-
/* Wrapping at a maximum width is optional */
|
43
|
-
.wrap .grid,
|
44
|
-
.grid.wrap {
|
45
|
-
max-width: 978px;
|
46
|
-
margin: 0 auto;
|
47
|
-
}
|
48
|
-
|
49
|
-
/* Width classes also have shorthand versions numbered as fractions
|
50
|
-
* For example: for a grid unit 1/3 (one third) of the parent width,
|
51
|
-
* simply apply class="w-1-3" to the element. */
|
52
|
-
.grid .whole, .grid .w-1-1 { width: 100%; }
|
53
|
-
.grid .half, .grid .w-1-2 { width: 50%; }
|
54
|
-
.grid .one-third, .grid .w-1-3 { width: 33.3332%; }
|
55
|
-
.grid .two-thirds, .grid .w-2-3 { width: 66.6665%; }
|
56
|
-
.grid .one-quarter, .grid .w-1-4 { width: 25%; }
|
57
|
-
.grid .three-quarters, .grid .w-3-4 { width: 75%; }
|
58
|
-
.grid .one-fifth, .grid .w-1-5 { width: 20%; }
|
59
|
-
.grid .two-fifths, .grid .w-2-5 { width: 40%; }
|
60
|
-
.grid .three-fifths, .grid .w-3-5 { width: 60%; }
|
61
|
-
.grid .four-fifths, .grid .w-4-5 { width: 80%; }
|
62
|
-
.grid .golden-small, .grid .w-g-s { width: 38.2716%; } /* Golden section: smaller piece */
|
63
|
-
.grid .golden-large, .grid .w-g-l { width: 61.7283%; } /* Golden section: larger piece */
|
64
|
-
|
65
|
-
/* Utility classes */
|
66
|
-
.align-center { text-align: center; }
|
67
|
-
.align-left { text-align: left; }
|
68
|
-
.align-right { text-align: right; }
|
69
|
-
.pull-left { float: left; }
|
70
|
-
.pull-right { float: right; }
|
71
|
-
|
72
|
-
.show-on-mobiles {
|
73
|
-
display: none;
|
74
|
-
}
|
75
|
-
|
76
|
-
/* Responsive Stuff */
|
77
|
-
@media screen and (max-width: 568px) {
|
78
|
-
/* Stack anything that isn’t full-width on smaller screens */
|
79
|
-
.grid .unit {
|
80
|
-
width: 100% !important;
|
81
|
-
padding-left: 20px;
|
82
|
-
padding-right: 20px;
|
83
|
-
}
|
84
|
-
.unit .grid .unit {
|
85
|
-
padding-left: 0px;
|
86
|
-
padding-right: 0px;
|
87
|
-
}
|
88
|
-
|
89
|
-
/* Sometimes, you just want to be different on small screens */
|
90
|
-
.center-on-mobiles {
|
91
|
-
text-align: center !important;
|
92
|
-
}
|
93
|
-
.hide-on-mobiles {
|
94
|
-
display: none !important;
|
95
|
-
}
|
96
|
-
.show-on-mobiles {
|
97
|
-
display: block !important;
|
98
|
-
}
|
99
|
-
a .show-on-mobiles {
|
100
|
-
display: inline !important;
|
101
|
-
}
|
102
|
-
}
|
103
|
-
|
104
|
-
/* Expand the wrap a bit further on larger screens */
|
105
|
-
/*@media screen and (min-width: 1180px) {
|
106
|
-
.wrap .grid {
|
107
|
-
max-width: 1180px;
|
108
|
-
margin: 0 auto;
|
109
|
-
}
|
110
|
-
}*/
|
data/site/css/normalize.css
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
/* normalize.css v2.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:0.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
|
data/site/css/pygments.css
DELETED
@@ -1,70 +0,0 @@
|
|
1
|
-
/*.highlight { background: #333333; color: #ffffff}*/
|
2
|
-
.highlight .hll { background-color: #ffffcc }
|
3
|
-
.highlight .c { color: #87ceeb} /* Comment */
|
4
|
-
.highlight .err { color: #ffffff} /* Error */
|
5
|
-
.highlight .g { color: #ffffff} /* Generic */
|
6
|
-
.highlight .k { color: #f0e68c} /* Keyword */
|
7
|
-
.highlight .l { color: #ffffff} /* Literal */
|
8
|
-
.highlight .n { color: #ffffff} /* Name */
|
9
|
-
.highlight .o { color: #ffffff} /* Operator */
|
10
|
-
.highlight .x { color: #ffffff} /* Other */
|
11
|
-
.highlight .p { color: #ffffff} /* Punctuation */
|
12
|
-
.highlight .cm { color: #87ceeb} /* Comment.Multiline */
|
13
|
-
.highlight .cp { color: #cd5c5c} /* Comment.Preproc */
|
14
|
-
.highlight .c1 { color: #87ceeb} /* Comment.Single */
|
15
|
-
.highlight .cs { color: #87ceeb} /* Comment.Special */
|
16
|
-
.highlight .gd { color: #0000c0; font-weight: bold; background-color: #008080 } /* Generic.Deleted */
|
17
|
-
.highlight .ge { color: #c000c0; text-decoration: underline} /* Generic.Emph */
|
18
|
-
.highlight .gr { color: #c0c0c0; font-weight: bold; background-color: #c00000 } /* Generic.Error */
|
19
|
-
.highlight .gh { color: #cd5c5c} /* Generic.Heading */
|
20
|
-
.highlight .gi { color: #ffffff; background-color: #0000c0 } /* Generic.Inserted */
|
21
|
-
.highlight span.go { color: #add8e6; font-weight: bold; background-color: #4d4d4d } /* Generic.Output, qualified with span to prevent applying this style to the Go language, see #1153. */
|
22
|
-
.highlight .gp { color: #ffffff} /* Generic.Prompt */
|
23
|
-
.highlight .gs { color: #ffffff} /* Generic.Strong */
|
24
|
-
.highlight .gu { color: #cd5c5c} /* Generic.Subheading */
|
25
|
-
.highlight .gt { color: #c0c0c0; font-weight: bold; background-color: #c00000 } /* Generic.Traceback */
|
26
|
-
.highlight .kc { color: #f0e68c} /* Keyword.Constant */
|
27
|
-
.highlight .kd { color: #f0e68c} /* Keyword.Declaration */
|
28
|
-
.highlight .kn { color: #f0e68c} /* Keyword.Namespace */
|
29
|
-
.highlight .kp { color: #f0e68c} /* Keyword.Pseudo */
|
30
|
-
.highlight .kr { color: #f0e68c} /* Keyword.Reserved */
|
31
|
-
.highlight .kt { color: #bdb76b} /* Keyword.Type */
|
32
|
-
.highlight .ld { color: #ffffff} /* Literal.Date */
|
33
|
-
.highlight .m { color: #ffffff} /* Literal.Number */
|
34
|
-
.highlight .s { color: #ffffff} /* Literal.String */
|
35
|
-
.highlight .na { color: #ffffff} /* Name.Attribute */
|
36
|
-
.highlight .nb { color: #ffffff} /* Name.Builtin */
|
37
|
-
.highlight .nc { color: #ffffff} /* Name.Class */
|
38
|
-
.highlight .no { color: #ffa0a0} /* Name.Constant */
|
39
|
-
.highlight .nd { color: #ffffff} /* Name.Decorator */
|
40
|
-
.highlight .ni { color: #ffdead} /* Name.Entity */
|
41
|
-
.highlight .ne { color: #ffffff} /* Name.Exception */
|
42
|
-
.highlight .nf { color: #ffffff} /* Name.Function */
|
43
|
-
.highlight .nl { color: #ffffff} /* Name.Label */
|
44
|
-
.highlight .nn { color: #ffffff} /* Name.Namespace */
|
45
|
-
.highlight .nx { color: #ffffff} /* Name.Other */
|
46
|
-
.highlight .py { color: #ffffff} /* Name.Property */
|
47
|
-
.highlight .nt { color: #f0e68c} /* Name.Tag */
|
48
|
-
.highlight .nv { color: #98fb98} /* Name.Variable */
|
49
|
-
.highlight .ow { color: #ffffff} /* Operator.Word */
|
50
|
-
.highlight .w { color: #ffffff} /* Text.Whitespace */
|
51
|
-
.highlight .mf { color: #ffffff} /* Literal.Number.Float */
|
52
|
-
.highlight .mh { color: #ffffff} /* Literal.Number.Hex */
|
53
|
-
.highlight .mi { color: #ffffff} /* Literal.Number.Integer */
|
54
|
-
.highlight .mo { color: #ffffff} /* Literal.Number.Oct */
|
55
|
-
.highlight .sb { color: #ffffff} /* Literal.String.Backtick */
|
56
|
-
.highlight .sc { color: #ffffff} /* Literal.String.Char */
|
57
|
-
.highlight .sd { color: #ffffff} /* Literal.String.Doc */
|
58
|
-
.highlight .s2 { color: #ffffff} /* Literal.String.Double */
|
59
|
-
.highlight .se { color: #ffffff} /* Literal.String.Escape */
|
60
|
-
.highlight .sh { color: #ffffff} /* Literal.String.Heredoc */
|
61
|
-
.highlight .si { color: #ffffff} /* Literal.String.Interpol */
|
62
|
-
.highlight .sx { color: #ffffff} /* Literal.String.Other */
|
63
|
-
.highlight .sr { color: #ffffff} /* Literal.String.Regex */
|
64
|
-
.highlight .s1 { color: #ffffff} /* Literal.String.Single */
|
65
|
-
.highlight .ss { color: #ffffff} /* Literal.String.Symbol */
|
66
|
-
.highlight .bp { color: #ffffff} /* Name.Builtin.Pseudo */
|
67
|
-
.highlight .vc { color: #98fb98} /* Name.Variable.Class */
|
68
|
-
.highlight .vg { color: #98fb98} /* Name.Variable.Global */
|
69
|
-
.highlight .vi { color: #98fb98} /* Name.Variable.Instance */
|
70
|
-
.highlight .il { color: #ffffff} /* Literal.Number.Integer.Long */
|
data/site/css/style.css
DELETED
@@ -1,945 +0,0 @@
|
|
1
|
-
/* Base */
|
2
|
-
|
3
|
-
* {
|
4
|
-
box-sizing: border-box;
|
5
|
-
-webkit-box-sizing: border-box;
|
6
|
-
-moz-box-sizing: border-box;
|
7
|
-
}
|
8
|
-
|
9
|
-
body {
|
10
|
-
font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
11
|
-
font-size: 21px;
|
12
|
-
font-weight: 300;
|
13
|
-
color: #ddd;
|
14
|
-
background: #333;
|
15
|
-
border-top: 5px solid #fc0;
|
16
|
-
box-shadow: inset 0 3px 30px rgba(0,0,0,.3);
|
17
|
-
text-shadow: 0 1px 3px rgba(0,0,0,.5);
|
18
|
-
}
|
19
|
-
|
20
|
-
.clear {
|
21
|
-
display: block;
|
22
|
-
}
|
23
|
-
|
24
|
-
.clear:after {
|
25
|
-
content: " ";
|
26
|
-
display: block;
|
27
|
-
height: 0;
|
28
|
-
clear: both;
|
29
|
-
visibility: hidden;
|
30
|
-
}
|
31
|
-
|
32
|
-
/* Sections */
|
33
|
-
|
34
|
-
body > header, body > section, body > footer {
|
35
|
-
float: left;
|
36
|
-
width: 100%;
|
37
|
-
clear: both;
|
38
|
-
}
|
39
|
-
|
40
|
-
/* Header */
|
41
|
-
|
42
|
-
body > header h1, body > header nav {
|
43
|
-
display: inline-block;
|
44
|
-
}
|
45
|
-
|
46
|
-
body > header h1 span {
|
47
|
-
display: none;
|
48
|
-
}
|
49
|
-
|
50
|
-
nav ul {
|
51
|
-
padding: 0;
|
52
|
-
margin: 0;
|
53
|
-
}
|
54
|
-
|
55
|
-
nav li {
|
56
|
-
display: inline-block;
|
57
|
-
}
|
58
|
-
|
59
|
-
.main-nav {
|
60
|
-
margin-top: 52px;
|
61
|
-
}
|
62
|
-
|
63
|
-
.main-nav li {
|
64
|
-
margin-right: 10px;
|
65
|
-
}
|
66
|
-
|
67
|
-
.main-nav li a {
|
68
|
-
border-radius: 5px;
|
69
|
-
font-weight: 800;
|
70
|
-
font-size: 14px;
|
71
|
-
padding: 0.5em 1em;
|
72
|
-
text-shadow: none;
|
73
|
-
text-transform: uppercase;
|
74
|
-
transition: all .25s;
|
75
|
-
-moz-transition: all .25s;
|
76
|
-
-webkit-transition: all .25s;
|
77
|
-
}
|
78
|
-
|
79
|
-
.main-nav li a:hover {
|
80
|
-
background: #252525;
|
81
|
-
box-shadow: inset 0 1px 3px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.1);
|
82
|
-
text-shadow: 0 1px 3px rgba(0,0,0,.5);
|
83
|
-
}
|
84
|
-
|
85
|
-
.main-nav li.current a {
|
86
|
-
background: #fc0;
|
87
|
-
color: #222;
|
88
|
-
box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.5);
|
89
|
-
text-shadow: 0 1px 0 rgba(255,255,255,.3);
|
90
|
-
}
|
91
|
-
|
92
|
-
.mobile-nav ul {
|
93
|
-
overflow: hidden;
|
94
|
-
width: 100%;
|
95
|
-
display: table;
|
96
|
-
}
|
97
|
-
|
98
|
-
.mobile-nav a {
|
99
|
-
float: left;
|
100
|
-
width: 100%;
|
101
|
-
background: #333;
|
102
|
-
color: #fc0;
|
103
|
-
text-align: center;
|
104
|
-
text-transform: uppercase;
|
105
|
-
font-size: 14px;
|
106
|
-
font-weight: 800;
|
107
|
-
padding: 5px;
|
108
|
-
border-radius: 5px;
|
109
|
-
}
|
110
|
-
|
111
|
-
.mobile-nav .current a {
|
112
|
-
background: #fc0;
|
113
|
-
color: #222;
|
114
|
-
box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.5);
|
115
|
-
text-shadow: 0 1px 0 rgba(255,255,255,.3);
|
116
|
-
}
|
117
|
-
|
118
|
-
.mobile-nav li {
|
119
|
-
display: table-cell;
|
120
|
-
width: 25%;
|
121
|
-
padding: 8px;
|
122
|
-
}
|
123
|
-
|
124
|
-
@media (max-width: 768px){
|
125
|
-
.main-nav ul {
|
126
|
-
text-align: right;
|
127
|
-
}
|
128
|
-
}
|
129
|
-
@media (max-width: 830px){
|
130
|
-
.main-nav .show-on-mobiles {
|
131
|
-
display: inline;
|
132
|
-
}
|
133
|
-
.main-nav .hide-on-mobiles {
|
134
|
-
display: none;
|
135
|
-
}
|
136
|
-
}
|
137
|
-
|
138
|
-
/* Footer */
|
139
|
-
|
140
|
-
body > footer {
|
141
|
-
background: #222;
|
142
|
-
font-size: 16px;
|
143
|
-
padding-bottom: 5px;
|
144
|
-
color: #888;
|
145
|
-
margin-top: 40px;
|
146
|
-
}
|
147
|
-
|
148
|
-
body > footer a {
|
149
|
-
color: #fff;
|
150
|
-
}
|
151
|
-
|
152
|
-
body > footer .align-right p, body > footer img {
|
153
|
-
display: inline-block;
|
154
|
-
}
|
155
|
-
|
156
|
-
body > footer img {
|
157
|
-
position: relative;
|
158
|
-
top: 8px;
|
159
|
-
margin-left: 5px;
|
160
|
-
width: 100px;
|
161
|
-
height: 30px;
|
162
|
-
opacity: .8;
|
163
|
-
padding: 1px;
|
164
|
-
-webkit-transition: opacity .2s;
|
165
|
-
-moz-transition: opacity .2s;
|
166
|
-
transition: opacity .2s;
|
167
|
-
}
|
168
|
-
|
169
|
-
body > footer a:hover img {
|
170
|
-
opacity: 1;
|
171
|
-
}
|
172
|
-
|
173
|
-
@media (max-width: 568px){
|
174
|
-
footer .one-third p {
|
175
|
-
margin-bottom: 0;
|
176
|
-
}
|
177
|
-
footer .two-thirds p {
|
178
|
-
margin-top: -20px;
|
179
|
-
}
|
180
|
-
}
|
181
|
-
|
182
|
-
/* Intro */
|
183
|
-
|
184
|
-
.intro .unit {
|
185
|
-
padding: 10px 0 40px;
|
186
|
-
}
|
187
|
-
|
188
|
-
.intro p {
|
189
|
-
font-size: 1.75em;
|
190
|
-
line-height: 1em;
|
191
|
-
margin: 0;
|
192
|
-
}
|
193
|
-
|
194
|
-
@media (min-width: 569px){
|
195
|
-
.intro p {
|
196
|
-
font-size: 3.2em;
|
197
|
-
}
|
198
|
-
}
|
199
|
-
|
200
|
-
/* Quickstart */
|
201
|
-
|
202
|
-
.quickstart {
|
203
|
-
background: #3F1F1F;
|
204
|
-
color: #fff;
|
205
|
-
margin: 60px 0;
|
206
|
-
box-shadow: inset 0 3px 10px rgba(0,0,0,.4);
|
207
|
-
}
|
208
|
-
|
209
|
-
.quickstart .content {
|
210
|
-
padding: 0px 0;
|
211
|
-
}
|
212
|
-
|
213
|
-
.quickstart h4 {
|
214
|
-
font-size: 24px;
|
215
|
-
line-height: 24px;
|
216
|
-
margin-top: 20px;
|
217
|
-
text-shadow: 0 1px 3px rgba(0,0,0,.8);
|
218
|
-
}
|
219
|
-
|
220
|
-
.quickstart .code {
|
221
|
-
font-size: 12px;
|
222
|
-
display: block;
|
223
|
-
margin: 10px 0 20px;
|
224
|
-
}
|
225
|
-
|
226
|
-
@media (min-width: 768px){
|
227
|
-
.quickstart .code {
|
228
|
-
font-size: 18px;
|
229
|
-
margin: 10px 0 30px;
|
230
|
-
}
|
231
|
-
.quickstart h4 {
|
232
|
-
margin: 20px 0 0;
|
233
|
-
text-align: center;
|
234
|
-
}
|
235
|
-
}
|
236
|
-
|
237
|
-
/* Code */
|
238
|
-
|
239
|
-
.quickstart .code {
|
240
|
-
display: block;
|
241
|
-
padding: 0;
|
242
|
-
font-family: Menlo, Consolas, "Courier New", Courier, "Liberation Mono", monospace;
|
243
|
-
line-height: 1.3em;
|
244
|
-
}
|
245
|
-
|
246
|
-
.quickstart .code .title {
|
247
|
-
display: block;
|
248
|
-
text-align: center;
|
249
|
-
margin: 0 20px;
|
250
|
-
padding: 5px 0;
|
251
|
-
border-radius: 5px 5px 0 0;
|
252
|
-
box-shadow: 0 3px 10px rgba(0,0,0,.5);
|
253
|
-
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
254
|
-
font-size: 16px;
|
255
|
-
font-weight: normal;
|
256
|
-
color: #444;
|
257
|
-
text-shadow: 0 1px 0 rgba(255,255,255,.5);
|
258
|
-
background: #f7f7f7;
|
259
|
-
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjY2ZjZmNmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
|
260
|
-
background: -moz-linear-gradient(top, #f7f7f7 0%, #cfcfcf 7%, #aaaaaa 100%);
|
261
|
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(7%,#cfcfcf), color-stop(100%,#aaaaaa));
|
262
|
-
background: -webkit-linear-gradient(top, #f7f7f7 0%,#cfcfcf 7%,#aaaaaa 100%);
|
263
|
-
background: -o-linear-gradient(top, #f7f7f7 0%,#cfcfcf 7%,#aaaaaa 100%);
|
264
|
-
background: -ms-linear-gradient(top, #f7f7f7 0%,#cfcfcf 7%,#aaaaaa 100%);
|
265
|
-
background: linear-gradient(top, #f7f7f7 0%,#cfcfcf 7%,#aaaaaa 100%);
|
266
|
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#aaaaaa',GradientType=0 );
|
267
|
-
border-bottom: 1px solid #111;
|
268
|
-
}
|
269
|
-
|
270
|
-
.quickstart .code .shell {
|
271
|
-
padding: 20px;
|
272
|
-
text-shadow: none;
|
273
|
-
margin: 0 20px;
|
274
|
-
background: #3d3d3d;
|
275
|
-
border-radius: 0 0 5px 5px;
|
276
|
-
box-shadow: 0 5px 30px rgba(0,0,0,.3);
|
277
|
-
}
|
278
|
-
|
279
|
-
.quickstart .code .line {
|
280
|
-
display: block;
|
281
|
-
margin: 0;
|
282
|
-
padding: 0;
|
283
|
-
}
|
284
|
-
|
285
|
-
.quickstart .code .line span {
|
286
|
-
display: inline-block;
|
287
|
-
}
|
288
|
-
|
289
|
-
.quickstart .code .path {
|
290
|
-
color: #87ceeb;
|
291
|
-
}
|
292
|
-
|
293
|
-
.quickstart .code .prompt {
|
294
|
-
color: #cd5c5c;
|
295
|
-
}
|
296
|
-
|
297
|
-
.quickstart .code .command {
|
298
|
-
color: #f0e68c;
|
299
|
-
}
|
300
|
-
|
301
|
-
.quickstart .code .output {
|
302
|
-
color: #888;
|
303
|
-
}
|
304
|
-
|
305
|
-
/* Free Hosting */
|
306
|
-
|
307
|
-
.free-hosting .pane {
|
308
|
-
background: #444;
|
309
|
-
border-radius: 10px;
|
310
|
-
text-shadow: none;
|
311
|
-
position: relative;
|
312
|
-
padding: 0 20px 30px;
|
313
|
-
}
|
314
|
-
|
315
|
-
.free-hosting img {
|
316
|
-
margin: -30px 0 0;
|
317
|
-
width: 180px;
|
318
|
-
height: 150px;
|
319
|
-
}
|
320
|
-
|
321
|
-
.free-hosting h2 {
|
322
|
-
font-size: 28px;
|
323
|
-
}
|
324
|
-
|
325
|
-
.free-hosting p,
|
326
|
-
.free-hosting a {
|
327
|
-
font-size: 16px;
|
328
|
-
}
|
329
|
-
|
330
|
-
.free-hosting p {
|
331
|
-
margin: .75em 0;
|
332
|
-
}
|
333
|
-
|
334
|
-
@media (min-width: 768px){
|
335
|
-
.free-hosting img {
|
336
|
-
float: left;
|
337
|
-
margin: -20px -30px -30px -50px;
|
338
|
-
width: 300px;
|
339
|
-
height: 251px;
|
340
|
-
}
|
341
|
-
.free-hosting .pane-content {
|
342
|
-
margin-top: 35px;
|
343
|
-
padding-right: 30px;
|
344
|
-
}
|
345
|
-
.free-hosting p,
|
346
|
-
.free-hosting a {
|
347
|
-
font-size: 18px;
|
348
|
-
}
|
349
|
-
.free-hosting .pane:after {
|
350
|
-
content: " ";
|
351
|
-
float: right;
|
352
|
-
background: url(../img/footer-arrow.png) top left no-repeat;
|
353
|
-
width: 73px;
|
354
|
-
height: 186px;
|
355
|
-
position: absolute;
|
356
|
-
right: 0;
|
357
|
-
bottom: -30px;
|
358
|
-
}
|
359
|
-
}
|
360
|
-
|
361
|
-
/* Article - Used for both docs and news */
|
362
|
-
|
363
|
-
|
364
|
-
article {
|
365
|
-
background: #444;
|
366
|
-
border-radius: 10px;
|
367
|
-
padding: 20px;
|
368
|
-
margin: 0 10px;
|
369
|
-
box-shadow: 0 3px 10px rgba(0,0,0,.1);
|
370
|
-
font-size: 16px;
|
371
|
-
}
|
372
|
-
|
373
|
-
@media (max-width: 480px){
|
374
|
-
article ul {
|
375
|
-
padding-left: 20px;
|
376
|
-
}
|
377
|
-
}
|
378
|
-
|
379
|
-
@media (max-width: 568px){
|
380
|
-
article {
|
381
|
-
margin: 0;
|
382
|
-
}
|
383
|
-
}
|
384
|
-
|
385
|
-
@media (min-width: 768px){
|
386
|
-
article {
|
387
|
-
padding: 40px 40px 30px;
|
388
|
-
font-size: 21px;
|
389
|
-
}
|
390
|
-
}
|
391
|
-
|
392
|
-
/* Right-side nav - used by both docs and news */
|
393
|
-
|
394
|
-
aside {
|
395
|
-
padding-top: 30px;
|
396
|
-
}
|
397
|
-
|
398
|
-
aside h4 {
|
399
|
-
text-transform: uppercase;
|
400
|
-
font-size: 14px;
|
401
|
-
font-weight: 700;
|
402
|
-
padding: 0 0 10px 30px;
|
403
|
-
margin-left: -30px;
|
404
|
-
display: inline-block;
|
405
|
-
border-bottom: 1px solid #c00;
|
406
|
-
}
|
407
|
-
|
408
|
-
aside ul {
|
409
|
-
padding-left: 0;
|
410
|
-
}
|
411
|
-
|
412
|
-
aside ul:first-child {
|
413
|
-
margin-top: 0;
|
414
|
-
}
|
415
|
-
|
416
|
-
aside li {
|
417
|
-
list-style-type: none;
|
418
|
-
}
|
419
|
-
|
420
|
-
aside li a {
|
421
|
-
font-size: 16px;
|
422
|
-
position: relative
|
423
|
-
}
|
424
|
-
|
425
|
-
aside li.current a:before {
|
426
|
-
content: "";
|
427
|
-
border-color: transparent transparent transparent #444;
|
428
|
-
border-style: solid;
|
429
|
-
border-width: 10px;
|
430
|
-
width: 0;
|
431
|
-
height: 0;
|
432
|
-
position: absolute;
|
433
|
-
top: 0;
|
434
|
-
left: -30px;
|
435
|
-
}
|
436
|
-
|
437
|
-
/* Documentation */
|
438
|
-
|
439
|
-
.docs article {
|
440
|
-
min-height: 800px;
|
441
|
-
}
|
442
|
-
|
443
|
-
.docs .content {
|
444
|
-
padding: 0;
|
445
|
-
}
|
446
|
-
|
447
|
-
.section-nav {
|
448
|
-
text-align: center;
|
449
|
-
padding-top: 40px;
|
450
|
-
position: relative;
|
451
|
-
background: url(../img/article-footer.png) top center no-repeat;
|
452
|
-
margin: 40px -20px 10px;
|
453
|
-
}
|
454
|
-
|
455
|
-
.section-nav > div {
|
456
|
-
width: 49.5%;
|
457
|
-
}
|
458
|
-
|
459
|
-
.section-nav a, .section-nav span {
|
460
|
-
color: #fff;
|
461
|
-
font-size: 16px;
|
462
|
-
text-transform: uppercase;
|
463
|
-
font-weight: 700;
|
464
|
-
padding: 8px 12px 10px;
|
465
|
-
border-radius: 5px;
|
466
|
-
/*border: 1px solid #333;*/
|
467
|
-
box-shadow: 0 1px 3px rgba(0,0,0,.3), inset 0 1px 1px rgba(255,255,255,.5);
|
468
|
-
background: #777;
|
469
|
-
}
|
470
|
-
|
471
|
-
.section-nav a:hover {
|
472
|
-
color: #fff;
|
473
|
-
background: #888;
|
474
|
-
}
|
475
|
-
|
476
|
-
.section-nav .next, .section-nav .prev {
|
477
|
-
position: relative;
|
478
|
-
}
|
479
|
-
|
480
|
-
.section-nav .next:after, .section-nav .prev:before {
|
481
|
-
font-size: 36px;
|
482
|
-
color: #222;
|
483
|
-
font-weight: 800;
|
484
|
-
text-shadow: 0 1px 0 rgba(255,255,255,.4);
|
485
|
-
position: absolute;
|
486
|
-
top: -7px;
|
487
|
-
}
|
488
|
-
|
489
|
-
.section-nav .next:after {
|
490
|
-
content: "›";
|
491
|
-
right: 10px;
|
492
|
-
}
|
493
|
-
|
494
|
-
.section-nav .prev:before {
|
495
|
-
content: "‹";
|
496
|
-
left: 10px;
|
497
|
-
}
|
498
|
-
|
499
|
-
.section-nav .prev, .section-nav .prev:hover {
|
500
|
-
/*float: left;*/
|
501
|
-
padding-left: 30px;
|
502
|
-
}
|
503
|
-
|
504
|
-
.section-nav .next, .section-nav .next:hover {
|
505
|
-
/*float: right;*/
|
506
|
-
padding-right: 30px;
|
507
|
-
}
|
508
|
-
|
509
|
-
.section-nav .disabled {
|
510
|
-
opacity: .5;
|
511
|
-
/*filter: alpha*/
|
512
|
-
cursor: default;
|
513
|
-
}
|
514
|
-
|
515
|
-
.docs-nav-mobile select {
|
516
|
-
width: 100%;
|
517
|
-
}
|
518
|
-
|
519
|
-
/* News */
|
520
|
-
|
521
|
-
article h2:first-child {
|
522
|
-
margin-top: 0;
|
523
|
-
}
|
524
|
-
|
525
|
-
.post-category,
|
526
|
-
.post-meta {
|
527
|
-
display: inline-block;
|
528
|
-
vertical-align: middle;
|
529
|
-
font-size: .8em;
|
530
|
-
}
|
531
|
-
|
532
|
-
.post-category {
|
533
|
-
display: inline-block;
|
534
|
-
margin-left: -30px;
|
535
|
-
padding: 6px 10px 8px;
|
536
|
-
padding-left: 50px;
|
537
|
-
border-radius: 0 5px 5px 0;
|
538
|
-
position: relative;
|
539
|
-
box-shadow: 0 1px 5px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(0,0,0,.3);
|
540
|
-
background: #9e2812;
|
541
|
-
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllMjgxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZjBkMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
|
542
|
-
background: -moz-linear-gradient(top, #9e2812 0%, #6f0d0d 100%);
|
543
|
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e2812), color-stop(100%,#6f0d0d));
|
544
|
-
background: -webkit-linear-gradient(top, #9e2812 0%,#6f0d0d 100%);
|
545
|
-
background: -o-linear-gradient(top, #9e2812 0%,#6f0d0d 100%);
|
546
|
-
background: -ms-linear-gradient(top, #9e2812 0%,#6f0d0d 100%);
|
547
|
-
background: linear-gradient(to bottom, #9e2812 0%,#6f0d0d 100%);
|
548
|
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e2812', endColorstr='#6f0d0d',GradientType=0 );
|
549
|
-
}
|
550
|
-
|
551
|
-
.label {
|
552
|
-
float: left;
|
553
|
-
text-transform: uppercase;
|
554
|
-
font-weight: bold;
|
555
|
-
text-shadow: 0 -1px 0 rgba(0,0,0,.5);
|
556
|
-
}
|
557
|
-
|
558
|
-
@media (max-width: 568px){
|
559
|
-
.post-category {
|
560
|
-
padding-left: 30px;
|
561
|
-
}
|
562
|
-
}
|
563
|
-
|
564
|
-
@media (min-width: 768px){
|
565
|
-
.post-category {
|
566
|
-
margin-left: -50px;
|
567
|
-
}
|
568
|
-
}
|
569
|
-
|
570
|
-
.post-category:before {
|
571
|
-
content: "";
|
572
|
-
position: absolute;
|
573
|
-
top: -10px;
|
574
|
-
left: 0px;
|
575
|
-
border-color: transparent #6f0d0d #6f0d0d transparent;
|
576
|
-
border-style: solid;
|
577
|
-
border-width: 5px;
|
578
|
-
width: 0;
|
579
|
-
height: 0;
|
580
|
-
}
|
581
|
-
|
582
|
-
.avatar {
|
583
|
-
width: 24px;
|
584
|
-
height: 24px;
|
585
|
-
border-radius: 3px;
|
586
|
-
display: inline-block;
|
587
|
-
vertical-align: middle;
|
588
|
-
}
|
589
|
-
|
590
|
-
.post-meta {
|
591
|
-
padding: 5px 0;
|
592
|
-
color: #aaa;
|
593
|
-
font-weight: 600;
|
594
|
-
text-shadow: 0 -1px 0 #000;
|
595
|
-
}
|
596
|
-
|
597
|
-
.post-date,
|
598
|
-
.post-author {
|
599
|
-
margin-left: 10px;
|
600
|
-
}
|
601
|
-
|
602
|
-
.news article + article {
|
603
|
-
margin-top: -10px;
|
604
|
-
border-radius: 0 0 10px 10px;
|
605
|
-
border-top: 1px solid #555;
|
606
|
-
box-shadow: 0 -1px 0 #2f2f2f;
|
607
|
-
}
|
608
|
-
|
609
|
-
/* Code Highlighting */
|
610
|
-
|
611
|
-
|
612
|
-
pre, code {
|
613
|
-
white-space: pre;
|
614
|
-
display: inline-block;
|
615
|
-
margin: 0;
|
616
|
-
padding: 0;
|
617
|
-
font-family: Menlo, Consolas, "Courier New", Courier, "Liberation Mono", monospace;
|
618
|
-
font-size: 14px;
|
619
|
-
padding: 0 .5em;
|
620
|
-
line-height: 1.8em;
|
621
|
-
}
|
622
|
-
|
623
|
-
@media (min-width: 768px){
|
624
|
-
pre, code {
|
625
|
-
font-size: 16px;
|
626
|
-
}
|
627
|
-
}
|
628
|
-
|
629
|
-
.highlight, p > pre, p > code, p > nobr > code, li > code, h5 > code, .note > code {
|
630
|
-
background: #333;
|
631
|
-
color: #fff;
|
632
|
-
border-radius: 5px;
|
633
|
-
box-shadow: inset 0 1px 10px rgba(0,0,0,.3),
|
634
|
-
0 1px 0 rgba(255,255,255,.1),
|
635
|
-
0 -1px 0 rgba(0,0,0,.5);
|
636
|
-
}
|
637
|
-
|
638
|
-
.note code {
|
639
|
-
background-color: rgba(0,0,0,0.2);
|
640
|
-
margin-left: 2.5px;
|
641
|
-
margin-right: 2.5px;
|
642
|
-
font-size: 0.8em;
|
643
|
-
}
|
644
|
-
|
645
|
-
.highlight {
|
646
|
-
padding: 10px 0;
|
647
|
-
width: 100%;
|
648
|
-
overflow: auto;
|
649
|
-
}
|
650
|
-
|
651
|
-
/* HTML Elements */
|
652
|
-
|
653
|
-
h1, h2, h3, h4, h5, h6 {
|
654
|
-
margin: 0;
|
655
|
-
}
|
656
|
-
|
657
|
-
a {
|
658
|
-
color: #fc0;
|
659
|
-
text-decoration: none;
|
660
|
-
transition: all .25s;
|
661
|
-
-moz-transition: all .25s;
|
662
|
-
-webkit-transition: all .25s;
|
663
|
-
}
|
664
|
-
|
665
|
-
a:hover {
|
666
|
-
color: #f90;
|
667
|
-
}
|
668
|
-
|
669
|
-
strong {
|
670
|
-
font-weight: 700;
|
671
|
-
}
|
672
|
-
|
673
|
-
p {
|
674
|
-
line-height: 1.5em;
|
675
|
-
}
|
676
|
-
|
677
|
-
.left { float: left; }
|
678
|
-
.right { float: right; }
|
679
|
-
.align-right { text-align: right; }
|
680
|
-
.align-left { text-align: left; }
|
681
|
-
.align-center { text-align: center; }
|
682
|
-
|
683
|
-
/* Article HTML */
|
684
|
-
|
685
|
-
article h2,
|
686
|
-
article h3,
|
687
|
-
article h4,
|
688
|
-
article h5,
|
689
|
-
article h6 {
|
690
|
-
margin: 1em 0;
|
691
|
-
}
|
692
|
-
|
693
|
-
article h4 {
|
694
|
-
color: #fff;
|
695
|
-
}
|
696
|
-
|
697
|
-
h5, h6 {
|
698
|
-
font-size: 1em;
|
699
|
-
font-style: italic;
|
700
|
-
}
|
701
|
-
|
702
|
-
article ul li p {
|
703
|
-
margin: 0;
|
704
|
-
}
|
705
|
-
|
706
|
-
article ul li, article ol li {
|
707
|
-
line-height: 1.5em;
|
708
|
-
margin-bottom: 0.5em;
|
709
|
-
}
|
710
|
-
|
711
|
-
article ul li blockquote {
|
712
|
-
margin: 10px 0;
|
713
|
-
}
|
714
|
-
|
715
|
-
blockquote {
|
716
|
-
border-left: 2px solid #777;
|
717
|
-
padding-left: 20px;
|
718
|
-
font-style: italic;
|
719
|
-
font-size: 18px;
|
720
|
-
font-weight: 500;
|
721
|
-
}
|
722
|
-
|
723
|
-
|
724
|
-
/* Tables */
|
725
|
-
|
726
|
-
table {
|
727
|
-
width: 100%;
|
728
|
-
background: #555;
|
729
|
-
margin: .5em 0;
|
730
|
-
border-radius: 5px;
|
731
|
-
box-shadow: 0 1px 3px rgba(0,0,0,.3);
|
732
|
-
}
|
733
|
-
|
734
|
-
thead {
|
735
|
-
border-top-left-radius: 5px;
|
736
|
-
border-top-right-radius: 5px;
|
737
|
-
color: #fff;
|
738
|
-
background: #3a3a3a;
|
739
|
-
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNhM2EzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTFlMWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
|
740
|
-
background: -moz-linear-gradient(top, #3a3a3a 0%, #1e1e1e 100%);
|
741
|
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a3a3a), color-stop(100%,#1e1e1e));
|
742
|
-
background: -webkit-linear-gradient(top, #3a3a3a 0%,#1e1e1e 100%);
|
743
|
-
background: -o-linear-gradient(top, #3a3a3a 0%,#1e1e1e 100%);
|
744
|
-
background: -ms-linear-gradient(top, #3a3a3a 0%,#1e1e1e 100%);
|
745
|
-
background: linear-gradient(to bottom, #3a3a3a 0%,#1e1e1e 100%);
|
746
|
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#1e1e1e',GradientType=0 );
|
747
|
-
}
|
748
|
-
|
749
|
-
thead th {
|
750
|
-
position: relative;
|
751
|
-
box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
|
752
|
-
}
|
753
|
-
|
754
|
-
thead th:first-child {
|
755
|
-
border-top-left-radius: 5px;
|
756
|
-
}
|
757
|
-
|
758
|
-
thead th:last-child {
|
759
|
-
border-top-right-radius: 5px;
|
760
|
-
}
|
761
|
-
|
762
|
-
td {
|
763
|
-
padding: .5em .75em;
|
764
|
-
}
|
765
|
-
|
766
|
-
td p {
|
767
|
-
margin: 0;
|
768
|
-
}
|
769
|
-
|
770
|
-
th {
|
771
|
-
text-transform: uppercase;
|
772
|
-
font-size: 16px;
|
773
|
-
padding: .5em .75em;
|
774
|
-
text-shadow: 0 -1px 0 rgba(0,0,0,.9);
|
775
|
-
color: #888;
|
776
|
-
}
|
777
|
-
|
778
|
-
tbody td {
|
779
|
-
border-top: 1px solid rgba(0,0,0,.1);
|
780
|
-
box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
|
781
|
-
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
|
782
|
-
background: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
|
783
|
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0)));
|
784
|
-
background: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%);
|
785
|
-
background: -o-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%);
|
786
|
-
background: -ms-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%);
|
787
|
-
background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%);
|
788
|
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#00ffffff',GradientType=0 );
|
789
|
-
}
|
790
|
-
|
791
|
-
td p {
|
792
|
-
font-size: 16px;
|
793
|
-
}
|
794
|
-
|
795
|
-
td p code {
|
796
|
-
font-size: 14px;
|
797
|
-
}
|
798
|
-
|
799
|
-
code.option, th .option, code.filter, th .filter {
|
800
|
-
color: #50B600;
|
801
|
-
}
|
802
|
-
|
803
|
-
code.flag, th .flag, code.output, th .output {
|
804
|
-
color: #049DCE;
|
805
|
-
}
|
806
|
-
|
807
|
-
code.option, code.flag, code.filter, code.output {
|
808
|
-
margin-bottom: 2px;
|
809
|
-
}
|
810
|
-
|
811
|
-
/* Note types */
|
812
|
-
|
813
|
-
.note {
|
814
|
-
margin: 30px 0;
|
815
|
-
margin-left: -30px;
|
816
|
-
padding: 20px 20px 24px;
|
817
|
-
padding-left: 50px;
|
818
|
-
border-radius: 0 5px 5px 0;
|
819
|
-
position: relative;
|
820
|
-
box-shadow: 0 1px 5px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(0,0,0,.3);
|
821
|
-
background: #7e6d42;
|
822
|
-
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdlNmQ0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YzRlMzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
|
823
|
-
background: -moz-linear-gradient(top, #7e6d42 0%, #5c4e35 100%);
|
824
|
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7e6d42), color-stop(100%,#5c4e35));
|
825
|
-
background: -webkit-linear-gradient(top, #7e6d42 0%,#5c4e35 100%);
|
826
|
-
background: -o-linear-gradient(top, #7e6d42 0%,#5c4e35 100%);
|
827
|
-
background: -ms-linear-gradient(top, #7e6d42 0%,#5c4e35 100%);
|
828
|
-
background: linear-gradient(to bottom, #7e6d42 0%,#5c4e35 100%);
|
829
|
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e6d42', endColorstr='#5c4e35',GradientType=0 );
|
830
|
-
}
|
831
|
-
|
832
|
-
@media (max-width: 568px){
|
833
|
-
.note {
|
834
|
-
margin-right: -30px;
|
835
|
-
}
|
836
|
-
}
|
837
|
-
|
838
|
-
@media (min-width: 768px){
|
839
|
-
.note {
|
840
|
-
margin-left: -50px;
|
841
|
-
}
|
842
|
-
}
|
843
|
-
|
844
|
-
.note:before {
|
845
|
-
content: "";
|
846
|
-
position: absolute;
|
847
|
-
top: -10px;
|
848
|
-
left: 0px;
|
849
|
-
border-color: transparent #222 #222 transparent;
|
850
|
-
border-style: solid;
|
851
|
-
border-width: 5px;
|
852
|
-
width: 0;
|
853
|
-
height: 0;
|
854
|
-
}
|
855
|
-
|
856
|
-
.note h5, .note p {
|
857
|
-
margin: 0;
|
858
|
-
color: #fff;
|
859
|
-
}
|
860
|
-
|
861
|
-
.note h5 {
|
862
|
-
line-height: 1.5em;
|
863
|
-
font-weight: 800;
|
864
|
-
font-style: normal;
|
865
|
-
}
|
866
|
-
|
867
|
-
.note p {
|
868
|
-
font-weight: 400;
|
869
|
-
font-size: .75em;
|
870
|
-
}
|
871
|
-
|
872
|
-
.info {
|
873
|
-
background: #0389aa;
|
874
|
-
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzODlhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDYxN2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
|
875
|
-
background: -moz-linear-gradient(top, #0389aa 0%, #00617f 100%);
|
876
|
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0389aa), color-stop(100%,#00617f));
|
877
|
-
background: -webkit-linear-gradient(top, #0389aa 0%,#00617f 100%);
|
878
|
-
background: -o-linear-gradient(top, #0389aa 0%,#00617f 100%);
|
879
|
-
background: -ms-linear-gradient(top, #0389aa 0%,#00617f 100%);
|
880
|
-
background: linear-gradient(to bottom, #0389aa 0%,#00617f 100%);
|
881
|
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0389aa', endColorstr='#00617f',GradientType=0 );
|
882
|
-
}
|
883
|
-
|
884
|
-
.warning {
|
885
|
-
background: #9e2812;
|
886
|
-
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllMjgxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZjBkMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
|
887
|
-
background: -moz-linear-gradient(top, #9e2812 0%, #6f0d0d 100%);
|
888
|
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e2812), color-stop(100%,#6f0d0d));
|
889
|
-
background: -webkit-linear-gradient(top, #9e2812 0%,#6f0d0d 100%);
|
890
|
-
background: -o-linear-gradient(top, #9e2812 0%,#6f0d0d 100%);
|
891
|
-
background: -ms-linear-gradient(top, #9e2812 0%,#6f0d0d 100%);
|
892
|
-
background: linear-gradient(to bottom, #9e2812 0%,#6f0d0d 100%);
|
893
|
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e2812', endColorstr='#6f0d0d',GradientType=0 );
|
894
|
-
}
|
895
|
-
|
896
|
-
.info:before {
|
897
|
-
border-color: transparent #00617f #00617f transparent;
|
898
|
-
}
|
899
|
-
|
900
|
-
.warning:before {
|
901
|
-
border-color: transparent #6f0d0d #6f0d0d transparent;
|
902
|
-
}
|
903
|
-
|
904
|
-
.note:after {
|
905
|
-
content: "★";
|
906
|
-
color: #fc0;
|
907
|
-
position: absolute;
|
908
|
-
top: 14px;
|
909
|
-
left: 14px;
|
910
|
-
font-size: 28px;
|
911
|
-
font-weight: bold;
|
912
|
-
text-shadow: 0 -1px 0 rgba(0,0,0,.5);
|
913
|
-
}
|
914
|
-
|
915
|
-
.info:after {
|
916
|
-
content: "ⓘ";
|
917
|
-
color: #fff;
|
918
|
-
position: absolute;
|
919
|
-
top: 15px;
|
920
|
-
left: 15px;
|
921
|
-
font-size: 28px;
|
922
|
-
font-weight: bold;
|
923
|
-
text-shadow: 0 -1px 0 rgba(0,0,0,.5);
|
924
|
-
}
|
925
|
-
|
926
|
-
.warning:after {
|
927
|
-
content: "‼";
|
928
|
-
color: #fc0;
|
929
|
-
position: absolute;
|
930
|
-
top: 15px;
|
931
|
-
left: 15px;
|
932
|
-
font-size: 32px;
|
933
|
-
font-weight: bold;
|
934
|
-
text-shadow: 0 -1px 0 rgba(0,0,0,.5);
|
935
|
-
}
|
936
|
-
|
937
|
-
/* Responsive tables */
|
938
|
-
|
939
|
-
@media (max-width: 768px){
|
940
|
-
.mobile-side-scroller {
|
941
|
-
overflow-x: scroll;
|
942
|
-
margin: 0 -40px;
|
943
|
-
padding: 0 10px;
|
944
|
-
}
|
945
|
-
}
|