2020-06-18 12:10:24 +00:00
|
|
|
$announcement-size-adjustment: 8px;
|
|
|
|
|
2020-06-15 19:09:57 +00:00
|
|
|
/* GLOBAL */
|
|
|
|
.td-main {
|
|
|
|
.row {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
main {
|
2021-12-08 00:30:21 +00:00
|
|
|
*:not(figure) > img {
|
2020-06-15 19:09:57 +00:00
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
|
padding-top: 2rem !important;
|
|
|
|
}
|
|
|
|
}
|
2020-08-29 07:59:06 +00:00
|
|
|
|
|
|
|
.ui-widget {
|
|
|
|
font-family: inherit;
|
|
|
|
font-size: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-widget-content a {
|
|
|
|
color: $blue;
|
|
|
|
}
|
2020-06-15 19:09:57 +00:00
|
|
|
}
|
|
|
|
|
2021-10-13 21:47:29 +00:00
|
|
|
.header-hero #quickstartButton.button {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
2020-06-15 19:09:57 +00:00
|
|
|
section {
|
|
|
|
.main-section {
|
|
|
|
@media only screen and (min-width: 1024px) {
|
|
|
|
max-width: 1200px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-10-13 21:47:29 +00:00
|
|
|
body {
|
|
|
|
header + .td-outer {
|
|
|
|
min-height: 50vh;
|
|
|
|
height: auto;
|
|
|
|
}
|
2020-06-15 19:09:57 +00:00
|
|
|
}
|
|
|
|
|
2023-04-21 08:03:02 +00:00
|
|
|
/* Complex table layout support */
|
|
|
|
|
|
|
|
.td-content, body.td-content {
|
|
|
|
table.complex-layout {
|
|
|
|
tbody tr,
|
|
|
|
tbody tr:nth-of-type(2n+1) {
|
|
|
|
/* Avoid stripes */
|
|
|
|
background-color: initial;
|
|
|
|
}
|
|
|
|
tbody tr:not(:last-child) > td[colspan] {
|
|
|
|
/* provide a visual break between rows */
|
|
|
|
padding-bottom: 1.5em;
|
|
|
|
}
|
|
|
|
tbody > tr > th[scope="row"]:first-child {
|
|
|
|
min-width: 9em;
|
|
|
|
}
|
|
|
|
tbody > tr > th[rowspan] {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
border-collapse: separate;
|
|
|
|
border-spacing: 0 0;
|
|
|
|
max-width: calc(max(min(100vw, 110%), 40vw));
|
|
|
|
}
|
|
|
|
}
|
2020-09-29 21:56:40 +00:00
|
|
|
|
|
|
|
/* Emphasize first paragraph of running text on site front page */
|
|
|
|
body.td-home main[role="main"] > section:first-of-type .content p:first-child {
|
|
|
|
line-height: 1.3em;
|
|
|
|
font-size: 1.4em;
|
|
|
|
margin-bottom: 1.5em;
|
|
|
|
}
|
|
|
|
|
2020-06-15 19:09:57 +00:00
|
|
|
#desktopShowVideoButton {
|
|
|
|
border: none
|
|
|
|
}
|
|
|
|
|
|
|
|
#videoPlayer {
|
|
|
|
#closeButton {
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-09-08 18:36:54 +00:00
|
|
|
body.td-404 main .error-details {
|
|
|
|
max-width: 1100px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-top: 4em;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2020-09-03 18:23:46 +00:00
|
|
|
/* Global - Mermaid.js diagrams */
|
|
|
|
|
|
|
|
.mermaid {
|
2020-09-22 17:46:53 +00:00
|
|
|
overflow-x: auto;
|
2020-09-03 18:23:46 +00:00
|
|
|
max-width: 80%;
|
|
|
|
border: 1px solid rgb(222, 226, 230);
|
|
|
|
border-radius: 5px;
|
2020-11-23 04:54:21 +00:00
|
|
|
margin-bottom: 1rem;
|
|
|
|
padding-top: 1rem;
|
|
|
|
padding-bottom: 1rem;
|
|
|
|
|
|
|
|
// mermaid diagram - sequence diagram
|
|
|
|
.actor {
|
|
|
|
fill: #326ce5 !important;
|
|
|
|
}
|
|
|
|
text.actor {
|
|
|
|
font-size: 18px !important;
|
|
|
|
stroke: white !important;
|
|
|
|
fill: white !important;
|
|
|
|
}
|
|
|
|
.activation0 {
|
|
|
|
fill: #c9e9ec !important;
|
|
|
|
}
|
2020-09-03 18:23:46 +00:00
|
|
|
}
|
|
|
|
|
2020-06-15 19:09:57 +00:00
|
|
|
/* HEADER */
|
|
|
|
|
|
|
|
.td-navbar {
|
|
|
|
position: fixed !important;
|
|
|
|
width: 100%;
|
|
|
|
padding-bottom: 1rem !important;
|
|
|
|
background: transparent !important;
|
|
|
|
transition: 0.3s;
|
|
|
|
|
|
|
|
.navbar-brand {
|
|
|
|
position: absolute;
|
|
|
|
width: 45px;
|
|
|
|
height: 44px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: contain;
|
2024-05-11 21:43:05 +00:00
|
|
|
background-image: url("/images/logo-header.png");
|
2020-06-15 19:09:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#hamburger {
|
|
|
|
&:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
|
.navbar-brand {
|
|
|
|
background-image: url("/images/nav_logo.svg");
|
|
|
|
top: 1.5rem;
|
|
|
|
width: 180px;
|
|
|
|
margin-left: 1rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.td-navbar-nav-scroll {
|
|
|
|
overflow: visible !important;
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
.navbar-nav {
|
|
|
|
overflow: visible !important;
|
|
|
|
position: relative;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: space-evenly;
|
|
|
|
|
|
|
|
.nav-item {
|
|
|
|
position: relative;
|
|
|
|
height: 10%;
|
|
|
|
|
|
|
|
.active::after {
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 2px;
|
|
|
|
content: "";
|
|
|
|
bottom: -4px;
|
|
|
|
left: 0;
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
|
display: block;
|
|
|
|
margin-top: 3.5rem !important;
|
|
|
|
}
|
|
|
|
|
2023-01-04 14:24:20 +00:00
|
|
|
@media only screen and (min-width: 1170px) {
|
2020-07-04 09:35:28 +00:00
|
|
|
margin-top: 1rem !important;
|
2020-06-15 19:09:57 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// Flip-Nav
|
|
|
|
.flip-nav .td-navbar {
|
|
|
|
background-color: white !important;
|
|
|
|
box-shadow: 0 1px 2px $medium-grey;
|
|
|
|
|
|
|
|
.navbar-nav {
|
|
|
|
.nav-item {
|
|
|
|
&.show .nav-link,
|
|
|
|
.nav-link {
|
|
|
|
color: $dark-grey;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: $medium-grey;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown {
|
|
|
|
&:hover {
|
|
|
|
color: $medium-grey;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-nav .nav-item .active {
|
|
|
|
color: $dark-grey;
|
|
|
|
|
|
|
|
&::after {
|
|
|
|
background: $dark-grey;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#hamburger:hover {
|
|
|
|
div,
|
|
|
|
&:before,
|
|
|
|
&:after {
|
|
|
|
background-color: $dark-grey;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
|
.navbar-brand {
|
|
|
|
background-image: url("/images/nav_logo2.svg");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-03-19 16:35:47 +00:00
|
|
|
.search-item.nav-item {
|
|
|
|
input, input::placeholder {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-12-29 14:44:26 +00:00
|
|
|
.flip-nav .search-item {
|
2024-03-19 16:35:47 +00:00
|
|
|
.td-search-input, .search-bar {
|
2023-12-30 06:32:31 +00:00
|
|
|
background-color: $medium-grey;
|
|
|
|
}
|
2024-03-19 16:35:47 +00:00
|
|
|
input, input::placeholder, .search-icon {
|
2023-12-30 06:32:31 +00:00
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
textarea:focus, input:focus {
|
|
|
|
color: white;
|
2023-12-29 14:44:26 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-12-29 17:24:28 +00:00
|
|
|
@media only screen and (max-width: 1500px) {
|
2023-12-30 04:24:39 +00:00
|
|
|
header nav .search-item {
|
2023-12-29 17:24:28 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2020-06-15 19:09:57 +00:00
|
|
|
/* FOOTER */
|
|
|
|
footer {
|
2024-09-04 17:15:21 +00:00
|
|
|
background-color: #202020;
|
|
|
|
/* darkened later in this file */
|
2020-06-15 19:09:57 +00:00
|
|
|
background-image: url("/images/texture.png");
|
|
|
|
padding: 1rem !important;
|
|
|
|
min-height: initial !important;
|
2024-09-04 17:15:21 +00:00
|
|
|
justify-content: center;
|
2020-06-15 19:09:57 +00:00
|
|
|
|
2022-01-10 23:33:45 +00:00
|
|
|
> div, > p {
|
|
|
|
max-width: 95%;
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
|
max-width: calc(min(80rem,90vw)); // avoid spreading too wide
|
|
|
|
}
|
2024-09-04 17:15:21 +00:00
|
|
|
color: inherit;
|
|
|
|
background: transparent;
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
color: inherit;
|
|
|
|
background: transparent;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2022-01-10 23:33:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
> .footer__links {
|
2020-06-15 19:09:57 +00:00
|
|
|
margin: auto;
|
|
|
|
padding-bottom: 1rem;
|
|
|
|
|
|
|
|
nav a {
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
2022-01-10 23:33:45 +00:00
|
|
|
max-width: calc(min(60rem,90vw)); // avoid spreading too wide
|
|
|
|
|
2020-06-15 19:09:57 +00:00
|
|
|
nav {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-around;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
small {
|
|
|
|
color: $light-grey;
|
|
|
|
font-size: 0.64rem;
|
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: inherit;
|
|
|
|
color: inherit;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-09-04 17:15:21 +00:00
|
|
|
footer {
|
|
|
|
background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)) , url("/images/texture.png");
|
|
|
|
color: #e9e9e9;
|
|
|
|
}
|
|
|
|
|
2024-09-04 17:15:36 +00:00
|
|
|
// Custom footer sizing
|
|
|
|
@media (min-width: 800px) and (max-width: 1279px) {
|
|
|
|
footer {
|
|
|
|
ul.footer-icons {
|
|
|
|
min-width: 17.5vw;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-evenly;
|
|
|
|
}
|
|
|
|
.col-sm-2 {
|
|
|
|
flex: 0 0 22.5%;
|
|
|
|
max-width: 22.5%;
|
|
|
|
}
|
|
|
|
.footer-main.text-center {
|
|
|
|
flex: 0 0 50%;
|
|
|
|
max-width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 799px) {
|
|
|
|
footer ul.footer-icons {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: flex-start;
|
|
|
|
row-gap: 0.5em;
|
|
|
|
}
|
|
|
|
footer div.order-1 ul.footer-icons {
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
footer div.order-3 ul.footer-icons {
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-06-15 19:09:57 +00:00
|
|
|
/* SIDE-DRAWER MENU */
|
|
|
|
|
|
|
|
.pi-pushmenu .sled {
|
|
|
|
.content ul {
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
li {
|
|
|
|
&:first-child {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.nav-link {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.push-menu-close-button {
|
|
|
|
background: transparent;
|
|
|
|
border: none;
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* DOCS */
|
|
|
|
|
2024-06-27 12:24:22 +00:00
|
|
|
table tr.cve-status-open, table tr.cve-status-unknown {
|
|
|
|
> td.cve-item-summary {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-06-15 19:09:57 +00:00
|
|
|
.launch-cards {
|
2023-09-22 14:20:08 +00:00
|
|
|
padding: 0;
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: repeat(3, 1fr);
|
|
|
|
row-gap: 1em;
|
|
|
|
.launch-card {
|
|
|
|
display: flex;
|
|
|
|
padding: 0 30px 0 0;
|
|
|
|
.card-content{
|
|
|
|
width: fit-content;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
margin: 0;
|
|
|
|
row-gap: 1em;
|
|
|
|
h2 {
|
|
|
|
font-size: 1.75em;
|
|
|
|
padding: 0.5em 0;
|
|
|
|
margin: 0;
|
|
|
|
a {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
list-style: none;
|
|
|
|
height: fit-content;
|
|
|
|
line-height: 1.6;
|
|
|
|
padding: 0;
|
|
|
|
margin-block-end: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
br {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
|
|
|
height: min-content;
|
|
|
|
width: auto;
|
|
|
|
padding: .5em 1em;
|
|
|
|
cursor: pointer;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2023-09-22 14:09:37 +00:00
|
|
|
|
2023-09-22 14:20:08 +00:00
|
|
|
@media only screen and (max-width: 1000px) {
|
|
|
|
grid-template-columns: 1fr;
|
|
|
|
|
|
|
|
.launch-card {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2023-09-22 13:36:07 +00:00
|
|
|
}
|
2023-09-22 14:20:08 +00:00
|
|
|
}
|
|
|
|
|
2020-06-15 19:09:57 +00:00
|
|
|
|
|
|
|
// table of contents
|
|
|
|
.td-toc {
|
|
|
|
padding-top: 1.5rem !important;
|
|
|
|
top: 5rem !important;
|
|
|
|
|
2022-01-21 18:36:08 +00:00
|
|
|
@supports (position: sticky) {
|
|
|
|
position: sticky !important;
|
|
|
|
height: calc(100vh - 10rem);
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
|
2020-06-15 19:09:57 +00:00
|
|
|
#TableOfContents {
|
|
|
|
padding-top: 1rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-01 21:55:50 +00:00
|
|
|
main {
|
2022-02-25 02:07:56 +00:00
|
|
|
|
2023-09-08 16:36:18 +00:00
|
|
|
/* SCSS Related to the Metrics list */
|
|
|
|
|
|
|
|
div.metric:nth-of-type(odd) { // Look & Feel , Aesthetics
|
|
|
|
background-color: $light-grey;
|
|
|
|
}
|
2023-08-05 07:17:17 +00:00
|
|
|
|
2023-09-08 16:36:18 +00:00
|
|
|
div.metrics {
|
2023-08-04 19:04:31 +00:00
|
|
|
|
2023-09-08 16:36:18 +00:00
|
|
|
.metric {
|
|
|
|
div:empty{
|
2023-08-06 09:15:05 +00:00
|
|
|
display: none;
|
2023-08-05 07:17:17 +00:00
|
|
|
}
|
2023-08-06 09:15:05 +00:00
|
|
|
|
2023-09-08 16:36:18 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
gap: .75em;
|
|
|
|
padding:.75em .75em .75em .75em;
|
|
|
|
|
|
|
|
.metric_name{
|
|
|
|
font-size: large;
|
|
|
|
font-weight: bold;
|
|
|
|
word-break: break-word;
|
2023-08-04 19:04:31 +00:00
|
|
|
}
|
2023-09-08 16:36:18 +00:00
|
|
|
|
|
|
|
label{
|
|
|
|
font-weight: bold;
|
|
|
|
margin-right: .5em;
|
2023-08-04 19:04:31 +00:00
|
|
|
}
|
2023-09-08 16:36:18 +00:00
|
|
|
ul {
|
|
|
|
li:empty{
|
|
|
|
display: none;
|
2023-08-06 09:15:05 +00:00
|
|
|
}
|
2023-09-08 16:36:18 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
gap: .75em;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
li.metric_labels_varying{
|
|
|
|
span{
|
|
|
|
display: inline-block;
|
|
|
|
background-color: rgb(240, 239, 239);
|
|
|
|
padding: 0 0.5em;
|
|
|
|
margin-right: .35em;
|
|
|
|
font-family: monospace;
|
|
|
|
border: 1px solid rgb(230 , 230 , 230);
|
|
|
|
border-radius: 5%;
|
|
|
|
margin-bottom: .35em;
|
|
|
|
}
|
2023-08-06 09:15:05 +00:00
|
|
|
}
|
2023-09-08 16:36:18 +00:00
|
|
|
|
2023-08-05 10:26:13 +00:00
|
|
|
}
|
2023-09-08 16:36:18 +00:00
|
|
|
|
2023-08-04 19:04:31 +00:00
|
|
|
}
|
|
|
|
|
2023-09-08 16:36:18 +00:00
|
|
|
|
|
|
|
}
|
2023-08-05 07:17:17 +00:00
|
|
|
}
|
2020-07-01 21:55:50 +00:00
|
|
|
|
2020-06-15 19:09:57 +00:00
|
|
|
// blockquotes and callouts
|
|
|
|
|
2021-10-13 00:10:58 +00:00
|
|
|
body {
|
|
|
|
.alert {
|
|
|
|
// Override Docsy styles
|
2020-08-08 14:41:20 +00:00
|
|
|
padding: 0.4rem 0.4rem 0.4rem 1rem;
|
2021-10-13 00:10:58 +00:00
|
|
|
border-top: 1px solid #eee;
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
border-right: 1px solid #eee;
|
|
|
|
border-radius: 0.25em;
|
|
|
|
border-left-width: 0.5em; // fallback in case calc() is missing
|
2020-08-08 14:41:20 +00:00
|
|
|
background: #fff;
|
|
|
|
color: #000;
|
|
|
|
margin-top: 0.5em;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
2021-10-13 00:10:58 +00:00
|
|
|
// Set minimum width and radius for alert color
|
|
|
|
.alert {
|
|
|
|
border-left-width: calc(max(0.5em, 4px));
|
|
|
|
border-top-left-radius: calc(max(0.5em, 4px));
|
|
|
|
border-bottom-left-radius: calc(max(0.5em, 4px));
|
2024-05-06 23:10:53 +00:00
|
|
|
padding-top: 0.75rem;
|
2020-08-08 14:41:20 +00:00
|
|
|
}
|
2024-05-06 23:10:53 +00:00
|
|
|
.alert.alert-caution {
|
2020-08-08 14:41:20 +00:00
|
|
|
border-left-color: #f0ad4e;
|
|
|
|
}
|
2024-05-06 23:10:53 +00:00
|
|
|
.alert.alert-info {
|
2020-08-08 14:41:20 +00:00
|
|
|
border-left-color: #428bca;
|
2024-05-06 23:10:53 +00:00
|
|
|
h4, h4.alert-heading {
|
|
|
|
color: #000;
|
|
|
|
display: block;
|
2024-05-21 05:57:51 +00:00
|
|
|
float: initial;
|
2024-05-06 23:10:53 +00:00
|
|
|
font-size: 1rem;
|
|
|
|
padding: 0;
|
|
|
|
padding-right: 0.5rem;
|
|
|
|
margin: 0;
|
|
|
|
line-height: 1.5;
|
|
|
|
font-weight: bolder;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.alert.alert-caution {
|
|
|
|
border-left-color: #f0ad4e;
|
|
|
|
h4, h4.alert-heading {
|
|
|
|
font-size: 1em;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2020-08-08 14:41:20 +00:00
|
|
|
}
|
2024-05-06 23:10:53 +00:00
|
|
|
.alert.alert-warning {
|
2020-08-08 14:41:20 +00:00
|
|
|
border-left-color: #d9534f;
|
|
|
|
}
|
2021-10-13 00:10:58 +00:00
|
|
|
.alert.third-party-content {
|
|
|
|
border-left-color: #444;
|
|
|
|
}
|
2020-06-15 19:09:57 +00:00
|
|
|
|
2021-10-13 00:10:58 +00:00
|
|
|
h1:first-of-type + .alert.callout {
|
2020-08-08 14:41:20 +00:00
|
|
|
margin-top: 1.5em;
|
|
|
|
}
|
2024-04-22 23:42:14 +00:00
|
|
|
|
|
|
|
div.feature-state-notice {
|
|
|
|
background-color: #daeaf9;
|
|
|
|
border-radius: 0.75rem;
|
|
|
|
padding: 1rem;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
|
|
|
|
font-size: 1.2em;
|
|
|
|
|
|
|
|
> .feature-state-name::before {
|
|
|
|
content: 'ⓘ ';
|
|
|
|
color: #326ce5; // Kubernetes blue
|
|
|
|
}
|
|
|
|
> .feature-state-name {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 0.95em;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #000;
|
|
|
|
background-color: #daeaf9;
|
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
|
|
|
color: #000;
|
|
|
|
font-size: 1em;
|
|
|
|
background-color: #daeaf9;
|
|
|
|
}
|
|
|
|
|
|
|
|
margin-right: 2em;
|
|
|
|
max-width: 80%;
|
|
|
|
}
|
2020-06-15 19:09:57 +00:00
|
|
|
}
|
|
|
|
|
2021-10-02 16:01:11 +00:00
|
|
|
// Special color for third party content disclaimers
|
|
|
|
.alert.third-party-content { border-left-color: #222 };
|
|
|
|
|
2021-10-02 15:53:59 +00:00
|
|
|
// Highlight disclaimer when targeted as a fragment
|
|
|
|
|
|
|
|
#third-party-content-disclaimer {
|
|
|
|
color: #000;
|
|
|
|
background: #f8f9fa;
|
|
|
|
transition: all 0.5s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes disclaimer-highlight {
|
|
|
|
from { background: #f8f922; color: #000; }
|
|
|
|
50% { background: #f8f944; color: #000; }
|
|
|
|
to { background: #f8f9cb; color: #000; }
|
|
|
|
}
|
|
|
|
|
|
|
|
#third-party-content-disclaimer:target {
|
|
|
|
color: #000;
|
|
|
|
animation: disclaimer-highlight 1.25s ease;
|
|
|
|
background: #f8f9cb;
|
|
|
|
}
|
|
|
|
|
2021-10-13 00:10:58 +00:00
|
|
|
.deprecation-warning, .pageinfo.deprecation-warning {
|
2022-02-27 03:43:27 +00:00
|
|
|
padding: clamp(10px, 2vmin, 20px);
|
|
|
|
margin: clamp(10px, 1vh, 20px) 0;
|
2020-08-08 15:47:04 +00:00
|
|
|
background-color: #faf5b6;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
2022-02-04 15:37:59 +00:00
|
|
|
.deprecation-warning.outdated-blog, .pageinfo.deprecation-warning.outdated-blog {
|
|
|
|
background-color: $blue;
|
|
|
|
color: $white;
|
|
|
|
}
|
|
|
|
|
2020-08-08 15:47:04 +00:00
|
|
|
body.td-home .deprecation-warning, body.td-blog .deprecation-warning, body.td-documentation .deprecation-warning {
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
2022-02-27 03:43:27 +00:00
|
|
|
.deprecation-warning p:only-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2021-10-19 12:42:21 +00:00
|
|
|
|
|
|
|
.td-documentation .td-content > .highlight {
|
|
|
|
max-width: initial;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2020-08-08 15:47:04 +00:00
|
|
|
body.td-home #deprecation-warning {
|
|
|
|
max-width: 1000px;
|
|
|
|
margin-top: 2.5rem;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
2024-08-14 00:15:13 +00:00
|
|
|
body.glossary {
|
|
|
|
main {
|
|
|
|
ul.glossary-terms > li {
|
|
|
|
list-style-type: none;
|
|
|
|
padding: 0.5em;
|
|
|
|
padding-bottom: calc(min(0.5em, 0.25em + 0.15vh ));
|
|
|
|
margin: 0;
|
|
|
|
margin-top: calc(min(1.0em, 0.25em + 0.15vh ));
|
|
|
|
}
|
|
|
|
ul.glossary-terms > li.hide {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
ul.glossary-terms > li:has(.term-anchor:target) {
|
|
|
|
border-left: 0.3em solid $blue;
|
|
|
|
background: rgba(#999999, 0.2);
|
|
|
|
}
|
|
|
|
#tag-container {
|
|
|
|
float: left;
|
|
|
|
max-width: calc(max(80%, 100em));
|
|
|
|
border-top: 1px solid #999999;
|
|
|
|
border-bottom: 1px solid #999999;
|
|
|
|
padding-top: 0.5em 0;
|
|
|
|
margin: 2em 0;
|
|
|
|
> p {
|
|
|
|
display: inline-block;
|
|
|
|
padding-top: 0.2em;
|
|
|
|
}
|
|
|
|
.hide {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.tag-option {
|
|
|
|
border-radius: 0.33em;
|
|
|
|
padding: 0.5em;
|
|
|
|
padding-left: 0.6em;
|
|
|
|
padding-right: 0.75em;
|
|
|
|
margin: 0.75em;
|
|
|
|
margin-top: 0.1em;
|
|
|
|
float: left;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 0.925em;
|
|
|
|
}
|
|
|
|
.tag-option:not(.canonical-tag):hover {
|
|
|
|
outline: 1.5px solid $blue;
|
|
|
|
}
|
|
|
|
.tag-description {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
padding: 0.2em;
|
|
|
|
padding-bottom: 0.8em;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.canonical-tag {
|
|
|
|
color: white;
|
|
|
|
background-color: #999999;
|
|
|
|
}
|
|
|
|
.canonical-tag a {
|
|
|
|
color: inherit;
|
|
|
|
background: transparent;
|
|
|
|
text-decoration: none !important;
|
|
|
|
}
|
|
|
|
.active-tag {
|
|
|
|
color: $white;
|
|
|
|
background-color: $blue;
|
|
|
|
}
|
|
|
|
// darken on hover
|
|
|
|
.canonical-tag:hover {
|
|
|
|
background: darken(#999999, 15%)
|
|
|
|
}
|
|
|
|
.canonical-tag.active-tag:hover {
|
|
|
|
background: darken($blue, 15%)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.term-anchor:target + .term-name > span {
|
|
|
|
color: $blue;
|
|
|
|
}
|
|
|
|
.term-anchor:target {
|
|
|
|
visibility: initial;
|
|
|
|
}
|
|
|
|
.glossary-term-name {
|
|
|
|
font-weight: bold;
|
|
|
|
display: inline-block;
|
|
|
|
padding-left: 0.25em;
|
|
|
|
padding-right: 0.25em;
|
|
|
|
}
|
|
|
|
.glossary-aka {
|
|
|
|
display: inline-block;
|
|
|
|
padding-left: 0.25em;
|
|
|
|
padding-right: 0.25em;
|
|
|
|
padding-bottom: 0.25em;
|
|
|
|
}
|
|
|
|
#glossary-details-before {
|
|
|
|
margin-top: 3em;
|
|
|
|
font-style: italic;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
.preview-text {
|
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: 0.2em;
|
|
|
|
}
|
|
|
|
.preview-text + * {
|
|
|
|
margin-top: 0.2em;
|
|
|
|
}
|
|
|
|
.term-definition {
|
|
|
|
margin-left: calc(min(2em, 0.5em + 0.75vw));
|
|
|
|
.hide {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.glossary-aka {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
.preview-text p {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
.permalink {
|
|
|
|
display: inline-block;
|
|
|
|
background-image: url(../images/link.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: contain;
|
|
|
|
width: 1em;
|
|
|
|
height: 1em;
|
|
|
|
padding-left: 0.1em;
|
|
|
|
}
|
|
|
|
.term-name:hover {
|
|
|
|
color: $blue;
|
|
|
|
}
|
|
|
|
.term-name:not(:hover) > .permalink {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
.term-anchor {
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
top: -4rem; // adjust scrolling to target
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
.invisible {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-08-09 08:57:19 +00:00
|
|
|
body.cid-community {
|
|
|
|
section.linkbox {
|
|
|
|
max-width: clamp(50%, calc(100em + 2vw), 100vw);
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-08-08 15:47:04 +00:00
|
|
|
#caseStudies body > #deprecation-warning, body.cid-casestudies > #deprecation-warning, body.cid-community > #deprecation-warning {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
position: relative;
|
|
|
|
background-color: #326ce5; // Kubernetes blue
|
|
|
|
color: #fff;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
width: 100vw;
|
|
|
|
}
|
|
|
|
#caseStudies body > #deprecation-warning, body.cid-casestudies > #deprecation-warning {
|
|
|
|
padding-top: 32px;
|
|
|
|
}
|
2024-04-14 20:54:29 +00:00
|
|
|
body.cid-partners {
|
|
|
|
> #deprecation-warning {
|
|
|
|
padding: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
margin-left: 0;
|
|
|
|
margin-top: 0;
|
|
|
|
width: 100vw;
|
|
|
|
> .content {
|
|
|
|
width: 100%;
|
|
|
|
max-width: initial;
|
|
|
|
margin-right: 0;
|
|
|
|
margin-left: 0;
|
|
|
|
margin-top: 0;
|
|
|
|
padding-left: 5vw;
|
|
|
|
padding-right: 5vw;
|
|
|
|
padding-top: 2rem;
|
|
|
|
padding-bottom: 2rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/* SECTIONS */
|
|
|
|
.section {
|
|
|
|
clear: both;
|
|
|
|
padding: 0px;
|
|
|
|
margin-bottom: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
section#users {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.kcsp_section {
|
|
|
|
clear: both;
|
|
|
|
padding: 0px;
|
|
|
|
margin-bottom: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* COLUMN SETUP */
|
|
|
|
.col {
|
|
|
|
display: block;
|
|
|
|
float:left;
|
|
|
|
margin: 1% 0 1% 1.6%;
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
}
|
|
|
|
.col:first-child { margin-left: 0; }
|
|
|
|
|
|
|
|
|
|
|
|
/* GROUPING */
|
|
|
|
.group:before,
|
|
|
|
.group:after {
|
|
|
|
content:"";
|
|
|
|
display:table;
|
|
|
|
}
|
|
|
|
.group:after {
|
|
|
|
clear:both;
|
|
|
|
}
|
|
|
|
.group {
|
|
|
|
zoom:1; /* For IE 6/7 */
|
|
|
|
}
|
|
|
|
|
|
|
|
/* GRID OF THREE */
|
|
|
|
.span_3_of_3 {
|
|
|
|
width: 35%;
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
.span_2_of_3 {
|
|
|
|
width: 35%;
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
.span_1_of_3 {
|
|
|
|
width: 35%;
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.col-container {
|
|
|
|
display: table; /* Make the container element behave like a table */
|
|
|
|
width: 100%; /* Set full-width to expand the whole page */
|
|
|
|
padding-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.col-nav {
|
|
|
|
display: table-cell; /* Make elements inside the container behave like table cells */
|
|
|
|
width: 18%;
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
padding: 20px;
|
|
|
|
border: 5px solid white;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* GO FULL WIDTH AT LESS THAN 480 PIXELS */
|
|
|
|
|
|
|
|
@media only screen and (max-width: 480px) {
|
|
|
|
.col { margin: 1% 0 1% 0%;}
|
|
|
|
.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 650px) {
|
|
|
|
.col-nav {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.button{
|
|
|
|
max-width: 100%;
|
|
|
|
box-sizing: border-box;
|
|
|
|
margin: 0;
|
|
|
|
display: inline-block;
|
|
|
|
border-radius: 6px;
|
|
|
|
padding: 0 20px;
|
|
|
|
line-height: 40px;
|
|
|
|
color: #ffffff;
|
|
|
|
font-size: 16px;
|
2024-05-06 23:36:28 +00:00
|
|
|
background-color: #326ce5;
|
2024-04-14 20:54:29 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
h5 {
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 1.5em;
|
|
|
|
margin-bottom: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#usersGrid a {
|
|
|
|
display: inline-block;
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ktpContainer, #distContainer, #kcspContainer, #isvContainer, #servContainer {
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
#isvContainer {
|
|
|
|
margin-bottom: 80px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#kcspContainer {
|
|
|
|
margin-bottom: 80px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#distContainer {
|
|
|
|
margin-bottom: 80px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ktpContainer {
|
|
|
|
margin-bottom: 80px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.partner-box {
|
|
|
|
position: relative;
|
|
|
|
width: 47%;
|
|
|
|
max-width: 48%;
|
|
|
|
min-width: 48%;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
padding: 20px;
|
|
|
|
flex: 1;
|
|
|
|
display: flex;
|
|
|
|
justify-content: left;
|
|
|
|
align-items: flex-start;
|
|
|
|
}
|
|
|
|
|
|
|
|
.partner-box img {
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
}
|
|
|
|
|
|
|
|
.partner-box > div {
|
|
|
|
margin-left: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.partner-box a {
|
|
|
|
color: #3576E3;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
.partner-box {
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: flex-start;
|
|
|
|
}
|
|
|
|
|
|
|
|
.partner-box > div {
|
|
|
|
margin: 20px 0 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 568px) {
|
|
|
|
#ktpContainer, #distContainter, #kcspContainer, #isvContainer, #servContainer {
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.partner-box {
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: flex-start;
|
|
|
|
width: 100%;
|
|
|
|
max-width: 100%;
|
|
|
|
min-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.partner-box > div {
|
|
|
|
margin: 20px 0 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 568px) {
|
|
|
|
#ktpContainer, #distContainer, #kcspContainer, #isvContainer, #servContainer {
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.partner-box {
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: flex-start;
|
|
|
|
width: 100%;
|
|
|
|
max-width: 100%;
|
|
|
|
min-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.partner-box > div {
|
|
|
|
margin: 20px 0 0;
|
|
|
|
}
|
|
|
|
}
|
2020-08-08 15:47:04 +00:00
|
|
|
}
|
|
|
|
body.cid-community > #deprecation-warning > .deprecation-warning {
|
|
|
|
margin-left: 20px;
|
|
|
|
margin-right: 20px;
|
|
|
|
color: #faf5b6;
|
|
|
|
background-color: inherit;
|
|
|
|
}
|
|
|
|
body.cid-community > #deprecation-warning > .deprecation-warning > * {
|
|
|
|
color: inherit;
|
|
|
|
background-color: inherit;
|
|
|
|
}
|
|
|
|
|
2024-04-14 21:08:48 +00:00
|
|
|
body.cid-code-of-conduct main {
|
|
|
|
max-width: calc(min(90vw, 100em));
|
|
|
|
padding-top: 3rem;
|
|
|
|
padding-left: 0.5em;
|
|
|
|
padding-right: 0.5em;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
|
|
|
|
#cncf-code-of-conduct {
|
|
|
|
margin-top: 4rem;
|
|
|
|
margin-bottom: 4rem;
|
|
|
|
padding-left: 4rem;
|
|
|
|
|
|
|
|
> h2, h3, h4, h5 {
|
|
|
|
color: #0662EE;
|
|
|
|
}
|
|
|
|
|
|
|
|
> h2:first-child {
|
|
|
|
margin-top: 0.25em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
> hr {
|
|
|
|
margin-top: 4rem;
|
|
|
|
margin-bottom: 4rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
> hr:last-of-type ~ * {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 1.15rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
> *:last-child {
|
|
|
|
margin-bottom: 4rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-08-08 15:47:04 +00:00
|
|
|
#caseStudies body > #deprecation-warning > .deprecation-warning, body.cid-casestudies > #deprecation-warning > .deprecation-warning {
|
|
|
|
color: inherit;
|
|
|
|
background: inherit;
|
|
|
|
width: 80%;
|
|
|
|
margin: 0;
|
|
|
|
margin-top: 120px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
border-radius: initial;
|
|
|
|
}
|
|
|
|
#deprecation-warning > .deprecation-warning a {
|
|
|
|
background: transparent;
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2020-06-15 19:09:57 +00:00
|
|
|
// search & sidebar
|
|
|
|
.td-sidebar {
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
|
padding-top: 1.5rem !important;
|
|
|
|
|
|
|
|
.td-sidebar__inner {
|
|
|
|
top: 8.5rem;
|
|
|
|
|
|
|
|
@media only screen and (min-width: 1075px) {
|
|
|
|
top: 6.5rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-06-24 21:08:03 +00:00
|
|
|
.td-sidebar-nav {
|
|
|
|
& > .td-sidebar-nav__section {
|
|
|
|
padding-top: .5rem;
|
|
|
|
padding-left: 1.5rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-06-15 19:09:57 +00:00
|
|
|
.td-sidebar__inner {
|
|
|
|
form.td-sidebar__search {
|
|
|
|
|
2021-04-23 12:45:20 +00:00
|
|
|
.td-sidebar__toggle {
|
2020-06-15 19:09:57 +00:00
|
|
|
&:hover {
|
2020-06-24 21:08:03 +00:00
|
|
|
color: #000000;
|
2020-06-15 19:09:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
color: $blue;
|
2020-09-17 22:20:47 +00:00
|
|
|
margin: 1rem;
|
2020-06-15 19:09:57 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.no-underline {
|
|
|
|
text-decoration: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hide {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.td-sidebar-link__page {
|
|
|
|
&#m-docs-search {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&#m-docs-test {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//Tutorials
|
|
|
|
main.content {
|
|
|
|
position: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* BLOG */
|
|
|
|
|
|
|
|
.td-blog {
|
|
|
|
|
|
|
|
.widget-link {
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
|
|
|
|
.svg-inline--fa {
|
|
|
|
width: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
span {
|
|
|
|
margin-left: 0.5rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-01-07 15:29:05 +00:00
|
|
|
.td-blog .header-hero h1, .td-blog .header-hero h2 {
|
|
|
|
font-size: 2.25rem; // match rest of site, even if it is actually h2
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2020-06-15 19:09:57 +00:00
|
|
|
/* CASE-STUDIES */
|
|
|
|
|
|
|
|
// Many of the case studies have small variations in markup and styles;
|
|
|
|
// some issues cannot be addressed due to inlined !important rules.
|
|
|
|
#caseStudies {
|
|
|
|
section .cols {
|
|
|
|
margin-left: 11%;
|
|
|
|
|
|
|
|
div {
|
|
|
|
width: initial !important;
|
|
|
|
h2 {
|
|
|
|
margin-top: 1rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-06-18 12:10:24 +00:00
|
|
|
}
|
|
|
|
|
2020-06-24 20:26:10 +00:00
|
|
|
/* DOCUMENTATION */
|
|
|
|
|
|
|
|
/* Don't show lead text */
|
|
|
|
body.td-documentation {
|
|
|
|
main {
|
|
|
|
@media only screen {
|
|
|
|
> * {
|
|
|
|
> .lead:first-of-type {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-09-03 18:23:46 +00:00
|
|
|
|
2020-10-05 16:01:39 +00:00
|
|
|
/* glossary tooltip */
|
|
|
|
.glossary-tooltip {
|
|
|
|
display: inline-block;
|
|
|
|
border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
|
|
|
|
color: black;
|
|
|
|
text-decoration: none !important;
|
|
|
|
}
|
2020-12-23 19:03:48 +00:00
|
|
|
|
|
|
|
@media print {
|
|
|
|
/* Do not print announcements */
|
2021-10-13 21:47:29 +00:00
|
|
|
#announcement {
|
2020-12-23 19:03:48 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-12-19 19:33:58 +00:00
|
|
|
/* Announcements */
|
|
|
|
|
2021-10-13 21:47:29 +00:00
|
|
|
#announcement {
|
2020-12-23 19:03:48 +00:00
|
|
|
> * {
|
|
|
|
color: inherit;
|
2021-10-03 15:33:15 +00:00
|
|
|
background: transparent;
|
2020-12-23 19:03:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: inherit;
|
2022-05-13 13:02:36 +00:00
|
|
|
text-decoration: underline;
|
2020-12-23 19:03:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
color: inherit;
|
2022-05-13 13:02:36 +00:00
|
|
|
text-decoration: initial;
|
2020-12-23 19:03:48 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-hero {
|
|
|
|
padding-top: 40px;
|
|
|
|
}
|
|
|
|
|
2023-12-19 19:33:58 +00:00
|
|
|
// Don't show announcements when javascript is not available
|
|
|
|
|
|
|
|
html.no-js body div#announcement {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#announcement.display-announcement{
|
|
|
|
display: block; // apply this class to display the announcement
|
|
|
|
}
|
|
|
|
|
2021-10-13 21:47:29 +00:00
|
|
|
#announcement {
|
2022-05-13 13:02:36 +00:00
|
|
|
// default background is blue; overrides are possible
|
|
|
|
color: #fff;
|
2023-12-19 19:33:58 +00:00
|
|
|
display: none; // When javascript is available, Let javascript handle the state of the announcement
|
|
|
|
|
2021-10-13 21:47:29 +00:00
|
|
|
.announcement-main {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
|
|
|
// for padding-top see _size.scss
|
|
|
|
padding-bottom: calc(max(2em, 2rem));
|
|
|
|
|
|
|
|
max-width: calc(min(1200px - 8em, 80vw));
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6, p * {
|
2022-05-13 13:02:36 +00:00
|
|
|
color: inherit; /* defaults to white */
|
2021-10-13 21:47:29 +00:00
|
|
|
background: transparent;
|
|
|
|
|
|
|
|
img.event-logo {
|
|
|
|
display: inline-block;
|
|
|
|
max-height: calc(min(80px, 8em));
|
|
|
|
max-width: calc(min(240px, 33vw));
|
|
|
|
float: right;
|
|
|
|
}
|
2020-12-23 19:03:48 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-10-13 21:47:29 +00:00
|
|
|
#announcement + .header-hero {
|
|
|
|
padding-top: 2em;
|
2020-12-23 19:03:48 +00:00
|
|
|
}
|
|
|
|
|
2021-10-13 21:47:29 +00:00
|
|
|
// Extra padding for anything except wide viewports
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
#announcement aside { // more specific
|
|
|
|
.announcement-main {
|
|
|
|
padding-top: calc(max(8em, 8rem));
|
|
|
|
}
|
2020-12-23 19:03:48 +00:00
|
|
|
}
|
2021-10-13 21:47:29 +00:00
|
|
|
}
|
2020-12-23 19:03:48 +00:00
|
|
|
|
2021-10-13 21:47:29 +00:00
|
|
|
@media (max-width: 768px) {
|
|
|
|
#announcement {
|
|
|
|
padding-top: 4rem;
|
|
|
|
padding-bottom: 4rem;
|
|
|
|
.announcement-main, aside .announcement-main {
|
|
|
|
padding-top: calc(min(2rem,2em));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-12-23 19:03:48 +00:00
|
|
|
|
2021-10-13 21:47:29 +00:00
|
|
|
@media (max-width: 480px) {
|
|
|
|
#announcement {
|
|
|
|
padding-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
#announcement aside {
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
|
|
img.event-logo {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-bottom: 0.75em;
|
|
|
|
display: block;
|
|
|
|
max-height: initial;
|
|
|
|
max-width: calc(min(calc(100vw - 2em), 240px));
|
|
|
|
float: initial;
|
|
|
|
}
|
2020-12-23 19:03:48 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-01-07 15:29:05 +00:00
|
|
|
/* don't display the hero header for some pages when there is a banner active */
|
|
|
|
#announcement + .header-hero.filler, .td-page.td-blog #announcement + .header-hero {
|
2021-10-13 21:47:29 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
#announcement + .header-hero {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-12-08 00:30:21 +00:00
|
|
|
figure {
|
|
|
|
> figcaption {
|
|
|
|
padding-top: 1em;
|
|
|
|
margin-bottom: 3em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// Clamp size for release logos
|
|
|
|
figure.release-logo {
|
|
|
|
> figcaption {
|
|
|
|
font-size: 1.8em;
|
|
|
|
}
|
|
|
|
> img {
|
|
|
|
max-width: 100%;
|
|
|
|
max-height: calc(max(40em,min(80vh,70em)));
|
|
|
|
height: auto;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-10-13 21:47:29 +00:00
|
|
|
|
2021-09-28 17:44:42 +00:00
|
|
|
// Match Docsy-imposed max width on text body
|
|
|
|
@media (min-width: 1200px) {
|
|
|
|
body.td-blog main .td-content > figure {
|
|
|
|
max-width: 80%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-04-07 07:58:04 +00:00
|
|
|
.td-content {
|
|
|
|
table code {
|
|
|
|
background-color: inherit !important;
|
|
|
|
color: inherit !important;
|
|
|
|
font-size: inherit !important;
|
|
|
|
}
|
|
|
|
}
|
2021-10-17 20:31:27 +00:00
|
|
|
|
|
|
|
/* Force size constraints on figures */
|
|
|
|
figure {
|
|
|
|
&.diagram-small img {
|
|
|
|
max-height: clamp(20mm,12em,80vh);
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
&.diagram-medium img {
|
|
|
|
max-height: clamp(25mm,20em,80vh);
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
&.diagram-large img {
|
|
|
|
max-width: clamp(0vw, 95vw, 100%);
|
|
|
|
max-height: calc(80vh - 8rem);
|
|
|
|
}
|
2021-12-21 18:54:46 +00:00
|
|
|
|
|
|
|
figure + noscript > *{
|
|
|
|
max-width: calc(max(100%, 100vw));
|
|
|
|
}
|
2021-10-17 20:31:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
|
figure {
|
|
|
|
&.diagram-small, &.diagram-medium {
|
|
|
|
max-width: 80%;
|
|
|
|
}
|
|
|
|
&.diagram-large {
|
|
|
|
max-width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
&.diagram-small img {
|
|
|
|
max-width: clamp(30rem, 45ch, 100mm);
|
|
|
|
}
|
|
|
|
&.diagram-medium img {
|
|
|
|
max-width: clamp(50rem, 20ch, 160mm);
|
|
|
|
}
|
|
|
|
&.diagram-large img {
|
|
|
|
max-width: clamp(25vw, 95vw, 100%);
|
|
|
|
max-height: calc(100vh - 10rem);
|
|
|
|
}
|
|
|
|
}
|
2021-12-21 18:54:46 +00:00
|
|
|
figure + noscript > * {
|
|
|
|
max-width: 80%;
|
|
|
|
}
|
2021-10-17 20:31:27 +00:00
|
|
|
}
|
2021-07-11 03:58:16 +00:00
|
|
|
|
|
|
|
// Indent definition lists
|
|
|
|
dl {
|
|
|
|
padding-left: 1.5em;
|
|
|
|
|
|
|
|
// Add vertical space before definitions
|
|
|
|
> *:not(dt) + dt, dt:first-child {
|
|
|
|
margin-top: 1.5em;
|
|
|
|
}
|
|
|
|
}
|
2021-10-03 20:30:09 +00:00
|
|
|
|
|
|
|
.release-details {
|
|
|
|
padding-left: 2em;
|
|
|
|
|
|
|
|
> :not(p) {
|
|
|
|
font-size: 1.125em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.release-inline-heading, .release-inline-value {
|
|
|
|
display: inline-block
|
|
|
|
}
|
|
|
|
|
|
|
|
.release-inline-value {
|
|
|
|
padding-left: 0.25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin-top: 1em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
}
|
2021-12-21 18:54:46 +00:00
|
|
|
|
2022-09-05 13:26:56 +00:00
|
|
|
.release-highlighted-date {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2021-12-21 18:54:46 +00:00
|
|
|
.no-js .mermaid {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.alert > em.javascript-required {
|
|
|
|
display: inline-block;
|
|
|
|
min-height: 1.5em;
|
|
|
|
margin: calc(max(4em, ( 8vh + 4em ) / 2)) 0 0.25em 0;
|
|
|
|
}
|
2022-10-02 16:40:13 +00:00
|
|
|
|
2022-10-05 05:30:04 +00:00
|
|
|
// Consistent spacing for yaml code
|
|
|
|
.language-yaml > span {
|
|
|
|
height: 1.6em;
|
|
|
|
}
|
|
|
|
|
2022-10-02 16:40:13 +00:00
|
|
|
.content__box
|
|
|
|
{
|
|
|
|
margin: 0 0 20px;
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
.content__box_lined
|
|
|
|
{
|
|
|
|
box-shadow: inset 0 0 0 1px #326de6;
|
|
|
|
}
|
|
|
|
.content__box_fill
|
|
|
|
{
|
|
|
|
color: #fff;
|
|
|
|
background: #326de6;
|
|
|
|
}
|
2023-02-08 08:48:33 +00:00
|
|
|
|
2023-12-27 15:08:38 +00:00
|
|
|
|
|
|
|
// Adjust Search-bar search-icon
|
|
|
|
.search-bar {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid #4c4c4c;
|
|
|
|
border-radius: 20px;
|
|
|
|
vertical-align: middle;
|
|
|
|
flex-grow: 1;
|
|
|
|
overflow-x: hidden;
|
|
|
|
width: auto;
|
|
|
|
|
2024-04-18 10:42:27 +00:00
|
|
|
&:focus-within {
|
|
|
|
outline: 1.5px solid rgba(47, 135, 223, 0.7);
|
|
|
|
border: 1px solid rgba(47, 135, 223, 0.7);
|
|
|
|
}
|
2023-12-27 15:08:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.search-bar i.search-icon {
|
|
|
|
padding: .5em .5em .5em .75em;
|
|
|
|
opacity: .75;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-input {
|
|
|
|
flex: 1;
|
|
|
|
border: none;
|
|
|
|
outline: none;
|
|
|
|
padding: .5em 0 .5em 0;
|
2024-03-19 16:35:47 +00:00
|
|
|
}
|
2024-05-02 22:48:32 +00:00
|
|
|
|
2024-06-10 07:27:06 +00:00
|
|
|
// PageFind Styles
|
|
|
|
|
|
|
|
#search .pagefind-ui form input {
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid #4c4c4c;
|
|
|
|
border-radius: 20px;
|
|
|
|
overflow-x: hidden;
|
|
|
|
width: auto;
|
2024-06-24 05:31:09 +00:00
|
|
|
padding: 6px 10px !important;
|
2024-06-10 07:27:06 +00:00
|
|
|
margin: 20px 10px 20px 0;
|
|
|
|
|
|
|
|
&:focus-within {
|
|
|
|
outline: 1.5px solid rgba(47, 135, 223, 0.7);
|
|
|
|
border: 1px solid rgba(47, 135, 223, 0.7);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#search .pagefind-ui ol.pagefind-ui__results {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#search .pagefind-ui .pagefind-ui__result-nested {
|
|
|
|
padding-left: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#search .pagefind-ui.pagefind-ui__result-nested::before {
|
|
|
|
content: "\2937 ";
|
|
|
|
color: $blue;
|
|
|
|
}
|
|
|
|
|
|
|
|
#search .pagefind-ui ol > li {
|
|
|
|
list-style-type: none;
|
|
|
|
border-top: 1.5px solid rgba(47, 135, 223, 0.7);
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#search .pagefind-ui button {
|
|
|
|
color: #fff;
|
|
|
|
background-color: $blue;
|
|
|
|
border-radius: 0.2em;
|
|
|
|
border: 0.1rem solid $medium-grey;
|
|
|
|
padding: 0.3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#search .pagefind-ui__result-tags {
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
|
|
|
#search a.pagefind-ui__result-link {
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 1.15rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
body.td-search #search {
|
|
|
|
margin-top: 1rem;
|
|
|
|
margin-bottom: 3rem;
|
|
|
|
}
|
|
|
|
|
2024-05-02 22:48:32 +00:00
|
|
|
/* CSS for 'figure' full-screen display */
|
|
|
|
|
|
|
|
/* Define styles for full-screen overlay */
|
|
|
|
.figure-fullscreen-overlay {
|
|
|
|
position: fixed;
|
|
|
|
inset: 0;
|
|
|
|
z-index: 9999;
|
|
|
|
background-color: rgba(255, 255, 255, 0.95); /* White background with some transparency */
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
padding: calc(5% + 20px);
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* CSS class to scale the image when zoomed */
|
|
|
|
.figure-zoomed {
|
|
|
|
transform: scale(1.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Define styles for full-screen image */
|
|
|
|
.figure-fullscreen-img {
|
|
|
|
max-width: 100%;
|
|
|
|
max-height: 100%;
|
|
|
|
object-fit: contain; /* Maintain aspect ratio and fit within the container */
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Define styles for close button */
|
|
|
|
.figure-close-button {
|
|
|
|
position: absolute;
|
|
|
|
top: 1%;
|
|
|
|
right: 2%;
|
|
|
|
cursor: pointer;
|
|
|
|
font-size: calc(5vw + 10px);
|
|
|
|
color: #333;
|
2024-05-13 23:52:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.code-sample > .copy-code-icon {
|
|
|
|
cursor: pointer;
|
|
|
|
text-align: right;
|
2024-05-13 23:53:00 +00:00
|
|
|
padding: 0.2rem;
|
2024-06-01 22:30:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-aspect-ratio: 9/15) {
|
|
|
|
gap: 0.4rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 1281px) {
|
|
|
|
img.birthday-banner {
|
|
|
|
min-height: clamp(480px, 25rem, 100vh);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
section.k8s-birthday-override:has(div.k8s-birthday-override.revert-to-previous input:not(:checked)) + section {
|
|
|
|
display: none;
|
|
|
|
visibility: hidden;
|
2024-08-05 14:24:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Apply site-wide table styles for tables in alert callouts (note, caution, warning) */
|
|
|
|
.alert {
|
|
|
|
&.alert-info, &.alert-caution, &.alert-danger {
|
|
|
|
> table {
|
|
|
|
@extend .table-striped;
|
|
|
|
@extend .table-responsive;
|
|
|
|
@extend .table;
|
|
|
|
}
|
|
|
|
}
|
2024-05-02 22:48:32 +00:00
|
|
|
}
|