[docs][glossary] Add page that lists all standardized k8s terms (#5657)
* Add comprehensive glossary page Additional Authors: * Andrew Chen <chenopis@users.noreply.github.com> * Steve Perry <steveperry-53@users.noreply.github.com> * incorporate Tim's feedback * address zach's comments * address more comments * add additional crosslinking * Add platform developer, tweak formatting for disambiguation cases or multiparagraph definitions.
This commit is contained in:
committed by
Zach Corleissen
parent
8da72ca938
commit
b22947afc3
@@ -0,0 +1,64 @@
|
||||
.preview-text p {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.no-underline {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.hide {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.permalink {
|
||||
background-image: url(../images/link.png);
|
||||
background-repeat: no-repeat;
|
||||
display: inline-block;
|
||||
color: transparent;
|
||||
width: 20px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.term-anchor {
|
||||
display: block;
|
||||
position: relative;
|
||||
top: -90px;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.tag-option {
|
||||
padding: 5px;
|
||||
margin: 10px;
|
||||
float:left;
|
||||
}
|
||||
|
||||
.canonical-tag {
|
||||
color: white;
|
||||
background-color: #b7c8e8;
|
||||
}
|
||||
|
||||
.canonical-tag a {
|
||||
color: inherit;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.active-tag {
|
||||
background-color: #3371e3;
|
||||
}
|
||||
|
||||
.invisible {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#tag-container {
|
||||
float: left;
|
||||
border-top: 1px solid #8c8c8c;
|
||||
border-bottom: 1px solid #8c8c8c;
|
||||
padding: 7px 0px;
|
||||
margin: 25px 0px;
|
||||
}
|
||||
|
||||
.tag-description {
|
||||
text-align: center;
|
||||
margin: 5px 0px;
|
||||
}
|
||||
Reference in New Issue
Block a user