2017-07-21 13:35:40 +02:00
|
|
|
@font-face {
|
|
|
|
|
font-family: 'Open Sans';
|
|
|
|
|
src: url("../components/open-sans-fontface-1.4.0/fonts/Regular/OpenSans-Regular.eot?v=1.1.0");
|
|
|
|
|
src: url("../components/open-sans-fontface-1.4.0/fonts/Regular/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"),
|
|
|
|
|
url("../components/open-sans-fontface-1.4.0/fonts/Regular/OpenSans-Regular.woff?v=1.1.0") format("woff"),
|
|
|
|
|
url("../components/open-sans-fontface-1.4.0/fonts/Regular/OpenSans-Regular.ttf?v=1.1.0") format("truetype"),
|
|
|
|
|
url("../components/open-sans-fontface-1.4.0/fonts/Regular/OpenSans-Regular.svg?v=1.1.0#OpenSansBold") format("svg");
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'Open Sans';
|
|
|
|
|
src: url("../components/open-sans-fontface-1.4.0/fonts/Semibold/OpenSans-Semibold.eot?v=1.1.0");
|
|
|
|
|
src: url("../components/open-sans-fontface-1.4.0/fonts/Semibold/OpenSans-Semibold.eot?#iefix&v=1.1.0") format("embedded-opentype"),
|
|
|
|
|
url("../components/open-sans-fontface-1.4.0/fonts/Semibold/OpenSans-Semibold.woff?v=1.1.0") format("woff"),
|
|
|
|
|
url("../components/open-sans-fontface-1.4.0/fonts/Semibold/OpenSans-Semibold.ttf?v=1.1.0") format("truetype"),
|
|
|
|
|
url("../components/open-sans-fontface-1.4.0/fonts/Semibold/OpenSans-Semibold.svg?v=1.1.0#OpenSansBold") format("svg");
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'Open Sans';
|
|
|
|
|
src: url("../components/open-sans-fontface-1.4.0/fonts/Bold/OpenSans-Bold.eot?v=1.1.0");
|
|
|
|
|
src: url("../components/open-sans-fontface-1.4.0/fonts/Bold/OpenSans-Bold.eot?#iefix&v=1.1.0") format("embedded-opentype"),
|
|
|
|
|
url("../components/open-sans-fontface-1.4.0/fonts/Bold/OpenSans-Bold.woff?v=1.1.0") format("woff"),
|
|
|
|
|
url("../components/open-sans-fontface-1.4.0/fonts/Bold/OpenSans-Bold.ttf?v=1.1.0") format("truetype"),
|
|
|
|
|
url("../components/open-sans-fontface-1.4.0/fonts/Bold/OpenSans-Bold.svg?v=1.1.0#OpenSansBold") format("svg");
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
}
|
|
|
|
|
|
2014-02-16 18:54:52 -05:00
|
|
|
html, body {
|
2014-09-03 13:38:36 -07:00
|
|
|
position: relative;
|
|
|
|
|
height: 100%;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
2014-02-16 18:54:52 -05:00
|
|
|
|
2014-02-16 19:33:54 -05:00
|
|
|
#wrapper {
|
2014-09-03 13:38:36 -07:00
|
|
|
min-height: 100%;
|
|
|
|
|
position: relative;
|
|
|
|
|
padding-bottom: 120px;
|
2014-02-16 19:33:54 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer {
|
2014-09-03 13:38:36 -07:00
|
|
|
border-top: 20px solid white;
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
z-index: 100;
|
2014-02-16 19:33:54 -05:00
|
|
|
padding-top: 2em;
|
|
|
|
|
background-color: #333;
|
|
|
|
|
color: white;
|
|
|
|
|
padding-bottom: 2em;
|
|
|
|
|
}
|
|
|
|
|
|
2014-02-16 18:54:52 -05:00
|
|
|
.header-fixed {
|
2014-09-03 13:38:36 -07:00
|
|
|
position: fixed;
|
|
|
|
|
z-index: 1000;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
2014-02-20 10:37:03 -05:00
|
|
|
.header-branding {
|
2014-09-03 13:38:36 -07:00
|
|
|
min-height: 41px !important;
|
2014-02-20 10:37:03 -05:00
|
|
|
}
|
|
|
|
|
|
2014-02-16 18:54:52 -05:00
|
|
|
.docs-navbar-primary {
|
2014-09-03 13:38:36 -07:00
|
|
|
border-radius: 0 !important;
|
|
|
|
|
margin-bottom: 0 !important;
|
2014-02-16 18:54:52 -05:00
|
|
|
}
|
|
|
|
|
|
2014-02-12 22:47:42 +00:00
|
|
|
/* Logo */
|
|
|
|
|
/*.dropdown-menu {
|
|
|
|
|
display:none;
|
|
|
|
|
}
|
|
|
|
|
*/
|
|
|
|
|
h1,h2,h3,h4,h5,h6 {
|
|
|
|
|
font-family: "Open Sans";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.subnav-body {
|
2014-09-03 13:38:36 -07:00
|
|
|
margin: 70px 0 20px;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header .brand {
|
|
|
|
|
padding-bottom: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header .brand img {
|
2017-02-01 17:44:16 +01:00
|
|
|
margin-top: 0;
|
|
|
|
|
height: auto;
|
|
|
|
|
vertical-align: top;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.docs-search {
|
2014-09-03 13:38:36 -07:00
|
|
|
margin: 10px 0;
|
|
|
|
|
padding: 4px 0 4px 20px;
|
|
|
|
|
background: white;
|
|
|
|
|
border-radius: 20px;
|
|
|
|
|
vertical-align: middle;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.docs-search > .search-query {
|
2014-09-03 13:38:36 -07:00
|
|
|
font-size: 14px;
|
|
|
|
|
border: 0;
|
|
|
|
|
width: 80%;
|
|
|
|
|
color: #555;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.docs-search > .search-icon {
|
2014-09-03 13:38:36 -07:00
|
|
|
font-size: 15px;
|
|
|
|
|
margin-right: 10px;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
2017-02-01 17:44:16 +01:00
|
|
|
.navbar .navbar-search i {
|
|
|
|
|
top: 13px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-02-12 22:47:42 +00:00
|
|
|
.docs-search > .search-query:focus {
|
2014-09-03 13:38:36 -07:00
|
|
|
outline: 0;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* end: Logo */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.spacer {
|
|
|
|
|
height: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.icon-cog {
|
|
|
|
|
line-height: 13px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.naked-list,
|
|
|
|
|
.naked-list ul,
|
|
|
|
|
.naked-list li {
|
2014-09-03 13:38:36 -07:00
|
|
|
list-style: none;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nav-index-section a {
|
2014-09-03 13:38:36 -07:00
|
|
|
font-weight: bold;
|
2014-02-12 22:47:42 +00:00
|
|
|
font-family: "Open Sans";
|
2014-09-03 13:38:36 -07:00
|
|
|
color: black !important;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
display: block;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nav-index-group {
|
2014-09-03 13:38:36 -07:00
|
|
|
margin-bottom: 20px !important;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nav-index-group-heading {
|
2014-09-03 13:38:36 -07:00
|
|
|
color: #6F0101;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 1.2em;
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
border-bottom: 1px soild #aaa;
|
|
|
|
|
margin-bottom: 5px;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
2014-11-08 14:54:36 -07:00
|
|
|
.nav-index-group .nav-index-listing.current a {
|
|
|
|
|
color: #B52E31;
|
|
|
|
|
}
|
|
|
|
|
|
2014-02-12 22:47:42 +00:00
|
|
|
.nav-breadcrumb {
|
2014-09-03 13:38:36 -07:00
|
|
|
margin: 4px 0;
|
|
|
|
|
padding: 0;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nav-breadcrumb-entry {
|
|
|
|
|
font-family: "Open Sans";
|
2014-09-03 13:38:36 -07:00
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: middle;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nav-breadcrumb-entry > .divider {
|
2014-09-03 13:38:36 -07:00
|
|
|
color: #555;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
padding-left: 8px;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nav-breadcrumb-entry > span,
|
|
|
|
|
.nav-breadcrumb-entry > a {
|
2014-09-03 13:38:36 -07:00
|
|
|
color: #6F0101;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.step-list > li:nth-child(1) {
|
2014-09-03 13:38:36 -07:00
|
|
|
padding-left: 20px;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.step-list > li:nth-child(2) {
|
2014-09-03 13:38:36 -07:00
|
|
|
padding-left: 40px;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.step-list > li:nth-child(3) {
|
2014-09-03 13:38:36 -07:00
|
|
|
padding-left: 60px;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.api-profile-header-heading {
|
2014-09-03 13:38:36 -07:00
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.api-profile-header-structure,
|
|
|
|
|
.api-profile-header-structure a {
|
|
|
|
|
font-family: "Open Sans";
|
2014-09-03 13:38:36 -07:00
|
|
|
font-weight: bold;
|
|
|
|
|
color: #999;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.api-profile-section {
|
2014-09-03 13:38:36 -07:00
|
|
|
margin-top: 30px;
|
|
|
|
|
padding-top: 30px;
|
|
|
|
|
border-top: 1px solid #aaa;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
pre {
|
2014-03-07 08:57:29 +08:00
|
|
|
white-space: pre-wrap;
|
|
|
|
|
word-break: normal;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.aside-nav a,
|
|
|
|
|
.aside-nav a:link,
|
|
|
|
|
.aside-nav a:visited,
|
|
|
|
|
.aside-nav a:active {
|
2014-09-03 13:38:36 -07:00
|
|
|
color: #999;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
.aside-nav a:hover {
|
2014-09-03 13:38:36 -07:00
|
|
|
color: black;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.api-profile-description > p:first-child {
|
2014-09-03 13:38:36 -07:00
|
|
|
margin: 15px 0;
|
|
|
|
|
font-size: 18px;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p > code,
|
|
|
|
|
code.highlighted {
|
2014-09-03 13:38:36 -07:00
|
|
|
background: #f4f4f4;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
padding: 2px 5px;
|
|
|
|
|
color: maroon;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
2014-07-03 12:50:57 +01:00
|
|
|
ul + p {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-02-12 22:47:42 +00:00
|
|
|
.docs-version-jump {
|
2014-09-03 13:38:36 -07:00
|
|
|
min-width: 100%;
|
|
|
|
|
max-width: 100%;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.picker {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: auto;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin: 0 0 2px 1.2%;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
border: 1px solid #e5e5e5;
|
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
|
-ms-border-radius: 4px;
|
|
|
|
|
-o-border-radius: 4px;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
font-family: "Open Sans";
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
height: auto;
|
|
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
|
|
|
|
|
background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
|
|
|
|
|
background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
|
|
|
|
|
background-image: -o-linear-gradient(#ffffff, #f2f2f2);
|
|
|
|
|
background-image: linear-gradient(#ffffff, #f2f2f2);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.picker select {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: block;
|
|
|
|
|
min-width: 100%;
|
|
|
|
|
width: 120%;
|
|
|
|
|
height: 34px;
|
|
|
|
|
padding: 6px 30px 6px 15px;
|
|
|
|
|
color: #555555;
|
|
|
|
|
border: none;
|
|
|
|
|
background: transparent;
|
|
|
|
|
outline: none;
|
|
|
|
|
-webkit-appearance: none;
|
|
|
|
|
z-index: 99;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
font-size: 16px;
|
2014-03-27 14:40:07 -05:00
|
|
|
-moz-appearance: none;
|
|
|
|
|
text-indent: 0.01px;
|
|
|
|
|
text-overflow: '';
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.picker:after {
|
2014-09-03 13:38:36 -07:00
|
|
|
content: "";
|
2014-02-12 22:47:42 +00:00
|
|
|
position: absolute;
|
|
|
|
|
right: 8%;
|
|
|
|
|
top: 50%;
|
|
|
|
|
z-index: 0;
|
|
|
|
|
color: #999;
|
|
|
|
|
width: 0;
|
2014-09-03 13:38:36 -07:00
|
|
|
margin-top: -2px;
|
2014-02-12 22:47:42 +00:00
|
|
|
height: 0;
|
|
|
|
|
border-top: 6px solid;
|
|
|
|
|
border-right: 6px solid transparent;
|
|
|
|
|
border-left: 6px solid transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
iframe.example {
|
|
|
|
|
width: 100%;
|
|
|
|
|
border: 1px solid black;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-results-frame {
|
2014-09-03 13:38:36 -07:00
|
|
|
clear: both;
|
|
|
|
|
display: table;
|
|
|
|
|
width: 100%;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-results.ng-hide {
|
2014-09-03 13:38:36 -07:00
|
|
|
display: none;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
2014-02-16 18:54:52 -05:00
|
|
|
.search-results-container {
|
2017-02-01 17:44:16 +01:00
|
|
|
position: relative;
|
2014-09-03 13:38:36 -07:00
|
|
|
padding-bottom: 1em;
|
|
|
|
|
border-top: 1px solid #111;
|
|
|
|
|
background: #181818;
|
|
|
|
|
box-shadow: inset 0 0 10px #111;
|
2014-02-16 18:54:52 -05:00
|
|
|
}
|
|
|
|
|
|
2014-02-12 22:47:42 +00:00
|
|
|
.search-results-container .search-results-group {
|
2014-09-03 13:38:36 -07:00
|
|
|
vertical-align: top;
|
|
|
|
|
padding: 10px 10px;
|
|
|
|
|
display: inline-block;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-results-group-heading {
|
|
|
|
|
font-family: "Open Sans";
|
2014-09-03 13:38:36 -07:00
|
|
|
padding-left: 10px;
|
|
|
|
|
color: white;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
2015-09-24 21:00:52 +02:00
|
|
|
.search-results-group .search-results {
|
|
|
|
|
padding: 0 5px 0;
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
}
|
|
|
|
|
|
2014-02-12 22:47:42 +00:00
|
|
|
.search-results-frame > .search-results-group:first-child > .search-results {
|
2014-09-03 13:38:36 -07:00
|
|
|
border-right: 1px solid #222;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-results-group.col-group-api {
|
|
|
|
|
width: 30%;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
2014-09-23 18:43:08 +01:00
|
|
|
.search-results-group.col-group-guide,
|
2014-09-03 13:38:36 -07:00
|
|
|
.search-results-group.col-group-tutorial {
|
|
|
|
|
width: 20%;
|
|
|
|
|
}
|
|
|
|
|
|
2014-02-12 22:47:42 +00:00
|
|
|
.search-results-group.col-group-misc,
|
2014-09-03 13:38:36 -07:00
|
|
|
.search-results-group.col-group-error {
|
|
|
|
|
width: 15%;
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
2014-02-12 22:47:42 +00:00
|
|
|
|
2015-09-24 21:00:52 +02:00
|
|
|
@supports ((column-count: 2) or (-moz-column-count: 2) or (-ms-column-count: 2) or (-webkit-column-count: 2)) {
|
|
|
|
|
.search-results-group.col-group-api .search-results {
|
|
|
|
|
-moz-column-count: 2;
|
|
|
|
|
-ms-column-count: 2;
|
|
|
|
|
-webkit-column-count: 2;
|
|
|
|
|
column-count: 2;
|
|
|
|
|
/* Prevent bullets in the second column from being hidden in Chrome and IE */
|
|
|
|
|
-webkit-column-gap: 2em;
|
|
|
|
|
-ms-column-gap: 2em;
|
|
|
|
|
column-gap: 2em;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-results-group .search-result {
|
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
-webkit-hyphens: auto;
|
|
|
|
|
-moz-hyphens: auto;
|
|
|
|
|
-ms-hyphens: auto;
|
|
|
|
|
hyphens: auto;
|
|
|
|
|
-ms-column-break-inside: avoid;
|
|
|
|
|
-webkit-column-break-inside: avoid;
|
|
|
|
|
-moz-column-break-inside: avoid; /* Unsupported */
|
|
|
|
|
column-break-inside: avoid;
|
|
|
|
|
text-indent: -0.65em; /* Make sure line wrapped words are aligned vertically */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@supports (-moz-column-count: 2) {
|
|
|
|
|
.search-results-group .search-result {
|
|
|
|
|
/* Prevents column breaks inside words in FF, but has adverse effects in IE11 and Chrome */
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
padding-left: 1em; /* In FF the list item bullet is otherwise hidden */
|
|
|
|
|
margin-left: -1em; /* offset the padding left */
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-result:before {
|
|
|
|
|
content: "\002D\00A0"; /* Dash and non-breaking space as List item type */
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
2014-02-12 22:47:42 +00:00
|
|
|
|
|
|
|
|
.search-results-group.col-group-api .search-result {
|
2014-09-03 13:38:36 -07:00
|
|
|
width: 48%;
|
|
|
|
|
display: inline-block;
|
2015-09-24 21:00:52 +02:00
|
|
|
padding-left: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@supports ((column-count: 2) or (-moz-column-count: 2) or (-ms-column-count: 2) or (-webkit-column-count: 2)) {
|
|
|
|
|
.search-results-group.col-group-api .search-result {
|
2014-09-03 13:38:36 -07:00
|
|
|
width: auto;
|
2015-09-24 21:00:52 +02:00
|
|
|
display: list-item;
|
|
|
|
|
}
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-close {
|
2014-02-16 18:54:52 -05:00
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 50%;
|
|
|
|
|
margin-left: -100px;
|
|
|
|
|
color: white;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
background: #333;
|
|
|
|
|
border-top-right-radius: 5px;
|
|
|
|
|
border-top-left-radius: 5px;
|
|
|
|
|
width: 200px;
|
2014-09-03 13:38:36 -07:00
|
|
|
box-shadow: 0 0 10px #111;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.variables-matrix {
|
2014-09-03 13:38:36 -07:00
|
|
|
border: 1px solid #ddd;
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin: 10px 0;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.variables-matrix td,
|
|
|
|
|
.variables-matrix th {
|
2014-09-03 13:38:36 -07:00
|
|
|
padding: 10px;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.variables-matrix td {
|
2014-09-03 13:38:36 -07:00
|
|
|
border-top: 1px solid #eee;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.variables-matrix td + td,
|
|
|
|
|
.variables-matrix th + th {
|
2014-09-03 13:38:36 -07:00
|
|
|
border-left: 1px solid #eee;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
2014-02-16 18:54:52 -05:00
|
|
|
.variables-matrix tr:nth-child(even) td {
|
2014-09-03 13:38:36 -07:00
|
|
|
background: #f5f5f5;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
2014-02-16 18:54:52 -05:00
|
|
|
|
|
|
|
|
.variables-matrix th {
|
2014-09-03 13:38:36 -07:00
|
|
|
background: #f1f1f1;
|
2014-02-16 18:54:52 -05:00
|
|
|
}
|
|
|
|
|
|
2017-02-01 17:44:16 +01:00
|
|
|
#navbar-sub {
|
2014-09-03 13:38:36 -07:00
|
|
|
padding-top: 10px;
|
|
|
|
|
padding-bottom: 5px;
|
2022-03-18 12:04:55 -07:00
|
|
|
background: rgba(245,245,245,1);
|
2014-09-03 13:38:36 -07:00
|
|
|
box-shadow: 0 0 2px #999;
|
2017-02-01 17:44:16 +01:00
|
|
|
z-index: 1028;
|
2022-03-18 12:04:55 -07:00
|
|
|
top: 57px;
|
2014-02-16 18:54:52 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.main-body-grid {
|
2017-02-01 17:44:16 +01:00
|
|
|
margin-top: 144px;
|
2014-09-03 13:38:36 -07:00
|
|
|
position: relative;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.main-body-grid > .grid-left,
|
|
|
|
|
.main-body-grid > .grid-right {
|
2014-09-03 13:38:36 -07:00
|
|
|
padding: 20px 0;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.main-body-grid > .grid-left {
|
2014-09-03 13:38:36 -07:00
|
|
|
position: fixed;
|
2017-02-01 17:44:16 +01:00
|
|
|
top: 144px;
|
2014-09-03 13:38:36 -07:00
|
|
|
bottom: 0;
|
|
|
|
|
overflow: auto;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
2014-02-16 18:54:52 -05:00
|
|
|
.main-header-grid > .grid-left,
|
|
|
|
|
.main-body-grid > .grid-left {
|
2014-09-03 13:38:36 -07:00
|
|
|
width: 260px;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
2014-02-16 18:54:52 -05:00
|
|
|
.main-header-grid > .grid-right,
|
|
|
|
|
.main-body-grid > .grid-right {
|
2014-09-03 13:38:36 -07:00
|
|
|
margin-left: 270px;
|
|
|
|
|
position: relative;
|
2014-02-12 22:47:42 +00:00
|
|
|
}
|
2014-02-14 14:32:31 +00:00
|
|
|
|
2014-02-16 18:54:52 -05:00
|
|
|
.main-header-grid > .grid-left {
|
2014-09-03 13:38:36 -07:00
|
|
|
float: left;
|
2014-02-16 18:54:52 -05:00
|
|
|
}
|
2014-02-14 14:32:31 +00:00
|
|
|
|
2014-02-19 15:50:30 -05:00
|
|
|
.main-body-grid .side-navigation {
|
2014-09-03 13:38:36 -07:00
|
|
|
position: relative;
|
|
|
|
|
padding-bottom: 120px;
|
2014-02-19 15:50:30 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.main-body-grid .side-navigation.ng-hide {
|
2014-09-03 13:38:36 -07:00
|
|
|
display: block!important;
|
2014-02-19 15:50:30 -05:00
|
|
|
}
|
|
|
|
|
|
2014-02-14 14:32:31 +00:00
|
|
|
.variables-matrix td {
|
2014-09-03 13:38:36 -07:00
|
|
|
vertical-align: top;
|
|
|
|
|
padding: 5px;
|
2014-02-14 14:32:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.type-hint {
|
2014-09-03 13:38:36 -07:00
|
|
|
display: inline-block;
|
2014-04-01 12:00:37 +01:00
|
|
|
background: gray;
|
2014-02-14 14:32:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.variables-matrix .type-hint {
|
2014-09-03 13:38:36 -07:00
|
|
|
text-align: center;
|
|
|
|
|
min-width: 60px;
|
|
|
|
|
margin: 1px 5px;
|
2014-02-14 14:32:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.type-hint + .type-hint {
|
2014-09-03 13:38:36 -07:00
|
|
|
margin-top: 5px;
|
2014-02-14 14:32:31 +00:00
|
|
|
}
|
|
|
|
|
|
2014-02-16 18:54:52 -05:00
|
|
|
.type-hint-expression {
|
2014-09-03 13:38:36 -07:00
|
|
|
background: purple;
|
2014-02-16 18:54:52 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.type-hint-date {
|
2014-09-03 13:38:36 -07:00
|
|
|
background: pink;
|
2014-02-16 18:54:52 -05:00
|
|
|
}
|
|
|
|
|
|
2014-02-14 14:32:31 +00:00
|
|
|
.type-hint-string {
|
2014-09-03 13:38:36 -07:00
|
|
|
background: #3a87ad;
|
2014-02-14 14:32:31 +00:00
|
|
|
}
|
|
|
|
|
|
2014-02-16 18:54:52 -05:00
|
|
|
.type-hint-function {
|
2014-09-03 13:38:36 -07:00
|
|
|
background: green;
|
2014-02-16 18:54:52 -05:00
|
|
|
}
|
|
|
|
|
|
2014-02-14 14:32:31 +00:00
|
|
|
.type-hint-object {
|
2014-09-03 13:38:36 -07:00
|
|
|
background: #999;
|
2014-02-14 14:32:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.type-hint-array {
|
2014-09-03 13:38:36 -07:00
|
|
|
background: #F90;;
|
2014-02-14 14:32:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.type-hint-boolean {
|
2014-09-03 13:38:36 -07:00
|
|
|
background: rgb(18, 131, 39);
|
2014-02-14 14:32:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.type-hint-number {
|
2014-09-03 13:38:36 -07:00
|
|
|
background: rgb(189, 63, 66);
|
2014-02-14 14:32:31 +00:00
|
|
|
}
|
2014-02-16 18:54:52 -05:00
|
|
|
|
2014-03-07 19:08:20 +01:00
|
|
|
.type-hint-regexp {
|
|
|
|
|
background: rgb(90, 84, 189);
|
|
|
|
|
}
|
|
|
|
|
|
2014-03-25 10:54:27 -05:00
|
|
|
.type-hint-domelement {
|
|
|
|
|
background: rgb(95, 158, 160);
|
|
|
|
|
}
|
|
|
|
|
|
2014-02-16 18:54:52 -05:00
|
|
|
.runnable-example-frame {
|
2014-09-03 13:38:36 -07:00
|
|
|
width: 100%;
|
|
|
|
|
height: 300px;
|
2014-02-16 18:54:52 -05:00
|
|
|
border: 1px solid #ddd;
|
2014-09-03 13:38:36 -07:00
|
|
|
border-radius: 5px;
|
2014-02-16 18:54:52 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.runnable-example-tabs {
|
2014-09-03 13:38:36 -07:00
|
|
|
margin-top: 10px;
|
|
|
|
|
margin-bottom: 20px;
|
2014-02-16 18:54:52 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tutorial-nav {
|
2014-09-03 13:38:36 -07:00
|
|
|
display: block;
|
2014-02-16 18:54:52 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1 + ul, h1 + ul > li,
|
|
|
|
|
h2 + ul, h2 + ul > li,
|
|
|
|
|
ul.tutorial-nav, ul.tutorial-nav > li,
|
|
|
|
|
.usage > ul, .usage > ul > li,
|
|
|
|
|
ul.methods, ul.methods > li,
|
|
|
|
|
ul.events, ul.events > li {
|
2014-09-03 13:38:36 -07:00
|
|
|
list-style: none;
|
|
|
|
|
padding: 0;
|
2014-02-16 18:54:52 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h2 {
|
2014-09-03 13:38:36 -07:00
|
|
|
border-top: 1px solid #eee;
|
|
|
|
|
margin-top: 30px;
|
|
|
|
|
padding-top: 30px;
|
2014-02-16 18:54:52 -05:00
|
|
|
}
|
|
|
|
|
|
2014-02-16 19:33:54 -05:00
|
|
|
h4 {
|
2014-09-03 13:38:36 -07:00
|
|
|
margin-top: 20px;
|
|
|
|
|
padding-top: 20px;
|
2014-02-16 19:33:54 -05:00
|
|
|
}
|
|
|
|
|
|
2014-02-16 18:54:52 -05:00
|
|
|
.btn {
|
2014-09-03 13:38:36 -07:00
|
|
|
color: #428bca;
|
2014-02-16 18:54:52 -05:00
|
|
|
position: relative;
|
|
|
|
|
width: auto;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin: 0 0 2px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
border: 1px solid #e5e5e5;
|
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
|
-ms-border-radius: 4px;
|
|
|
|
|
-o-border-radius: 4px;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
font-family: "Open Sans";
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
height: auto;
|
|
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
|
|
|
|
|
background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
|
|
|
|
|
background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
|
|
|
|
|
background-image: -o-linear-gradient(#ffffff, #f2f2f2);
|
|
|
|
|
background-image: linear-gradient(#ffffff, #f2f2f2);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn + .btn {
|
2014-09-03 13:38:36 -07:00
|
|
|
margin-left: 10px;
|
2014-02-16 18:54:52 -05:00
|
|
|
}
|
|
|
|
|
|
2015-01-12 11:11:43 +00:00
|
|
|
.btn:hover, .btn:focus {
|
2014-09-03 13:38:36 -07:00
|
|
|
color: black !important;
|
|
|
|
|
border: 1px solid #ddd !important;
|
|
|
|
|
background: white !important;
|
2014-02-16 18:54:52 -05:00
|
|
|
}
|
|
|
|
|
|
2014-03-10 15:07:29 -04:00
|
|
|
.view-source, .improve-docs {
|
2014-09-03 13:38:36 -07:00
|
|
|
position: relative;
|
|
|
|
|
z-index: 100;
|
2014-03-10 15:07:29 -04:00
|
|
|
}
|
|
|
|
|
|
2014-02-16 18:54:52 -05:00
|
|
|
.view-source {
|
2014-09-03 13:38:36 -07:00
|
|
|
margin-right: 10px;
|
2014-03-10 15:07:29 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.improve-docs {
|
2014-09-03 13:38:36 -07:00
|
|
|
float: right;
|
2014-02-16 18:54:52 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.return-arguments,
|
|
|
|
|
.return-arguments th,
|
|
|
|
|
.return-arguments th + th,
|
|
|
|
|
.return-arguments td,
|
|
|
|
|
.return-arguments td + td {
|
2014-09-03 13:38:36 -07:00
|
|
|
border-radius: 0;
|
|
|
|
|
border: 0;
|
2014-02-16 18:54:52 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.return-arguments td:first-child {
|
2014-09-03 13:38:36 -07:00
|
|
|
width: 100px;
|
2014-02-16 18:54:52 -05:00
|
|
|
}
|
2014-02-16 19:33:54 -05:00
|
|
|
|
|
|
|
|
ul.methods > li,
|
|
|
|
|
ul.events > li {
|
2014-09-03 13:38:36 -07:00
|
|
|
margin-bottom: 40px;
|
2014-02-16 19:33:54 -05:00
|
|
|
}
|
2014-02-19 15:50:30 -05:00
|
|
|
|
2015-03-22 21:35:51 +05:30
|
|
|
.definition-table td {
|
|
|
|
|
padding: 8px;
|
|
|
|
|
border: 1px solid #eee;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
}
|
|
|
|
|
|
2015-12-07 18:19:24 +02:00
|
|
|
.table > tbody > tr.head > td,
|
|
|
|
|
.table > tbody > tr.head > th {
|
|
|
|
|
border-bottom: 2px solid #ddd;
|
|
|
|
|
padding-top: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
2016-03-27 21:32:36 +03:00
|
|
|
.diagram {
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
margin-top: 30px;
|
2016-10-16 14:14:16 +03:00
|
|
|
max-width: 100%;
|
2016-03-27 21:32:36 +03:00
|
|
|
}
|
|
|
|
|
|
2016-11-28 18:57:32 +01:00
|
|
|
.deprecation {
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-16 14:14:48 +00:00
|
|
|
.deprecation .title {
|
|
|
|
|
float: left;
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-02-11 18:15:23 +02:00
|
|
|
@media only screen and (min-width: 768px) {
|
2016-10-19 11:55:50 +02:00
|
|
|
[ng-include="partialPath"].ng-hide {
|
|
|
|
|
display: block !important;
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-02-11 18:15:23 +02:00
|
|
|
@media only screen and (min-width: 768px) and (max-width: 991px) {
|
2014-02-27 12:33:51 +01:00
|
|
|
.main-body-grid {
|
|
|
|
|
margin-top: 160px;
|
|
|
|
|
}
|
|
|
|
|
.main-body-grid > .grid-left {
|
|
|
|
|
top: 160px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-02-11 18:15:23 +02:00
|
|
|
@media only screen and (max-width: 767px) {
|
2014-02-19 15:50:30 -05:00
|
|
|
.picker, .picker select {
|
2014-09-03 13:38:36 -07:00
|
|
|
width: auto;
|
|
|
|
|
display: block;
|
|
|
|
|
margin-bottom: 10px;
|
2014-02-19 15:50:30 -05:00
|
|
|
}
|
|
|
|
|
.docs-navbar-primary {
|
2014-09-03 13:38:36 -07:00
|
|
|
text-align: center;
|
2014-02-19 15:50:30 -05:00
|
|
|
}
|
|
|
|
|
.main-body-grid {
|
2014-09-03 13:38:36 -07:00
|
|
|
margin-top: 0;
|
2014-02-19 15:50:30 -05:00
|
|
|
}
|
|
|
|
|
.main-header-grid > .grid-left,
|
|
|
|
|
.main-body-grid > .grid-left,
|
|
|
|
|
.main-header-grid > .grid-right,
|
|
|
|
|
.main-body-grid > .grid-right {
|
2014-09-03 13:38:36 -07:00
|
|
|
display: block;
|
|
|
|
|
float: none;
|
|
|
|
|
width: auto !important;
|
|
|
|
|
margin-left: 0;
|
2014-02-19 15:50:30 -05:00
|
|
|
}
|
|
|
|
|
.main-body-grid > .grid-left,
|
|
|
|
|
.header-fixed, .footer {
|
2014-09-03 13:38:36 -07:00
|
|
|
position: static !important;
|
2014-02-19 15:50:30 -05:00
|
|
|
}
|
|
|
|
|
.main-body-grid > .grid-left {
|
2014-09-03 13:38:36 -07:00
|
|
|
background: #efefef;
|
|
|
|
|
margin-left: -1em;
|
|
|
|
|
margin-right: -1em;
|
|
|
|
|
padding: 1em;
|
|
|
|
|
width: auto !important;
|
|
|
|
|
overflow: visible;
|
2014-02-19 15:50:30 -05:00
|
|
|
}
|
|
|
|
|
.main-header-grid > .grid-right,
|
|
|
|
|
.main-body-grid > .grid-right {
|
2014-09-03 13:38:36 -07:00
|
|
|
margin-left: 0;
|
2014-02-19 15:50:30 -05:00
|
|
|
}
|
|
|
|
|
.main-body-grid .side-navigation {
|
2014-09-03 13:38:36 -07:00
|
|
|
display: block !important;
|
|
|
|
|
padding-bottom: 50px;
|
2014-02-19 15:50:30 -05:00
|
|
|
}
|
|
|
|
|
.main-body-grid .side-navigation.ng-hide {
|
2014-09-03 13:38:36 -07:00
|
|
|
display: none !important;
|
2014-02-19 15:50:30 -05:00
|
|
|
}
|
|
|
|
|
.nav-index-group .nav-index-listing {
|
2014-09-03 13:38:36 -07:00
|
|
|
display: inline-block;
|
|
|
|
|
padding: 3px 0;
|
2014-02-19 15:50:30 -05:00
|
|
|
}
|
2014-08-11 12:13:25 +03:00
|
|
|
.nav-index-group .nav-index-listing:not(.nav-index-section):after {
|
2014-09-03 13:38:36 -07:00
|
|
|
padding-right: 5px;
|
|
|
|
|
margin-left: -3px;
|
|
|
|
|
content: ", ";
|
2014-02-19 15:50:30 -05:00
|
|
|
}
|
2014-08-11 12:13:25 +03:00
|
|
|
.nav-index-group .nav-index-listing:last-child:after {
|
2014-09-03 13:38:36 -07:00
|
|
|
content: "";
|
|
|
|
|
display: inline-block;
|
2014-02-19 15:50:30 -05:00
|
|
|
}
|
|
|
|
|
.nav-index-group .nav-index-section {
|
2014-09-03 13:38:36 -07:00
|
|
|
display: block;
|
2014-02-19 15:50:30 -05:00
|
|
|
}
|
|
|
|
|
.toc-toggle {
|
2014-09-03 13:38:36 -07:00
|
|
|
margin-bottom: 20px;
|
2014-02-19 15:50:30 -05:00
|
|
|
}
|
|
|
|
|
.toc-close {
|
|
|
|
|
position: absolute;
|
2014-12-22 15:31:11 -08:00
|
|
|
bottom: 5px;
|
2014-02-19 15:50:30 -05:00
|
|
|
left: 50%;
|
|
|
|
|
margin-left: -50%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
background: #eee;
|
|
|
|
|
border-radius: 5px;
|
2014-12-22 15:31:11 -08:00
|
|
|
width: 100%;
|
2014-09-03 13:38:36 -07:00
|
|
|
border: 1px solid #ddd;
|
|
|
|
|
box-shadow: 0 0 10px #bbb;
|
2014-02-19 15:50:30 -05:00
|
|
|
}
|
|
|
|
|
.navbar-brand {
|
2014-09-03 13:38:36 -07:00
|
|
|
float: none;
|
|
|
|
|
text-align: center;
|
2014-02-19 15:50:30 -05:00
|
|
|
}
|
|
|
|
|
.search-results-container {
|
2014-09-03 13:38:36 -07:00
|
|
|
padding-bottom: 60px;
|
|
|
|
|
text-align: left;
|
2014-02-19 15:50:30 -05:00
|
|
|
}
|
2015-09-24 21:00:52 +02:00
|
|
|
|
|
|
|
|
.search-results-frame > .search-results-group:first-child > .search-results {
|
|
|
|
|
border-right: none;
|
|
|
|
|
}
|
|
|
|
|
|
2014-02-19 15:50:30 -05:00
|
|
|
.search-results-group {
|
2014-09-03 13:38:36 -07:00
|
|
|
float: none !important;
|
|
|
|
|
display: block !important;
|
|
|
|
|
width: auto !important;
|
|
|
|
|
border: 0! important;
|
|
|
|
|
padding: 0! important;
|
2014-02-19 15:50:30 -05:00
|
|
|
}
|
2015-09-24 21:00:52 +02:00
|
|
|
|
|
|
|
|
@supports ((column-count: 2) or (-moz-column-count: 2) or (-ms-column-count: 2) or (-webkit-column-count: 2)) {
|
|
|
|
|
.search-results-group .search-results {
|
|
|
|
|
-moz-column-count: 2;
|
|
|
|
|
-ms-column-count: 2;
|
|
|
|
|
-webkit-column-count: 2;
|
|
|
|
|
column-count: 2;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-02-19 15:50:30 -05:00
|
|
|
.search-results-group .search-result {
|
2014-09-03 13:38:36 -07:00
|
|
|
display: inline-block !important;
|
|
|
|
|
padding: 0 5px;
|
|
|
|
|
width: auto !important;
|
2015-09-24 21:00:52 +02:00
|
|
|
text-indent: initial;
|
|
|
|
|
margin-left: 0;
|
2014-02-19 15:50:30 -05:00
|
|
|
}
|
2015-09-24 21:00:52 +02:00
|
|
|
|
2014-02-19 15:50:30 -05:00
|
|
|
.search-results-group .search-result:after {
|
2014-09-03 13:38:36 -07:00
|
|
|
content: ", ";
|
2014-02-19 15:50:30 -05:00
|
|
|
}
|
2015-09-24 21:00:52 +02:00
|
|
|
|
|
|
|
|
.search-results-group .search-result:before {
|
|
|
|
|
content: "";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@supports ((column-count: 2) or (-moz-column-count: 2) or (-ms-column-count: 2) or (-webkit-column-count: 2)) {
|
|
|
|
|
.search-results-group .search-result {
|
|
|
|
|
display: list-item !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-results-group .search-result:after {
|
|
|
|
|
content: "";
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-02-19 15:50:30 -05:00
|
|
|
#wrapper {
|
2014-09-03 13:38:36 -07:00
|
|
|
padding-bottom: 0px;
|
2014-02-19 15:50:30 -05:00
|
|
|
}
|
|
|
|
|
}
|
2015-04-14 14:26:03 -07:00
|
|
|
|
|
|
|
|
iframe[name="example-anchoringExample"] {
|
2014-09-03 13:38:36 -07:00
|
|
|
height: 400px;
|
2015-04-14 14:26:03 -07:00
|
|
|
}
|
2017-02-01 17:44:16 +01:00
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
angular-topnav.css and bootstrap overrides
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
.navbar .navbar-inner .container {
|
|
|
|
|
padding: 0 16px;
|
|
|
|
|
width: auto;
|
|
|
|
|
height: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar .nav > li {
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar-nav .open .dropdown-menu {
|
|
|
|
|
position: absolute;
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar-nav .open .dropdown-menu > li > a {
|
|
|
|
|
line-height: 48px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#navbar-main .navbar-inner, #navbar-notice .navbar-inner {
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#navbar-sub .container {
|
|
|
|
|
max-width: 970px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
2017-09-27 18:31:10 +02:00
|
|
|
toc-container {
|
|
|
|
|
display: block;
|
|
|
|
|
margin: 15px 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
toc-container b {
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
toc-container .btn {
|
|
|
|
|
padding: 3px 6px;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
toc-container > div > toc-tree ul {
|
|
|
|
|
list-style: none;
|
|
|
|
|
padding-left: 15px;
|
|
|
|
|
padding-bottom: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
toc-container > div > toc-tree > ul {
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
toc-container > div > toc-tree > ul > li > toc-tree > ul > li toc-tree > ul li {
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-02-21 08:33:28 +00:00
|
|
|
.dev-status span {
|
|
|
|
|
padding: 2px 8px;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
}
|
|
|
|
|
.security span { background-color: orange; }
|
|
|
|
|
.stable span { background-color: green; color: white; }
|
|
|
|
|
.current span { background-color: blue; color: white; }
|
|
|
|
|
|
2017-02-01 17:44:16 +01:00
|
|
|
@media handheld and (max-width:800px), screen and (max-device-width:800px), screen and (max-width:800px) {
|
|
|
|
|
.navbar {
|
|
|
|
|
min-height: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-results-container {
|
|
|
|
|
top: 32px;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
max-height: 85vh;
|
|
|
|
|
padding-bottom: 0;
|
|
|
|
|
position: static;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-close {
|
|
|
|
|
right: 1px;
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
top: 41px;
|
|
|
|
|
padding: 5px 10px;
|
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
width: auto;
|
|
|
|
|
bottom: auto;
|
|
|
|
|
left: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
|
|
|
|
|
padding: 0 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.homepage #navbar-notice {
|
|
|
|
|
top: 72px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#navbar-notice .navbar-inner {
|
|
|
|
|
box-shadow: 0 0 3px rgba(0, 0, 0, .12), 0 3px 3px rgba(0, 0, 0, .24)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#navbar-sub {
|
|
|
|
|
position: relative;
|
2022-03-18 12:04:55 -07:00
|
|
|
top: 0;
|
2017-02-01 17:44:16 +01:00
|
|
|
margin-top: 80px;
|
|
|
|
|
padding-bottom: 0;
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|