graphql-engine/docs/_static/hasura-custom.css

1629 lines
33 KiB
CSS
Raw Normal View History

@import url('https://fonts.googleapis.com/css?family=Khula:400,700');
2020-06-11 04:55:07 +03:00
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600&display=swap');
html {
background-color: #f8f8f8 !important;
}
::-moz-selection { /* Code for Firefox */
background: #b2d7fe !important;
}
::selection {
background: #b2d7fe !important;
}
/* override djangosite.css */
body, p, #docs-content, #sidebar,
h1, h2, h3, h4, h5, h6 {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
body, p, #docs-content, #sidebar, #sidebar a,
tt, code, kbd, pre, pre.literal-block, samp,
.graphiql .graphiql-container .CodeMirror {
font-size: 16px;
}
[role="main"] {
width: 90%;
border: none;
padding: 1px 15px 0;
}
[role="main"] h1 {
font-size: 32px;
}
[role="main"] h2 {
font-size: 24px;
}
[role="main"] h3 {
font-size: 20px;
}
[role="main"] h4 {
font-size: 18px;
}
form input[type="search"], form input[type="text"],
form input[type="email"], form input[type="password"],
form input[type="number"], form input[type="url"],
form input[type="submit"], form textarea {
font-size: 16px;
}
body {
2018-12-16 09:41:34 +03:00
color: #333 !important;
min-width: 100%;
overflow-y: auto;
}
2018-12-16 09:41:34 +03:00
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
2019-12-26 08:31:02 +03:00
color: #1CD3C6 !important;
}
2018-12-16 09:41:34 +03:00
h3 {
font-weight: 500;
}
p {
color: #333;
line-height: 1.7;
}
2018-12-16 09:41:34 +03:00
.inline-block {
display: inline-block;
vertical-align: middle;
}
2018-12-16 09:41:34 +03:00
.document {
margin: 0 auto;
}
2018-12-16 09:41:34 +03:00
.main_container_wrapper {
min-width: 90%;
/* overflow-y: auto; */
2019-01-03 06:59:27 +03:00
-webkit-overflow-scrolling: touch; /* for iOS momentum scroll */
}
2018-12-16 09:41:34 +03:00
.content_wrapper {
display: flex;
margin: auto;
width: 100%;
/* height: calc(100vh - 60px); */
}
.subscribe-form-wrapper {
border-radius: 2px;
background-color: #1bd5c8;
2020-06-12 13:52:22 +03:00
padding: 24px 20px;
}
#mc_embed_signup {
display: flex;
align-items: center;
}
#mc_embed_signup .subscribe-form-content {
font-weight: bold;
color: #001934;
padding-right: 40px;
}
#mc_embed_signup form {
2020-06-12 13:52:22 +03:00
display: flex !important;
padding: 0 0 0 0 !important;
flex: 1 !important;
position: relative !important;
2020-06-12 13:52:22 +03:00
font-size: 16px;
}
.full-width {
flex: 1;
}
.input-box {
2020-06-12 13:52:22 +03:00
width: 100% !important;
display: inline-block;
2020-06-12 13:52:22 +03:00
position: relative;
}
#error-for-mce-EMAIL {
position: absolute;
bottom: -18px;
left: 16px;
font-size: 12px !important;
}
.input-box input {
margin: 0 0 !important;
border-radius: 5px !important;
border: solid 1px #001934 !important;
2020-06-11 04:55:07 +03:00
background-color: #fff;
color: #001934 !important;
opacity: .8 !important;
padding: 0 16px !important;
height: 32px !important;
width: calc(100% - 32px) !important;
}
2020-06-12 13:52:22 +03:00
.input-box input:-webkit-autofill, .input-box input:-webkit-autofill {
-webkit-animation-name: autofill;
-webkit-animation-fill-mode: both;
-webkit-box-shadow: 0 0 0px 1000px white inset;
background-color: transparent;
font-size: 16px;
}
.input-box input:-webkit-autofill,
.input-box input:-webkit-autofill:hover,
.input-box input:-webkit-autofill:focus,
.input-box input:-webkit-autofill:active {
-webkit-box-shadow: 0 0 0 35px #1bd5c8 inset !important;
-webkit-text-fill-color: #001934 !important;
font-size: 16px;
caret-color: #001934;
color: #001934 !important;
}
.input-box input:-internal-autofill-selected {
color: #001934 !important;
font-size: 16px;
}
.submit-box {
width: 31%!important;
margin-left: 4%;
display: inline-block;
}
.submit-box input {
margin: 0 0 !important;
width: 100% !important;
border-radius: 5px !important;
2020-06-12 13:52:22 +03:00
background-color: rgba(0, 25, 52, .9) !important;
border: 1px solid rgba(0, 25, 52, .9) !important;
color: #1ad7ca !important;
font-weight: bold !important;
height: 34px !important;
}
.submit-box input:hover {
2020-06-12 13:52:22 +03:00
background-color: rgba(0, 25, 52, 1) !important;
border: 1px solid rgba(0, 25, 52, 1) !important;
}
.submit-box input:disabled {
cursor: not-allowed !important;
opacity: .6;
background-color: rgba(0, 25, 52, .9) !important;
}
.submit-box input:focus {
outline: none;
}
#mce-responses .error-message, #mce-responses .success-message {
background-color: #001934;
padding: 8px 12px !important;
border-radius: 4px;
font-size: 14px !important;
font-weight: normal;
position: absolute;
top: 26px !important;
left: 0;
width: auto !important;
}
2020-06-12 13:52:22 +03:00
#mce-responses .error-message a, #mce-responses .success-message a {
color: #fff !important;
}
#mce-responses .error-message {
color: #efc371 !important;
}
#mce-responses .success-message {
color: #1cd3c6 !important;
}
.bannerStripWrapper {
2020-06-12 13:52:22 +03:00
background-color: #3D1BB7;
box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.4);
position: relative;
min-height: 56px;
max-height: 56px;
display: flex;
align-items: center;
}
.bannerStripWrapper .bannerInnerWrapper {
padding: 0 15px;
}
.bannerStripWrapper .displayFlex
{
display: flex;
align-items: center;
width: 100%;
}
.bannerStripWrapper .displayFlex a {
flex: 1;
text-decoration: none;
}
.bannerStripWrapper .bannerStripImg {
position: absolute;
right: 0;
top: 0;
}
.bannerStripWrapper .bannerStripImg img {
max-height: 56px;
opacity: .4;
}
.bannerStripWrapper .bannerStrip
{
padding: 8px 0px;
display: flex;
align-items: center;
position: relative;
z-index: 10;
}
.bannerStripWrapper .bannerStrip .announceIcon {
display: inline-flex;
}
.bannerStripWrapper .bannerStrip .announceIcon img {
margin-top: 4px;
margin-right: 16px;
width: 32px;
}
.bannerStripWrapper .displayFlex a:hover, .bannerStripWrapper .displayFlex a:focus {
text-decoration: none;
}
.bannerStripWrapper .closeBanner {
cursor: pointer;
text-align: right;
display: flex;
align-items: center;
justify-content: center;
z-index: 11;
margin-left: auto;
width: 40px;
height: 40px;
border-radius: 50%;
2020-06-12 13:52:22 +03:00
background-color: rgba(61,27,183,.8);
}
.bannerStripWrapper .closeBanner img {
margin-right: 0;
}
.bannerStripWrapper .bannerStrip .bodyTextSmall
{
2020-06-11 04:55:07 +03:00
font-family: Poppins;
text-align: left;
padding-top: 0;
letter-spacing: normal;
font-weight: 600;
display: inline-block;
line-height: 17px;
color: #fff;
padding-bottom: 0;
padding-right: 10px;
}
.bannerStripWrapper .bannerStrip .bodyTextSmall .fontNormal {
font-weight: 400;
}
.bannerStripWrapper .bannerStrip .bodyTextSmall .mLeft15 {
margin-left: 15px;
}
.bannerStripWrapper .bannerStrip .bodyTextSmall .underLine {
text-decoration: underline;
}
2018-12-16 09:41:34 +03:00
.content_inner_wrapper {
width: 75% !important;
/* height: 100vh; */
2018-12-16 09:41:34 +03:00
overflow-y: auto;
}
2018-12-16 09:41:34 +03:00
#docs-content,
#docs-header {
margin-left: 40px; margin-right: 40px;
}
2018-12-16 09:41:34 +03:00
#docs-content h1,
#docs-content h2,
#docs-content h3,
#docs-content h4,
#docs-content h5,
#docs-content h6 {
font-weight: 400;
color: #555;
}
2018-12-16 09:41:34 +03:00
#docs-content a.reference {
2019-12-26 08:31:02 +03:00
/*color: #1CD3C6 !important;*/
/*color: #1CD3C6 !important;*/
/* color: #FF3264 !important; */
color: #DB0037 !important;
2018-12-16 09:41:34 +03:00
background-color: transparent !important;
}
#docs-content img {
-webkit-box-shadow: -1px 2px 20px 2px rgba(217,217,217,1);
-moz-box-shadow: -1px 2px 20px 2px rgba(217,217,217,1);
box-shadow: -1px 2px 20px 2px rgba(217,217,217,1);
2019-02-06 09:39:36 +03:00
margin-top: 20px;
margin-bottom: 30px;
}
#docs-content img.no-shadow,
#docs-content a.no-shadow img {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
2018-12-16 09:41:34 +03:00
#docs-content .section ol li {
line-height: 1.7;
}
2018-12-16 09:41:34 +03:00
#docs-content td div.highlight {
margin: 0;
}
2018-12-16 09:41:34 +03:00
#docs-content .note,
#docs-content .admonition,
#docs-content .help-block {
background: #f1f9ff;
border: 1px solid #c9e0f0;
}
2018-12-16 09:41:34 +03:00
#docs-content .docutils {
color: #6f6f6f;
word-break: break-word;
}
2018-12-16 09:41:34 +03:00
#docs-content .docutils.literal {
padding: 0.2em 0.4em;
margin: 0;
background-color: rgba(27,31,35,0.05);
border-radius: 3px;
}
2018-12-16 09:41:34 +03:00
#docs-content .figure {
width: 45%;
display: inline-block;
}
2018-12-16 09:41:34 +03:00
#docs-content .figure img {
width: 100%;
}
#docs-content table caption {
position: relative;
}
#docs-content span.target {
font-style: italic;
}
2018-12-16 09:41:34 +03:00
/*** random overrides ***/
.wy-plain-list-decimal ol,
.rst-content .section ol ol,
.rst-content ol.arabic ol,
article ol ol {
margin-bottom: 0;
}
2018-12-16 09:41:34 +03:00
.schema {
display: inline-block;
width: 60%;
}
.highlight pre {
white-space: pre;
}
2018-12-16 09:41:34 +03:00
/*** random overrides END ***/
/*** behavior styles ***/
.hide {
display: none !important;
}
2018-12-16 09:41:34 +03:00
.no_scroll {
overflow: hidden !important;
}
2018-12-16 09:41:34 +03:00
/*** behavior styles END ***/
/*** Logo ***/
.img_wrapper {
padding: 0;
}
2018-12-16 09:41:34 +03:00
.logo_img {
width: 100px;
}
2018-12-16 09:41:34 +03:00
/*** Logo END ***/
/*** Tabs ***/
.api-tabs .docutils {
font-size: 16px !important;
margin: 0;
2018-12-16 09:41:34 +03:00
max-width: 100%;
padding: 0;
}
2018-12-16 09:41:34 +03:00
.api-tabs.container {
margin: 0;
max-width: 100%;
padding: 0px;
}
2018-12-16 09:41:34 +03:00
.api-tabs .ui.tab {
padding: 20px
}
2018-12-16 09:41:34 +03:00
.api-tabs .ui.tab > :first-child > .highlight,
.api-tabs .ui.tab > p:first-child,
.api-tabs .ui.tab > :first-child > li {
margin-top: 0;
}
2018-12-16 09:41:34 +03:00
/*** Tabs END ***/
/*** Header ***/
#docs-header-actions {
margin-top: 30px;
}
2018-12-16 09:41:34 +03:00
#docs-header-actions .header_links {
min-width: 33%;
2018-12-16 09:41:34 +03:00
text-align: right;
}
2018-12-16 09:41:34 +03:00
#docs-header-actions .header_links.inline-block .header_links_content {
float: left;
}
2018-12-16 09:41:34 +03:00
#docs-header-actions .header_links.inline-block .buttons {
float: right;
}
2018-12-16 09:41:34 +03:00
#docs-header-actions .social_icons_wrapper {
padding-left: 10px;
2020-05-14 09:59:45 +03:00
display: flex;
align-items: center;
}
2018-12-16 09:41:34 +03:00
#docs-header-actions .social_icons_wrapper .social_icons {
display: inline-block;
padding: 10px 5px;
2018-12-16 09:41:34 +03:00
opacity: 0.7;
vertical-align: middle;
2020-05-14 09:59:45 +03:00
display: flex;
align-items: center;
2018-12-16 09:41:34 +03:00
}
#docs-header-actions .social_icons_wrapper .social_icons:hover {
opacity: 1;
}
2018-12-16 09:41:34 +03:00
#docs-header-actions .social_icons_wrapper .social_icons img {
box-shadow: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
width: 30px;
display: inline-block;
}
#docs-header-actions .social_icons_wrapper .social_icons a {
text-decoration: none;
color: #DB0037;
2020-05-14 09:59:45 +03:00
display: contents;
}
#docs-header-actions .social_icons_wrapper .social_icons iframe {
height: 20px;
}
2018-12-16 09:41:34 +03:00
#docs-header-actions .tooltip {
position: relative;
}
#docs-header-actions .tooltip .tooltip_text {
2018-12-16 09:41:34 +03:00
visibility: hidden;
width: 272px;
background-color: black;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 2px;
position: absolute;
z-index: 1;
right: 0;
top: 36px;
font-size: 14px;
}
#docs-header-actions .tooltip:hover .tooltip_text {
2018-12-16 09:41:34 +03:00
visibility: visible;
}
2018-12-16 09:41:34 +03:00
/*** Header END ***/
2018-12-16 09:41:34 +03:00
/*** Mobile only ***/
2018-12-16 09:41:34 +03:00
.mobile-only {
display: none;
}
2018-12-16 09:41:34 +03:00
.mobile-only .mobile-logo-docs {
margin-left:10px;
padding-top: 10px;
text-decoration: none;
2018-12-16 09:41:34 +03:00
color: #333 !important;
}
#nav_tree_icon {
position: relative;
}
#nav_tree_icon .fa-bars {
font-size: 18px;
2019-12-26 08:31:02 +03:00
color: #1CD3C6;
}
#nav_tree_icon .docs-menu {
font-weight: 600;
color: #001934;
margin-left: 20px;
2020-06-12 13:52:22 +03:00
cursor: pointer;
}
2018-12-16 09:41:34 +03:00
/*** Mobile only END ***/
/*** Search box ***/
#input_search_box {
position: relative;
width: 64%;
}
#input_search_box .search_icon {
position: absolute;
top: 13px;
left: 10px;
2019-12-26 08:31:02 +03:00
color: #1CD3C6;
cursor: pointer;
z-index: 1;
}
#input_search_box input {
height: 44px;
box-sizing: border-box;
text-indent: 30px;
display: block;
width: 100%;
padding: 6px 12px;
line-height: 1.42857143;
color: #333;
background-color: #fff;
background-image: none;
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
border: 0;
2019-12-26 08:31:02 +03:00
border-bottom: 1px solid #1CD3C6;
}
#input_search_box input:focus {
outline: none;
}
#input_search_box input::placeholder {
color:#ccc;
}
#input_search_box input::-webkit-input-placeholder {
color:#ccc;
}
#input_search_box input::-moz-placeholder { /* Firefox 19+ */
color:#ccc;
}
#input_search_box input:-ms-input-placeholder { /* IE 10+ */
color:#ccc;
}
#input_search_box input:-moz-placeholder { /* Firefox 18- */
color:#ccc;
}
2018-12-16 09:41:34 +03:00
/*** Search box END ***/
2018-12-16 09:41:34 +03:00
/*** Table of contents ***/
2018-12-16 09:41:34 +03:00
#table-of-contents {
padding: 0 20px;
border-radius: 4px;
background: #F8F8F9;
border: 1px solid #EAEAEC;
}
2018-12-16 09:41:34 +03:00
#table-of-contents .topic-title {
font-weight: bold;
}
2018-12-16 09:41:34 +03:00
/*** Table of contents END ***/
2018-12-16 09:41:34 +03:00
/*** Feedback section ***/
2018-12-16 09:41:34 +03:00
.feedback_wrapper {
background-color: #eee;
padding: 20px;
margin: 20px 0;
}
2018-12-16 09:41:34 +03:00
.feedback_wrapper .feedback .display_inl {
display: inline-block;
}
2018-12-16 09:41:34 +03:00
.feedback_wrapper .feedback .actions {
width: 21px;
cursor: pointer;
margin-left: 15px;
position: relative;
top: 2px;
}
2018-12-16 09:41:34 +03:00
.feedback_wrapper .feedback .actions.thumb_down {
top: 5px;
}
2018-12-16 09:41:34 +03:00
.feedback_wrapper .thumb_up:hover svg path {
fill: green;
}
2018-12-16 09:41:34 +03:00
.feedback_wrapper .thumb_down:hover svg path {
fill: darkred;
}
2018-12-16 09:41:34 +03:00
.feedback_wrapper .feedback .actions img {
width: 100%;
}
2018-12-16 09:41:34 +03:00
.feedback_wrapper .feedback_btn {
margin-top: 10px;
padding: 5px 10px;
2019-12-26 08:31:02 +03:00
background-color: #1CD3C6;
color: #000;
border-radius: 5px;
2019-12-26 08:31:02 +03:00
border: 1px solid #1CD3C6;
font-size: 16px;
font-weight: 600;
}
2018-12-16 09:41:34 +03:00
#feedback_box {
max-width: 95%;
padding: 5px;
}
2018-12-16 09:41:34 +03:00
/*** feedback section END ***/
2018-12-16 09:41:34 +03:00
/*** Footer ***/
2018-12-16 09:41:34 +03:00
.footer-hasura-custom {
font-size: 16px;
2018-12-16 09:41:34 +03:00
text-align: center;
background-color: #eee;
margin: 20px 0;
2019-01-23 18:06:37 +03:00
display: flex;
align-items: center;
justify-content: center;
}
.footer-hasura-custom .footer_logo {
2019-01-29 18:54:56 +03:00
width: 100px;
2019-01-23 18:06:37 +03:00
margin-right: 30px;
}
.footer-hasura-custom .footer_text {
display: inline-block;
}
2018-12-16 09:41:34 +03:00
/*** Footer END ***/
2018-12-16 09:41:34 +03:00
/*** Sidebar ***/
#sidebar {
2019-12-26 08:31:02 +03:00
background-color: #001934;
width: 24% !important;
height: 100vh;
overflow-y: auto;
2020-06-22 19:18:04 +03:00
padding-left: 0 !important;
position: sticky;
top: 0;
}
#sidebar li {
margin-top: 5px;
margin-bottom: 5px;
}
#sidebar .closeIcon {
position: absolute;
right: 10px;
top: 10px;
2020-06-12 13:52:22 +03:00
cursor: pointer;
}
#sidebar .sphinxsidebar .sphinxsidebarwrapper h3 {
padding-top: 10px;
/*
color: #fff;
*/
color: rgba(214,214,214,1);
font-family: 'Khula';
2018-12-16 09:41:34 +03:00
}
2018-12-16 09:41:34 +03:00
#sidebar .sphinxsidebar .sphinxsidebarwrapper h4 {
/*
color: #fff;
*/
color: rgba(214,214,214,1);
font-family: 'Khula';
}
2018-12-16 09:41:34 +03:00
#sidebar .sphinxsidebar .sphinxsidebarwrapper ul li {
/* list-style-type: none; */
/* color: #fff; */
color: rgba(214,214,214,1);
}
2018-12-16 09:41:34 +03:00
#sidebar .sphinxsidebar .sphinxsidebarwrapper ul li a {
/* color: #fff; */
color: rgba(214,214,214,1);
text-decoration: none;
}
2018-12-16 09:41:34 +03:00
#sidebar .sphinxsidebar .sphinxsidebarwrapper ul li a code {
color: #32A061;
text-decoration: none;
}
2018-12-16 09:41:34 +03:00
#sidebar .sphinxsidebar .sphinxsidebarwrapper .header_main_logo {
display: flex;
align-items: center;
padding: 18px 0;
position: sticky;
top: 0;
position: -webkit-sticky;
position: -moz-sticky;
position: -o-sticky;
position: -ms-sticky;
2019-12-26 08:31:02 +03:00
background-color: #001934;
2018-12-16 09:41:34 +03:00
z-index: 10;
border-bottom: 1px solid #4F5763;
}
2018-12-16 09:41:34 +03:00
#sidebar .sphinxsidebar .sphinxsidebarwrapper .header_main_logo a {
color: #fff;
text-decoration: none;
}
2018-12-16 09:41:34 +03:00
#sidebar .sphinxsidebar .sphinxsidebarwrapper .header_main_logo a:hover {
opacity: 0.6;
}
2018-12-16 09:41:34 +03:00
#sidebar .sphinxsidebar .sphinxsidebarwrapper .header_main_logo .version_txt {
color: rgba(255,198,39,1);
margin-top: 6px;
margin-left: 10px;
cursor: pointer;
}
2018-12-16 09:41:34 +03:00
#sidebar .sphinxsidebar .sphinxsidebarwrapper .header_main_logo .version_txt select {
cursor: pointer;
background-color: transparent;
border: 0;
color: #FFF;
font-size: 18px;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-position: right 0.25em center;
background-repeat: no-repeat;
background-size: 0.5em auto;
background-origin: border-box;
padding-right: 1em;
background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjaGV2cm9uLWRvd24iIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNDQ4IiBoZWlnaHQ9IjUxMiI+PHJlY3QgaWQ9ImJhY2tncm91bmRyZWN0IiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4PSIwIiB5PSIwIiBmaWxsPSJub25lIiBzdHJva2U9Im5vbmUiLz48ZyBjbGFzcz0iY3VycmVudExheWVyIiBzdHlsZT0iIj48dGl0bGU+TGF5ZXIgMTwvdGl0bGU+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTIwNy4wMjkgMzgxLjQ3NkwxMi42ODYgMTg3LjEzMmMtOS4zNzMtOS4zNzMtOS4zNzMtMjQuNTY5IDAtMzMuOTQxbDIyLjY2Ny0yMi42NjdjOS4zNTctOS4zNTcgMjQuNTIyLTkuMzc1IDMzLjkwMS0uMDRMMjI0IDI4NC41MDVsMTU0Ljc0NS0xNTQuMDIxYzkuMzc5LTkuMzM1IDI0LjU0NC05LjMxNyAzMy45MDEuMDRsMjIuNjY3IDIyLjY2N2M5LjM3MyA5LjM3MyA5LjM3MyAyNC41NjkgMCAzMy45NDFMMjQwLjk3MSAzODEuNDc2Yy05LjM3MyA5LjM3Mi0yNC41NjkgOS4zNzItMzMuOTQyIDB6IiBpZD0ic3ZnXzEiIGNsYXNzPSJzZWxlY3RlZCIgZmlsbC1vcGFjaXR5PSIxIi8+PC9nPjwvc3ZnPg==);
}
2018-12-16 09:41:34 +03:00
#sidebar .sphinxsidebar .sphinxsidebarwrapper .header_main_logo .version_txt select:focus {
outline: none;
}
2018-12-16 09:41:34 +03:00
#sidebar .sphinxsidebar .sphinxsidebarwrapper .header_main_logo .version_txt .option_val {
color: #000;
}
2018-12-16 09:41:34 +03:00
#sidebar .sphinxsidebar .sphinxsidebarwrapper .header_main_logo .docs_label {
margin-top: 5px;
}
2018-12-16 09:41:34 +03:00
#sidebar .sphinxsidebar .sphinxsidebarwrapper .header_main_logo .docs_label .hero {
display: inline-block;
vertical-align: middle;
font-size: 21px;
font-weight: 600;
2018-12-16 09:41:34 +03:00
margin-left: calc(24vw - 240px);
}
#sidebar .sphinxsidebar .sphinxsidebarwrapper a.current.reference.internal {
2019-12-26 08:31:02 +03:00
color: #1CD3C6 !important;
2018-12-16 09:41:34 +03:00
}
#sidebar .sphinxsidebar .sphinxsidebarwrapper a.reference.internal > code.docutils.literal {
color: rgba(214,214,214,1) !important;
}
2018-12-16 09:41:34 +03:00
/*** Sidebar END ***/
/*** GraphiQL overrides ***/
.graphiql {
margin-bottom: 20px;
}
.graphiql .query,
.graphiql .response,
.graphiql .variables {
display: none;
}
.graphiql .graphiql-container {
min-height: 325px;
border: 1px solid #eee;
-webkit-box-shadow: -1px 2px 20px 2px rgba(217,217,217,1);
-moz-box-shadow: -1px 2px 20px 2px rgba(217,217,217,1);
box-shadow: -1px 2px 20px 2px rgba(217,217,217,1);
}
.graphiql.with-vars .graphiql-container {
min-height: 375px;
}
.graphiql .topBarWrap {
height: 0;
}
.graphiql .execute-button-wrap {
z-index: 3;
top: -2px;
left: calc(50% - 50px);
margin: 0 !important;
height: 28px !important;
}
.graphiql .execute-button {
height: 28px !important;
width: 28px !important;
}
.graphiql .execute-button svg {
position: relative;
top: -3px;
left: -3px;
}
.graphiql .CodeMirror pre {
padding: 0 15px;
}
.graphiql .CodeMirror-lines {
padding: 15px 0 !important;
}
.graphiql .CodeMirror-gutter-wrapper,
.graphiql .CodeMirror-gutters {
display: none;
}
.graphiql .title,
.graphiql .docExplorerShow,
.graphiql .toolbar {
display: none !important;
}
.graphiql:not(.with-vars) .variable-editor {
display: none !important;
}
.graphiql .variable-editor .variable-editor-title {
line-height: 18px;
font-size: 16px;
padding: 2px 10px;
}
.graphiql.view-only .execute-button {
display: none !important;
}
2018-12-16 09:41:34 +03:00
/*** GraphiQL overrides END ***/
/*** Algolia docsearch overrides ***/
#input_search_box .algolia-autocomplete {
width: 100%;
}
#input_search_box .algolia-autocomplete a {
text-decoration: none;
}
#input_search_box .algolia-autocomplete.algolia-autocomplete-left .ds-dropdown-menu,
#input_search_box .algolia-autocomplete.algolia-autocomplete-right .ds-dropdown-menu {
left: -25px !important;
max-width: calc(156% + 50px);
min-width: calc(156% + 50px); /* 1 / width(input_search_box) + 50px */
}
#input_search_box .algolia-autocomplete .algolia-docsearch-suggestion--highlight {
2019-12-26 08:31:02 +03:00
color: #1CD3C6;
2018-12-16 09:41:34 +03:00
}
#input_search_box .algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column {
color: #84878E
}
#input_search_box .algolia-autocomplete .algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--category-header-lvl0 .algolia-docsearch-suggestion--highlight,
#input_search_box .algolia-autocomplete .algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--category-header-lvl1 .algolia-docsearch-suggestion--highlight,
#input_search_box .algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight {
2019-12-26 08:31:02 +03:00
box-shadow: inset 0 -2px 0 0 #1CD3C6;
2018-12-16 09:41:34 +03:00
}
#input_search_box .algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion.suggestion-layout-simple,
#input_search_box .algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion:not(.suggestion-layout-simple) .algolia-docsearch-suggestion--content {
background-color: #FEECC0;
}
#input_search_box .algolia-autocomplete .algolia-docsearch-suggestion--highlight {
2018-12-17 14:58:29 +03:00
background: #FFF1DB;
2018-12-16 09:41:34 +03:00
}
/*** Algolia docsearch overrides END ***/
/*** Loader ***/
.loading_overlay .loader {
border: 1px solid #cc401b;
border-radius: 50%;
border-top: 2px solid #cc401b;
width: 40px;
height: 40px;
-webkit-animation: spin 1.5s linear infinite;
animation: spin 1.5s linear infinite;
margin: auto;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 101;
}
.loading_overlay .overlay_wrapper {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #fff;
opacity: 0.9;
z-index: 100;
}
.loading_overlay .body_content_position {
margin: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 101;
margin-top: -45px;
font-weight: 500 !important;
}
.loading_overlay .subhead_wrapper_loader {
color: #4d4d4d;
font-size: 20px;
font-family: 'Khula';
font-weight: 300;
}
/*** Loader END ***/
/*** Media Query ***/
@media (min-width: 0) and (max-width: 1220px) {
2018-12-16 09:41:34 +03:00
html {
font-size: 100% !important;
}
2018-12-16 09:41:34 +03:00
body {
min-width: 100% !important;
overflow-y: auto;
}
}
2018-12-16 09:41:34 +03:00
/*** Mobile + Tab overrides ***/
@media (max-width: 1024px) {
body {
max-width: 100%;
min-width: 0px !important;
}
2018-12-16 09:41:34 +03:00
.main_container_wrapper {
min-width: 0px !important;
}
#sidebar {
position: absolute;
2019-01-03 06:59:27 +03:00
z-index: 10;
width: 90% !important;
/*max-width: 800px !important;*/
left: 0;
right: 0;
margin: 0 auto;
top: 120px;
height: calc(100% - 120px);
}
.content_inner_wrapper {
width: 100% !important;
}
[role="main"] {
float: none !important;
width: 90% !important;
margin: 0 auto !important;
}
2018-12-16 09:41:34 +03:00
.mobile-only {
display: initial;
}
.mobile-hide {
display: none !important;
}
#mobile-logo {
display: flex;
margin-top: 20px;
}
2018-12-16 09:41:34 +03:00
#docs-content,
#docs-header {
margin-left: 0;
margin-right: 0;
}
#docs-header-actions {
display: flex;
align-items: center;
}
#docs-header-actions {
margin-top: 20px;
}
2018-12-16 09:41:34 +03:00
#input_search_box {
flex: 1;
2018-12-16 09:41:34 +03:00
margin-left: 10px;
}
2018-12-16 09:41:34 +03:00
#input_search_box .algolia-autocomplete.algolia-autocomplete-left .ds-dropdown-menu,
#input_search_box .algolia-autocomplete.algolia-autocomplete-right .ds-dropdown-menu {
left: -34px !important;
max-width: calc(166% + 10px);
min-width: calc(166% + 10px); /* 1 / width(input_search_box) + 10px */
}
}
@media (min-width: 768px) and (max-width: 1385px) {
.bannerStripWrapper {
/* padding-left: 4vw; */
}
.bannerStripWrapper .bannerStrip .bodyTextSmall {
line-height: 21px;
}
.bannerStripWrapper .bannerStripImg {
display: none;
}
.bannerStripWrapper .bannerStrip .displayFlex {
justify-content: flex-start;
}
.bannerStripWrapper .closeBanner {
right: 0;
}
2020-06-12 13:52:22 +03:00
#mc_embed_signup form {
padding-top: 10px !important;
}
#mc_embed_signup {
display: block;
}
#mc_embed_signup .subscribe-form-content {
padding-right: 0;
text-align: center;
}
#mce-responses .error-message, #mce-responses .success-message {
top: 34px !important;
}
}
2018-12-16 09:41:34 +03:00
/*** Mobile overrides ***/
@media (max-width: 767px) {
.bannerStripWrapper {
max-height: none;
padding: 0 0px;
}
.bannerStripWrapper .bannerStrip {
padding-left: 0px;
}
.bannerStripWrapper .bannerStrip .bodyTextSmall {
padding-left: 8px;
line-height: 120%;
font-size: 15px;
}
.bannerStripWrapper .bannerStripImg {
display: none;
}
.bannerStripWrapper .bannerStrip .bodyTextSmall {
padding-left: 0;
}
2020-06-12 13:52:22 +03:00
.bannerStripWrapper .bannerStrip .bodyTextSmall .mLeft15 {
margin-left: 5px;
}
2018-12-16 09:41:34 +03:00
#sidebar {
top: 170px;
height: calc(100% - 170px);
}
#mc_embed_signup {
display: block;
}
#mc_embed_signup .subscribe-form-content {
padding-right: 0;
text-align: center;
}
2020-06-12 13:52:22 +03:00
#mc_embed_signup form {
padding-top: 10px !important;
}
.submit-box input {
padding: 0 4px !important;
}
#mce-responses .error-message, #mce-responses .success-message {
top: 34px !important;
}
#input_search_box {
flex: 1;
margin-left: 10px;
}
#input_search_box .algolia-autocomplete.algolia-autocomplete-right .ds-dropdown-menu,
#input_search_box .algolia-autocomplete.algolia-autocomplete-left .ds-dropdown-menu {
left: -34px !important;
max-width: calc(111% + 10px);
min-width: calc(111% + 10px); /* 1 / width(input_search_box) + 10px */
}
2018-12-16 09:41:34 +03:00
#docs-header-actions .header_links {
width: 100%;
margin-top: 10px;
}
2018-12-16 09:41:34 +03:00
#docs-header-actions .header_links.inline-block .buttons {
float: none !important;
}
.api-tabs .ui.tab {
padding: 10px
}
2019-02-04 17:12:09 +03:00
.footer-hasura-custom {
display: block;
}
.footer-hasura-custom .footer_logo {
margin-right: 0;
}
}
/* common Header */
.blueBgColor {
background-color: #001934;
}
.boderBottom {
border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.commonBtn {
border-radius: 5px;
font-size: 15px;
font-weight: 500;
position: relative;
padding: 6px 13px;
line-height: 140%;
}
.commonBtn:focus {
outline: none;
}
.navBtnHome {
2020-06-12 13:52:22 +03:00
background-color: rgba(28, 211, 198, .86);
border: 1px solid rgba(28, 211, 198, .86);
color: #001934;
}
.navBtnHome:hover {
2020-06-12 13:52:22 +03:00
background-color: rgba(28, 211, 198, 1);
border: 1px solid rgba(28, 211, 198, 1);
}
.navBtnContactHome {
2020-06-12 13:52:22 +03:00
background-color: #001934;
border: 1px solid #1CD3C6;
color: #1CD3C6;
}
.navBtnContactHome:hover {
2020-06-12 13:52:22 +03:00
background-color: #00244b;
}
.visibleMobile {
display: none;
}
.navBarToggle {
border-radius: 4px;
padding: 8px 8px;
display: none;
position: absolute;
right: 0;
2020-06-11 04:55:07 +03:00
top: 16px;
2020-06-12 13:52:22 +03:00
cursor: pointer;
}
.navBarToggle .iconBar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
margin: 0 auto;
margin-top: 4px;
}
.navBarToggle .iconBar:first-child {
margin-top: 0px;
}
.navBarToggle:focus {
outline: none;
}
.navWhiteBG .navBarToggle {
border: 1px solid #001934 !important;
}
.navWhiteBG .navBarToggle .iconBar {
background-color: #001934 !important;
}
.navBlueBG .navBarToggle {
border: 1px solid #fff !important;
}
.navBlueBG .navBarToggle .iconBar {
background-color: #fff !important;
}
.headerSticky {
position: fixed;
width: 100%;
z-index: 100;
}
.headerWrapper {
height: 60px;
display: flex;
align-items: center;
position: relative;
z-index: 1;
}
.headerWrapper .navLeft {
display: flex;
align-items: center;
flex: 1;
}
.headerWrapper .navLeft a {
display: contents;
}
.headerWrapper .navLeft .brand {
margin-right: 25px;
margin-top: 7px;
}
.headerWrapper .navLeft .brand img {
width: 120px;
}
.headerWrapper .navLeft .twitterBtn, .headerWrapper .navLeft .discordBtn {
border-radius: 4px;
border: solid 1px #d1d2d3;
background-color: #f1f5f8;
width: 20px;
height: 20px;
max-height: 18px;
max-width: 18px;
margin-top: 8px;
margin-right: 12px;
display: flex;
align-items: center;
justify-content: center;
opacity: 0.8;
cursor: pointer;
}
.headerWrapper .navLeft .twitterBtn img, .headerWrapper .navLeft .discordBtn img {
width: 12px;
}
.headerWrapper .navLeft .twitterBtn:hover, .headerWrapper .navLeft .discordBtn:hover {
opacity: 1;
}
.headerWrapper .navLeft .discordBtn {
padding-top: 2px;
max-height: 16px;
}
.headerWrapper .navLeft .discordBtn img {
width: 10px;
}
.headerWrapper .navLeft .gitHubBtn {
margin-top: 8px;
opacity: .8;
border-radius: 4px;
color: #001934;
border: solid 1px #d1d2d3;
font-family: 'Poppins';
font-size: 11px;
font-weight: 600;
display: flex;
align-items: center;
2020-06-11 04:55:07 +03:00
height: 20px;
text-decoration: none;
}
.headerWrapper .navLeft .gitHubBtn .gitHubStars {
display: flex;
align-items: center;
padding-left: 4px;
background-color: #f1f5f8;
2020-06-11 04:55:07 +03:00
height: 20px;
}
.headerWrapper .navLeft .gitHubBtn .gitHubStars img {
width: 12px;
}
.headerWrapper .navLeft .gitHubBtn .gitHubStars span {
line-height: 8px;
margin-top: 0px;
padding-right: 4px;
padding: 4px;
}
.headerWrapper .navLeft .gitHubBtn .gitHubCount {
border-left: 1px solid #d1d2d3;
2020-06-11 04:55:07 +03:00
height: 12px;
padding: 4px;
line-height: 8px;
display: flex;
margin-top: 0px;
align-items: center;
background-color: #fff;
}
.headerWrapper .navLeft .gitHubBtn:hover {
opacity: 1;
}
.headerWrapper .navBlueBG .navBarUL {
padding-left: 0;
2020-06-11 04:55:07 +03:00
margin: 2px 0 0;
}
.headerWrapper .navBlueBG .navBarUL li, .headerWrapper .navWhiteBG .navBarUL li {
font-size: 16px;
list-style-type: none;
display: inline-block;
padding: 10px 6px;
font-weight: 600;
margin: 0 0;
letter-spacing: -.48px;
}
2020-06-11 04:55:07 +03:00
.headerWrapper .navBlueBG .navBarUL li, .versionTxt {
color: #1CD3C6;
}
.versionTxt {
2020-06-11 04:55:07 +03:00
font-size: 13px;
vertical-align: top;
}
.versionTxt select {
border-radius: 8px;
background-color: rgba(255, 255, 255, .24);
margin-right: 12px;
font-size: 14px;
font-weight: 600;
color: #ffffff;
border: 1px solid #ddd;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 48px;
padding: 0 4px;
height: 22px;
z-index: 1;
}
.versionTxt:after {
content: '';
width: 0;
height: 0;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #fff;
position: absolute;
right: 20px;
top: 10px;
z-index: -1;
}
.versionTxt select:focus {
outline: none;
}
.versionTxt select::-moz-focus-inner, .versionTxt select option::-moz-focus-inner {
border: 0;
}
.headerWrapper .navBlueBG .navBarUL li a:hover, .headerWrapper .navWhiteBG .navBarUL li a:hover {
text-decoration: none;
}
.headerWrapper .navBlueBG .navBarUL li:last-child, .headerWrapper .navWhiteBG .navBarUL li:last-child {
padding: 0 0;
margin-left: 0px;
}
.headerWrapper .navBlueBG .navBarUL li a {
color: rgba(255, 255, 255, .6);
text-decoration: none;
}
.headerWrapper .navBlueBG .navBarUL li a:hover {
color: rgba(255, 255, 255, 1);
}
.headerWrapper .navBlueBG .navBarUL .navListActive a {
color: #fff;
border-bottom: 2px solid #fff;
}
.headerWrapper .navWhiteBG .navBarUL li a {
color: #6e6e6e;
}
.headerWrapper .navWhiteBG .navBarUL li a:hover {
color: #505050;
}
.headerWrapper .navWhiteBG .navBarUL .navListActive a {
color: #505050;
border-bottom: 2px solid #505050;
}
@media (min-width: 768px) and (max-width: 1200px) {
.versionTxt select {
margin-right: 0;
margin-left: 8px;
}
.headerSticky {
position: static;
}
.headerWrapper {
position: relative;
display: block;
z-index: 10;
}
2020-06-11 04:55:07 +03:00
.headerWrapper .navLeft {
padding-top: 5px;
}
.headerWrapper .topnav .visibleMobile .navBarULMobile {
padding: 10px 15px;
background-color: #001934;
border-bottom: 1px solid rgba(255, 255, 255, .6);
margin-top: 0;
2020-06-11 04:55:07 +03:00
position: relative;
bottom: 1px;
}
.headerWrapper .topnav .visibleMobile .navBarULMobile li {
list-style-type: none;
font-weight: 600;
text-transform: uppercase;
padding: 10px 0;
margin: 0 0;
}
.headerWrapper .topnav .visibleMobile .navBarULMobile li a {
color: rgba(255, 255, 255, .6);
text-decoration: none;
}
.headerWrapper .topnav .visibleMobile .navBarULMobile li a:hover {
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
.navBarToggle {
display: block;
}
.topnav.responsive .visibleMobile {
display: block;
}
.navBarUL {
display: none;
}
}
@media (max-width: 767px) {
.versionTxt select {
margin-right: 0;
margin-left: 8px;
}
.headerSticky {
position: static;
}
.headerWrapper {
display: block;
z-index: 10;
}
2020-06-11 04:55:07 +03:00
.headerWrapper .navLeft {
padding-top: 5px;
}
.headerWrapper .navLeft .brand {
margin-right: 16px;
}
.headerWrapper .topnav .visibleMobile .navBarULMobile {
padding: 10px 15px;
background-color: #001934;
2020-06-11 04:55:07 +03:00
border-bottom: 1px solid rgba(255, 255, 255, .6);
position: relative;
bottom: 11px;
}
.headerWrapper .topnav .visibleMobile .navBarULMobile li {
list-style-type: none;
font-weight: 600;
text-transform: uppercase;
padding: 10px 0;
}
.headerWrapper .topnav .visibleMobile .navBarULMobile li a {
color: rgba(255, 255, 255, .6);
text-decoration: none;
}
.headerWrapper .topnav .visibleMobile .navBarULMobile li a:hover {
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
.navBarToggle {
display: block;
2020-06-08 11:49:19 +03:00
right: 0px;
}
.topnav.responsive .visibleMobile {
display: block;
}
.navBarUL {
display: none;
}
}
@media (max-width: 359px) {
.headerWrapper .navLeft .gitHubBtn {
display: none;
}
}
@media (max-width: 320px) {
.headerWrapper .navLeft .brand {
margin-right: 16px;
}
}
2020-06-08 11:49:19 +03:00
.navContainerWrapper {
width: calc(100% - 30px);
padding: 0 15px !important;
}
2020-06-22 19:18:04 +03:00
.tabbarContainerWrapper {
display: flex;
justify-content: center;
}
.tabbarContainerWrapper a {
display: inline-block;
font-size: 16px !important;
font-weight: 600;
padding: 16px 4px;
text-decoration: none;
}
.tabbarContainerWrapper a:not(:first-child) {
margin-left: 2em;
}
.tabbarContainerWrapper a span {
color: rgba(255, 255, 255, .6);
cursor: pointer;
padding-bottom: 3px;
border-bottom: 2px solid transparent;
}
.tabbarContainerWrapper a:hover span {
color: rgba(255, 255, 255, 1);
}
.tabbarContainerWrapper .tabbarTabActive span {
color: rgba(255, 255, 255, 1) !important;
border-bottom: 2px solid white !important;
}