2014-12-22 03:37:54 +01:00
|
|
|
body {
|
2016-04-01 12:45:37 +02:00
|
|
|
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
|
2014-12-22 03:37:54 +01:00
|
|
|
}
|
|
|
|
|
|
2015-01-07 18:02:31 +01:00
|
|
|
.navbar {
|
|
|
|
|
margin-bottom: 0;
|
2016-04-01 12:45:37 +02:00
|
|
|
min-height: 60px;
|
2015-01-07 18:02:31 +01:00
|
|
|
}
|
|
|
|
|
|
2014-12-22 03:37:54 +01:00
|
|
|
.navbar-brand {
|
2016-04-01 12:45:37 +02:00
|
|
|
margin-top: 4px;
|
|
|
|
|
font-family: Lato, sans-serif;
|
|
|
|
|
font-size: 26px;
|
|
|
|
|
font-weight: 300;
|
2015-01-26 02:10:47 +01:00
|
|
|
color: #aaa;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar-brand img {
|
2016-04-01 12:45:37 +02:00
|
|
|
height: 30px;
|
2015-01-26 02:10:47 +01:00
|
|
|
display: inline;
|
2016-04-01 12:45:37 +02:00
|
|
|
margin-top: -5px;
|
2015-01-26 02:10:47 +01:00
|
|
|
margin-right: 3px;
|
2014-12-22 03:37:54 +01:00
|
|
|
}
|
|
|
|
|
|
2016-04-01 12:45:37 +02:00
|
|
|
.navbar-toggle {
|
|
|
|
|
margin-top: 22px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar-jumbotron .navbar {
|
|
|
|
|
min-height: 83px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar-jumbotron .navbar-brand {
|
|
|
|
|
margin-top: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar-jumbotron .main-nav {
|
|
|
|
|
margin-top: 17px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.main-nav {
|
|
|
|
|
margin-top: 4px;
|
|
|
|
|
letter-spacing: 1px;
|
|
|
|
|
font-family: 'Lato', sans-serif;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
}
|
|
|
|
|
|
2014-12-22 03:37:54 +01:00
|
|
|
.jumbotron {
|
|
|
|
|
background-color: #e6522c;
|
|
|
|
|
background-image: url("/assets/jumbotron-background.png");
|
|
|
|
|
text-align: center;
|
2016-04-01 12:45:37 +02:00
|
|
|
font-family: Lato, sans-serif;
|
|
|
|
|
text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
|
2016-07-18 22:07:10 +02:00
|
|
|
margin-bottom: 0px;
|
2015-01-26 02:10:47 +01:00
|
|
|
padding: 40px 0;
|
2014-12-22 03:37:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.jumbotron h1 {
|
2016-04-01 12:45:37 +02:00
|
|
|
margin-top: 30px;
|
|
|
|
|
font-size: 52px;
|
|
|
|
|
font-weight: 300;
|
2014-12-22 03:37:54 +01:00
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
2016-04-01 12:45:37 +02:00
|
|
|
.jumbotron .subtitle {
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
font-size: 32px;
|
|
|
|
|
color: rgba(255,255,255,0.8);
|
|
|
|
|
margin-bottom: 20px;
|
2014-12-22 03:37:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.jumbotron a.btn {
|
|
|
|
|
border: none;
|
|
|
|
|
background-color: rgba(0,0,0,0.15);
|
|
|
|
|
color: #fff;
|
2016-04-01 12:45:37 +02:00
|
|
|
padding: 20px 25px 20px 25px;
|
2016-04-16 03:40:58 -04:00
|
|
|
margin: 15px 10px 0 10px;
|
|
|
|
|
text-transform: uppercase;
|
2014-12-22 03:37:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.jumbotron a.btn:hover {
|
|
|
|
|
background-color: rgba(0,0,0,0.25);
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
2016-07-18 22:07:10 +02:00
|
|
|
.newsbar {
|
|
|
|
|
background-color: #eee;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-family: Lato, sans-serif;
|
|
|
|
|
padding: 25px 0;
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
margin-bottom: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
2016-04-01 12:45:37 +02:00
|
|
|
.feature-item {
|
|
|
|
|
font-family: 'Lato', sans-serif;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
cursor: pointer;
|
2015-01-26 02:10:47 +01:00
|
|
|
}
|
|
|
|
|
|
2016-04-01 12:45:37 +02:00
|
|
|
.feature-item:hover {
|
|
|
|
|
background-color: #fad9d1;
|
|
|
|
|
border-radius: 3px;
|
2015-01-26 02:10:47 +01:00
|
|
|
}
|
|
|
|
|
|
2016-04-01 12:45:37 +02:00
|
|
|
.feature-item a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color: none;
|
2015-01-07 18:02:58 +01:00
|
|
|
}
|
|
|
|
|
|
2016-04-01 12:45:37 +02:00
|
|
|
.feature-item h2 {
|
|
|
|
|
color: #333;
|
|
|
|
|
font-weight: 300;
|
2015-01-07 18:34:59 +01:00
|
|
|
font-size: 25px;
|
|
|
|
|
white-space: nowrap;
|
2017-01-14 20:34:14 +00:00
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
2017-02-21 17:11:04 +00:00
|
|
|
line-height: normal;
|
2015-01-07 18:34:59 +01:00
|
|
|
}
|
|
|
|
|
|
2016-04-01 12:45:37 +02:00
|
|
|
.feature-item .fa {
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
color: #e6522c;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.feature-item p {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
line-height: 1.8em;
|
|
|
|
|
text-rendering: optimizeLegibility;
|
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
|
color: #111;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.top-hr {
|
|
|
|
|
margin-top: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.quote {
|
|
|
|
|
margin: 25px 0 25px 0;
|
|
|
|
|
font-family: 'Lato', sans-serif;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.quote-text {
|
|
|
|
|
width: 60%;
|
|
|
|
|
margin: auto;
|
|
|
|
|
font-size: 22px;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
color: #be3511;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.quote-source {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
margin-left: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.open-source {
|
2016-04-12 15:35:16 +02:00
|
|
|
margin: 25px 0 20px 0;
|
2016-04-01 12:45:37 +02:00
|
|
|
font-family: 'Lato', sans-serif;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.open-source h1 {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.open-source p {
|
|
|
|
|
width: 50%;
|
|
|
|
|
margin: auto;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
2016-04-12 15:35:16 +02:00
|
|
|
.open-source .github-stars {
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
width: 160px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
2017-04-10 14:19:23 +01:00
|
|
|
@media screen and (max-width: 365px) {
|
|
|
|
|
.open-source img {
|
|
|
|
|
width: 90%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-04-01 12:45:37 +02:00
|
|
|
.trusted-by {
|
|
|
|
|
font-family: 'Lato', sans-serif;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logos {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
2017-04-10 14:19:23 +01:00
|
|
|
flex-flow: row wrap;
|
2016-04-01 12:45:37 +02:00
|
|
|
}
|
|
|
|
|
|
2017-04-10 14:19:23 +01:00
|
|
|
.logos img {
|
|
|
|
|
flex: 1 1 auto;
|
|
|
|
|
padding: 22px;
|
|
|
|
|
max-width: 220px;
|
|
|
|
|
max-height: 101px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2015-01-22 17:35:55 +01:00
|
|
|
footer {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: #333;
|
2014-12-22 03:37:54 +01:00
|
|
|
}
|
|
|
|
|
|
2016-04-16 03:40:58 -04:00
|
|
|
/* Downloads related styles. */
|
|
|
|
|
.download h2 {
|
|
|
|
|
margin-top: 2em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.download-selection {
|
|
|
|
|
clear: both;
|
|
|
|
|
}
|
|
|
|
|
|
2017-03-01 22:44:21 -04:00
|
|
|
.download .alert {
|
|
|
|
|
clear: both;
|
|
|
|
|
}
|
|
|
|
|
|
2016-04-16 03:40:58 -04:00
|
|
|
.download-selection .btn-group {
|
|
|
|
|
padding-right: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.downloads .checksum {
|
2017-04-15 00:07:48 -03:00
|
|
|
font-family: monospace;
|
|
|
|
|
font-size: .6em;
|
|
|
|
|
vertical-align: bottom;
|
2016-04-16 03:40:58 -04:00
|
|
|
}
|
|
|
|
|
|
2014-12-22 03:37:54 +01:00
|
|
|
/* Docs-related styles. */
|
2015-04-13 19:06:17 +02:00
|
|
|
.side-nav-col {
|
|
|
|
|
z-index: 100;
|
|
|
|
|
}
|
|
|
|
|
|
2014-12-22 03:37:54 +01:00
|
|
|
.side-nav {
|
|
|
|
|
margin-top: 20px;
|
2016-04-16 18:37:03 +02:00
|
|
|
padding: 5px 20px 20px 7px;
|
2014-12-22 03:37:54 +01:00
|
|
|
}
|
|
|
|
|
|
2015-04-13 19:06:17 +02:00
|
|
|
.side-nav .fa {
|
2016-03-29 21:32:39 -04:00
|
|
|
width: 20px;
|
2015-04-13 19:06:17 +02:00
|
|
|
color: #555;
|
|
|
|
|
}
|
|
|
|
|
|
2014-12-22 03:37:54 +01:00
|
|
|
.side-nav a {
|
|
|
|
|
color: #333;
|
|
|
|
|
}
|
|
|
|
|
|
2014-12-22 18:39:39 +01:00
|
|
|
.side-nav > li {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2014-12-22 03:37:54 +01:00
|
|
|
.side-nav .nav-header {
|
|
|
|
|
display: block;
|
2015-01-07 18:02:58 +01:00
|
|
|
margin: 20px auto 15px auto;
|
2016-03-29 21:32:39 -04:00
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
2016-04-04 02:34:10 +02:00
|
|
|
.side-nav .nav-header a, .side-nav .nav-header {
|
2016-03-29 21:32:39 -04:00
|
|
|
color: #e6522c;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
text-decoration: none;
|
2014-12-22 03:37:54 +01:00
|
|
|
}
|
|
|
|
|
|
2016-03-29 21:32:39 -04:00
|
|
|
.side-nav ul.active li.active {
|
2015-01-07 18:02:58 +01:00
|
|
|
border-left: 3px solid #e6522c;
|
|
|
|
|
margin-left: -2px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.side-nav li ul li {
|
|
|
|
|
border-left: 1px solid #e9eff2;
|
2014-12-22 03:37:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.doc-content {
|
2016-04-01 12:45:37 +02:00
|
|
|
font-size: 16px;
|
2014-12-22 18:39:39 +01:00
|
|
|
}
|
|
|
|
|
|
2014-12-26 00:28:07 +01:00
|
|
|
.doc-content p, .doc-content.ul, .doc-content .alert {
|
2016-04-01 12:45:37 +02:00
|
|
|
margin: 15px 0 15px 0;
|
|
|
|
|
line-height: 1.5;
|
2014-12-22 18:39:39 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.doc-content > h1 {
|
|
|
|
|
color: #e6522c;
|
2016-04-01 12:45:37 +02:00
|
|
|
font-size: 30px;
|
2014-12-22 18:39:39 +01:00
|
|
|
text-transform: uppercase;
|
|
|
|
|
margin: 40px 0 10px 0;
|
|
|
|
|
}
|
|
|
|
|
|
2015-04-22 15:50:09 +02:00
|
|
|
.doc-content > h1 a {
|
|
|
|
|
color: #e6522c;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.doc-content.blog > h1 {
|
|
|
|
|
text-transform: none;
|
|
|
|
|
}
|
|
|
|
|
|
2016-09-04 14:02:27 +02:00
|
|
|
.doc-content.blog .sponsor-logos > a > img {
|
|
|
|
|
width: 250px;
|
|
|
|
|
display: inline-block !important;
|
|
|
|
|
margin: 15px 55px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-12-22 18:39:39 +01:00
|
|
|
.doc-content > h2 {
|
|
|
|
|
color: #e6522c;
|
2016-04-01 12:45:37 +02:00
|
|
|
font-size: 22px;
|
2014-12-22 18:39:39 +01:00
|
|
|
}
|
|
|
|
|
|
2014-12-22 23:18:04 +01:00
|
|
|
.doc-content > h2 code {
|
|
|
|
|
color: #e6522c;
|
|
|
|
|
background: none;
|
|
|
|
|
}
|
|
|
|
|
|
2014-12-26 00:20:22 +00:00
|
|
|
.doc-content > h3 {
|
2016-04-01 12:45:37 +02:00
|
|
|
font-size: 20px;
|
|
|
|
|
font-weight: bold;
|
2014-12-26 00:20:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.doc-content > h4 {
|
2015-01-08 14:58:02 +01:00
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 18px;
|
2015-03-26 16:01:25 +01:00
|
|
|
margin-top: 20px;
|
2014-12-26 00:20:22 +00:00
|
|
|
}
|
|
|
|
|
|
2015-01-07 18:02:31 +01:00
|
|
|
.doc-content a.header-anchor {
|
|
|
|
|
padding-left: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.doc-content a.header-anchor:after {
|
|
|
|
|
content: "\F0C1";
|
|
|
|
|
font-family: FontAwesome;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-size: .8em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.doc-content a.header-anchor:link,
|
|
|
|
|
.doc-content a.header-anchor:visited {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.doc-content h1:hover a.header-anchor:hover,
|
|
|
|
|
.doc-content h2:hover a.header-anchor:hover,
|
|
|
|
|
.doc-content h3:hover a.header-anchor:hover,
|
|
|
|
|
.doc-content h4:hover a.header-anchor:hover,
|
|
|
|
|
.doc-content h5:hover a.header-anchor:hover,
|
|
|
|
|
.doc-content h6:hover a.header-anchor:hover {
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.doc-content h1:hover a.header-anchor,
|
|
|
|
|
.doc-content h2:hover a.header-anchor,
|
|
|
|
|
.doc-content h3:hover a.header-anchor,
|
|
|
|
|
.doc-content h4:hover a.header-anchor,
|
|
|
|
|
.doc-content h5:hover a.header-anchor,
|
|
|
|
|
.doc-content h6:hover a.header-anchor {
|
|
|
|
|
color: #999;
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
|
|
|
|
|
2015-01-25 18:05:08 +01:00
|
|
|
.doc-content img {
|
|
|
|
|
width: 90%;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
2016-07-27 23:55:13 +02:00
|
|
|
.doc-content img.orig-size {
|
|
|
|
|
width: auto;
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-20 00:07:19 -05:00
|
|
|
.toc {
|
|
|
|
|
padding: 1em;
|
2016-04-11 22:27:34 +02:00
|
|
|
background-color: #f5f5f5;
|
2016-01-20 00:07:19 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.toc-right {
|
|
|
|
|
float: right;
|
|
|
|
|
width: 40%;
|
|
|
|
|
margin: 0 0 0.5em 0.5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.toc ul {
|
|
|
|
|
padding: 0 0 0 1.5em;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.toc a code {
|
|
|
|
|
color: #337ab7;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
2014-10-21 19:55:55 +02:00
|
|
|
pre {
|
2016-04-01 12:45:37 +02:00
|
|
|
border: 1px solid #ddd;
|
|
|
|
|
border-left: 4px solid #e6522c;
|
|
|
|
|
border-radius: 0;
|
2014-12-22 03:37:54 +01:00
|
|
|
font-family: "Courier New", Monaco, Menlo, Consolas, monospace;
|
2016-04-11 22:27:34 +02:00
|
|
|
background-color: #f5f5f5;
|
2016-01-20 11:17:37 -05:00
|
|
|
color: #333;
|
2016-04-01 12:45:37 +02:00
|
|
|
padding: 15px;
|
2014-10-21 19:55:55 +02:00
|
|
|
}
|
|
|
|
|
|
2016-04-01 12:45:37 +02:00
|
|
|
pre code {
|
|
|
|
|
white-space: pre;
|
2014-10-21 19:55:55 +02:00
|
|
|
}
|
2014-12-22 14:49:25 +01:00
|
|
|
|
2016-04-01 12:45:37 +02:00
|
|
|
code {
|
|
|
|
|
color: #333;
|
2014-12-22 14:49:25 +01:00
|
|
|
}
|
2015-04-22 15:50:09 +02:00
|
|
|
|
|
|
|
|
aside {
|
|
|
|
|
color: #888;
|
|
|
|
|
padding-bottom: 8px;
|
|
|
|
|
border-bottom: 1px solid #aaa;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
article {
|
|
|
|
|
margin: 10px 0 60px 0;
|
|
|
|
|
}
|