prettydocs_rails 1.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE +57 -0
- data/README.md +91 -0
- data/Rakefile +34 -0
- data/app/assets/javascripts/prettydocs.js +6 -0
- data/app/assets/stylesheets/prettydocs.scss +6 -0
- data/lib/prettydocs_rails.rb +24 -0
- data/lib/prettydocs_rails/engine.rb +10 -0
- data/lib/prettydocs_rails/version.rb +3 -0
- data/vendor/assets/images/demo/appkit-account-billing-thumb.jpg +0 -0
- data/vendor/assets/images/demo/appkit-account-billing.jpg +0 -0
- data/vendor/assets/images/demo/appkit-account-drive-thumb.jpg +0 -0
- data/vendor/assets/images/demo/appkit-account-drive.jpg +0 -0
- data/vendor/assets/images/demo/appkit-account-messages-thumb.jpg +0 -0
- data/vendor/assets/images/demo/appkit-account-messages.jpg +0 -0
- data/vendor/assets/images/demo/appkit-account-profile-thumb.jpg +0 -0
- data/vendor/assets/images/demo/appkit-account-profile.jpg +0 -0
- data/vendor/assets/images/demo/appkit-account-reminders-thumb.jpg +0 -0
- data/vendor/assets/images/demo/appkit-account-reminders.jpg +0 -0
- data/vendor/assets/images/demo/appkit-account-settings-thumb.jpg +0 -0
- data/vendor/assets/images/demo/appkit-account-settings.jpg +0 -0
- data/vendor/assets/images/demo/appkit-activities-thumb.jpg +0 -0
- data/vendor/assets/images/demo/appkit-activities.jpg +0 -0
- data/vendor/assets/images/demo/appkit-chart-chartjs-thumb.jpg +0 -0
- data/vendor/assets/images/demo/appkit-chart-chartjs.jpg +0 -0
- data/vendor/assets/images/demo/appkit-chart-flot-thumb.jpg +0 -0
- data/vendor/assets/images/demo/appkit-chart-flot.jpg +0 -0
- data/vendor/assets/images/demo/appkit-chart-inline-thumb.jpg +0 -0
- data/vendor/assets/images/demo/appkit-chart-inline.jpg +0 -0
- data/vendor/assets/images/demo/appkit-chart-morris-thumb.jpg +0 -0
- data/vendor/assets/images/demo/appkit-chart-morris.jpg +0 -0
- data/vendor/assets/images/demo/appkit-dashboard-1-thumb.jpg +0 -0
- data/vendor/assets/images/demo/appkit-dashboard-1.jpg +0 -0
- data/vendor/assets/images/demo/appkit-dashboard-2-thumb.jpg +0 -0
- data/vendor/assets/images/demo/appkit-dashboard-2.jpg +0 -0
- data/vendor/assets/images/demo/appkit-dashboard-3-thumb.jpg +0 -0
- data/vendor/assets/images/demo/appkit-dashboard-3.jpg +0 -0
- data/vendor/assets/images/demo/appkit-dashboard-4-thumb.jpg +0 -0
- data/vendor/assets/images/demo/appkit-dashboard-4.jpg +0 -0
- data/vendor/assets/images/demo/appkit-discussion-thumb.jpg +0 -0
- data/vendor/assets/images/demo/appkit-discussion.jpg +0 -0
- data/vendor/assets/images/demo/appkit-discussions-thumb.jpg +0 -0
- data/vendor/assets/images/demo/appkit-discussions.jpg +0 -0
- data/vendor/assets/images/demo/appkit-inbox-thumb.jpg +0 -0
- data/vendor/assets/images/demo/appkit-inbox.jpg +0 -0
- data/vendor/assets/images/demo/appkit-member-thumb.jpg +0 -0
- data/vendor/assets/images/demo/appkit-member.jpg +0 -0
- data/vendor/assets/images/demo/appkit-members-thumb.jpg +0 -0
- data/vendor/assets/images/demo/appkit-members.jpg +0 -0
- data/vendor/assets/images/demo/appkit-pricing-thumb.jpg +0 -0
- data/vendor/assets/images/demo/appkit-pricing.jpg +0 -0
- data/vendor/assets/images/demo/appkit-project-thumb.jpg +0 -0
- data/vendor/assets/images/demo/appkit-project.jpg +0 -0
- data/vendor/assets/images/demo/appkit-projects-thumb.jpg +0 -0
- data/vendor/assets/images/demo/appkit-projects.jpg +0 -0
- data/vendor/assets/images/demo/appkit-tickets-thumb.jpg +0 -0
- data/vendor/assets/images/demo/appkit-tickets.jpg +0 -0
- data/vendor/assets/images/demo/appkit-timeline-thumb.jpg +0 -0
- data/vendor/assets/images/demo/appkit-timeline.jpg +0 -0
- data/vendor/assets/images/demo/appkit-widgets-thumb.jpg +0 -0
- data/vendor/assets/images/demo/appkit-widgets.jpg +0 -0
- data/vendor/assets/images/demo/author-profile.png +0 -0
- data/vendor/assets/images/demo/elegant-icon-font.jpg +0 -0
- data/vendor/assets/images/demo/fontawesome-icons.png +0 -0
- data/vendor/assets/images/demo/theme-atom.png +0 -0
- data/vendor/assets/images/demo/theme-college-green.png +0 -0
- data/vendor/assets/images/demo/theme-decibel.png +0 -0
- data/vendor/assets/images/demo/theme-delta.png +0 -0
- data/vendor/assets/images/demo/theme-devaid.png +0 -0
- data/vendor/assets/images/demo/theme-developer.png +0 -0
- data/vendor/assets/images/demo/theme-devstudio.png +0 -0
- data/vendor/assets/images/demo/theme-epicure.png +0 -0
- data/vendor/assets/images/demo/theme-matrimony.png +0 -0
- data/vendor/assets/images/demo/theme-onboard.png +0 -0
- data/vendor/assets/images/demo/theme-tempo.png +0 -0
- data/vendor/assets/images/demo/theme-trades.png +0 -0
- data/vendor/assets/images/demo/theme-velocity.png +0 -0
- data/vendor/assets/images/empty.gif +0 -0
- data/vendor/assets/javascripts/ekko-lightbox.js +602 -0
- data/vendor/assets/javascripts/jquery-match-height/CHANGELOG.md +24 -0
- data/vendor/assets/javascripts/jquery-match-height/LICENSE +21 -0
- data/vendor/assets/javascripts/jquery-match-height/README.md +170 -0
- data/vendor/assets/javascripts/jquery-match-height/bower.json +26 -0
- data/vendor/assets/javascripts/jquery-match-height/jquery.matchHeight-min.js +10 -0
- data/vendor/assets/javascripts/jquery-match-height/jquery.matchHeight.js +298 -0
- data/vendor/assets/javascripts/jquery-match-height/matchHeight.jquery.json +32 -0
- data/vendor/assets/javascripts/jquery-match-height/test.css +265 -0
- data/vendor/assets/javascripts/jquery-match-height/test.html +288 -0
- data/vendor/assets/javascripts/jquery-match-height/test.js +33 -0
- data/vendor/assets/javascripts/jquery-scrollTo/CHANGELOG +178 -0
- data/vendor/assets/javascripts/jquery-scrollTo/LICENSE +22 -0
- data/vendor/assets/javascripts/jquery-scrollTo/README.md +151 -0
- data/vendor/assets/javascripts/jquery-scrollTo/bower.json +28 -0
- data/vendor/assets/javascripts/jquery-scrollTo/composer.json +32 -0
- data/vendor/assets/javascripts/jquery-scrollTo/demo/css/style.css +150 -0
- data/vendor/assets/javascripts/jquery-scrollTo/demo/css/style.old.css +69 -0
- data/vendor/assets/javascripts/jquery-scrollTo/demo/index.html +252 -0
- data/vendor/assets/javascripts/jquery-scrollTo/demo/index.old.html +128 -0
- data/vendor/assets/javascripts/jquery-scrollTo/jquery.scrollTo.js +210 -0
- data/vendor/assets/javascripts/jquery-scrollTo/jquery.scrollTo.min.js +7 -0
- data/vendor/assets/javascripts/jquery-scrollTo/package.json +20 -0
- data/vendor/assets/javascripts/jquery-scrollTo/tests/ElemMaxY-compat.html +21 -0
- data/vendor/assets/javascripts/jquery-scrollTo/tests/ElemMaxY-quirks.html +20 -0
- data/vendor/assets/javascripts/jquery-scrollTo/tests/WinMaxY-compat.html +19 -0
- data/vendor/assets/javascripts/jquery-scrollTo/tests/WinMaxY-quirks.html +18 -0
- data/vendor/assets/javascripts/jquery-scrollTo/tests/WinMaxY-to-iframe-compat.html +20 -0
- data/vendor/assets/javascripts/jquery-scrollTo/tests/WinMaxY-to-iframe-quirks.html +19 -0
- data/vendor/assets/javascripts/jquery-scrollTo/tests/WinMaxY-with-iframe-compat.html +11 -0
- data/vendor/assets/javascripts/jquery-scrollTo/tests/WinMaxY-with-iframe-quirks.html +10 -0
- data/vendor/assets/javascripts/jquery-scrollTo/tests/index.html +24 -0
- data/vendor/assets/javascripts/jquery-scrollTo/tests/test.js +21 -0
- data/vendor/assets/javascripts/main.js +47 -0
- data/vendor/assets/javascripts/prism.js +18 -0
- data/vendor/assets/stylesheets/ekko-lightbox.scss +2 -0
- data/vendor/assets/stylesheets/prism.scss +163 -0
- data/vendor/assets/stylesheets/styles.scss +1267 -0
- metadata +267 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
2
|
+
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
3
|
+
<head>
|
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
5
|
+
<title>jQuery.scrollTo - Test Window MaxY to Iframe - Compat Mode</title>
|
|
6
|
+
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.0.js"></script>
|
|
7
|
+
<script type="text/javascript" src="../jquery.scrollTo.js"></script>
|
|
8
|
+
<script type="text/javascript" src="test.js"></script>
|
|
9
|
+
</head>
|
|
10
|
+
<body>
|
|
11
|
+
<h1>jQuery.scrollTo - Test Window MaxY to Iframe - Compat Mode</h1>
|
|
12
|
+
|
|
13
|
+
<iframe src="WinMaxY-compat.html?notest" style="width:500px" /></iframe>
|
|
14
|
+
|
|
15
|
+
<script type="text/javascript">
|
|
16
|
+
setTimeout(function(){
|
|
17
|
+
$('iframe').test();
|
|
18
|
+
}, 1500 );
|
|
19
|
+
</script>
|
|
20
|
+
</html>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<html>
|
|
2
|
+
<head>
|
|
3
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
4
|
+
<title>jQuery.scrollTo - Test Window MaxY to Iframe - Quirks Mode</title>
|
|
5
|
+
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.0.js"></script>
|
|
6
|
+
<script type="text/javascript" src="../jquery.scrollTo.js"></script>
|
|
7
|
+
<script type="text/javascript" src="test.js"></script>
|
|
8
|
+
</head>
|
|
9
|
+
<body>
|
|
10
|
+
<h1>jQuery.scrollTo - Test Window MaxY to Iframe - Quirks Mode</h1>
|
|
11
|
+
|
|
12
|
+
<iframe src="WinMaxY-quirks.html?notest" style="width:500px"></iframe>
|
|
13
|
+
|
|
14
|
+
<script type="text/javascript">
|
|
15
|
+
setTimeout(function(){
|
|
16
|
+
$('iframe').test();
|
|
17
|
+
}, 1500 );
|
|
18
|
+
</script>
|
|
19
|
+
</html>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
2
|
+
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
3
|
+
<head>
|
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
5
|
+
<title>jQuery.scrollTo - Test Window MaxY with Iframe - Compat Mode</title>
|
|
6
|
+
</head>
|
|
7
|
+
<body>
|
|
8
|
+
<h1>jQuery.scrollTo - Test Window MaxY with Iframe - Compat Mode</h1>
|
|
9
|
+
|
|
10
|
+
<iframe src="WinMaxY-compat.html" />
|
|
11
|
+
</html>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<html>
|
|
2
|
+
<head>
|
|
3
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
4
|
+
<title>jQuery.scrollTo - Test Window MaxY with Iframe - Quirks Mode</title>
|
|
5
|
+
</head>
|
|
6
|
+
<body>
|
|
7
|
+
<h1>jQuery.scrollTo - Test Window MaxY with Iframe - Quirks Mode</h1>
|
|
8
|
+
|
|
9
|
+
<iframe src="WinMaxY-quirks.html" />
|
|
10
|
+
</html>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
2
|
+
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
3
|
+
<head>
|
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
5
|
+
<title>jQuery.scrollTo Tests</title>
|
|
6
|
+
<meta name="keywords" content="javascript, jquery, plugins, scroll, scrollTo, smooth, animation, to, effect, ariel, flesler, window, overflow, element, navigation, customizable" />
|
|
7
|
+
<meta name="description" content="Tests for jQuery ScrollTo. Made by Ariel Flesler." />
|
|
8
|
+
<meta name="robots" content="index,follow" />
|
|
9
|
+
</head>
|
|
10
|
+
<body>
|
|
11
|
+
<h1>jQuery.scrollTo Tests</h1>
|
|
12
|
+
|
|
13
|
+
<ul>
|
|
14
|
+
<li><a href="WinMaxY-compat.html">Max window scrolling (compat mode)</a></li>
|
|
15
|
+
<li><a href="WinMaxY-quirks.html">Max window scrolling (quirks mode)</a></li>
|
|
16
|
+
<li><a href="ElemMaxY-compat.html">Max element scrolling (compat mode)</a></li>
|
|
17
|
+
<li><a href="ElemMaxY-quirks.html">Max element scrolling (quirks mode)</a></li>
|
|
18
|
+
<li><a href="WinMaxY-with-iframe-compat.html">Max window scrolling, within an iframe (compat mode)</a></li>
|
|
19
|
+
<li><a href="WinMaxY-with-iframe-quirks.html">Max window scrolling, within an iframe (quirks mode)</a></li>
|
|
20
|
+
<li><a href="WinMaxY-to-iframe-compat.html">Max iframe scrolling from outside (compat mode)</a></li>
|
|
21
|
+
<li><a href="WinMaxY-to-iframe-quirks.html">Max iframe scrolling from outside (quirks mode)</a></li>
|
|
22
|
+
</ul>
|
|
23
|
+
</body>
|
|
24
|
+
</html>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
$.fn.test = function(){
|
|
2
|
+
// Hide title on iframes
|
|
3
|
+
if (window.self !== window.top) {
|
|
4
|
+
$('h1').hide();
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
if (location.search === '?notest') {
|
|
8
|
+
return this;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
$.scrollTo.defaults.axis = 'xy';
|
|
12
|
+
|
|
13
|
+
var root = this.is('iframe') ? this.contents() : $('body');
|
|
14
|
+
root.find('#ua').html(
|
|
15
|
+
navigator.userAgent +
|
|
16
|
+
'<br />' +
|
|
17
|
+
'document.compatMode is "' + document.compatMode + '"'
|
|
18
|
+
);
|
|
19
|
+
|
|
20
|
+
return this.scrollTo('max', 1000).scrollTo(0, 1000);
|
|
21
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
$(document).ready(function() {
|
|
2
|
+
|
|
3
|
+
/* ===== Affix Sidebar ===== */
|
|
4
|
+
/* Ref: http://getbootstrap.com/javascript/#affix-examples */
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
$('#doc-menu').affix({
|
|
8
|
+
offset: {
|
|
9
|
+
top: ($('#header').outerHeight(true) + $('#doc-header').outerHeight(true)) + 45,
|
|
10
|
+
bottom: ($('#footer').outerHeight(true) + $('#promo-block').outerHeight(true)) + 75
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
|
|
14
|
+
/* Hack related to: https://github.com/twbs/bootstrap/issues/10236 */
|
|
15
|
+
$(window).on('load resize', function() {
|
|
16
|
+
$(window).trigger('scroll');
|
|
17
|
+
});
|
|
18
|
+
|
|
19
|
+
/* Activate scrollspy menu */
|
|
20
|
+
$('body').scrollspy({target: '#doc-nav', offset: 100});
|
|
21
|
+
|
|
22
|
+
/* Smooth scrolling */
|
|
23
|
+
$('a.scrollto').on('click', function(e){
|
|
24
|
+
//store hash
|
|
25
|
+
var target = this.hash;
|
|
26
|
+
e.preventDefault();
|
|
27
|
+
$('body').scrollTo(target, 800, {offset: 0, 'axis':'y'});
|
|
28
|
+
|
|
29
|
+
});
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
/* ======= jQuery Responsive equal heights plugin ======= */
|
|
33
|
+
/* Ref: https://github.com/liabru/jquery-match-height */
|
|
34
|
+
|
|
35
|
+
$('#cards-wrapper .item-inner').matchHeight();
|
|
36
|
+
$('#showcase .card').matchHeight();
|
|
37
|
+
|
|
38
|
+
/* Bootstrap lightbox */
|
|
39
|
+
/* Ref: http://ashleydw.github.io/lightbox/ */
|
|
40
|
+
|
|
41
|
+
$(document).delegate('*[data-toggle="lightbox"]', 'click', function(e) {
|
|
42
|
+
e.preventDefault();
|
|
43
|
+
$(this).ekkoLightbox();
|
|
44
|
+
});
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
});
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/* http://prismjs.com/download.html?themes=prism-okaidia&languages=markup+css+clike+javascript+ruby+git+haml+handlebars+http+php+python+sass+scss+vim+yaml&plugins=line-numbers */
|
|
2
|
+
var _self="undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{},Prism=function(){var e=/\blang(?:uage)?-(?!\*)(\w+)\b/i,t=_self.Prism={util:{encode:function(e){return e instanceof n?new n(e.type,t.util.encode(e.content),e.alias):"Array"===t.util.type(e)?e.map(t.util.encode):e.replace(/&/g,"&").replace(/</g,"<").replace(/\u00a0/g," ")},type:function(e){return Object.prototype.toString.call(e).match(/\[object (\w+)\]/)[1]},clone:function(e){var n=t.util.type(e);switch(n){case"Object":var a={};for(var r in e)e.hasOwnProperty(r)&&(a[r]=t.util.clone(e[r]));return a;case"Array":return e.map&&e.map(function(e){return t.util.clone(e)})}return e}},languages:{extend:function(e,n){var a=t.util.clone(t.languages[e]);for(var r in n)a[r]=n[r];return a},insertBefore:function(e,n,a,r){r=r||t.languages;var l=r[e];if(2==arguments.length){a=arguments[1];for(var i in a)a.hasOwnProperty(i)&&(l[i]=a[i]);return l}var o={};for(var s in l)if(l.hasOwnProperty(s)){if(s==n)for(var i in a)a.hasOwnProperty(i)&&(o[i]=a[i]);o[s]=l[s]}return t.languages.DFS(t.languages,function(t,n){n===r[e]&&t!=e&&(this[t]=o)}),r[e]=o},DFS:function(e,n,a){for(var r in e)e.hasOwnProperty(r)&&(n.call(e,r,e[r],a||r),"Object"===t.util.type(e[r])?t.languages.DFS(e[r],n):"Array"===t.util.type(e[r])&&t.languages.DFS(e[r],n,r))}},plugins:{},highlightAll:function(e,n){for(var a,r=document.querySelectorAll('code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'),l=0;a=r[l++];)t.highlightElement(a,e===!0,n)},highlightElement:function(n,a,r){for(var l,i,o=n;o&&!e.test(o.className);)o=o.parentNode;o&&(l=(o.className.match(e)||[,""])[1],i=t.languages[l]),n.className=n.className.replace(e,"").replace(/\s+/g," ")+" language-"+l,o=n.parentNode,/pre/i.test(o.nodeName)&&(o.className=o.className.replace(e,"").replace(/\s+/g," ")+" language-"+l);var s=n.textContent,u={element:n,language:l,grammar:i,code:s};if(!s||!i)return t.hooks.run("complete",u),void 0;if(t.hooks.run("before-highlight",u),a&&_self.Worker){var g=new Worker(t.filename);g.onmessage=function(e){u.highlightedCode=e.data,t.hooks.run("before-insert",u),u.element.innerHTML=u.highlightedCode,r&&r.call(u.element),t.hooks.run("after-highlight",u),t.hooks.run("complete",u)},g.postMessage(JSON.stringify({language:u.language,code:u.code,immediateClose:!0}))}else u.highlightedCode=t.highlight(u.code,u.grammar,u.language),t.hooks.run("before-insert",u),u.element.innerHTML=u.highlightedCode,r&&r.call(n),t.hooks.run("after-highlight",u),t.hooks.run("complete",u)},highlight:function(e,a,r){var l=t.tokenize(e,a);return n.stringify(t.util.encode(l),r)},tokenize:function(e,n){var a=t.Token,r=[e],l=n.rest;if(l){for(var i in l)n[i]=l[i];delete n.rest}e:for(var i in n)if(n.hasOwnProperty(i)&&n[i]){var o=n[i];o="Array"===t.util.type(o)?o:[o];for(var s=0;s<o.length;++s){var u=o[s],g=u.inside,c=!!u.lookbehind,f=0,h=u.alias;u=u.pattern||u;for(var p=0;p<r.length;p++){var d=r[p];if(r.length>e.length)break e;if(!(d instanceof a)){u.lastIndex=0;var m=u.exec(d);if(m){c&&(f=m[1].length);var y=m.index-1+f,m=m[0].slice(f),v=m.length,k=y+v,b=d.slice(0,y+1),w=d.slice(k+1),P=[p,1];b&&P.push(b);var A=new a(i,g?t.tokenize(m,g):m,h);P.push(A),w&&P.push(w),Array.prototype.splice.apply(r,P)}}}}}return r},hooks:{all:{},add:function(e,n){var a=t.hooks.all;a[e]=a[e]||[],a[e].push(n)},run:function(e,n){var a=t.hooks.all[e];if(a&&a.length)for(var r,l=0;r=a[l++];)r(n)}}},n=t.Token=function(e,t,n){this.type=e,this.content=t,this.alias=n};if(n.stringify=function(e,a,r){if("string"==typeof e)return e;if("Array"===t.util.type(e))return e.map(function(t){return n.stringify(t,a,e)}).join("");var l={type:e.type,content:n.stringify(e.content,a,r),tag:"span",classes:["token",e.type],attributes:{},language:a,parent:r};if("comment"==l.type&&(l.attributes.spellcheck="true"),e.alias){var i="Array"===t.util.type(e.alias)?e.alias:[e.alias];Array.prototype.push.apply(l.classes,i)}t.hooks.run("wrap",l);var o="";for(var s in l.attributes)o+=(o?" ":"")+s+'="'+(l.attributes[s]||"")+'"';return"<"+l.tag+' class="'+l.classes.join(" ")+'" '+o+">"+l.content+"</"+l.tag+">"},!_self.document)return _self.addEventListener?(_self.addEventListener("message",function(e){var n=JSON.parse(e.data),a=n.language,r=n.code,l=n.immediateClose;_self.postMessage(t.highlight(r,t.languages[a],a)),l&&_self.close()},!1),_self.Prism):_self.Prism;var a=document.getElementsByTagName("script");return a=a[a.length-1],a&&(t.filename=a.src,document.addEventListener&&!a.hasAttribute("data-manual")&&document.addEventListener("DOMContentLoaded",t.highlightAll)),_self.Prism}();"undefined"!=typeof module&&module.exports&&(module.exports=Prism),"undefined"!=typeof global&&(global.Prism=Prism);
|
|
3
|
+
Prism.languages.markup={comment:/<!--[\w\W]*?-->/,prolog:/<\?[\w\W]+?\?>/,doctype:/<!DOCTYPE[\w\W]+?>/,cdata:/<!\[CDATA\[[\w\W]*?]]>/i,tag:{pattern:/<\/?(?!\d)[^\s>\/=.$<]+(?:\s+[^\s>\/=]+(?:=(?:("|')(?:\\\1|\\?(?!\1)[\w\W])*\1|[^\s'">=]+))?)*\s*\/?>/i,inside:{tag:{pattern:/^<\/?[^\s>\/]+/i,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"attr-value":{pattern:/=(?:('|")[\w\W]*?(\1)|[^\s>]+)/i,inside:{punctuation:/[=>"']/}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:/&#?[\da-z]{1,8};/i},Prism.hooks.add("wrap",function(a){"entity"===a.type&&(a.attributes.title=a.content.replace(/&/,"&"))}),Prism.languages.xml=Prism.languages.markup,Prism.languages.html=Prism.languages.markup,Prism.languages.mathml=Prism.languages.markup,Prism.languages.svg=Prism.languages.markup;
|
|
4
|
+
Prism.languages.css={comment:/\/\*[\w\W]*?\*\//,atrule:{pattern:/@[\w-]+?.*?(;|(?=\s*\{))/i,inside:{rule:/@[\w-]+/}},url:/url\((?:(["'])(\\(?:\r\n|[\w\W])|(?!\1)[^\\\r\n])*\1|.*?)\)/i,selector:/[^\{\}\s][^\{\};]*?(?=\s*\{)/,string:/("|')(\\(?:\r\n|[\w\W])|(?!\1)[^\\\r\n])*\1/,property:/(\b|\B)[\w-]+(?=\s*:)/i,important:/\B!important\b/i,"function":/[-a-z0-9]+(?=\()/i,punctuation:/[(){};:]/},Prism.languages.css.atrule.inside.rest=Prism.util.clone(Prism.languages.css),Prism.languages.markup&&(Prism.languages.insertBefore("markup","tag",{style:{pattern:/(<style[\w\W]*?>)[\w\W]*?(?=<\/style>)/i,lookbehind:!0,inside:Prism.languages.css,alias:"language-css"}}),Prism.languages.insertBefore("inside","attr-value",{"style-attr":{pattern:/\s*style=("|').*?\1/i,inside:{"attr-name":{pattern:/^\s*style/i,inside:Prism.languages.markup.tag.inside},punctuation:/^\s*=\s*['"]|['"]\s*$/,"attr-value":{pattern:/.+/i,inside:Prism.languages.css}},alias:"language-css"}},Prism.languages.markup.tag));
|
|
5
|
+
Prism.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\w\W]*?\*\//,lookbehind:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0}],string:/(["'])(\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,"class-name":{pattern:/((?:\b(?:class|interface|extends|implements|trait|instanceof|new)\s+)|(?:catch\s+\())[a-z0-9_\.\\]+/i,lookbehind:!0,inside:{punctuation:/(\.|\\)/}},keyword:/\b(if|else|while|do|for|return|in|instanceof|function|new|try|throw|catch|finally|null|break|continue)\b/,"boolean":/\b(true|false)\b/,"function":/[a-z0-9_]+(?=\()/i,number:/\b-?(?:0x[\da-f]+|\d*\.?\d+(?:e[+-]?\d+)?)\b/i,operator:/--?|\+\+?|!=?=?|<=?|>=?|==?=?|&&?|\|\|?|\?|\*|\/|~|\^|%/,punctuation:/[{}[\];(),.:]/};
|
|
6
|
+
Prism.languages.javascript=Prism.languages.extend("clike",{keyword:/\b(as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|var|void|while|with|yield)\b/,number:/\b-?(0x[\dA-Fa-f]+|0b[01]+|0o[0-7]+|\d*\.?\d+([Ee][+-]?\d+)?|NaN|Infinity)\b/,"function":/[_$a-zA-Z\xA0-\uFFFF][_$a-zA-Z0-9\xA0-\uFFFF]*(?=\()/i}),Prism.languages.insertBefore("javascript","keyword",{regex:{pattern:/(^|[^\/])\/(?!\/)(\[.+?]|\\.|[^\/\\\r\n])+\/[gimyu]{0,5}(?=\s*($|[\r\n,.;})]))/,lookbehind:!0}}),Prism.languages.insertBefore("javascript","class-name",{"template-string":{pattern:/`(?:\\`|\\?[^`])*`/,inside:{interpolation:{pattern:/\$\{[^}]+\}/,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:Prism.languages.javascript}},string:/[\s\S]+/}}}),Prism.languages.markup&&Prism.languages.insertBefore("markup","tag",{script:{pattern:/(<script[\w\W]*?>)[\w\W]*?(?=<\/script>)/i,lookbehind:!0,inside:Prism.languages.javascript,alias:"language-javascript"}}),Prism.languages.js=Prism.languages.javascript;
|
|
7
|
+
!function(e){e.languages.ruby=e.languages.extend("clike",{comment:/#(?!\{[^\r\n]*?\}).*/,keyword:/\b(alias|and|BEGIN|begin|break|case|class|def|define_method|defined|do|each|else|elsif|END|end|ensure|false|for|if|in|module|new|next|nil|not|or|raise|redo|require|rescue|retry|return|self|super|then|throw|true|undef|unless|until|when|while|yield)\b/});var n={pattern:/#\{[^}]+\}/,inside:{delimiter:{pattern:/^#\{|\}$/,alias:"tag"},rest:e.util.clone(e.languages.ruby)}};e.languages.insertBefore("ruby","keyword",{regex:[{pattern:/%r([^a-zA-Z0-9\s\{\(\[<])(?:[^\\]|\\[\s\S])*?\1[gim]{0,3}/,inside:{interpolation:n}},{pattern:/%r\((?:[^()\\]|\\[\s\S])*\)[gim]{0,3}/,inside:{interpolation:n}},{pattern:/%r\{(?:[^#{}\\]|#(?:\{[^}]+\})?|\\[\s\S])*\}[gim]{0,3}/,inside:{interpolation:n}},{pattern:/%r\[(?:[^\[\]\\]|\\[\s\S])*\][gim]{0,3}/,inside:{interpolation:n}},{pattern:/%r<(?:[^<>\\]|\\[\s\S])*>[gim]{0,3}/,inside:{interpolation:n}},{pattern:/(^|[^\/])\/(?!\/)(\[.+?]|\\.|[^\/\r\n])+\/[gim]{0,3}(?=\s*($|[\r\n,.;})]))/,lookbehind:!0}],variable:/[@$]+[a-zA-Z_][a-zA-Z_0-9]*(?:[?!]|\b)/,symbol:/:[a-zA-Z_][a-zA-Z_0-9]*(?:[?!]|\b)/}),e.languages.insertBefore("ruby","number",{builtin:/\b(Array|Bignum|Binding|Class|Continuation|Dir|Exception|FalseClass|File|Stat|File|Fixnum|Fload|Hash|Integer|IO|MatchData|Method|Module|NilClass|Numeric|Object|Proc|Range|Regexp|String|Struct|TMS|Symbol|ThreadGroup|Thread|Time|TrueClass)\b/,constant:/\b[A-Z][a-zA-Z_0-9]*(?:[?!]|\b)/}),e.languages.ruby.string=[{pattern:/%[qQiIwWxs]?([^a-zA-Z0-9\s\{\(\[<])(?:[^\\]|\\[\s\S])*?\1/,inside:{interpolation:n}},{pattern:/%[qQiIwWxs]?\((?:[^()\\]|\\[\s\S])*\)/,inside:{interpolation:n}},{pattern:/%[qQiIwWxs]?\{(?:[^#{}\\]|#(?:\{[^}]+\})?|\\[\s\S])*\}/,inside:{interpolation:n}},{pattern:/%[qQiIwWxs]?\[(?:[^\[\]\\]|\\[\s\S])*\]/,inside:{interpolation:n}},{pattern:/%[qQiIwWxs]?<(?:[^<>\\]|\\[\s\S])*>/,inside:{interpolation:n}},{pattern:/("|')(#\{[^}]+\}|\\(?:\r?\n|\r)|\\?.)*?\1/,inside:{interpolation:n}}]}(Prism);
|
|
8
|
+
Prism.languages.git={comment:/^#.*/m,deleted:/^[-–].*/m,inserted:/^\+.*/m,string:/("|')(\\?.)*?\1/m,command:{pattern:/^.*\$ git .*$/m,inside:{parameter:/\s(--|-)\w+/m}},coord:/^@@.*@@$/m,commit_sha1:/^commit \w{40}$/m};
|
|
9
|
+
!function(e){e.languages.haml={"multiline-comment":{pattern:/((?:^|\r?\n|\r)([\t ]*))(?:\/|-#).*((?:\r?\n|\r)\2[\t ]+.+)*/,lookbehind:!0,alias:"comment"},"multiline-code":[{pattern:/((?:^|\r?\n|\r)([\t ]*)(?:[~-]|[&!]?=)).*,[\t ]*((?:\r?\n|\r)\2[\t ]+.*,[\t ]*)*((?:\r?\n|\r)\2[\t ]+.+)/,lookbehind:!0,inside:{rest:e.languages.ruby}},{pattern:/((?:^|\r?\n|\r)([\t ]*)(?:[~-]|[&!]?=)).*\|[\t ]*((?:\r?\n|\r)\2[\t ]+.*\|[\t ]*)*/,lookbehind:!0,inside:{rest:e.languages.ruby}}],filter:{pattern:/((?:^|\r?\n|\r)([\t ]*)):[\w-]+((?:\r?\n|\r)(?:\2[\t ]+.+|\s*?(?=\r?\n|\r)))+/,lookbehind:!0,inside:{"filter-name":{pattern:/^:[\w-]+/,alias:"variable"}}},markup:{pattern:/((?:^|\r?\n|\r)[\t ]*)<.+/,lookbehind:!0,inside:{rest:e.languages.markup}},doctype:{pattern:/((?:^|\r?\n|\r)[\t ]*)!!!(?: .+)?/,lookbehind:!0},tag:{pattern:/((?:^|\r?\n|\r)[\t ]*)[%.#][\w\-#.]*[\w\-](?:\([^)]+\)|\{(?:\{[^}]+\}|[^}])+\}|\[[^\]]+\])*[\/<>]*/,lookbehind:!0,inside:{attributes:[{pattern:/(^|[^#])\{(?:\{[^}]+\}|[^}])+\}/,lookbehind:!0,inside:{rest:e.languages.ruby}},{pattern:/\([^)]+\)/,inside:{"attr-value":{pattern:/(=\s*)(?:"(?:\\?.)*?"|[^)\s]+)/,lookbehind:!0},"attr-name":/[\w:-]+(?=\s*!?=|\s*[,)])/,punctuation:/[=(),]/}},{pattern:/\[[^\]]+\]/,inside:{rest:e.languages.ruby}}],punctuation:/[<>]/}},code:{pattern:/((?:^|\r?\n|\r)[\t ]*(?:[~-]|[&!]?=)).+/,lookbehind:!0,inside:{rest:e.languages.ruby}},interpolation:{pattern:/#\{[^}]+\}/,inside:{delimiter:{pattern:/^#\{|\}$/,alias:"punctuation"},rest:e.languages.ruby}},punctuation:{pattern:/((?:^|\r?\n|\r)[\t ]*)[~=\-&!]+/,lookbehind:!0}};for(var t="((?:^|\\r?\\n|\\r)([\\t ]*)):{{filter_name}}((?:\\r?\\n|\\r)(?:\\2[\\t ]+.+|\\s*?(?=\\r?\\n|\\r)))+",r=["css",{filter:"coffee",language:"coffeescript"},"erb","javascript","less","markdown","ruby","scss","textile"],n={},a=0,i=r.length;i>a;a++){var l=r[a];l="string"==typeof l?{filter:l,language:l}:l,e.languages[l.language]&&(n["filter-"+l.filter]={pattern:RegExp(t.replace("{{filter_name}}",l.filter)),lookbehind:!0,inside:{"filter-name":{pattern:/^:[\w-]+/,alias:"variable"},rest:e.languages[l.language]}})}e.languages.insertBefore("haml","filter",n)}(Prism);
|
|
10
|
+
!function(e){var a=/\{\{\{[\w\W]+?\}\}\}|\{\{[\w\W]+?\}\}/g;e.languages.handlebars=e.languages.extend("markup",{handlebars:{pattern:a,inside:{delimiter:{pattern:/^\{\{\{?|\}\}\}?$/i,alias:"punctuation"},string:/(["'])(\\?.)*?\1/,number:/\b-?(0x[\dA-Fa-f]+|\d*\.?\d+([Ee][+-]?\d+)?)\b/,"boolean":/\b(true|false)\b/,block:{pattern:/^(\s*~?\s*)[#\/]\S+?(?=\s*~?\s*$|\s)/i,lookbehind:!0,alias:"keyword"},brackets:{pattern:/\[[^\]]+\]/,inside:{punctuation:/\[|\]/,variable:/[\w\W]+/}},punctuation:/[!"#%&'()*+,.\/;<=>@\[\\\]^`{|}~]/,variable:/[^!"#%&'()*+,.\/;<=>@\[\\\]^`{|}~\s]+/}}}),e.languages.insertBefore("handlebars","tag",{"handlebars-comment":{pattern:/\{\{![\w\W]*?\}\}/,alias:["handlebars","comment"]}}),e.hooks.add("before-highlight",function(e){"handlebars"===e.language&&(e.tokenStack=[],e.backupCode=e.code,e.code=e.code.replace(a,function(a){return e.tokenStack.push(a),"___HANDLEBARS"+e.tokenStack.length+"___"}))}),e.hooks.add("before-insert",function(e){"handlebars"===e.language&&(e.code=e.backupCode,delete e.backupCode)}),e.hooks.add("after-highlight",function(a){if("handlebars"===a.language){for(var n,t=0;n=a.tokenStack[t];t++)a.highlightedCode=a.highlightedCode.replace("___HANDLEBARS"+(t+1)+"___",e.highlight(n,a.grammar,"handlebars").replace(/\$/g,"$$$$"));a.element.innerHTML=a.highlightedCode}})}(Prism);
|
|
11
|
+
Prism.languages.http={"request-line":{pattern:/^(POST|GET|PUT|DELETE|OPTIONS|PATCH|TRACE|CONNECT)\b\shttps?:\/\/\S+\sHTTP\/[0-9.]+/m,inside:{property:/^(POST|GET|PUT|DELETE|OPTIONS|PATCH|TRACE|CONNECT)\b/,"attr-name":/:\w+/}},"response-status":{pattern:/^HTTP\/1.[01] [0-9]+.*/m,inside:{property:{pattern:/(^HTTP\/1.[01] )[0-9]+.*/i,lookbehind:!0}}},"header-name":{pattern:/^[\w-]+:(?=.)/m,alias:"keyword"}};var httpLanguages={"application/json":Prism.languages.javascript,"application/xml":Prism.languages.markup,"text/xml":Prism.languages.markup,"text/html":Prism.languages.markup};for(var contentType in httpLanguages)if(httpLanguages[contentType]){var options={};options[contentType]={pattern:new RegExp("(content-type:\\s*"+contentType+"[\\w\\W]*?)(?:\\r?\\n|\\r){2}[\\w\\W]*","i"),lookbehind:!0,inside:{rest:httpLanguages[contentType]}},Prism.languages.insertBefore("http","header-name",options)};
|
|
12
|
+
Prism.languages.php=Prism.languages.extend("clike",{keyword:/\b(and|or|xor|array|as|break|case|cfunction|class|const|continue|declare|default|die|do|else|elseif|enddeclare|endfor|endforeach|endif|endswitch|endwhile|extends|for|foreach|function|include|include_once|global|if|new|return|static|switch|use|require|require_once|var|while|abstract|interface|public|implements|private|protected|parent|throw|null|echo|print|trait|namespace|final|yield|goto|instanceof|finally|try|catch)\b/i,constant:/\b[A-Z0-9_]{2,}\b/,comment:{pattern:/(^|[^\\])(?:\/\*[\w\W]*?\*\/|\/\/.*)/,lookbehind:!0}}),Prism.languages.insertBefore("php","class-name",{"shell-comment":{pattern:/(^|[^\\])#.*/,lookbehind:!0,alias:"comment"}}),Prism.languages.insertBefore("php","keyword",{delimiter:/\?>|<\?(?:php)?/i,variable:/\$\w+\b/i,"package":{pattern:/(\\|namespace\s+|use\s+)[\w\\]+/,lookbehind:!0,inside:{punctuation:/\\/}}}),Prism.languages.insertBefore("php","operator",{property:{pattern:/(->)[\w]+/,lookbehind:!0}}),Prism.languages.markup&&(Prism.hooks.add("before-highlight",function(e){"php"===e.language&&(e.tokenStack=[],e.backupCode=e.code,e.code=e.code.replace(/(?:<\?php|<\?)[\w\W]*?(?:\?>)/gi,function(a){return e.tokenStack.push(a),"{{{PHP"+e.tokenStack.length+"}}}"}))}),Prism.hooks.add("before-insert",function(e){"php"===e.language&&(e.code=e.backupCode,delete e.backupCode)}),Prism.hooks.add("after-highlight",function(e){if("php"===e.language){for(var a,n=0;a=e.tokenStack[n];n++)e.highlightedCode=e.highlightedCode.replace("{{{PHP"+(n+1)+"}}}",Prism.highlight(a,e.grammar,"php").replace(/\$/g,"$$$$"));e.element.innerHTML=e.highlightedCode}}),Prism.hooks.add("wrap",function(e){"php"===e.language&&"markup"===e.type&&(e.content=e.content.replace(/(\{\{\{PHP[0-9]+\}\}\})/g,'<span class="token php">$1</span>'))}),Prism.languages.insertBefore("php","comment",{markup:{pattern:/<[^?]\/?(.*?)>/,inside:Prism.languages.markup},php:/\{\{\{PHP[0-9]+\}\}\}/}));
|
|
13
|
+
Prism.languages.python={"triple-quoted-string":{pattern:/"""[\s\S]+?"""|'''[\s\S]+?'''/,alias:"string"},comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0},string:/("|')(?:\\?.)*?\1/,"function":{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_][a-zA-Z0-9_]*(?=\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)[a-z0-9_]+/i,lookbehind:!0},keyword:/\b(?:as|assert|async|await|break|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|pass|print|raise|return|try|while|with|yield)\b/,"boolean":/\b(?:True|False)\b/,number:/\b-?(?:0[bo])?(?:(?:\d|0x[\da-f])[\da-f]*\.?\d*|\.\d+)(?:e[+-]?\d+)?j?\b/i,operator:/[-+%=]=?|!=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]|\b(?:or|and|not)\b/,punctuation:/[{}[\];(),.:]/};
|
|
14
|
+
!function(e){e.languages.sass=e.languages.extend("css",{comment:{pattern:/^([ \t]*)\/[\/*].*(?:(?:\r?\n|\r)\1[ \t]+.+)*/m,lookbehind:!0}}),e.languages.insertBefore("sass","atrule",{"atrule-line":{pattern:/^(?:[ \t]*)[@+=].+/m,inside:{atrule:/(?:@[\w-]+|[+=])/m}}}),delete e.languages.sass.atrule;var a=/((\$[-_\w]+)|(#\{\$[-_\w]+\}))/i,t=[/[+*\/%]|[=!]=|<=?|>=?|\b(?:and|or|not)\b/,{pattern:/(\s+)-(?=\s)/,lookbehind:!0}];e.languages.insertBefore("sass","property",{"variable-line":{pattern:/^[ \t]*\$.+/m,inside:{punctuation:/:/,variable:a,operator:t}},"property-line":{pattern:/^[ \t]*(?:[^:\s]+ *:.*|:[^:\s]+.*)/m,inside:{property:[/[^:\s]+(?=\s*:)/,{pattern:/(:)[^:\s]+/,lookbehind:!0}],punctuation:/:/,variable:a,operator:t,important:e.languages.sass.important}}}),delete e.languages.sass.property,delete e.languages.sass.important,delete e.languages.sass.selector,e.languages.insertBefore("sass","punctuation",{selector:{pattern:/([ \t]*)\S(?:,?[^,\r\n]+)*(?:,(?:\r?\n|\r)\1[ \t]+\S(?:,?[^,\r\n]+)*)*/,lookbehind:!0}})}(Prism);
|
|
15
|
+
Prism.languages.scss=Prism.languages.extend("css",{comment:{pattern:/(^|[^\\])(?:\/\*[\w\W]*?\*\/|\/\/.*)/,lookbehind:!0},atrule:{pattern:/@[\w-]+(?:\([^()]+\)|[^(])*?(?=\s+[{;])/,inside:{rule:/@[\w-]+/}},url:/(?:[-a-z]+-)*url(?=\()/i,selector:{pattern:/(?=\S)[^@;\{\}\(\)]?([^@;\{\}\(\)]|&|#\{\$[-_\w]+\})+(?=\s*\{(\}|\s|[^\}]+(:|\{)[^\}]+))/m,inside:{placeholder:/%[-_\w]+/}}}),Prism.languages.insertBefore("scss","atrule",{keyword:[/@(?:if|else(?: if)?|for|each|while|import|extend|debug|warn|mixin|include|function|return|content)/i,{pattern:/( +)(?:from|through)(?= )/,lookbehind:!0}]}),Prism.languages.insertBefore("scss","property",{variable:/\$[-_\w]+|#\{\$[-_\w]+\}/}),Prism.languages.insertBefore("scss","function",{placeholder:{pattern:/%[-_\w]+/,alias:"selector"},statement:/\B!(?:default|optional)\b/i,"boolean":/\b(?:true|false)\b/,"null":/\bnull\b/,operator:{pattern:/(\s)(?:[-+*\/%]|[=!]=|<=?|>=?|and|or|not)(?=\s)/,lookbehind:!0}}),Prism.languages.scss.atrule.inside.rest=Prism.util.clone(Prism.languages.scss);
|
|
16
|
+
Prism.languages.vim={string:/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\r\n]|'')*'/,comment:/".*/,"function":/\w+(?=\()/,keyword:/\b(?:ab|abbreviate|abc|abclear|abo|aboveleft|al|all|arga|argadd|argd|argdelete|argdo|arge|argedit|argg|argglobal|argl|arglocal|ar|args|argu|argument|as|ascii|bad|badd|ba|ball|bd|bdelete|be|bel|belowright|bf|bfirst|bl|blast|bm|bmodified|bn|bnext|bN|bNext|bo|botright|bp|bprevious|brea|break|breaka|breakadd|breakd|breakdel|breakl|breaklist|br|brewind|bro|browse|bufdo|b|buffer|buffers|bun|bunload|bw|bwipeout|ca|cabbrev|cabc|cabclear|caddb|caddbuffer|cad|caddexpr|caddf|caddfile|cal|call|cat|catch|cb|cbuffer|cc|ccl|cclose|cd|ce|center|cex|cexpr|cf|cfile|cfir|cfirst|cgetb|cgetbuffer|cgete|cgetexpr|cg|cgetfile|c|change|changes|chd|chdir|che|checkpath|checkt|checktime|cla|clast|cl|clist|clo|close|cmapc|cmapclear|cnew|cnewer|cn|cnext|cN|cNext|cnf|cnfile|cNfcNfile|cnorea|cnoreabbrev|col|colder|colo|colorscheme|comc|comclear|comp|compiler|conf|confirm|con|continue|cope|copen|co|copy|cpf|cpfile|cp|cprevious|cq|cquit|cr|crewind|cuna|cunabbrev|cu|cunmap|cw|cwindow|debugg|debuggreedy|delc|delcommand|d|delete|delf|delfunction|delm|delmarks|diffg|diffget|diffoff|diffpatch|diffpu|diffput|diffsplit|diffthis|diffu|diffupdate|dig|digraphs|di|display|dj|djump|dl|dlist|dr|drop|ds|dsearch|dsp|dsplit|earlier|echoe|echoerr|echom|echomsg|echon|e|edit|el|else|elsei|elseif|em|emenu|endfo|endfor|endf|endfunction|endfun|en|endif|endt|endtry|endw|endwhile|ene|enew|ex|exi|exit|exu|exusage|f|file|files|filetype|fina|finally|fin|find|fini|finish|fir|first|fix|fixdel|fo|fold|foldc|foldclose|folddoc|folddoclosed|foldd|folddoopen|foldo|foldopen|for|fu|fun|function|go|goto|gr|grep|grepa|grepadd|ha|hardcopy|h|help|helpf|helpfind|helpg|helpgrep|helpt|helptags|hid|hide|his|history|ia|iabbrev|iabc|iabclear|if|ij|ijump|il|ilist|imapc|imapclear|in|inorea|inoreabbrev|isearch|isp|isplit|iuna|iunabbrev|iu|iunmap|j|join|ju|jumps|k|keepalt|keepj|keepjumps|kee|keepmarks|laddb|laddbuffer|lad|laddexpr|laddf|laddfile|lan|language|la|last|later|lb|lbuffer|lc|lcd|lch|lchdir|lcl|lclose|let|left|lefta|leftabove|lex|lexpr|lf|lfile|lfir|lfirst|lgetb|lgetbuffer|lgete|lgetexpr|lg|lgetfile|lgr|lgrep|lgrepa|lgrepadd|lh|lhelpgrep|l|list|ll|lla|llast|lli|llist|lmak|lmake|lm|lmap|lmapc|lmapclear|lnew|lnewer|lne|lnext|lN|lNext|lnf|lnfile|lNf|lNfile|ln|lnoremap|lo|loadview|loc|lockmarks|lockv|lockvar|lol|lolder|lop|lopen|lpf|lpfile|lp|lprevious|lr|lrewind|ls|lt|ltag|lu|lunmap|lv|lvimgrep|lvimgrepa|lvimgrepadd|lw|lwindow|mak|make|ma|mark|marks|mat|match|menut|menutranslate|mk|mkexrc|mks|mksession|mksp|mkspell|mkvie|mkview|mkv|mkvimrc|mod|mode|m|move|mzf|mzfile|mz|mzscheme|nbkey|new|n|next|N|Next|nmapc|nmapclear|noh|nohlsearch|norea|noreabbrev|nu|number|nun|nunmap|omapc|omapclear|on|only|o|open|opt|options|ou|ounmap|pc|pclose|ped|pedit|pe|perl|perld|perldo|po|pop|popu|popu|popup|pp|ppop|pre|preserve|prev|previous|p|print|P|Print|profd|profdel|prof|profile|promptf|promptfind|promptr|promptrepl|ps|psearch|pta|ptag|ptf|ptfirst|ptj|ptjump|ptl|ptlast|ptn|ptnext|ptN|ptNext|ptp|ptprevious|ptr|ptrewind|pts|ptselect|pu|put|pw|pwd|pyf|pyfile|py|python|qa|qall|q|quit|quita|quitall|r|read|rec|recover|redi|redir|red|redo|redr|redraw|redraws|redrawstatus|reg|registers|res|resize|ret|retab|retu|return|rew|rewind|ri|right|rightb|rightbelow|rub|ruby|rubyd|rubydo|rubyf|rubyfile|ru|runtime|rv|rviminfo|sal|sall|san|sandbox|sa|sargument|sav|saveas|sba|sball|sbf|sbfirst|sbl|sblast|sbm|sbmodified|sbn|sbnext|sbN|sbNext|sbp|sbprevious|sbr|sbrewind|sb|sbuffer|scripte|scriptencoding|scrip|scriptnames|se|set|setf|setfiletype|setg|setglobal|setl|setlocal|sf|sfind|sfir|sfirst|sh|shell|sign|sil|silent|sim|simalt|sla|slast|sl|sleep|sm|smagic|sm|smap|smapc|smapclear|sme|smenu|sn|snext|sN|sNext|sni|sniff|sno|snomagic|snor|snoremap|snoreme|snoremenu|sor|sort|so|source|spelld|spelldump|spe|spellgood|spelli|spellinfo|spellr|spellrepall|spellu|spellundo|spellw|spellwrong|sp|split|spr|sprevious|sre|srewind|sta|stag|startg|startgreplace|star|startinsert|startr|startreplace|stj|stjump|st|stop|stopi|stopinsert|sts|stselect|sun|sunhide|sunm|sunmap|sus|suspend|sv|sview|syncbind|t|tab|tabc|tabclose|tabd|tabdo|tabe|tabedit|tabf|tabfind|tabfir|tabfirst|tabl|tablast|tabm|tabmove|tabnew|tabn|tabnext|tabN|tabNext|tabo|tabonly|tabp|tabprevious|tabr|tabrewind|tabs|ta|tag|tags|tc|tcl|tcld|tcldo|tclf|tclfile|te|tearoff|tf|tfirst|th|throw|tj|tjump|tl|tlast|tm|tm|tmenu|tn|tnext|tN|tNext|to|topleft|tp|tprevious|tr|trewind|try|ts|tselect|tu|tu|tunmenu|una|unabbreviate|u|undo|undoj|undojoin|undol|undolist|unh|unhide|unlet|unlo|unlockvar|unm|unmap|up|update|verb|verbose|ve|version|vert|vertical|vie|view|vim|vimgrep|vimgrepa|vimgrepadd|vi|visual|viu|viusage|vmapc|vmapclear|vne|vnew|vs|vsplit|vu|vunmap|wa|wall|wh|while|winc|wincmd|windo|winp|winpos|win|winsize|wn|wnext|wN|wNext|wp|wprevious|wq|wqa|wqall|w|write|ws|wsverb|wv|wviminfo|X|xa|xall|x|xit|xm|xmap|xmapc|xmapclear|xme|xmenu|XMLent|XMLns|xn|xnoremap|xnoreme|xnoremenu|xu|xunmap|y|yank)\b/,builtin:/\b(?:autocmd|acd|ai|akm|aleph|allowrevins|altkeymap|ambiwidth|ambw|anti|antialias|arab|arabic|arabicshape|ari|arshape|autochdir|autoindent|autoread|autowrite|autowriteall|aw|awa|background|backspace|backup|backupcopy|backupdir|backupext|backupskip|balloondelay|ballooneval|balloonexpr|bdir|bdlay|beval|bex|bexpr|bg|bh|bin|binary|biosk|bioskey|bk|bkc|bomb|breakat|brk|browsedir|bs|bsdir|bsk|bt|bufhidden|buflisted|buftype|casemap|ccv|cdpath|cedit|cfu|ch|charconvert|ci|cin|cindent|cink|cinkeys|cino|cinoptions|cinw|cinwords|clipboard|cmdheight|cmdwinheight|cmp|cms|columns|com|comments|commentstring|compatible|complete|completefunc|completeopt|consk|conskey|copyindent|cot|cpo|cpoptions|cpt|cscopepathcomp|cscopeprg|cscopequickfix|cscopetag|cscopetagorder|cscopeverbose|cspc|csprg|csqf|cst|csto|csverb|cuc|cul|cursorcolumn|cursorline|cwh|debug|deco|def|define|delcombine|dex|dg|dict|dictionary|diff|diffexpr|diffopt|digraph|dip|dir|directory|dy|ea|ead|eadirection|eb|ed|edcompatible|ef|efm|ei|ek|enc|encoding|endofline|eol|ep|equalalways|equalprg|errorbells|errorfile|errorformat|esckeys|et|eventignore|expandtab|exrc|fcl|fcs|fdc|fde|fdi|fdl|fdls|fdm|fdn|fdo|fdt|fen|fenc|fencs|fex|ff|ffs|fileencoding|fileencodings|fileformat|fileformats|fillchars|fk|fkmap|flp|fml|fmr|foldcolumn|foldenable|foldexpr|foldignore|foldlevel|foldlevelstart|foldmarker|foldmethod|foldminlines|foldnestmax|foldtext|formatexpr|formatlistpat|formatoptions|formatprg|fp|fs|fsync|ft|gcr|gd|gdefault|gfm|gfn|gfs|gfw|ghr|gp|grepformat|grepprg|gtl|gtt|guicursor|guifont|guifontset|guifontwide|guiheadroom|guioptions|guipty|guitablabel|guitabtooltip|helpfile|helpheight|helplang|hf|hh|hi|hidden|highlight|hk|hkmap|hkmapp|hkp|hl|hlg|hls|hlsearch|ic|icon|iconstring|ignorecase|im|imactivatekey|imak|imc|imcmdline|imd|imdisable|imi|iminsert|ims|imsearch|inc|include|includeexpr|incsearch|inde|indentexpr|indentkeys|indk|inex|inf|infercase|insertmode|isf|isfname|isi|isident|isk|iskeyword|isprint|joinspaces|js|key|keymap|keymodel|keywordprg|km|kmp|kp|langmap|langmenu|laststatus|lazyredraw|lbr|lcs|linebreak|lines|linespace|lisp|lispwords|listchars|loadplugins|lpl|lsp|lz|macatsui|magic|makeef|makeprg|matchpairs|matchtime|maxcombine|maxfuncdepth|maxmapdepth|maxmem|maxmempattern|maxmemtot|mco|mef|menuitems|mfd|mh|mis|mkspellmem|ml|mls|mm|mmd|mmp|mmt|modeline|modelines|modifiable|modified|more|mouse|mousef|mousefocus|mousehide|mousem|mousemodel|mouses|mouseshape|mouset|mousetime|mp|mps|msm|mzq|mzquantum|nf|nrformats|numberwidth|nuw|odev|oft|ofu|omnifunc|opendevice|operatorfunc|opfunc|osfiletype|pa|para|paragraphs|paste|pastetoggle|patchexpr|patchmode|path|pdev|penc|pex|pexpr|pfn|ph|pheader|pi|pm|pmbcs|pmbfn|popt|preserveindent|previewheight|previewwindow|printdevice|printencoding|printexpr|printfont|printheader|printmbcharset|printmbfont|printoptions|prompt|pt|pumheight|pvh|pvw|qe|quoteescape|readonly|remap|report|restorescreen|revins|rightleft|rightleftcmd|rl|rlc|ro|rs|rtp|ruf|ruler|rulerformat|runtimepath|sbo|sc|scb|scr|scroll|scrollbind|scrolljump|scrolloff|scrollopt|scs|sect|sections|secure|sel|selection|selectmode|sessionoptions|sft|shcf|shellcmdflag|shellpipe|shellquote|shellredir|shellslash|shelltemp|shelltype|shellxquote|shiftround|shiftwidth|shm|shortmess|shortname|showbreak|showcmd|showfulltag|showmatch|showmode|showtabline|shq|si|sidescroll|sidescrolloff|siso|sj|slm|smartcase|smartindent|smarttab|smc|smd|softtabstop|sol|spc|spell|spellcapcheck|spellfile|spelllang|spellsuggest|spf|spl|splitbelow|splitright|sps|sr|srr|ss|ssl|ssop|stal|startofline|statusline|stl|stmp|su|sua|suffixes|suffixesadd|sw|swapfile|swapsync|swb|swf|switchbuf|sws|sxq|syn|synmaxcol|syntax|tabline|tabpagemax|tabstop|tagbsearch|taglength|tagrelative|tagstack|tal|tb|tbi|tbidi|tbis|tbs|tenc|term|termbidi|termencoding|terse|textauto|textmode|textwidth|tgst|thesaurus|tildeop|timeout|timeoutlen|title|titlelen|titleold|titlestring|toolbar|toolbariconsize|top|tpm|tsl|tsr|ttimeout|ttimeoutlen|ttm|tty|ttybuiltin|ttyfast|ttym|ttymouse|ttyscroll|ttytype|tw|tx|uc|ul|undolevels|updatecount|updatetime|ut|vb|vbs|vdir|verbosefile|vfile|viewdir|viewoptions|viminfo|virtualedit|visualbell|vop|wak|warn|wb|wc|wcm|wd|weirdinvert|wfh|wfw|whichwrap|wi|wig|wildchar|wildcharm|wildignore|wildmenu|wildmode|wildoptions|wim|winaltkeys|window|winfixheight|winfixwidth|winheight|winminheight|winminwidth|winwidth|wiv|wiw|wm|wmh|wmnu|wmw|wop|wrap|wrapmargin|wrapscan|writeany|writebackup|writedelay|ww|noacd|noai|noakm|noallowrevins|noaltkeymap|noanti|noantialias|noar|noarab|noarabic|noarabicshape|noari|noarshape|noautochdir|noautoindent|noautoread|noautowrite|noautowriteall|noaw|noawa|nobackup|noballooneval|nobeval|nobin|nobinary|nobiosk|nobioskey|nobk|nobl|nobomb|nobuflisted|nocf|noci|nocin|nocindent|nocompatible|noconfirm|noconsk|noconskey|nocopyindent|nocp|nocscopetag|nocscopeverbose|nocst|nocsverb|nocuc|nocul|nocursorcolumn|nocursorline|nodeco|nodelcombine|nodg|nodiff|nodigraph|nodisable|noea|noeb|noed|noedcompatible|noek|noendofline|noeol|noequalalways|noerrorbells|noesckeys|noet|noex|noexpandtab|noexrc|nofen|nofk|nofkmap|nofoldenable|nogd|nogdefault|noguipty|nohid|nohidden|nohk|nohkmap|nohkmapp|nohkp|nohls|noic|noicon|noignorecase|noim|noimc|noimcmdline|noimd|noincsearch|noinf|noinfercase|noinsertmode|nois|nojoinspaces|nojs|nolazyredraw|nolbr|nolinebreak|nolisp|nolist|noloadplugins|nolpl|nolz|noma|nomacatsui|nomagic|nomh|noml|nomod|nomodeline|nomodifiable|nomodified|nomore|nomousef|nomousefocus|nomousehide|nonu|nonumber|noodev|noopendevice|nopaste|nopi|nopreserveindent|nopreviewwindow|noprompt|nopvw|noreadonly|noremap|norestorescreen|norevins|nori|norightleft|norightleftcmd|norl|norlc|noro|nors|noru|noruler|nosb|nosc|noscb|noscrollbind|noscs|nosecure|nosft|noshellslash|noshelltemp|noshiftround|noshortname|noshowcmd|noshowfulltag|noshowmatch|noshowmode|nosi|nosm|nosmartcase|nosmartindent|nosmarttab|nosmd|nosn|nosol|nospell|nosplitbelow|nosplitright|nospr|nosr|nossl|nosta|nostartofline|nostmp|noswapfile|noswf|nota|notagbsearch|notagrelative|notagstack|notbi|notbidi|notbs|notermbidi|noterse|notextauto|notextmode|notf|notgst|notildeop|notimeout|notitle|noto|notop|notr|nottimeout|nottybuiltin|nottyfast|notx|novb|novisualbell|nowa|nowarn|nowb|noweirdinvert|nowfh|nowfw|nowildmenu|nowinfixheight|nowinfixwidth|nowiv|nowmnu|nowrap|nowrapscan|nowrite|nowriteany|nowritebackup|nows|invacd|invai|invakm|invallowrevins|invaltkeymap|invanti|invantialias|invar|invarab|invarabic|invarabicshape|invari|invarshape|invautochdir|invautoindent|invautoread|invautowrite|invautowriteall|invaw|invawa|invbackup|invballooneval|invbeval|invbin|invbinary|invbiosk|invbioskey|invbk|invbl|invbomb|invbuflisted|invcf|invci|invcin|invcindent|invcompatible|invconfirm|invconsk|invconskey|invcopyindent|invcp|invcscopetag|invcscopeverbose|invcst|invcsverb|invcuc|invcul|invcursorcolumn|invcursorline|invdeco|invdelcombine|invdg|invdiff|invdigraph|invdisable|invea|inveb|inved|invedcompatible|invek|invendofline|inveol|invequalalways|inverrorbells|invesckeys|invet|invex|invexpandtab|invexrc|invfen|invfk|invfkmap|invfoldenable|invgd|invgdefault|invguipty|invhid|invhidden|invhk|invhkmap|invhkmapp|invhkp|invhls|invhlsearch|invic|invicon|invignorecase|invim|invimc|invimcmdline|invimd|invincsearch|invinf|invinfercase|invinsertmode|invis|invjoinspaces|invjs|invlazyredraw|invlbr|invlinebreak|invlisp|invlist|invloadplugins|invlpl|invlz|invma|invmacatsui|invmagic|invmh|invml|invmod|invmodeline|invmodifiable|invmodified|invmore|invmousef|invmousefocus|invmousehide|invnu|invnumber|invodev|invopendevice|invpaste|invpi|invpreserveindent|invpreviewwindow|invprompt|invpvw|invreadonly|invremap|invrestorescreen|invrevins|invri|invrightleft|invrightleftcmd|invrl|invrlc|invro|invrs|invru|invruler|invsb|invsc|invscb|invscrollbind|invscs|invsecure|invsft|invshellslash|invshelltemp|invshiftround|invshortname|invshowcmd|invshowfulltag|invshowmatch|invshowmode|invsi|invsm|invsmartcase|invsmartindent|invsmarttab|invsmd|invsn|invsol|invspell|invsplitbelow|invsplitright|invspr|invsr|invssl|invsta|invstartofline|invstmp|invswapfile|invswf|invta|invtagbsearch|invtagrelative|invtagstack|invtbi|invtbidi|invtbs|invtermbidi|invterse|invtextauto|invtextmode|invtf|invtgst|invtildeop|invtimeout|invtitle|invto|invtop|invtr|invttimeout|invttybuiltin|invttyfast|invtx|invvb|invvisualbell|invwa|invwarn|invwb|invweirdinvert|invwfh|invwfw|invwildmenu|invwinfixheight|invwinfixwidth|invwiv|invwmnu|invwrap|invwrapscan|invwrite|invwriteany|invwritebackup|invws|t_AB|t_AF|t_al|t_AL|t_bc|t_cd|t_ce|t_Ce|t_cl|t_cm|t_Co|t_cs|t_Cs|t_CS|t_CV|t_da|t_db|t_dl|t_DL|t_EI|t_F1|t_F2|t_F3|t_F4|t_F5|t_F6|t_F7|t_F8|t_F9|t_fs|t_IE|t_IS|t_k1|t_K1|t_k2|t_k3|t_K3|t_k4|t_K4|t_k5|t_K5|t_k6|t_K6|t_k7|t_K7|t_k8|t_K8|t_k9|t_K9|t_KA|t_kb|t_kB|t_KB|t_KC|t_kd|t_kD|t_KD|t_ke|t_KE|t_KF|t_KG|t_kh|t_KH|t_kI|t_KI|t_KJ|t_KK|t_kl|t_KL|t_kN|t_kP|t_kr|t_ks|t_ku|t_le|t_mb|t_md|t_me|t_mr|t_ms|t_nd|t_op|t_RI|t_RV|t_Sb|t_se|t_Sf|t_SI|t_so|t_sr|t_te|t_ti|t_ts|t_ue|t_us|t_ut|t_vb|t_ve|t_vi|t_vs|t_WP|t_WS|t_xs|t_ZH|t_ZR)\b/,number:/\b(?:0x[\da-f]+|\d+(?:\.\d+)?)\b/i,operator:/\|\||&&|[-+.]=?|[=!](?:[=~][#?]?)?|[<>]=?[#?]?|[*\/%?]|\b(?:is(?:not)?)\b/,punctuation:/[{}[\](),;:]/};
|
|
17
|
+
Prism.languages.yaml={scalar:{pattern:/([\-:]\s*(![^\s]+)?[ \t]*[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)[^\r\n]+(?:\3[^\r\n]+)*)/,lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:/(\s*[:\-,[{\r\n?][ \t]*(![^\s]+)?[ \t]*)[^\r\n{[\]},#]+?(?=\s*:\s)/,lookbehind:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:/([:\-,[{]\s*(![^\s]+)?[ \t]*)(\d{4}-\d\d?-\d\d?([tT]|[ \t]+)\d\d?:\d{2}:\d{2}(\.\d*)?[ \t]*(Z|[-+]\d\d?(:\d{2})?)?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(:\d{2}(\.\d*)?)?)(?=[ \t]*($|,|]|}))/m,lookbehind:!0,alias:"number"},"boolean":{pattern:/([:\-,[{]\s*(![^\s]+)?[ \t]*)(true|false)[ \t]*(?=$|,|]|})/im,lookbehind:!0,alias:"important"},"null":{pattern:/([:\-,[{]\s*(![^\s]+)?[ \t]*)(null|~)[ \t]*(?=$|,|]|})/im,lookbehind:!0,alias:"important"},string:{pattern:/([:\-,[{]\s*(![^\s]+)?[ \t]*)("(?:[^"\\]|\\.)*"|'(?:[^'\\]|\\.)*')(?=[ \t]*($|,|]|}))/m,lookbehind:!0},number:{pattern:/([:\-,[{]\s*(![^\s]+)?[ \t]*)[+\-]?(0x[\da-f]+|0o[0-7]+|(\d+\.?\d*|\.?\d+)(e[\+\-]?\d+)?|\.inf|\.nan)[ \t]*(?=$|,|]|})/im,lookbehind:!0},tag:/![^\s]+/,important:/[&*][\w]+/,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./};
|
|
18
|
+
!function(){"undefined"!=typeof self&&self.Prism&&self.document&&Prism.hooks.add("complete",function(e){if(e.code){var t=e.element.parentNode,s=/\s*\bline-numbers\b\s*/;if(t&&/pre/i.test(t.nodeName)&&(s.test(t.className)||s.test(e.element.className))&&!e.element.querySelector(".line-numbers-rows")){s.test(e.element.className)&&(e.element.className=e.element.className.replace(s,"")),s.test(t.className)||(t.className+=" line-numbers");var n,a=e.code.match(/\n(?!$)/g),l=a?a.length+1:1,m=new Array(l+1);m=m.join("<span></span>"),n=document.createElement("span"),n.className="line-numbers-rows",n.innerHTML=m,t.hasAttribute("data-start")&&(t.style.counterReset="linenumber "+(parseInt(t.getAttribute("data-start"),10)-1)),e.element.appendChild(n)}}})}();
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
.ekko-lightbox-container{position:relative}.ekko-lightbox-container>div.ekko-lightbox-item{position:absolute;top:0;left:0;bottom:0;right:0;width:100%}.ekko-lightbox iframe{width:100%;height:100%}.ekko-lightbox-nav-overlay{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%;display:-ms-flexbox;display:flex}.ekko-lightbox-nav-overlay a{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;opacity:0;transition:opacity .5s;color:#fff;font-size:30px;z-index:1}.ekko-lightbox-nav-overlay a>*{-ms-flex-positive:1;flex-grow:1}.ekko-lightbox-nav-overlay a>:focus{outline:none}.ekko-lightbox-nav-overlay a span{padding:0 30px}.ekko-lightbox-nav-overlay a:last-child span{text-align:right}.ekko-lightbox-nav-overlay a:hover{text-decoration:none}.ekko-lightbox-nav-overlay a:focus{outline:none}.ekko-lightbox a:hover{opacity:1;text-decoration:none}.ekko-lightbox .modal-dialog{display:none}.ekko-lightbox .modal-footer{text-align:left}.ekko-lightbox-loader{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.ekko-lightbox-loader>div{width:40px;height:40px;position:relative;text-align:center}.ekko-lightbox-loader>div>div{width:100%;height:100%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;animation:a 2s infinite ease-in-out}.ekko-lightbox-loader>div>div:last-child{animation-delay:-1s}.modal-dialog .ekko-lightbox-loader>div>div{background-color:#333}@keyframes a{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}
|
|
2
|
+
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImVra28tbGlnaHRib3guY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLHlCQUNFLGlCQUFtQixDQUNwQixBQUNELGdEQUNFLGtCQUFtQixBQUNuQixNQUFPLEFBQ1AsT0FBUSxBQUNSLFNBQVUsQUFDVixRQUFTLEFBQ1QsVUFBWSxDQUNiLEFBQ0Qsc0JBQ0UsV0FBWSxBQUNaLFdBQWEsQ0FDZCxBQUNELDJCQUNFLFVBQWEsQUFDYixrQkFBbUIsQUFDbkIsTUFBTyxBQUNQLE9BQVEsQUFDUixXQUFZLEFBQ1osWUFBYSxBQUNiLG9CQUFjLEFBQWQsWUFBYyxDQUNmLEFBQ0QsNkJBQ0UsV0FBUSxBQUFSLE9BQVEsQUFDUixvQkFBYyxBQUFkLGFBQWMsQUFDZCxzQkFBb0IsQUFBcEIsbUJBQW9CLEFBQ3BCLFVBQVcsQUFDWCx1QkFBeUIsQUFDekIsV0FBWSxBQUNaLGVBQWdCLEFBQ2hCLFNBQWEsQ0FDZCxBQUNELCtCQUNFLG9CQUFhLEFBQWIsV0FBYSxDQUNkLEFBQ0Qsb0NBQ0UsWUFBYyxDQUNmLEFBQ0Qsa0NBQ0UsY0FBZ0IsQ0FDakIsQUFDRCw2Q0FDRSxnQkFBa0IsQ0FDbkIsQUFDRCxtQ0FDRSxvQkFBc0IsQ0FDdkIsQUFDRCxtQ0FDRSxZQUFjLENBQ2YsQUFDRCx1QkFDRSxVQUFXLEFBQ1gsb0JBQXNCLENBQ3ZCLEFBQ0QsNkJBQ0UsWUFBYyxDQUNmLEFBQ0QsNkJBQ0UsZUFBaUIsQ0FDbEIsQUFDRCxzQkFDRSxrQkFBbUIsQUFDbkIsTUFBTyxBQUNQLE9BQVEsQUFDUixTQUFVLEFBQ1YsUUFBUyxBQUNULFdBQVksQUFDWixvQkFBYyxBQUFkLGFBQWMsQUFFZCwwQkFBdUIsQUFBdkIsc0JBQXVCLEFBRXZCLHFCQUF3QixBQUF4Qix1QkFBd0IsQUFFeEIsc0JBQW9CLEFBQXBCLGtCQUFvQixDQUNyQixBQUNELDBCQUNFLFdBQVksQUFDWixZQUFhLEFBQ2Isa0JBQW1CLEFBQ25CLGlCQUFtQixDQUNwQixBQUNELDhCQUNFLFdBQVksQUFDWixZQUFhLEFBQ2Isa0JBQW1CLEFBQ25CLHNCQUF1QixBQUN2QixXQUFhLEFBQ2Isa0JBQW1CLEFBQ25CLE1BQU8sQUFDUCxPQUFRLEFBQ1IsbUNBQTZDLENBQzlDLEFBQ0QseUNBQ0UsbUJBQXFCLENBQ3RCLEFBQ0QsNENBQ0UscUJBQXVCLENBQ3hCLEFBVUQsYUFDRSxNQUVFLG1CQUFvQixBQUNwQiwwQkFBNEIsQ0FDN0IsQUFDRCxJQUNFLG1CQUFvQixBQUNwQiwwQkFBNEIsQ0FDN0IsQ0FDRiIsImZpbGUiOiJla2tvLWxpZ2h0Ym94LmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi5la2tvLWxpZ2h0Ym94LWNvbnRhaW5lciB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cbi5la2tvLWxpZ2h0Ym94LWNvbnRhaW5lciA+IGRpdi5la2tvLWxpZ2h0Ym94LWl0ZW0ge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMDtcbiAgbGVmdDogMDtcbiAgYm90dG9tOiAwO1xuICByaWdodDogMDtcbiAgd2lkdGg6IDEwMCU7XG59XG4uZWtrby1saWdodGJveCBpZnJhbWUge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLmVra28tbGlnaHRib3gtbmF2LW92ZXJsYXkge1xuICB6LWluZGV4OiAxMDA7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwO1xuICBsZWZ0OiAwO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xufVxuLmVra28tbGlnaHRib3gtbmF2LW92ZXJsYXkgYSB7XG4gIGZsZXg6IDE7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIG9wYWNpdHk6IDA7XG4gIHRyYW5zaXRpb246IG9wYWNpdHkgMC41cztcbiAgY29sb3I6ICNmZmY7XG4gIGZvbnQtc2l6ZTogMzBweDtcbiAgei1pbmRleDogMTAwO1xufVxuLmVra28tbGlnaHRib3gtbmF2LW92ZXJsYXkgYSA+ICoge1xuICBmbGV4LWdyb3c6IDE7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhID4gKjpmb2N1cyB7XG4gIG91dGxpbmU6IG5vbmU7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhIHNwYW4ge1xuICBwYWRkaW5nOiAwIDMwcHg7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhOmxhc3QtY2hpbGQgc3BhbiB7XG4gIHRleHQtYWxpZ246IHJpZ2h0O1xufVxuLmVra28tbGlnaHRib3gtbmF2LW92ZXJsYXkgYTpob3ZlciB7XG4gIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcbn1cbi5la2tvLWxpZ2h0Ym94LW5hdi1vdmVybGF5IGE6Zm9jdXMge1xuICBvdXRsaW5lOiBub25lO1xufVxuLmVra28tbGlnaHRib3ggYTpob3ZlciB7XG4gIG9wYWNpdHk6IDE7XG4gIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcbn1cbi5la2tvLWxpZ2h0Ym94IC5tb2RhbC1kaWFsb2cge1xuICBkaXNwbGF5OiBub25lO1xufVxuLmVra28tbGlnaHRib3ggLm1vZGFsLWZvb3RlciB7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG59XG4uZWtrby1saWdodGJveC1sb2FkZXIge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMDtcbiAgbGVmdDogMDtcbiAgYm90dG9tOiAwO1xuICByaWdodDogMDtcbiAgd2lkdGg6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIC8qIGVzdGFibGlzaCBmbGV4IGNvbnRhaW5lciAqL1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAvKiBtYWtlIG1haW4gYXhpcyB2ZXJ0aWNhbCAqL1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgLyogY2VudGVyIGl0ZW1zIHZlcnRpY2FsbHksIGluIHRoaXMgY2FzZSAqL1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmVra28tbGlnaHRib3gtbG9hZGVyID4gZGl2IHtcbiAgd2lkdGg6IDQwcHg7XG4gIGhlaWdodDogNDBweDtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG4uZWtrby1saWdodGJveC1sb2FkZXIgPiBkaXYgPiBkaXYge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICBib3JkZXItcmFkaXVzOiA1MCU7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIG9wYWNpdHk6IDAuNjtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDA7XG4gIGxlZnQ6IDA7XG4gIGFuaW1hdGlvbjogc2stYm91bmNlIDJzIGluZmluaXRlIGVhc2UtaW4tb3V0O1xufVxuLmVra28tbGlnaHRib3gtbG9hZGVyID4gZGl2ID4gZGl2Omxhc3QtY2hpbGQge1xuICBhbmltYXRpb24tZGVsYXk6IC0xcztcbn1cbi5tb2RhbC1kaWFsb2cgLmVra28tbGlnaHRib3gtbG9hZGVyID4gZGl2ID4gZGl2IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzMzMztcbn1cbkAtd2Via2l0LWtleWZyYW1lcyBzay1ib3VuY2Uge1xuICAwJSxcbiAgMTAwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlKDApO1xuICB9XG4gIDUwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlKDEpO1xuICB9XG59XG5Aa2V5ZnJhbWVzIHNrLWJvdW5jZSB7XG4gIDAlLFxuICAxMDAlIHtcbiAgICB0cmFuc2Zvcm06IHNjYWxlKDApO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBzY2FsZSgwKTtcbiAgfVxuICA1MCUge1xuICAgIHRyYW5zZm9ybTogc2NhbGUoMSk7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlKDEpO1xuICB9XG59XG4iXX0= */
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
/* http://prismjs.com/download.html?themes=prism-okaidia&languages=markup+css+clike+javascript+ruby+git+haml+handlebars+http+php+python+sass+scss+vim+yaml&plugins=line-numbers */
|
|
2
|
+
/**
|
|
3
|
+
* okaidia theme for JavaScript, CSS and HTML
|
|
4
|
+
* Loosely based on Monokai textmate theme by http://www.monokai.nl/
|
|
5
|
+
* @author ocodia
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
code[class*="language-"],
|
|
9
|
+
pre[class*="language-"] {
|
|
10
|
+
color: #f8f8f2;
|
|
11
|
+
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
|
|
12
|
+
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
|
13
|
+
direction: ltr;
|
|
14
|
+
text-align: left;
|
|
15
|
+
white-space: pre;
|
|
16
|
+
word-spacing: normal;
|
|
17
|
+
word-break: normal;
|
|
18
|
+
word-wrap: normal;
|
|
19
|
+
line-height: 1.5;
|
|
20
|
+
|
|
21
|
+
-moz-tab-size: 4;
|
|
22
|
+
-o-tab-size: 4;
|
|
23
|
+
tab-size: 4;
|
|
24
|
+
|
|
25
|
+
-webkit-hyphens: none;
|
|
26
|
+
-moz-hyphens: none;
|
|
27
|
+
-ms-hyphens: none;
|
|
28
|
+
hyphens: none;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
/* Code blocks */
|
|
32
|
+
pre[class*="language-"] {
|
|
33
|
+
padding: 1em;
|
|
34
|
+
margin: .5em 0;
|
|
35
|
+
overflow: auto;
|
|
36
|
+
border-radius: 0.3em;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
:not(pre) > code[class*="language-"],
|
|
40
|
+
pre[class*="language-"] {
|
|
41
|
+
background: #272822;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/* Inline code */
|
|
45
|
+
:not(pre) > code[class*="language-"] {
|
|
46
|
+
padding: .1em;
|
|
47
|
+
border-radius: .3em;
|
|
48
|
+
white-space: normal;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.token.comment,
|
|
52
|
+
.token.prolog,
|
|
53
|
+
.token.doctype,
|
|
54
|
+
.token.cdata {
|
|
55
|
+
color: slategray;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.token.punctuation {
|
|
59
|
+
color: #f8f8f2;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.namespace {
|
|
63
|
+
opacity: .7;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.token.property,
|
|
67
|
+
.token.tag,
|
|
68
|
+
.token.constant,
|
|
69
|
+
.token.symbol,
|
|
70
|
+
.token.deleted {
|
|
71
|
+
color: #f92672;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.token.boolean,
|
|
75
|
+
.token.number {
|
|
76
|
+
color: #ae81ff;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.token.selector,
|
|
80
|
+
.token.attr-name,
|
|
81
|
+
.token.string,
|
|
82
|
+
.token.char,
|
|
83
|
+
.token.builtin,
|
|
84
|
+
.token.inserted {
|
|
85
|
+
color: #a6e22e;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.token.operator,
|
|
89
|
+
.token.entity,
|
|
90
|
+
.token.url,
|
|
91
|
+
.language-css .token.string,
|
|
92
|
+
.style .token.string,
|
|
93
|
+
.token.variable {
|
|
94
|
+
color: #f8f8f2;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.token.atrule,
|
|
98
|
+
.token.attr-value,
|
|
99
|
+
.token.function {
|
|
100
|
+
color: #e6db74;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.token.keyword {
|
|
104
|
+
color: #66d9ef;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.token.regex,
|
|
108
|
+
.token.important {
|
|
109
|
+
color: #fd971f;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.token.important,
|
|
113
|
+
.token.bold {
|
|
114
|
+
font-weight: bold;
|
|
115
|
+
}
|
|
116
|
+
.token.italic {
|
|
117
|
+
font-style: italic;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.token.entity {
|
|
121
|
+
cursor: help;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
pre.line-numbers {
|
|
125
|
+
position: relative;
|
|
126
|
+
padding-left: 3.8em;
|
|
127
|
+
counter-reset: linenumber;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
pre.line-numbers > code {
|
|
131
|
+
position: relative;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.line-numbers .line-numbers-rows {
|
|
135
|
+
position: absolute;
|
|
136
|
+
pointer-events: none;
|
|
137
|
+
top: 0;
|
|
138
|
+
font-size: 100%;
|
|
139
|
+
left: -3.8em;
|
|
140
|
+
width: 3em; /* works for line-numbers below 1000 lines */
|
|
141
|
+
letter-spacing: -1px;
|
|
142
|
+
border-right: 1px solid #999;
|
|
143
|
+
|
|
144
|
+
-webkit-user-select: none;
|
|
145
|
+
-moz-user-select: none;
|
|
146
|
+
-ms-user-select: none;
|
|
147
|
+
user-select: none;
|
|
148
|
+
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.line-numbers-rows > span {
|
|
152
|
+
pointer-events: none;
|
|
153
|
+
display: block;
|
|
154
|
+
counter-increment: linenumber;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.line-numbers-rows > span:before {
|
|
158
|
+
content: counter(linenumber);
|
|
159
|
+
color: #999;
|
|
160
|
+
display: block;
|
|
161
|
+
padding-right: 0.8em;
|
|
162
|
+
text-align: right;
|
|
163
|
+
}
|
|
@@ -0,0 +1,1267 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Template Name: PrettyDocs - Responsive Website Template for documentations
|
|
3
|
+
* Version: 1.0
|
|
4
|
+
* Author: Xiaoying Riley
|
|
5
|
+
* License: Creative Commons Attribution 3.0 License - https://creativecommons.org/licenses/by/3.0/
|
|
6
|
+
* Twitter: @3rdwave_themes
|
|
7
|
+
* Website: http://themes.3rdwavemedia.com/
|
|
8
|
+
*/
|
|
9
|
+
/* Theme default */
|
|
10
|
+
/* ======= Base ======= */
|
|
11
|
+
body {
|
|
12
|
+
font-family: 'Open Sans', arial, sans-serif;
|
|
13
|
+
color: #494d55;
|
|
14
|
+
font-size: 14px;
|
|
15
|
+
-webkit-font-smoothing: antialiased;
|
|
16
|
+
-moz-osx-font-smoothing: grayscale;
|
|
17
|
+
}
|
|
18
|
+
html,
|
|
19
|
+
body {
|
|
20
|
+
height: 100%;
|
|
21
|
+
}
|
|
22
|
+
.page-wrapper {
|
|
23
|
+
min-height: 100%;
|
|
24
|
+
/* equal to footer height */
|
|
25
|
+
margin-bottom: -50px;
|
|
26
|
+
}
|
|
27
|
+
.page-wrapper:after {
|
|
28
|
+
content: "";
|
|
29
|
+
display: block;
|
|
30
|
+
height: 50px;
|
|
31
|
+
}
|
|
32
|
+
.footer {
|
|
33
|
+
height: 50px;
|
|
34
|
+
}
|
|
35
|
+
p {
|
|
36
|
+
line-height: 1.5;
|
|
37
|
+
}
|
|
38
|
+
a {
|
|
39
|
+
color: #3aa7aa;
|
|
40
|
+
-webkit-transition: all 0.4s ease-in-out;
|
|
41
|
+
-moz-transition: all 0.4s ease-in-out;
|
|
42
|
+
-ms-transition: all 0.4s ease-in-out;
|
|
43
|
+
-o-transition: all 0.4s ease-in-out;
|
|
44
|
+
}
|
|
45
|
+
a:hover {
|
|
46
|
+
text-decoration: underline;
|
|
47
|
+
color: #339597;
|
|
48
|
+
}
|
|
49
|
+
a:focus {
|
|
50
|
+
text-decoration: none;
|
|
51
|
+
}
|
|
52
|
+
code {
|
|
53
|
+
background: #222;
|
|
54
|
+
color: #fff;
|
|
55
|
+
font-size: 14px;
|
|
56
|
+
font-weight: bold;
|
|
57
|
+
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
|
58
|
+
padding: 2px 8px;
|
|
59
|
+
padding-top: 4px;
|
|
60
|
+
display: inline-block;
|
|
61
|
+
}
|
|
62
|
+
.btn,
|
|
63
|
+
a.btn {
|
|
64
|
+
-webkit-transition: all 0.4s ease-in-out;
|
|
65
|
+
-moz-transition: all 0.4s ease-in-out;
|
|
66
|
+
-ms-transition: all 0.4s ease-in-out;
|
|
67
|
+
-o-transition: all 0.4s ease-in-out;
|
|
68
|
+
font-weight: 600;
|
|
69
|
+
font-size: 14px;
|
|
70
|
+
line-height: 1.5;
|
|
71
|
+
}
|
|
72
|
+
.btn .fa,
|
|
73
|
+
a.btn .fa {
|
|
74
|
+
margin-right: 5px;
|
|
75
|
+
}
|
|
76
|
+
.btn-primary,
|
|
77
|
+
a.btn-primary {
|
|
78
|
+
background: #40babd;
|
|
79
|
+
border: 1px solid #40babd;
|
|
80
|
+
color: #fff !important;
|
|
81
|
+
}
|
|
82
|
+
.btn-primary:hover,
|
|
83
|
+
a.btn-primary:hover,
|
|
84
|
+
.btn-primary:focus,
|
|
85
|
+
a.btn-primary:focus,
|
|
86
|
+
.btn-primary:active,
|
|
87
|
+
a.btn-primary:active,
|
|
88
|
+
.btn-primary.active,
|
|
89
|
+
a.btn-primary.active,
|
|
90
|
+
.btn-primary.hover,
|
|
91
|
+
a.btn-primary.hover {
|
|
92
|
+
background: #3aa7aa;
|
|
93
|
+
color: #fff !important;
|
|
94
|
+
border: 1px solid #3aa7aa;
|
|
95
|
+
}
|
|
96
|
+
.btn-green,
|
|
97
|
+
a.btn-green {
|
|
98
|
+
background: #75c181;
|
|
99
|
+
border: 1px solid #75c181;
|
|
100
|
+
color: #fff !important;
|
|
101
|
+
}
|
|
102
|
+
.btn-green:hover,
|
|
103
|
+
a.btn-green:hover,
|
|
104
|
+
.btn-green:focus,
|
|
105
|
+
a.btn-green:focus,
|
|
106
|
+
.btn-green:active,
|
|
107
|
+
a.btn-green:active,
|
|
108
|
+
.btn-green.active,
|
|
109
|
+
a.btn-green.active,
|
|
110
|
+
.btn-green.hover,
|
|
111
|
+
a.btn-green.hover {
|
|
112
|
+
background: #63b971;
|
|
113
|
+
color: #fff !important;
|
|
114
|
+
border: 1px solid #63b971;
|
|
115
|
+
}
|
|
116
|
+
.body-green .btn-green,
|
|
117
|
+
.body-green a.btn-green {
|
|
118
|
+
color: #fff !important;
|
|
119
|
+
}
|
|
120
|
+
.body-green .btn-green:hover,
|
|
121
|
+
.body-green a.btn-green:hover,
|
|
122
|
+
.body-green .btn-green:focus,
|
|
123
|
+
.body-green a.btn-green:focus,
|
|
124
|
+
.body-green .btn-green:active,
|
|
125
|
+
.body-green a.btn-green:active,
|
|
126
|
+
.body-green .btn-green.active,
|
|
127
|
+
.body-green a.btn-green.active,
|
|
128
|
+
.body-green .btn-green.hover,
|
|
129
|
+
.body-green a.btn-green.hover {
|
|
130
|
+
color: #fff !important;
|
|
131
|
+
}
|
|
132
|
+
.btn-blue,
|
|
133
|
+
a.btn-blue {
|
|
134
|
+
background: #58bbee;
|
|
135
|
+
border: 1px solid #58bbee;
|
|
136
|
+
color: #fff !important;
|
|
137
|
+
}
|
|
138
|
+
.btn-blue:hover,
|
|
139
|
+
a.btn-blue:hover,
|
|
140
|
+
.btn-blue:focus,
|
|
141
|
+
a.btn-blue:focus,
|
|
142
|
+
.btn-blue:active,
|
|
143
|
+
a.btn-blue:active,
|
|
144
|
+
.btn-blue.active,
|
|
145
|
+
a.btn-blue.active,
|
|
146
|
+
.btn-blue.hover,
|
|
147
|
+
a.btn-blue.hover {
|
|
148
|
+
background: #41b2ec;
|
|
149
|
+
color: #fff !important;
|
|
150
|
+
border: 1px solid #41b2ec;
|
|
151
|
+
}
|
|
152
|
+
.btn-orange,
|
|
153
|
+
a.btn-orange {
|
|
154
|
+
background: #F88C30;
|
|
155
|
+
border: 1px solid #F88C30;
|
|
156
|
+
color: #fff !important;
|
|
157
|
+
}
|
|
158
|
+
.btn-orange:hover,
|
|
159
|
+
a.btn-orange:hover,
|
|
160
|
+
.btn-orange:focus,
|
|
161
|
+
a.btn-orange:focus,
|
|
162
|
+
.btn-orange:active,
|
|
163
|
+
a.btn-orange:active,
|
|
164
|
+
.btn-orange.active,
|
|
165
|
+
a.btn-orange.active,
|
|
166
|
+
.btn-orange.hover,
|
|
167
|
+
a.btn-orange.hover {
|
|
168
|
+
background: #f77e17;
|
|
169
|
+
color: #fff !important;
|
|
170
|
+
border: 1px solid #f77e17;
|
|
171
|
+
}
|
|
172
|
+
.btn-red,
|
|
173
|
+
a.btn-red {
|
|
174
|
+
background: #f77b6b;
|
|
175
|
+
border: 1px solid #f77b6b;
|
|
176
|
+
color: #fff !important;
|
|
177
|
+
}
|
|
178
|
+
.btn-red:hover,
|
|
179
|
+
a.btn-red:hover,
|
|
180
|
+
.btn-red:focus,
|
|
181
|
+
a.btn-red:focus,
|
|
182
|
+
.btn-red:active,
|
|
183
|
+
a.btn-red:active,
|
|
184
|
+
.btn-red.active,
|
|
185
|
+
a.btn-red.active,
|
|
186
|
+
.btn-red.hover,
|
|
187
|
+
a.btn-red.hover {
|
|
188
|
+
background: #f66553;
|
|
189
|
+
color: #fff !important;
|
|
190
|
+
border: 1px solid #f66553;
|
|
191
|
+
}
|
|
192
|
+
.btn-pink,
|
|
193
|
+
a.btn-pink {
|
|
194
|
+
background: #EA5395;
|
|
195
|
+
border: 1px solid #EA5395;
|
|
196
|
+
color: #fff !important;
|
|
197
|
+
}
|
|
198
|
+
.btn-pink:hover,
|
|
199
|
+
a.btn-pink:hover,
|
|
200
|
+
.btn-pink:focus,
|
|
201
|
+
a.btn-pink:focus,
|
|
202
|
+
.btn-pink:active,
|
|
203
|
+
a.btn-pink:active,
|
|
204
|
+
.btn-pink.active,
|
|
205
|
+
a.btn-pink.active,
|
|
206
|
+
.btn-pink.hover,
|
|
207
|
+
a.btn-pink.hover {
|
|
208
|
+
background: #e73c87;
|
|
209
|
+
color: #fff !important;
|
|
210
|
+
border: 1px solid #e73c87;
|
|
211
|
+
}
|
|
212
|
+
.btn-purple,
|
|
213
|
+
a.btn-purple {
|
|
214
|
+
background: #8A40A7;
|
|
215
|
+
border: 1px solid #8A40A7;
|
|
216
|
+
color: #fff !important;
|
|
217
|
+
}
|
|
218
|
+
.btn-purple:hover,
|
|
219
|
+
a.btn-purple:hover,
|
|
220
|
+
.btn-purple:focus,
|
|
221
|
+
a.btn-purple:focus,
|
|
222
|
+
.btn-purple:active,
|
|
223
|
+
a.btn-purple:active,
|
|
224
|
+
.btn-purple.active,
|
|
225
|
+
a.btn-purple.active,
|
|
226
|
+
.btn-purple.hover,
|
|
227
|
+
a.btn-purple.hover {
|
|
228
|
+
background: #7b3995;
|
|
229
|
+
color: #fff !important;
|
|
230
|
+
border: 1px solid #7b3995;
|
|
231
|
+
}
|
|
232
|
+
.btn-cta {
|
|
233
|
+
padding: 7px 15px;
|
|
234
|
+
}
|
|
235
|
+
.form-control {
|
|
236
|
+
-webkit-box-shadow: none;
|
|
237
|
+
-moz-box-shadow: none;
|
|
238
|
+
box-shadow: none;
|
|
239
|
+
height: 40px;
|
|
240
|
+
border-color: #f0f0f0;
|
|
241
|
+
}
|
|
242
|
+
.form-control::-webkit-input-placeholder {
|
|
243
|
+
/* WebKit browsers */
|
|
244
|
+
color: #afb3bb;
|
|
245
|
+
}
|
|
246
|
+
.form-control:-moz-placeholder {
|
|
247
|
+
/* Mozilla Firefox 4 to 18 */
|
|
248
|
+
color: #afb3bb;
|
|
249
|
+
}
|
|
250
|
+
.form-control::-moz-placeholder {
|
|
251
|
+
/* Mozilla Firefox 19+ */
|
|
252
|
+
color: #afb3bb;
|
|
253
|
+
}
|
|
254
|
+
.form-control:-ms-input-placeholder {
|
|
255
|
+
/* Internet Explorer 10+ */
|
|
256
|
+
color: #afb3bb;
|
|
257
|
+
}
|
|
258
|
+
.form-control:focus {
|
|
259
|
+
border-color: #e3e3e3;
|
|
260
|
+
-webkit-box-shadow: none;
|
|
261
|
+
-moz-box-shadow: none;
|
|
262
|
+
box-shadow: none;
|
|
263
|
+
}
|
|
264
|
+
input[type="text"],
|
|
265
|
+
input[type="email"],
|
|
266
|
+
input[type="password"],
|
|
267
|
+
input[type="submit"],
|
|
268
|
+
input[type="button"],
|
|
269
|
+
textarea,
|
|
270
|
+
select {
|
|
271
|
+
appearance: none;
|
|
272
|
+
/* for mobile safari */
|
|
273
|
+
-webkit-appearance: none;
|
|
274
|
+
}
|
|
275
|
+
#topcontrol {
|
|
276
|
+
background: #40babd;
|
|
277
|
+
color: #fff;
|
|
278
|
+
text-align: center;
|
|
279
|
+
display: inline-block;
|
|
280
|
+
width: 35px;
|
|
281
|
+
height: 35px;
|
|
282
|
+
border: none;
|
|
283
|
+
-webkit-border-radius: 4px;
|
|
284
|
+
-moz-border-radius: 4px;
|
|
285
|
+
-ms-border-radius: 4px;
|
|
286
|
+
-o-border-radius: 4px;
|
|
287
|
+
border-radius: 4px;
|
|
288
|
+
-moz-background-clip: padding;
|
|
289
|
+
-webkit-background-clip: padding-box;
|
|
290
|
+
background-clip: padding-box;
|
|
291
|
+
-webkit-transition: all 0.4s ease-in-out;
|
|
292
|
+
-moz-transition: all 0.4s ease-in-out;
|
|
293
|
+
-ms-transition: all 0.4s ease-in-out;
|
|
294
|
+
-o-transition: all 0.4s ease-in-out;
|
|
295
|
+
z-index: 30;
|
|
296
|
+
}
|
|
297
|
+
#topcontrol:hover {
|
|
298
|
+
background: #52c2c4;
|
|
299
|
+
}
|
|
300
|
+
#topcontrol .fa {
|
|
301
|
+
position: relative;
|
|
302
|
+
top: 3px;
|
|
303
|
+
font-size: 25px;
|
|
304
|
+
}
|
|
305
|
+
.video-container iframe {
|
|
306
|
+
max-width: 100%;
|
|
307
|
+
}
|
|
308
|
+
/* ====== Header ====== */
|
|
309
|
+
.header {
|
|
310
|
+
background: #494d55;
|
|
311
|
+
color: rgba(255, 255, 255, 0.85);
|
|
312
|
+
border-top: 5px solid #40babd;
|
|
313
|
+
padding: 30px 0;
|
|
314
|
+
}
|
|
315
|
+
.header a {
|
|
316
|
+
color: #fff;
|
|
317
|
+
}
|
|
318
|
+
.branding {
|
|
319
|
+
text-transform: uppercase;
|
|
320
|
+
margin-bottom: 10px;
|
|
321
|
+
}
|
|
322
|
+
.branding .logo {
|
|
323
|
+
font-size: 28px;
|
|
324
|
+
margin-top: 0;
|
|
325
|
+
margin-bottom: 0;
|
|
326
|
+
}
|
|
327
|
+
.branding .logo a {
|
|
328
|
+
text-decoration: none;
|
|
329
|
+
}
|
|
330
|
+
.branding .text-highlight {
|
|
331
|
+
color: #40babd;
|
|
332
|
+
}
|
|
333
|
+
.body-green .branding .text-highlight {
|
|
334
|
+
color: #75c181;
|
|
335
|
+
}
|
|
336
|
+
.body-blue .branding .text-highlight {
|
|
337
|
+
color: #58bbee;
|
|
338
|
+
}
|
|
339
|
+
.body-orange .branding .text-highlight {
|
|
340
|
+
color: #F88C30;
|
|
341
|
+
}
|
|
342
|
+
.body-red .branding .text-highlight {
|
|
343
|
+
color: #f77b6b;
|
|
344
|
+
}
|
|
345
|
+
.body-pink .branding .text-highlight {
|
|
346
|
+
color: #EA5395;
|
|
347
|
+
}
|
|
348
|
+
.body-purple .branding .text-highlight {
|
|
349
|
+
color: #8A40A7;
|
|
350
|
+
}
|
|
351
|
+
.branding .text-bold {
|
|
352
|
+
font-weight: 800;
|
|
353
|
+
color: #fff;
|
|
354
|
+
}
|
|
355
|
+
.branding .icon {
|
|
356
|
+
font-size: 24px;
|
|
357
|
+
color: #40babd;
|
|
358
|
+
}
|
|
359
|
+
.body-green .branding .icon {
|
|
360
|
+
color: #75c181;
|
|
361
|
+
}
|
|
362
|
+
.body-blue .branding .icon {
|
|
363
|
+
color: #58bbee;
|
|
364
|
+
}
|
|
365
|
+
.body-orange .branding .icon {
|
|
366
|
+
color: #F88C30;
|
|
367
|
+
}
|
|
368
|
+
.body-red .branding .icon {
|
|
369
|
+
color: #f77b6b;
|
|
370
|
+
}
|
|
371
|
+
.body-pink .branding .icon {
|
|
372
|
+
color: #EA5395;
|
|
373
|
+
}
|
|
374
|
+
.body-purple .branding .icon {
|
|
375
|
+
color: #8A40A7;
|
|
376
|
+
}
|
|
377
|
+
.breadcrumb {
|
|
378
|
+
background: none;
|
|
379
|
+
margin-bottom: 0;
|
|
380
|
+
padding: 0;
|
|
381
|
+
}
|
|
382
|
+
.breadcrumb li {
|
|
383
|
+
color: rgba(255, 255, 255, 0.5);
|
|
384
|
+
}
|
|
385
|
+
.breadcrumb li.active {
|
|
386
|
+
color: rgba(255, 255, 255, 0.5);
|
|
387
|
+
}
|
|
388
|
+
.breadcrumb li a {
|
|
389
|
+
color: rgba(255, 255, 255, 0.5);
|
|
390
|
+
}
|
|
391
|
+
.breadcrumb li a:hover {
|
|
392
|
+
color: #fff;
|
|
393
|
+
}
|
|
394
|
+
.breadcrumb > li + li:before {
|
|
395
|
+
color: rgba(0, 0, 0, 0.4);
|
|
396
|
+
}
|
|
397
|
+
/* ====== Footer ====== */
|
|
398
|
+
.footer {
|
|
399
|
+
background: #26282c;
|
|
400
|
+
color: rgba(255, 255, 255, 0.6);
|
|
401
|
+
padding: 15px 0;
|
|
402
|
+
}
|
|
403
|
+
.footer a {
|
|
404
|
+
color: #40babd;
|
|
405
|
+
}
|
|
406
|
+
.footer .fa-heart {
|
|
407
|
+
color: #EA5395;
|
|
408
|
+
}
|
|
409
|
+
/* ======= Doc Styling ======= */
|
|
410
|
+
.doc-wrapper {
|
|
411
|
+
padding: 45px 0;
|
|
412
|
+
background: #f9f9fb;
|
|
413
|
+
}
|
|
414
|
+
.doc-body {
|
|
415
|
+
position: relative;
|
|
416
|
+
}
|
|
417
|
+
.doc-header {
|
|
418
|
+
margin-bottom: 30px;
|
|
419
|
+
}
|
|
420
|
+
.doc-header .doc-title {
|
|
421
|
+
color: #40babd;
|
|
422
|
+
margin-top: 0;
|
|
423
|
+
font-size: 36px;
|
|
424
|
+
}
|
|
425
|
+
.body-green .doc-header .doc-title {
|
|
426
|
+
color: #75c181;
|
|
427
|
+
}
|
|
428
|
+
.body-blue .doc-header .doc-title {
|
|
429
|
+
color: #58bbee;
|
|
430
|
+
}
|
|
431
|
+
.body-orange .doc-header .doc-title {
|
|
432
|
+
color: #F88C30;
|
|
433
|
+
}
|
|
434
|
+
.body-red .doc-header .doc-title {
|
|
435
|
+
color: #f77b6b;
|
|
436
|
+
}
|
|
437
|
+
.body-pink .doc-header .doc-title {
|
|
438
|
+
color: #EA5395;
|
|
439
|
+
}
|
|
440
|
+
.body-purple .doc-header .doc-title {
|
|
441
|
+
color: #8A40A7;
|
|
442
|
+
}
|
|
443
|
+
.doc-header .icon {
|
|
444
|
+
font-size: 30px;
|
|
445
|
+
}
|
|
446
|
+
.doc-header .meta {
|
|
447
|
+
color: #a2a6af;
|
|
448
|
+
}
|
|
449
|
+
.doc-content {
|
|
450
|
+
margin-left: 230px;
|
|
451
|
+
}
|
|
452
|
+
.doc-section {
|
|
453
|
+
padding-top: 15px;
|
|
454
|
+
padding-bottom: 15px;
|
|
455
|
+
}
|
|
456
|
+
.doc-section .section-title {
|
|
457
|
+
font-size: 26px;
|
|
458
|
+
margin-top: 0;
|
|
459
|
+
margin-bottom: 0;
|
|
460
|
+
font-weight: bold;
|
|
461
|
+
padding-bottom: 10px;
|
|
462
|
+
border-bottom: 1px solid #d7d7d7;
|
|
463
|
+
}
|
|
464
|
+
.doc-section h1 {
|
|
465
|
+
font-size: 24px;
|
|
466
|
+
font-weight: bold;
|
|
467
|
+
}
|
|
468
|
+
.doc-section h2 {
|
|
469
|
+
font-size: 22px;
|
|
470
|
+
font-weight: bold;
|
|
471
|
+
}
|
|
472
|
+
.doc-section h3 {
|
|
473
|
+
font-size: 20px;
|
|
474
|
+
font-weight: bold;
|
|
475
|
+
}
|
|
476
|
+
.doc-section h4 {
|
|
477
|
+
font-size: 18px;
|
|
478
|
+
font-weight: bold;
|
|
479
|
+
}
|
|
480
|
+
.doc-section h5 {
|
|
481
|
+
font-size: 16px;
|
|
482
|
+
font-weight: bold;
|
|
483
|
+
}
|
|
484
|
+
.doc-section h6 {
|
|
485
|
+
font-size: 14px;
|
|
486
|
+
font-weight: bold;
|
|
487
|
+
}
|
|
488
|
+
.section-block {
|
|
489
|
+
padding-top: 15px;
|
|
490
|
+
padding-bottom: 15px;
|
|
491
|
+
}
|
|
492
|
+
.section-block .block-title {
|
|
493
|
+
margin-top: 0;
|
|
494
|
+
}
|
|
495
|
+
.section-block .list > li {
|
|
496
|
+
margin-bottom: 10px;
|
|
497
|
+
}
|
|
498
|
+
.section-block .list ul > li {
|
|
499
|
+
margin-top: 5px;
|
|
500
|
+
}
|
|
501
|
+
.question {
|
|
502
|
+
font-weight: 400 !important;
|
|
503
|
+
color: #3aa7aa;
|
|
504
|
+
}
|
|
505
|
+
.question .body-green {
|
|
506
|
+
color: #63b971;
|
|
507
|
+
}
|
|
508
|
+
.body-blue .question {
|
|
509
|
+
color: #41b2ec;
|
|
510
|
+
}
|
|
511
|
+
.body-orange .question {
|
|
512
|
+
color: #f77e17;
|
|
513
|
+
}
|
|
514
|
+
.body-pink .question {
|
|
515
|
+
color: #e73c87;
|
|
516
|
+
}
|
|
517
|
+
.body-purple .question {
|
|
518
|
+
color: #7b3995;
|
|
519
|
+
}
|
|
520
|
+
.question .fa {
|
|
521
|
+
-webkit-opacity: 0.6;
|
|
522
|
+
-moz-opacity: 0.6;
|
|
523
|
+
opacity: 0.6;
|
|
524
|
+
}
|
|
525
|
+
.question .label {
|
|
526
|
+
font-size: 11px;
|
|
527
|
+
vertical-align: middle;
|
|
528
|
+
}
|
|
529
|
+
.answer {
|
|
530
|
+
color: #616670;
|
|
531
|
+
}
|
|
532
|
+
.code-block {
|
|
533
|
+
margin-top: 30px;
|
|
534
|
+
margin-bottom: 30px;
|
|
535
|
+
}
|
|
536
|
+
.callout-block {
|
|
537
|
+
padding: 30px;
|
|
538
|
+
-webkit-border-radius: 4px;
|
|
539
|
+
-moz-border-radius: 4px;
|
|
540
|
+
-ms-border-radius: 4px;
|
|
541
|
+
-o-border-radius: 4px;
|
|
542
|
+
border-radius: 4px;
|
|
543
|
+
-moz-background-clip: padding;
|
|
544
|
+
-webkit-background-clip: padding-box;
|
|
545
|
+
background-clip: padding-box;
|
|
546
|
+
position: relative;
|
|
547
|
+
margin-bottom: 30px;
|
|
548
|
+
}
|
|
549
|
+
.callout-block a {
|
|
550
|
+
color: rgba(0, 0, 0, 0.55) !important;
|
|
551
|
+
}
|
|
552
|
+
.callout-block a:hover {
|
|
553
|
+
color: rgba(0, 0, 0, 0.65) !important;
|
|
554
|
+
}
|
|
555
|
+
.callout-block .icon-holder {
|
|
556
|
+
font-size: 30px;
|
|
557
|
+
position: absolute;
|
|
558
|
+
left: 30px;
|
|
559
|
+
top: 30px;
|
|
560
|
+
color: rgba(0, 0, 0, 0.25);
|
|
561
|
+
}
|
|
562
|
+
.callout-block .content {
|
|
563
|
+
margin-left: 60px;
|
|
564
|
+
}
|
|
565
|
+
.callout-block .content p:last-child {
|
|
566
|
+
margin-bottom: 0;
|
|
567
|
+
}
|
|
568
|
+
.callout-block .callout-title {
|
|
569
|
+
margin-top: 0;
|
|
570
|
+
margin-bottom: 5px;
|
|
571
|
+
color: rgba(0, 0, 0, 0.65);
|
|
572
|
+
}
|
|
573
|
+
.callout-info {
|
|
574
|
+
background: #58bbee;
|
|
575
|
+
color: #fff;
|
|
576
|
+
}
|
|
577
|
+
.callout-success {
|
|
578
|
+
background: #75c181;
|
|
579
|
+
color: #fff;
|
|
580
|
+
}
|
|
581
|
+
.callout-warning {
|
|
582
|
+
background: #F88C30;
|
|
583
|
+
color: #fff;
|
|
584
|
+
}
|
|
585
|
+
.callout-danger {
|
|
586
|
+
background: #f77b6b;
|
|
587
|
+
color: #fff;
|
|
588
|
+
}
|
|
589
|
+
.table > thead > tr > th {
|
|
590
|
+
border-bottom-color: #8bd6d8;
|
|
591
|
+
}
|
|
592
|
+
.body-green .table > thead > tr > th {
|
|
593
|
+
border-bottom-color: #bbe1c1;
|
|
594
|
+
}
|
|
595
|
+
.body-blue .table > thead > tr > th {
|
|
596
|
+
border-bottom-color: #b5e1f7;
|
|
597
|
+
}
|
|
598
|
+
.body-orange .table > thead > tr > th {
|
|
599
|
+
border-bottom-color: #fbc393;
|
|
600
|
+
}
|
|
601
|
+
.body-pink .table > thead > tr > th {
|
|
602
|
+
border-bottom-color: #f5aecd;
|
|
603
|
+
}
|
|
604
|
+
.body-purple .table > thead > tr > th {
|
|
605
|
+
border-bottom-color: #b87fce;
|
|
606
|
+
}
|
|
607
|
+
.table-bordered > thead > tr > th {
|
|
608
|
+
border-bottom-color: inherit;
|
|
609
|
+
}
|
|
610
|
+
.table-striped > tbody > tr:nth-of-type(odd) {
|
|
611
|
+
background-color: #f5f5f5;
|
|
612
|
+
}
|
|
613
|
+
.screenshot-holder {
|
|
614
|
+
margin-top: 15px;
|
|
615
|
+
margin-bottom: 15px;
|
|
616
|
+
position: relative;
|
|
617
|
+
text-align: center;
|
|
618
|
+
}
|
|
619
|
+
.screenshot-holder img {
|
|
620
|
+
border: 1px solid #f0f0f0;
|
|
621
|
+
}
|
|
622
|
+
.screenshot-holder .mask {
|
|
623
|
+
display: block;
|
|
624
|
+
visibility: hidden;
|
|
625
|
+
position: absolute;
|
|
626
|
+
width: 100%;
|
|
627
|
+
height: 100%;
|
|
628
|
+
left: 0;
|
|
629
|
+
top: 0;
|
|
630
|
+
background: rgba(0, 0, 0, 0.25);
|
|
631
|
+
cursor: pointer;
|
|
632
|
+
text-decoration: none;
|
|
633
|
+
}
|
|
634
|
+
.screenshot-holder .mask .icon {
|
|
635
|
+
color: #fff;
|
|
636
|
+
font-size: 42px;
|
|
637
|
+
display: block;
|
|
638
|
+
position: absolute;
|
|
639
|
+
width: 100%;
|
|
640
|
+
height: 100%;
|
|
641
|
+
top: 50%;
|
|
642
|
+
margin-top: -21px;
|
|
643
|
+
}
|
|
644
|
+
.screenshot-holder:hover .mask {
|
|
645
|
+
visibility: visible;
|
|
646
|
+
}
|
|
647
|
+
.jumbotron h1 {
|
|
648
|
+
font-size: 28px;
|
|
649
|
+
margin-top: 0;
|
|
650
|
+
margin-bottom: 30px;
|
|
651
|
+
}
|
|
652
|
+
.author-profile {
|
|
653
|
+
margin-top: 30px;
|
|
654
|
+
}
|
|
655
|
+
.author-profile img {
|
|
656
|
+
width: 100px;
|
|
657
|
+
height: 100px;
|
|
658
|
+
}
|
|
659
|
+
.speech-bubble {
|
|
660
|
+
background: #fff;
|
|
661
|
+
-webkit-border-radius: 4px;
|
|
662
|
+
-moz-border-radius: 4px;
|
|
663
|
+
-ms-border-radius: 4px;
|
|
664
|
+
-o-border-radius: 4px;
|
|
665
|
+
border-radius: 4px;
|
|
666
|
+
-moz-background-clip: padding;
|
|
667
|
+
-webkit-background-clip: padding-box;
|
|
668
|
+
background-clip: padding-box;
|
|
669
|
+
padding: 30px;
|
|
670
|
+
margin-top: 20px;
|
|
671
|
+
margin-bottom: 30px;
|
|
672
|
+
position: relative;
|
|
673
|
+
}
|
|
674
|
+
.speech-bubble .speech-title {
|
|
675
|
+
font-size: 16px;
|
|
676
|
+
}
|
|
677
|
+
.jumbotron .speech-bubble p {
|
|
678
|
+
font-size: 14px;
|
|
679
|
+
font-weight: normal;
|
|
680
|
+
color: #616670;
|
|
681
|
+
}
|
|
682
|
+
.speech-bubble:before {
|
|
683
|
+
content: "";
|
|
684
|
+
display: inline-block;
|
|
685
|
+
position: absolute;
|
|
686
|
+
left: 50%;
|
|
687
|
+
top: -10px;
|
|
688
|
+
margin-left: -10px;
|
|
689
|
+
width: 0;
|
|
690
|
+
height: 0;
|
|
691
|
+
border-left: 10px solid transparent;
|
|
692
|
+
border-right: 10px solid transparent;
|
|
693
|
+
border-bottom: 10px solid #fff;
|
|
694
|
+
}
|
|
695
|
+
.card {
|
|
696
|
+
text-align: center;
|
|
697
|
+
border: 1px solid #e3e3e3;
|
|
698
|
+
-webkit-border-radius: 4px;
|
|
699
|
+
-moz-border-radius: 4px;
|
|
700
|
+
-ms-border-radius: 4px;
|
|
701
|
+
-o-border-radius: 4px;
|
|
702
|
+
border-radius: 4px;
|
|
703
|
+
-moz-background-clip: padding;
|
|
704
|
+
-webkit-background-clip: padding-box;
|
|
705
|
+
background-clip: padding-box;
|
|
706
|
+
margin-bottom: 30px;
|
|
707
|
+
position: relative;
|
|
708
|
+
}
|
|
709
|
+
.card .card-block {
|
|
710
|
+
padding: 15px;
|
|
711
|
+
}
|
|
712
|
+
.card .mask {
|
|
713
|
+
display: block;
|
|
714
|
+
visibility: hidden;
|
|
715
|
+
position: absolute;
|
|
716
|
+
width: 100%;
|
|
717
|
+
height: 100%;
|
|
718
|
+
left: 0;
|
|
719
|
+
top: 0;
|
|
720
|
+
background: rgba(0, 0, 0, 0.25);
|
|
721
|
+
cursor: pointer;
|
|
722
|
+
text-decoration: none;
|
|
723
|
+
}
|
|
724
|
+
.card .mask .icon {
|
|
725
|
+
color: #fff;
|
|
726
|
+
font-size: 42px;
|
|
727
|
+
margin-top: 25%;
|
|
728
|
+
}
|
|
729
|
+
.card:hover .mask {
|
|
730
|
+
visibility: visible;
|
|
731
|
+
}
|
|
732
|
+
/* Color Schemes */
|
|
733
|
+
.body-green .header {
|
|
734
|
+
border-color: #75c181;
|
|
735
|
+
}
|
|
736
|
+
.body-green a {
|
|
737
|
+
color: #75c181;
|
|
738
|
+
}
|
|
739
|
+
.body-green a:hover {
|
|
740
|
+
color: #52b161;
|
|
741
|
+
}
|
|
742
|
+
.body-blue .header {
|
|
743
|
+
border-color: #58bbee;
|
|
744
|
+
}
|
|
745
|
+
.body-blue a {
|
|
746
|
+
color: #58bbee;
|
|
747
|
+
}
|
|
748
|
+
.body-blue a:hover {
|
|
749
|
+
color: #2aa8e9;
|
|
750
|
+
}
|
|
751
|
+
.body-orange .header {
|
|
752
|
+
border-color: #F88C30;
|
|
753
|
+
}
|
|
754
|
+
.body-orange a {
|
|
755
|
+
color: #F88C30;
|
|
756
|
+
}
|
|
757
|
+
.body-orange a:hover {
|
|
758
|
+
color: #ed7108;
|
|
759
|
+
}
|
|
760
|
+
.body-pink .header {
|
|
761
|
+
border-color: #EA5395;
|
|
762
|
+
}
|
|
763
|
+
.body-pink a {
|
|
764
|
+
color: #EA5395;
|
|
765
|
+
}
|
|
766
|
+
.body-pink a:hover {
|
|
767
|
+
color: #e42679;
|
|
768
|
+
}
|
|
769
|
+
.body-purple .header {
|
|
770
|
+
border-color: #8A40A7;
|
|
771
|
+
}
|
|
772
|
+
.body-purple a {
|
|
773
|
+
color: #8A40A7;
|
|
774
|
+
}
|
|
775
|
+
.body-purple a:hover {
|
|
776
|
+
color: #6c3282;
|
|
777
|
+
}
|
|
778
|
+
.body-red .header {
|
|
779
|
+
border-color: #f77b6b;
|
|
780
|
+
}
|
|
781
|
+
.body-red a {
|
|
782
|
+
color: #f77b6b;
|
|
783
|
+
}
|
|
784
|
+
.body-red a:hover {
|
|
785
|
+
color: #f4503b;
|
|
786
|
+
}
|
|
787
|
+
/* Sidebar */
|
|
788
|
+
.doc-sidebar {
|
|
789
|
+
width: 200px;
|
|
790
|
+
}
|
|
791
|
+
.doc-menu {
|
|
792
|
+
list-style: none;
|
|
793
|
+
padding-left: 0;
|
|
794
|
+
}
|
|
795
|
+
.doc-menu > li {
|
|
796
|
+
margin-bottom: 5px;
|
|
797
|
+
}
|
|
798
|
+
.doc-menu > li > a {
|
|
799
|
+
display: block;
|
|
800
|
+
padding: 5px 15px;
|
|
801
|
+
border-left: 4px solid transparent;
|
|
802
|
+
color: #616670;
|
|
803
|
+
}
|
|
804
|
+
.doc-menu > li > a:hover,
|
|
805
|
+
.doc-menu > li > a:focus {
|
|
806
|
+
color: #40babd;
|
|
807
|
+
text-decoration: none;
|
|
808
|
+
background: none;
|
|
809
|
+
}
|
|
810
|
+
.body-green .doc-menu > li > a:hover,
|
|
811
|
+
.body-green .doc-menu > li > a:focus {
|
|
812
|
+
color: #75c181;
|
|
813
|
+
}
|
|
814
|
+
.body-blue .doc-menu > li > a:hover,
|
|
815
|
+
.body-blue .doc-menu > li > a:focus {
|
|
816
|
+
color: #58bbee;
|
|
817
|
+
}
|
|
818
|
+
.body-orange .doc-menu > li > a:hover,
|
|
819
|
+
.body-orange .doc-menu > li > a:focus {
|
|
820
|
+
color: #F88C30;
|
|
821
|
+
}
|
|
822
|
+
.body-red .doc-menu > li > a:hover,
|
|
823
|
+
.body-red .doc-menu > li > a:focus {
|
|
824
|
+
color: #f77b6b;
|
|
825
|
+
}
|
|
826
|
+
.body-pink .doc-menu > li > a:hover,
|
|
827
|
+
.body-pink .doc-menu > li > a:focus {
|
|
828
|
+
color: #EA5395;
|
|
829
|
+
}
|
|
830
|
+
.body-purple .doc-menu > li > a:hover,
|
|
831
|
+
.body-purple .doc-menu > li > a:focus {
|
|
832
|
+
color: #8A40A7;
|
|
833
|
+
}
|
|
834
|
+
.doc-menu > li.active > a {
|
|
835
|
+
background: none;
|
|
836
|
+
border-left: 4px solid #40babd;
|
|
837
|
+
color: #40babd;
|
|
838
|
+
font-weight: 600;
|
|
839
|
+
}
|
|
840
|
+
.body-green .doc-menu > li.active > a {
|
|
841
|
+
color: #75c181;
|
|
842
|
+
border-color: #75c181;
|
|
843
|
+
}
|
|
844
|
+
.body-blue .doc-menu > li.active > a {
|
|
845
|
+
color: #58bbee;
|
|
846
|
+
border-color: #58bbee;
|
|
847
|
+
}
|
|
848
|
+
.body-orange .doc-menu > li.active > a {
|
|
849
|
+
color: #F88C30;
|
|
850
|
+
border-color: #F88C30;
|
|
851
|
+
}
|
|
852
|
+
.body-red .doc-menu > li.active > a {
|
|
853
|
+
color: #f77b6b;
|
|
854
|
+
border-color: #f77b6b;
|
|
855
|
+
}
|
|
856
|
+
.body-pink .doc-menu > li.active > a {
|
|
857
|
+
color: #EA5395;
|
|
858
|
+
border-color: #EA5395;
|
|
859
|
+
}
|
|
860
|
+
.body-purple .doc-menu > li.active > a {
|
|
861
|
+
color: #8A40A7;
|
|
862
|
+
border-color: #8A40A7;
|
|
863
|
+
}
|
|
864
|
+
.doc-sub-menu {
|
|
865
|
+
list-style: none;
|
|
866
|
+
padding-left: 0;
|
|
867
|
+
}
|
|
868
|
+
.doc-sub-menu > li {
|
|
869
|
+
margin-bottom: 10px;
|
|
870
|
+
font-size: 12px;
|
|
871
|
+
}
|
|
872
|
+
.doc-sub-menu > li:first-child {
|
|
873
|
+
padding-top: 5px;
|
|
874
|
+
}
|
|
875
|
+
.doc-sub-menu > li > a {
|
|
876
|
+
display: block;
|
|
877
|
+
color: #616670;
|
|
878
|
+
padding: 0;
|
|
879
|
+
padding-left: 34px;
|
|
880
|
+
background: none;
|
|
881
|
+
}
|
|
882
|
+
.doc-sub-menu > li > a:hover {
|
|
883
|
+
color: #40babd;
|
|
884
|
+
text-decoration: none;
|
|
885
|
+
background: none;
|
|
886
|
+
}
|
|
887
|
+
.body-green .doc-sub-menu > li > a:hover {
|
|
888
|
+
color: #75c181;
|
|
889
|
+
}
|
|
890
|
+
.body-blue .doc-sub-menu > li > a:hover {
|
|
891
|
+
color: #58bbee;
|
|
892
|
+
}
|
|
893
|
+
.body-orange .doc-sub-menu > li > a:hover {
|
|
894
|
+
color: #F88C30;
|
|
895
|
+
}
|
|
896
|
+
.body-red .doc-sub-menu > li > a:hover {
|
|
897
|
+
color: #f77b6b;
|
|
898
|
+
}
|
|
899
|
+
.body-pink .doc-sub-menu > li > a:hover {
|
|
900
|
+
color: #EA5395;
|
|
901
|
+
}
|
|
902
|
+
.body-purple .doc-sub-menu > li > a:hover {
|
|
903
|
+
color: #8A40A7;
|
|
904
|
+
}
|
|
905
|
+
.doc-sub-menu > li > a:focus {
|
|
906
|
+
background: none;
|
|
907
|
+
}
|
|
908
|
+
.doc-sub-menu > li.active > a {
|
|
909
|
+
background: none;
|
|
910
|
+
color: #40babd;
|
|
911
|
+
}
|
|
912
|
+
.body-green .doc-sub-menu > li.active > a {
|
|
913
|
+
color: #75c181;
|
|
914
|
+
}
|
|
915
|
+
.body-blue .doc-sub-menu > li.active > a {
|
|
916
|
+
color: #58bbee;
|
|
917
|
+
}
|
|
918
|
+
.body-orange .doc-sub-menu > li.active > a {
|
|
919
|
+
color: #F88C30;
|
|
920
|
+
}
|
|
921
|
+
.body-red .doc-sub-menu > li.active > a {
|
|
922
|
+
color: #f77b6b;
|
|
923
|
+
}
|
|
924
|
+
.body-pink .doc-sub-menu > li.active > a {
|
|
925
|
+
color: #EA5395;
|
|
926
|
+
}
|
|
927
|
+
.body-purple .doc-sub-menu > li.active > a {
|
|
928
|
+
color: #8A40A7;
|
|
929
|
+
}
|
|
930
|
+
.affix-top {
|
|
931
|
+
position: absolute;
|
|
932
|
+
top: 15px;
|
|
933
|
+
}
|
|
934
|
+
.affix {
|
|
935
|
+
top: 15px;
|
|
936
|
+
}
|
|
937
|
+
.affix,
|
|
938
|
+
.affix-bottom {
|
|
939
|
+
width: 230px;
|
|
940
|
+
}
|
|
941
|
+
.affix-bottom {
|
|
942
|
+
position: absolute;
|
|
943
|
+
}
|
|
944
|
+
/* ===== Promo block ===== */
|
|
945
|
+
.promo-block {
|
|
946
|
+
background: #3aa7aa;
|
|
947
|
+
}
|
|
948
|
+
.body-green .promo-block {
|
|
949
|
+
background: #63b971;
|
|
950
|
+
}
|
|
951
|
+
.body-blue .promo-block {
|
|
952
|
+
background: #41b2ec;
|
|
953
|
+
}
|
|
954
|
+
.body-orange .promo-block {
|
|
955
|
+
background: #f77e17;
|
|
956
|
+
}
|
|
957
|
+
.body-pink .promo-block {
|
|
958
|
+
background: #e73c87;
|
|
959
|
+
}
|
|
960
|
+
.body-purple .promo-block {
|
|
961
|
+
background: #7b3995;
|
|
962
|
+
}
|
|
963
|
+
.promo-block a {
|
|
964
|
+
color: rgba(0, 0, 0, 0.5);
|
|
965
|
+
}
|
|
966
|
+
.promo-block a:hover {
|
|
967
|
+
color: rgba(0, 0, 0, 0.6);
|
|
968
|
+
}
|
|
969
|
+
.promo-block .promo-block-inner {
|
|
970
|
+
padding: 45px;
|
|
971
|
+
color: #fff;
|
|
972
|
+
-webkit-border-radius: 4px;
|
|
973
|
+
-moz-border-radius: 4px;
|
|
974
|
+
-ms-border-radius: 4px;
|
|
975
|
+
-o-border-radius: 4px;
|
|
976
|
+
border-radius: 4px;
|
|
977
|
+
-moz-background-clip: padding;
|
|
978
|
+
-webkit-background-clip: padding-box;
|
|
979
|
+
background-clip: padding-box;
|
|
980
|
+
}
|
|
981
|
+
.promo-block .promo-title {
|
|
982
|
+
font-size: 20px;
|
|
983
|
+
font-weight: 800;
|
|
984
|
+
margin-top: 0;
|
|
985
|
+
margin-bottom: 45px;
|
|
986
|
+
}
|
|
987
|
+
.promo-block .promo-title .fa {
|
|
988
|
+
color: rgba(0, 0, 0, 0.5);
|
|
989
|
+
}
|
|
990
|
+
.promo-block .figure-holder-inner {
|
|
991
|
+
background: #fff;
|
|
992
|
+
margin-bottom: 30px;
|
|
993
|
+
position: relative;
|
|
994
|
+
text-align: center;
|
|
995
|
+
}
|
|
996
|
+
.promo-block .figure-holder-inner img {
|
|
997
|
+
border: 5px solid #fff;
|
|
998
|
+
}
|
|
999
|
+
.promo-block .figure-holder-inner .mask {
|
|
1000
|
+
display: block;
|
|
1001
|
+
visibility: hidden;
|
|
1002
|
+
position: absolute;
|
|
1003
|
+
width: 100%;
|
|
1004
|
+
height: 100%;
|
|
1005
|
+
left: 0;
|
|
1006
|
+
top: 0;
|
|
1007
|
+
background: rgba(255, 255, 255, 0.65);
|
|
1008
|
+
cursor: pointer;
|
|
1009
|
+
text-decoration: none;
|
|
1010
|
+
}
|
|
1011
|
+
.promo-block .figure-holder-inner .mask .icon {
|
|
1012
|
+
color: #fff;
|
|
1013
|
+
font-size: 42px;
|
|
1014
|
+
display: block;
|
|
1015
|
+
position: absolute;
|
|
1016
|
+
width: 100%;
|
|
1017
|
+
height: 100%;
|
|
1018
|
+
top: 50%;
|
|
1019
|
+
margin-top: -21px;
|
|
1020
|
+
}
|
|
1021
|
+
.promo-block .figure-holder-inner .mask .icon.pink {
|
|
1022
|
+
color: #EA5395;
|
|
1023
|
+
}
|
|
1024
|
+
.promo-block .figure-holder-inner:hover .mask {
|
|
1025
|
+
visibility: visible;
|
|
1026
|
+
}
|
|
1027
|
+
.promo-block .content-holder-inner {
|
|
1028
|
+
padding-left: 15px;
|
|
1029
|
+
padding-right: 15px;
|
|
1030
|
+
}
|
|
1031
|
+
.promo-block .content-title {
|
|
1032
|
+
font-size: 16px;
|
|
1033
|
+
font-weight: 600;
|
|
1034
|
+
margin-top: 0;
|
|
1035
|
+
}
|
|
1036
|
+
.promo-block .highlight {
|
|
1037
|
+
color: rgba(0, 0, 0, 0.4);
|
|
1038
|
+
}
|
|
1039
|
+
.promo-block .btn-cta {
|
|
1040
|
+
background: rgba(0, 0, 0, 0.35);
|
|
1041
|
+
border: none;
|
|
1042
|
+
color: #fff !important;
|
|
1043
|
+
margin-bottom: 15px;
|
|
1044
|
+
}
|
|
1045
|
+
.promo-block .btn-cta:hover {
|
|
1046
|
+
background: rgba(0, 0, 0, 0.5);
|
|
1047
|
+
border: none;
|
|
1048
|
+
color: #fff !important;
|
|
1049
|
+
}
|
|
1050
|
+
/* Extra small devices (phones, less than 768px) */
|
|
1051
|
+
@media (max-width: 767px) {
|
|
1052
|
+
.doc-content {
|
|
1053
|
+
margin-left: 0;
|
|
1054
|
+
}
|
|
1055
|
+
.jumbotron {
|
|
1056
|
+
padding: 30px 15px;
|
|
1057
|
+
}
|
|
1058
|
+
.jumbotron h1 {
|
|
1059
|
+
font-size: 24px;
|
|
1060
|
+
margin-bottom: 15px;
|
|
1061
|
+
}
|
|
1062
|
+
.jumbotron p {
|
|
1063
|
+
font-size: 18px;
|
|
1064
|
+
}
|
|
1065
|
+
.promo-block .promo-block-inner {
|
|
1066
|
+
padding: 30px 15px;
|
|
1067
|
+
}
|
|
1068
|
+
.promo-block .content-holder-inner {
|
|
1069
|
+
padding: 0;
|
|
1070
|
+
}
|
|
1071
|
+
.promo-block .promo-title {
|
|
1072
|
+
margin-bottom: 30px;
|
|
1073
|
+
}
|
|
1074
|
+
}
|
|
1075
|
+
/* Small devices (tablets, 768px and up) */
|
|
1076
|
+
/* Medium devices (desktops, 992px and up) */
|
|
1077
|
+
/* Large devices (large desktops, 1200px and up) */
|
|
1078
|
+
/* ======= Landing Page ======= */
|
|
1079
|
+
.landing-page .header {
|
|
1080
|
+
background: #494d55;
|
|
1081
|
+
color: rgba(255, 255, 255, 0.85);
|
|
1082
|
+
padding: 60px 0;
|
|
1083
|
+
}
|
|
1084
|
+
.landing-page .header a {
|
|
1085
|
+
color: #fff;
|
|
1086
|
+
}
|
|
1087
|
+
.landing-page .branding {
|
|
1088
|
+
text-transform: uppercase;
|
|
1089
|
+
margin-bottom: 20px;
|
|
1090
|
+
}
|
|
1091
|
+
.landing-page .branding .logo {
|
|
1092
|
+
font-size: 38px;
|
|
1093
|
+
margin-top: 0;
|
|
1094
|
+
margin-bottom: 0;
|
|
1095
|
+
}
|
|
1096
|
+
.landing-page .branding .text-bold {
|
|
1097
|
+
font-weight: 800;
|
|
1098
|
+
color: #fff;
|
|
1099
|
+
}
|
|
1100
|
+
.landing-page .branding .icon {
|
|
1101
|
+
font-size: 32px;
|
|
1102
|
+
color: #40babd;
|
|
1103
|
+
}
|
|
1104
|
+
.landing-page .tagline {
|
|
1105
|
+
font-weight: 600;
|
|
1106
|
+
font-size: 20px;
|
|
1107
|
+
}
|
|
1108
|
+
.landing-page .tagline p {
|
|
1109
|
+
margin-bottom: 5px;
|
|
1110
|
+
}
|
|
1111
|
+
.landing-page .tagline .text-highlight {
|
|
1112
|
+
color: #266f71;
|
|
1113
|
+
}
|
|
1114
|
+
.landing-page .fa-heart {
|
|
1115
|
+
color: #EA5395;
|
|
1116
|
+
}
|
|
1117
|
+
.landing-page .cta-container {
|
|
1118
|
+
margin-top: 30px;
|
|
1119
|
+
}
|
|
1120
|
+
.landing-page .social-container {
|
|
1121
|
+
margin-top: 30px;
|
|
1122
|
+
}
|
|
1123
|
+
.landing-page .social-container .twitter-tweet {
|
|
1124
|
+
display: inline-block;
|
|
1125
|
+
margin-right: 5px;
|
|
1126
|
+
position: relative;
|
|
1127
|
+
top: 5px;
|
|
1128
|
+
}
|
|
1129
|
+
.landing-page .social-container .fab-like {
|
|
1130
|
+
display: inline-block;
|
|
1131
|
+
}
|
|
1132
|
+
.cards-section {
|
|
1133
|
+
padding: 60px 0;
|
|
1134
|
+
background: #f9f9fb;
|
|
1135
|
+
}
|
|
1136
|
+
.cards-section .title {
|
|
1137
|
+
margin-top: 0;
|
|
1138
|
+
margin-bottom: 15px;
|
|
1139
|
+
font-size: 24px;
|
|
1140
|
+
font-weight: 600;
|
|
1141
|
+
}
|
|
1142
|
+
.cards-section .intro {
|
|
1143
|
+
margin: 0 auto;
|
|
1144
|
+
max-width: 800px;
|
|
1145
|
+
margin-bottom: 60px;
|
|
1146
|
+
color: #616670;
|
|
1147
|
+
}
|
|
1148
|
+
.cards-section .cards-wrapper {
|
|
1149
|
+
max-width: 860px;
|
|
1150
|
+
margin-left: auto;
|
|
1151
|
+
margin-right: auto;
|
|
1152
|
+
}
|
|
1153
|
+
.cards-section .item {
|
|
1154
|
+
margin-bottom: 30px;
|
|
1155
|
+
}
|
|
1156
|
+
.cards-section .item .icon-holder {
|
|
1157
|
+
margin-bottom: 15px;
|
|
1158
|
+
}
|
|
1159
|
+
.cards-section .item .icon {
|
|
1160
|
+
font-size: 36px;
|
|
1161
|
+
}
|
|
1162
|
+
.cards-section .item .title {
|
|
1163
|
+
font-size: 16px;
|
|
1164
|
+
font-weight: 600;
|
|
1165
|
+
}
|
|
1166
|
+
.cards-section .item .intro {
|
|
1167
|
+
margin-bottom: 15px;
|
|
1168
|
+
}
|
|
1169
|
+
.cards-section .item-inner {
|
|
1170
|
+
padding: 45px 30px;
|
|
1171
|
+
background: #fff;
|
|
1172
|
+
position: relative;
|
|
1173
|
+
border: 1px solid #f0f0f0;
|
|
1174
|
+
-webkit-border-radius: 4px;
|
|
1175
|
+
-moz-border-radius: 4px;
|
|
1176
|
+
-ms-border-radius: 4px;
|
|
1177
|
+
-o-border-radius: 4px;
|
|
1178
|
+
border-radius: 4px;
|
|
1179
|
+
-moz-background-clip: padding;
|
|
1180
|
+
-webkit-background-clip: padding-box;
|
|
1181
|
+
background-clip: padding-box;
|
|
1182
|
+
}
|
|
1183
|
+
.cards-section .item-inner .link {
|
|
1184
|
+
position: absolute;
|
|
1185
|
+
width: 100%;
|
|
1186
|
+
height: 100%;
|
|
1187
|
+
top: 0;
|
|
1188
|
+
left: 0;
|
|
1189
|
+
z-index: 1;
|
|
1190
|
+
background-image: url("../images/empty.gif");
|
|
1191
|
+
/* for IE8 */
|
|
1192
|
+
}
|
|
1193
|
+
.cards-section .item-inner:hover {
|
|
1194
|
+
background: #f5f5f5;
|
|
1195
|
+
}
|
|
1196
|
+
.cards-section .item-primary .item-inner {
|
|
1197
|
+
border-top: 3px solid #40babd;
|
|
1198
|
+
}
|
|
1199
|
+
.cards-section .item-primary .item-inner:hover .title {
|
|
1200
|
+
color: #2d8284;
|
|
1201
|
+
}
|
|
1202
|
+
.cards-section .item-primary .icon {
|
|
1203
|
+
color: #40babd;
|
|
1204
|
+
}
|
|
1205
|
+
.cards-section .item-green .item-inner {
|
|
1206
|
+
border-top: 3px solid #75c181;
|
|
1207
|
+
}
|
|
1208
|
+
.cards-section .item-green .item-inner:hover .title {
|
|
1209
|
+
color: #48a156;
|
|
1210
|
+
}
|
|
1211
|
+
.cards-section .item-green .icon {
|
|
1212
|
+
color: #75c181;
|
|
1213
|
+
}
|
|
1214
|
+
.cards-section .item-blue .item-inner {
|
|
1215
|
+
border-top: 3px solid #58bbee;
|
|
1216
|
+
}
|
|
1217
|
+
.cards-section .item-blue .item-inner:hover .title {
|
|
1218
|
+
color: #179de2;
|
|
1219
|
+
}
|
|
1220
|
+
.cards-section .item-blue .icon {
|
|
1221
|
+
color: #58bbee;
|
|
1222
|
+
}
|
|
1223
|
+
.cards-section .item-orange .item-inner {
|
|
1224
|
+
border-top: 3px solid #F88C30;
|
|
1225
|
+
}
|
|
1226
|
+
.cards-section .item-orange .item-inner:hover .title {
|
|
1227
|
+
color: #d46607;
|
|
1228
|
+
}
|
|
1229
|
+
.cards-section .item-orange .icon {
|
|
1230
|
+
color: #F88C30;
|
|
1231
|
+
}
|
|
1232
|
+
.cards-section .item-red .item-inner {
|
|
1233
|
+
border-top: 3px solid #f77b6b;
|
|
1234
|
+
}
|
|
1235
|
+
.cards-section .item-red .item-inner:hover .title {
|
|
1236
|
+
color: #f33a22;
|
|
1237
|
+
}
|
|
1238
|
+
.cards-section .item-red .icon {
|
|
1239
|
+
color: #f77b6b;
|
|
1240
|
+
}
|
|
1241
|
+
.cards-section .item-pink .item-inner {
|
|
1242
|
+
border-top: 3px solid #EA5395;
|
|
1243
|
+
}
|
|
1244
|
+
.cards-section .item-pink .item-inner:hover .title {
|
|
1245
|
+
color: #d61a6c;
|
|
1246
|
+
}
|
|
1247
|
+
.cards-section .item-pink .icon {
|
|
1248
|
+
color: #EA5395;
|
|
1249
|
+
}
|
|
1250
|
+
.cards-section .item-purple .item-inner {
|
|
1251
|
+
border-top: 3px solid #8A40A7;
|
|
1252
|
+
}
|
|
1253
|
+
.cards-section .item-purple .item-inner:hover .title {
|
|
1254
|
+
color: #5c2b70;
|
|
1255
|
+
}
|
|
1256
|
+
.cards-section .item-purple .icon {
|
|
1257
|
+
color: #8A40A7;
|
|
1258
|
+
}
|
|
1259
|
+
/* Extra small devices (phones, less than 768px) */
|
|
1260
|
+
@media (max-width: 767px) {
|
|
1261
|
+
.cards-section .item-inner {
|
|
1262
|
+
padding: 30px 15px;
|
|
1263
|
+
}
|
|
1264
|
+
}
|
|
1265
|
+
/* Small devices (tablets, 768px and up) */
|
|
1266
|
+
/* Medium devices (desktops, 992px and up) */
|
|
1267
|
+
/* Large devices (large desktops, 1200px and up) */
|