Updated documentation to R14

This commit is contained in:
bluefireoly
2020-10-22 19:26:16 +02:00
parent 99ffe08258
commit 8a0a49e63d
1097 changed files with 64786 additions and 24939 deletions

View File

@@ -3,17 +3,18 @@
@import url('jetbrains-mono.css');
:root {
--breadcrumb-font-color: #A6AFBA;
--breadcrumb-font-color: #637282;
--hover-link-color: #5B5DEF;
--average-color: #637282;
--footer-height: 64px;
--footer-padding-top: 48px;
--horizontal-spacing-for-content: 42px;
--mobile-horizontal-spacing-for-content: 8px;
--bottom-spacing: 16px;
}
#content {
padding: 0 var(--horizontal-spacing-for-content);
padding: 0 var(--horizontal-spacing-for-content) var(--bottom-spacing) var(--horizontal-spacing-for-content);
}
.breadcrumbs {
@@ -58,12 +59,11 @@
}
.tabs-section-body {
margin: 12px 0;
background-color: white;
}
.tabs-section-body > .table {
margin: 12px 0;
.tabs-section-body > div {
margin-top: 12px;
}
.tabs-section-body .with-platform-tabs > div {
@@ -85,9 +85,9 @@
}
.cover > .platform-hinted {
padding-top: 24px;
margin-top: 24px;
padding-bottom: 16px;
padding-top: 12px;
margin-top: 12px;
padding-bottom: 12px;
}
.cover {
@@ -96,10 +96,6 @@
width: 100%;
}
.tabbedcontent {
padding: 14px 0;
}
.cover .platform-hinted .sourceset-depenent-content > .symbol,
.cover > .symbol {
background-color: white;
@@ -134,9 +130,13 @@
width: 100%;
}
.cover p.paragraph {
margin-top: 4px;
}
.divergent-group {
background-color: white;
padding: 16px 8px;
padding: 8px 0px 8px 0;
margin-bottom: 2px;
}
@@ -168,15 +168,15 @@
#leftColumn {
width: 280px;
min-height: 100%;
border-right: 1px solid #DADFE6;
flex: 0 0 auto;
display: flex;
flex-direction: column;
}
#sideMenu {
max-height: calc(100% - 140px);
padding-top: 16px;
position: relative;
max-height: calc(100% - 140px);
}
#sideMenu img {
@@ -195,7 +195,6 @@
background-size: 125px 26px;
border-bottom: 1px solid #DADFE6;
background-repeat: no-repeat;
background-image: url(../images/docs_logo.svg);
background-origin: content-box;
padding-left: 24px;
padding-top: 24px;
@@ -243,6 +242,13 @@ code.paragraph {
font-weight: bold;
position: relative;
line-height: 24px;
font-family: JetBrains Mono, Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal;
font-size: 14px;
min-height: 43px;
}
.symbol > a {
color: var(--hover-link-color);
}
.copy-icon {
@@ -318,6 +324,12 @@ code.paragraph {
overflow: hidden;
}
.sideMenuPart a:hover {
text-decoration: none;
color: var(--average-color);
}
.sideMenuPart > .overview:before {
box-sizing: border-box;
content: '';
@@ -403,16 +415,6 @@ td:first-child {
font-size: 12px;
}
.symbol {
font-family: JetBrains Mono, Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal;
font-size: 12px;
min-height: 43px;
}
.symbol > a {
color: var(--hover-link-color);
}
.identifier {
color: darkblue;
font-size: 12px;
@@ -422,7 +424,6 @@ td:first-child {
.brief {
white-space: pre-wrap;
overflow: hidden;
padding-top: 8px;
}
h1, h2, h3, h4, h5, h6 {
@@ -479,10 +480,19 @@ h3, h4, h5, h6 {
}
.UnderCoverText {
font-size: 18px;
font-size: 16px;
line-height: 28px;
}
.UnderCoverText code {
font-size: inherit;
}
.UnderCoverText table {
margin: 8px 0 8px 0;
}
a {
color: #5B5DEF;
font-weight: 400;
@@ -514,9 +524,8 @@ blockquote {
}
code, pre {
font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal;
color: #333;
font-size: 12px;
font-size: 14px;
}
pre {
@@ -653,20 +662,23 @@ footer {
letter-spacing: normal;
text-align: center;
outline: none;
color: #fff
}
.platform-tags {
display: flex;
flex-wrap: wrap;
padding-bottom: 8px;
}
.platform-tags > .platform-tag {
align-self: center;
}
.platform-tags > .platform-tag:first-of-type {
margin-left: auto;
}
.platform-tag.jvm-like {
background-color: #4DBB5F;
color: white;
@@ -724,16 +736,16 @@ td.content {
display: flex;
flex-direction: row;
padding: 0;
justify-content: space-between;
flex-wrap: wrap;
}
.main-subrow > span {
.main-subrow > div > span {
display: flex;
position: relative;
}
.main-subrow > span > a {
.main-subrow > div > span > a,
.main-subrow > div > span > span[data-unresolved-link] {
text-decoration: none;
font-style: normal;
font-weight: 600;
@@ -741,7 +753,7 @@ td.content {
color: #282E34;
}
.main-subrow > span > a:hover {
.main-subrow > div > span > a:hover {
color: var(--hover-link-color);
}
@@ -772,6 +784,10 @@ td.content {
position: relative;
}
.inline-flex {
display: inline-flex;
}
.platform-hinted {
flex: auto;
display: block;
@@ -849,17 +865,12 @@ td.content {
top: 0;
}
.inner-brief-with-platform-tags {
display: block;
width: 100%
}
.brief-with-platform-tags {
.with-platform-tags {
display: flex;
}
.brief-with-platform-tags ~ .main-subrow {
padding-top: 16px;
.with-platform-tags ~ .main-subrow {
padding-top: 8px;
}
.cover .with-platform-tabs {
@@ -889,7 +900,7 @@ td.content {
}
.table-row .with-platform-tabs .sourceset-depenent-content .brief {
padding: 16px;
padding: 8px;
background-color: #f4f4f4;
}
@@ -1070,6 +1081,15 @@ div.runnablesample {
margin-bottom: 0.2em;
}
.w-100 {
width: 100%;
}
.no-gutters {
margin: 0;
padding: 0;
}
@media screen and (max-width: 1119px) {
/* TODO this feels wrong as only is an aproximation of correct solution*/
.filter-section {
@@ -1132,7 +1152,8 @@ div.runnablesample {
margin-left: -0.5em;
}
#content {
padding: 0 var(--mobile-horizontal-spacing-for-content);
padding: var(--mobile-horizontal-spacing-for-content);
padding-top: 0;
}
#sideMenu {
padding-bottom: 16px;