Files
netbird-docs/src/css/custom.css
2022-10-20 11:52:56 +02:00

148 lines
3.3 KiB
CSS

/**
* Any CSS included here will be global. The classic template
* bundles Infima by default. Infima is a CSS framework designed to
* work well for content-centric websites.
*/
:root {
--site-primary-hue-saturation: 100%;
--ifm-color-primary: #2e2e2e;
--ifm-color-primary-dark: #585656;
--ifm-color-primary-darker: #535252;
--ifm-color-primary-darkest: #454343;
--ifm-color-primary-light: #6c6a6a;
--ifm-color-primary-lighter: #716e6e;
--ifm-color-primary-lightest: #7f7d7d;
}
.markdown {
--ifm-link-color: #0aa6c2;
}
.table-of-contents {
--ifm-color-primary: #0aa6c2;
}
.docusaurus-highlight-code-line {
background-color: rgba(0, 0, 0, 0.1);
display: block;
margin: 0 calc(-1 * var(--ifm-pre-padding));
padding: 0 var(--ifm-pre-padding);
}
html[data-theme='dark'] .docusaurus-highlight-code-line {
background-color: rgba(0, 0, 0, 0.3);
}
[data-theme='dark'] {
--ifm-color-primary: hsl(var(--site-primary-hue-saturation) 90%);
}
.videowrapper {
float: none;
clear: both;
width: 100%;
position: relative;
padding-bottom: 56.25%;
padding-top: 25px;
height: 0;
}
.videowrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* CSS */
.button-5 {
align-items: center;
background-clip: padding-box;
background-color: darkorange;
border: 1px solid transparent;
border-radius: .25rem;
box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-flex;
font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: 400;
justify-content: center;
line-height: 1.25;
margin: 0;
min-height: 2.5rem;
padding: calc(.875rem - 1px) calc(1.5rem - 1px);
position: relative;
text-decoration: none;
transition: all 250ms;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: baseline;
width: auto;
}
.button-5:hover,
.button-5:focus {
background-color: #fb8332;
box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}
.button-5:hover {
transform: translateY(-1px);
}
.button-5:active {
background-color: #c85000;
box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
transform: translateY(0);
}
.button-6 {
align-items: center;
background-clip: padding-box;
background-color: #1890ff;
border: 1px solid transparent;
border-radius: .25rem;
box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-flex;
font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: 400;
justify-content: center;
line-height: 1.25;
margin: 0;
/*min-height: 2rem;*/
height: 1rem;
padding: calc(.875rem - 1px) calc(1.5rem - 1px);
position: relative;
text-decoration: none;
transition: all 250ms;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: baseline;
width: auto;
}
.button-6:hover,
.button-6:focus {
background-color: #85a5ff;
box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}
.button-6:hover {
transform: translateY(-1px);
}
.button-6:active {
background-color: #85a5ff;
box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
transform: translateY(0);
}