jekyll build from Action 8186bfe974
This commit is contained in:
@@ -1139,11 +1139,11 @@ blockquote {
|
||||
}
|
||||
}
|
||||
.site-title:hover {
|
||||
background-image: linear-gradient(-90deg, #201f23 0%, rgba(32, 31, 35, 0.8) 80%, rgba(32, 31, 35, 0) 100%);
|
||||
background-image: linear-gradient(-90deg, rgb(31.6333333333, 30.8222222222, 34.8777777778) 0%, rgba(31.6333333333, 30.8222222222, 34.8777777778, 0.8) 80%, rgba(31.6333333333, 30.8222222222, 34.8777777778, 0) 100%);
|
||||
}
|
||||
|
||||
.site-button:hover {
|
||||
background-image: linear-gradient(-90deg, #201f23 0%, rgba(32, 31, 35, 0.8) 100%);
|
||||
background-image: linear-gradient(-90deg, rgb(31.6333333333, 30.8222222222, 34.8777777778) 0%, rgba(31.6333333333, 30.8222222222, 34.8777777778, 0.8) 100%);
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -1484,7 +1484,7 @@ body {
|
||||
text-decoration: none;
|
||||
}
|
||||
.nav-list .nav-list-item .nav-list-link:hover, .nav-list .nav-list-item .nav-list-link.active {
|
||||
background-image: linear-gradient(-90deg, #201f23 0%, rgba(32, 31, 35, 0.8) 80%, rgba(32, 31, 35, 0) 100%);
|
||||
background-image: linear-gradient(-90deg, rgb(31.6333333333, 30.8222222222, 34.8777777778) 0%, rgba(31.6333333333, 30.8222222222, 34.8777777778, 0.8) 80%, rgba(31.6333333333, 30.8222222222, 34.8777777778, 0) 100%);
|
||||
}
|
||||
.nav-list .nav-list-item .nav-list-expander {
|
||||
position: absolute;
|
||||
@@ -1502,7 +1502,7 @@ body {
|
||||
}
|
||||
}
|
||||
.nav-list .nav-list-item .nav-list-expander:hover {
|
||||
background-image: linear-gradient(-90deg, #201f23 0%, rgba(32, 31, 35, 0.8) 100%);
|
||||
background-image: linear-gradient(-90deg, rgb(31.6333333333, 30.8222222222, 34.8777777778) 0%, rgba(31.6333333333, 30.8222222222, 34.8777777778, 0.8) 100%);
|
||||
}
|
||||
.nav-list .nav-list-item .nav-list-expander svg {
|
||||
transform: rotate(90deg);
|
||||
@@ -1812,19 +1812,19 @@ h6,
|
||||
box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.25);
|
||||
}
|
||||
.btn:hover, .btn.zeroclipboard-is-hover {
|
||||
color: #227efa;
|
||||
color: rgb(34.0361111111, 126.1916666667, 249.7638888889);
|
||||
}
|
||||
.btn:hover, .btn:active, .btn.zeroclipboard-is-hover, .btn.zeroclipboard-is-active {
|
||||
text-decoration: none;
|
||||
background-color: #2e2b33;
|
||||
background-color: rgb(45.5272727273, 42.6818181818, 51.2181818182);
|
||||
}
|
||||
.btn:active, .btn.selected, .btn.zeroclipboard-is-active {
|
||||
background-color: #29262e;
|
||||
background-color: rgb(40.5818181818, 38.0454545455, 45.6545454545);
|
||||
background-image: none;
|
||||
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.btn.selected:hover {
|
||||
background-color: #cfcfcf;
|
||||
background-color: rgb(207.25, 207.25, 207.25);
|
||||
}
|
||||
.btn:disabled, .btn:disabled:hover, .btn.disabled, .btn.disabled:hover {
|
||||
color: rgba(102, 102, 102, 0.5);
|
||||
@@ -1840,7 +1840,7 @@ h6,
|
||||
box-shadow: inset 0 0 0 2px #e6e1e8;
|
||||
}
|
||||
.btn-outline:hover, .btn-outline:active, .btn-outline.zeroclipboard-is-hover, .btn-outline.zeroclipboard-is-active {
|
||||
color: #1878fa;
|
||||
color: rgb(24.0722222222, 120.3833333333, 249.5277777778);
|
||||
text-decoration: none;
|
||||
background-color: transparent;
|
||||
box-shadow: inset 0 0 0 3px #e6e1e8;
|
||||
@@ -1856,82 +1856,82 @@ h6,
|
||||
|
||||
.btn-primary {
|
||||
color: #fff;
|
||||
background-color: #2448a7;
|
||||
background-image: linear-gradient(#2b55c4, #2448a7);
|
||||
background-color: rgb(36.1802816901, 72.3605633803, 166.6197183099);
|
||||
background-image: linear-gradient(rgb(42.5492957746, 85.0985915493, 195.9507042254), rgb(36.1802816901, 72.3605633803, 166.6197183099));
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
.btn-primary:hover, .btn-primary.zeroclipboard-is-hover {
|
||||
color: #fff;
|
||||
background-color: #22459e;
|
||||
background-image: linear-gradient(#2850b7, #22459e);
|
||||
background-color: rgb(34.3605633803, 68.7211267606, 158.2394366197);
|
||||
background-image: linear-gradient(rgb(39.8197183099, 79.6394366197, 183.3802816901), rgb(34.3605633803, 68.7211267606, 158.2394366197));
|
||||
}
|
||||
.btn-primary:active, .btn-primary.selected, .btn-primary.zeroclipboard-is-active {
|
||||
background-color: #21439a;
|
||||
background-color: rgb(33.4507042254, 66.9014084507, 154.0492957746);
|
||||
background-image: none;
|
||||
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.btn-primary.selected:hover {
|
||||
background-color: #1d3a85;
|
||||
background-color: rgb(28.9014084507, 57.8028169014, 133.0985915493);
|
||||
}
|
||||
|
||||
.btn-purple {
|
||||
color: #fff;
|
||||
background-color: #5739ce;
|
||||
background-image: linear-gradient(#6f55d5, #5739ce);
|
||||
background-color: rgb(87.0708860759, 56.8227848101, 205.9772151899);
|
||||
background-image: linear-gradient(rgb(111.3227848101, 85.4430379747, 213.0569620253), rgb(87.0708860759, 56.8227848101, 205.9772151899));
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
.btn-purple:hover, .btn-purple.zeroclipboard-is-hover {
|
||||
color: #fff;
|
||||
background-color: #5132cb;
|
||||
background-image: linear-gradient(#6549d2, #5132cb);
|
||||
background-color: rgb(81.0025316456, 50.0936708861, 202.5063291139);
|
||||
background-image: linear-gradient(rgb(100.9291139241, 73.1772151899, 210.0227848101), rgb(81.0025316456, 50.0936708861, 202.5063291139));
|
||||
}
|
||||
.btn-purple:active, .btn-purple.selected, .btn-purple.zeroclipboard-is-active {
|
||||
background-color: #4f31c6;
|
||||
background-color: rgb(79.3670886076, 49.082278481, 198.417721519);
|
||||
background-image: none;
|
||||
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.btn-purple.selected:hover {
|
||||
background-color: #472cb2;
|
||||
background-color: rgb(71.1898734177, 44.0253164557, 177.9746835443);
|
||||
}
|
||||
|
||||
.btn-blue {
|
||||
color: #fff;
|
||||
background-color: #227efa;
|
||||
background-image: linear-gradient(#4593fb, #227efa);
|
||||
background-color: rgb(34.0361111111, 126.1916666667, 249.7638888889);
|
||||
background-image: linear-gradient(rgb(68.9097222222, 146.5208333333, 250.5902777778), rgb(34.0361111111, 126.1916666667, 249.7638888889));
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
.btn-blue:hover, .btn-blue.zeroclipboard-is-hover {
|
||||
color: #fff;
|
||||
background-color: #1878fa;
|
||||
background-image: linear-gradient(#368afa, #1878fa);
|
||||
background-color: rgb(24.0722222222, 120.3833333333, 249.5277777778);
|
||||
background-image: linear-gradient(rgb(53.9638888889, 137.8083333333, 250.2361111111), rgb(24.0722222222, 120.3833333333, 249.5277777778));
|
||||
}
|
||||
.btn-blue:active, .btn-blue.selected, .btn-blue.zeroclipboard-is-active {
|
||||
background-color: #1375f9;
|
||||
background-color: rgb(19.0902777778, 117.4791666667, 249.4097222222);
|
||||
background-image: none;
|
||||
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.btn-blue.selected:hover {
|
||||
background-color: #0669ed;
|
||||
background-color: rgb(5.625, 104.625, 237.375);
|
||||
}
|
||||
|
||||
.btn-green {
|
||||
color: #fff;
|
||||
background-color: #10ac7d;
|
||||
background-image: linear-gradient(#13cc95, #10ac7d);
|
||||
background-color: rgb(16.1242424242, 171.6757575758, 125.2);
|
||||
background-image: linear-gradient(rgb(19.1893939394, 204.3106060606, 149), rgb(16.1242424242, 171.6757575758, 125.2));
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
.btn-green:hover, .btn-green.zeroclipboard-is-hover {
|
||||
color: #fff;
|
||||
background-color: #0fa276;
|
||||
background-image: linear-gradient(#12be8b, #0fa276);
|
||||
background-color: rgb(15.2484848485, 162.3515151515, 118.4);
|
||||
background-image: linear-gradient(rgb(17.8757575758, 190.3242424242, 138.8), rgb(15.2484848485, 162.3515151515, 118.4));
|
||||
}
|
||||
.btn-green:active, .btn-green.selected, .btn-green.zeroclipboard-is-active {
|
||||
background-color: #0f9e73;
|
||||
background-color: rgb(14.8106060606, 157.6893939394, 115);
|
||||
background-image: none;
|
||||
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.btn-green.selected:hover {
|
||||
background-color: #0d8662;
|
||||
background-color: rgb(12.6212121212, 134.3787878788, 98);
|
||||
}
|
||||
|
||||
.btn-reset {
|
||||
@@ -2085,7 +2085,7 @@ h6,
|
||||
padding: 0.25rem 0.75rem;
|
||||
}
|
||||
.search-result:hover, .search-result.active {
|
||||
background-color: #201f23;
|
||||
background-color: rgb(31.6333333333, 30.8222222222, 34.8777777778);
|
||||
}
|
||||
|
||||
.search-result-title {
|
||||
@@ -7609,4 +7609,320 @@ div.opaque {
|
||||
background-color: #27262b;
|
||||
}
|
||||
|
||||
p.highlight, blockquote.highlight {
|
||||
background: rgba(255, 235, 130, 0.2);
|
||||
border-left: 4px solid #e7af06;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
|
||||
padding: 0.8rem;
|
||||
}
|
||||
p.highlight > .highlight-title, blockquote.highlight > .highlight-title {
|
||||
color: #e7af06;
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.75em;
|
||||
padding-bottom: 0.125rem;
|
||||
}
|
||||
|
||||
p.highlight-title, blockquote.highlight-title {
|
||||
background: rgba(255, 235, 130, 0.2);
|
||||
border-left: 4px solid #e7af06;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
|
||||
padding: 0.8rem;
|
||||
}
|
||||
p.highlight-title > p:first-child, blockquote.highlight-title > p:first-child {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
color: #e7af06;
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.75em;
|
||||
padding-bottom: 0.125rem;
|
||||
}
|
||||
|
||||
blockquote.highlight {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
blockquote.highlight > p:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
blockquote.highlight > p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
blockquote.highlight-title {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
blockquote.highlight-title > p:nth-child(2) {
|
||||
margin-top: 0;
|
||||
}
|
||||
blockquote.highlight-title > p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
p.info, blockquote.info {
|
||||
background: rgba(44, 132, 250, 0.2);
|
||||
border-left: 4px solid #183385;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
|
||||
padding: 0.8rem;
|
||||
}
|
||||
p.info::before, blockquote.info::before {
|
||||
color: #183385;
|
||||
content: "Info";
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.75em;
|
||||
padding-bottom: 0.125rem;
|
||||
}
|
||||
p.info > .info-title, blockquote.info > .info-title {
|
||||
color: #183385;
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.75em;
|
||||
padding-bottom: 0.125rem;
|
||||
}
|
||||
|
||||
p.info-title, blockquote.info-title {
|
||||
background: rgba(44, 132, 250, 0.2);
|
||||
border-left: 4px solid #183385;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
|
||||
padding: 0.8rem;
|
||||
}
|
||||
p.info-title > p:first-child, blockquote.info-title > p:first-child {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
color: #183385;
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.75em;
|
||||
padding-bottom: 0.125rem;
|
||||
}
|
||||
|
||||
blockquote.info {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
blockquote.info > p:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
blockquote.info > p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
blockquote.info-title {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
blockquote.info-title > p:nth-child(2) {
|
||||
margin-top: 0;
|
||||
}
|
||||
blockquote.info-title > p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
p.new, blockquote.new {
|
||||
background: rgba(65, 214, 147, 0.2);
|
||||
border-left: 4px solid #026e57;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
|
||||
padding: 0.8rem;
|
||||
}
|
||||
p.new::before, blockquote.new::before {
|
||||
color: #026e57;
|
||||
content: "Neu";
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.75em;
|
||||
padding-bottom: 0.125rem;
|
||||
}
|
||||
p.new > .new-title, blockquote.new > .new-title {
|
||||
color: #026e57;
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.75em;
|
||||
padding-bottom: 0.125rem;
|
||||
}
|
||||
|
||||
p.new-title, blockquote.new-title {
|
||||
background: rgba(65, 214, 147, 0.2);
|
||||
border-left: 4px solid #026e57;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
|
||||
padding: 0.8rem;
|
||||
}
|
||||
p.new-title > p:first-child, blockquote.new-title > p:first-child {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
color: #026e57;
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.75em;
|
||||
padding-bottom: 0.125rem;
|
||||
}
|
||||
|
||||
blockquote.new {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
blockquote.new > p:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
blockquote.new > p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
blockquote.new-title {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
blockquote.new-title > p:nth-child(2) {
|
||||
margin-top: 0;
|
||||
}
|
||||
blockquote.new-title > p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
p.note, blockquote.note {
|
||||
background: rgba(114, 83, 237, 0.2);
|
||||
border-left: 4px solid #381885;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
|
||||
padding: 0.8rem;
|
||||
}
|
||||
p.note::before, blockquote.note::before {
|
||||
color: #381885;
|
||||
content: "Notiz";
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.75em;
|
||||
padding-bottom: 0.125rem;
|
||||
}
|
||||
p.note > .note-title, blockquote.note > .note-title {
|
||||
color: #381885;
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.75em;
|
||||
padding-bottom: 0.125rem;
|
||||
}
|
||||
|
||||
p.note-title, blockquote.note-title {
|
||||
background: rgba(114, 83, 237, 0.2);
|
||||
border-left: 4px solid #381885;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
|
||||
padding: 0.8rem;
|
||||
}
|
||||
p.note-title > p:first-child, blockquote.note-title > p:first-child {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
color: #381885;
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.75em;
|
||||
padding-bottom: 0.125rem;
|
||||
}
|
||||
|
||||
blockquote.note {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
blockquote.note > p:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
blockquote.note > p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
blockquote.note-title {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
blockquote.note-title > p:nth-child(2) {
|
||||
margin-top: 0;
|
||||
}
|
||||
blockquote.note-title > p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
p.warning, blockquote.warning {
|
||||
background: rgba(247, 126, 126, 0.2);
|
||||
border-left: 4px solid #dd2e2e;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
|
||||
padding: 0.8rem;
|
||||
}
|
||||
p.warning::before, blockquote.warning::before {
|
||||
color: #dd2e2e;
|
||||
content: "Warnung";
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.75em;
|
||||
padding-bottom: 0.125rem;
|
||||
}
|
||||
p.warning > .warning-title, blockquote.warning > .warning-title {
|
||||
color: #dd2e2e;
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.75em;
|
||||
padding-bottom: 0.125rem;
|
||||
}
|
||||
|
||||
p.warning-title, blockquote.warning-title {
|
||||
background: rgba(247, 126, 126, 0.2);
|
||||
border-left: 4px solid #dd2e2e;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
|
||||
padding: 0.8rem;
|
||||
}
|
||||
p.warning-title > p:first-child, blockquote.warning-title > p:first-child {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
color: #dd2e2e;
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.75em;
|
||||
padding-bottom: 0.125rem;
|
||||
}
|
||||
|
||||
blockquote.warning {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
blockquote.warning > p:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
blockquote.warning > p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
blockquote.warning-title {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
blockquote.warning-title > p:nth-child(2) {
|
||||
margin-top: 0;
|
||||
}
|
||||
blockquote.warning-title > p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=just-the-docs-dark.css.map */
|
||||
Reference in New Issue
Block a user