chore(release)
This commit is contained in:
parent
0e8b081fdd
commit
a546b155db
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "redaction",
|
||||
"version": "2.232.0",
|
||||
"version": "2.233.0",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
||||
Binary file not shown.
@ -1,388 +1,388 @@
|
||||
@charset "UTF-8";
|
||||
@font-face {
|
||||
font-family: 'OpenSans Extrabold';
|
||||
src: url('../../fonts/OpenSans-ExtraBold.ttf') format('truetype');
|
||||
font-family: "OpenSans Extrabold";
|
||||
src: url("../../fonts/OpenSans-ExtraBold.ttf") format("truetype");
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-weight: 300;
|
||||
src: url('../../fonts/Inter-VariableFont.ttf') format('truetype');
|
||||
font-family: "Inter";
|
||||
font-weight: 300;
|
||||
src: url("../../fonts/Inter-VariableFont.ttf") format("truetype");
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-weight: 400;
|
||||
src: url('../../fonts/Inter-VariableFont.ttf') format('truetype');
|
||||
font-family: "Inter";
|
||||
font-weight: 400;
|
||||
src: url("../../fonts/Inter-VariableFont.ttf") format("truetype");
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-weight: 500;
|
||||
src: url('../../fonts/Inter-VariableFont.ttf') format('truetype');
|
||||
font-family: "Inter";
|
||||
font-weight: 500;
|
||||
src: url("../../fonts/Inter-VariableFont.ttf") format("truetype");
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-weight: 600;
|
||||
src: url('../../fonts/Inter-VariableFont.ttf') format('truetype');
|
||||
font-family: "Inter";
|
||||
font-weight: 600;
|
||||
src: url("../../fonts/Inter-VariableFont.ttf") format("truetype");
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-weight: 700;
|
||||
src: url('../../font/Inter-VariableFont.ttf') format('truetype');
|
||||
font-family: "Inter";
|
||||
font-weight: 700;
|
||||
src: url("../../font/Inter-VariableFont.ttf") format("truetype");
|
||||
}
|
||||
.portal-header {
|
||||
z-index: 1;
|
||||
height: 450px;
|
||||
z-index: 1;
|
||||
height: 450px;
|
||||
}
|
||||
.portal-header::before {
|
||||
background-color: #283241;
|
||||
background-color: #283241;
|
||||
}
|
||||
.portal-header h1 {
|
||||
font-size: 64px;
|
||||
font-weight: 300;
|
||||
line-height: 87px;
|
||||
margin-top: 68px;
|
||||
margin-bottom: 40px;
|
||||
font-size: 64px;
|
||||
font-weight: 300;
|
||||
line-height: 87px;
|
||||
margin-top: 68px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
.portal-header .portal-search {
|
||||
max-width: 600px;
|
||||
margin: auto;
|
||||
position: relative;
|
||||
max-width: 600px;
|
||||
margin: auto;
|
||||
position: relative;
|
||||
}
|
||||
.portal-header .portal-search .search-field {
|
||||
width: 100%;
|
||||
border: 1px solid #d3d5da;
|
||||
border-radius: 8px;
|
||||
background-color: #fff;
|
||||
width: 100%;
|
||||
border: 1px solid #d3d5da;
|
||||
border-radius: 8px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.portal-header .portal-search .search-field::placeholder {
|
||||
opacity: 0.7;
|
||||
opacity: 0.7;
|
||||
}
|
||||
.portal-header .portal-search .search-field,
|
||||
.portal-header .portal-search .search-field::placeholder {
|
||||
color: #283241;
|
||||
font-size: 14px;
|
||||
line-height: 18px;
|
||||
color: #283241;
|
||||
font-size: 14px;
|
||||
line-height: 18px;
|
||||
}
|
||||
.portal-header .portal-search .search-field {
|
||||
padding: 12px 17px;
|
||||
padding: 12px 17px;
|
||||
}
|
||||
.portal-header .portal-search .btn {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
padding: 11px 18px;
|
||||
background-color: transparent;
|
||||
color: #283241;
|
||||
cursor: pointer;
|
||||
border-radius: 0 8px 8px 0;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
padding: 11px 18px;
|
||||
background-color: transparent;
|
||||
color: #283241;
|
||||
cursor: pointer;
|
||||
border-radius: 0 8px 8px 0;
|
||||
}
|
||||
.portal-header .portal-search .btn:hover {
|
||||
background-color: #dd4d50;
|
||||
background-color: #dd4d50;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.portal-header h1 {
|
||||
font-size: 42px;
|
||||
font-weight: 300;
|
||||
line-height: 57px;
|
||||
}
|
||||
.portal-header h1 {
|
||||
font-size: 42px;
|
||||
font-weight: 300;
|
||||
line-height: 57px;
|
||||
}
|
||||
}
|
||||
.featured-content-label {
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.featured-content {
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.portal-single-publication .publication-icon {
|
||||
background-color: #dd4d50;
|
||||
background-color: #dd4d50;
|
||||
}
|
||||
|
||||
.portal-contents {
|
||||
margin-top: 100px;
|
||||
margin-bottom: 0;
|
||||
margin-top: 100px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.portal-contents .inner {
|
||||
margin: 0;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
grid-gap: 24px;
|
||||
margin: 0;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
grid-gap: 24px;
|
||||
}
|
||||
.portal-contents .inner::before {
|
||||
content: none;
|
||||
content: none;
|
||||
}
|
||||
|
||||
.publication-contents {
|
||||
padding: 24px 40px;
|
||||
border: 1px solid #e2e4e9;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
background-color: #fff;
|
||||
border-radius: 4px;
|
||||
padding: 24px 40px;
|
||||
border: 1px solid #e2e4e9;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
background-color: #fff;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.publication-contents:first-child {
|
||||
grid-column: 1 / span 2;
|
||||
grid-column: 1/span 2;
|
||||
}
|
||||
.publication-contents h4.featured-title,
|
||||
.publication-contents .section-toc-title {
|
||||
font-size: 26px;
|
||||
font-weight: 300;
|
||||
line-height: 36px;
|
||||
margin: 0;
|
||||
font-size: 26px;
|
||||
font-weight: 300;
|
||||
line-height: 36px;
|
||||
margin: 0;
|
||||
}
|
||||
.publication-contents h4.featured-title a,
|
||||
.publication-contents .section-toc-title a {
|
||||
color: #283241;
|
||||
color: #283241;
|
||||
}
|
||||
.publication-contents h4.featured-title a:hover,
|
||||
.publication-contents .section-toc-title a:hover {
|
||||
color: #283241;
|
||||
text-decoration: underline;
|
||||
color: #283241;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.publication-contents ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.publication-contents li {
|
||||
margin: 4px 0;
|
||||
margin: 4px 0;
|
||||
}
|
||||
.publication-contents li:first-child {
|
||||
margin-top: 20px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.publication-contents li:last-child {
|
||||
margin-bottom: 40px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
.publication-contents li a {
|
||||
color: #dd4d50;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
color: #dd4d50;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
}
|
||||
.publication-contents li a:hover {
|
||||
color: #dd4d50;
|
||||
text-decoration: underline;
|
||||
color: #dd4d50;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.publication-contents h4 span,
|
||||
.publication-contents li::before {
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.portal-contents .inner {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
.portal-contents .inner {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.publication-contents:first-child {
|
||||
grid-column: auto;
|
||||
}
|
||||
.publication-contents:first-child {
|
||||
grid-column: auto;
|
||||
}
|
||||
}
|
||||
/* Einleitung */
|
||||
.cat-panel-1:before {
|
||||
content: '\f277';
|
||||
content: "\f277";
|
||||
}
|
||||
|
||||
/* Schnellstart */
|
||||
.cat-panel-2:before {
|
||||
content: '\f11e';
|
||||
content: "\f11e";
|
||||
}
|
||||
|
||||
/* Voraussetzungen */
|
||||
.cat-panel-3:before {
|
||||
content: '\f109';
|
||||
content: "\f109";
|
||||
}
|
||||
|
||||
/* Benutzermenü und -profil */
|
||||
.cat-panel-4:before {
|
||||
content: '\f007';
|
||||
content: "\f007";
|
||||
}
|
||||
|
||||
/* Benutzeroberflächen im RedactManager */
|
||||
.cat-panel-5:before {
|
||||
content: '\f0d0';
|
||||
content: "\f0d0";
|
||||
}
|
||||
|
||||
/* Rollen und Berechtigungen */
|
||||
.cat-panel-6:before {
|
||||
content: '\f084';
|
||||
content: "\f084";
|
||||
}
|
||||
|
||||
/* Dossier erstellen und verwalten */
|
||||
.cat-panel-7:before {
|
||||
content: '\f07c';
|
||||
content: "\f07c";
|
||||
}
|
||||
|
||||
/* Dokumente bearbeiten im Editor */
|
||||
.cat-panel-8:before {
|
||||
content: '\f15c';
|
||||
content: "\f15c";
|
||||
}
|
||||
|
||||
/* Dossier abschließen und herunterladen */
|
||||
.cat-panel-9:before {
|
||||
content: '\f019';
|
||||
content: "\f019";
|
||||
}
|
||||
|
||||
/* Funktionsübersicht */
|
||||
.cat-panel-10:before {
|
||||
content: '\f03a';
|
||||
content: "\f03a";
|
||||
}
|
||||
|
||||
/* Glossar */
|
||||
.cat-panel-11:before {
|
||||
content: '\f02d';
|
||||
content: "\f02d";
|
||||
}
|
||||
|
||||
/* FAQ’s (häufige Fragen) */
|
||||
.cat-panel-12:before {
|
||||
content: '\f059';
|
||||
content: "\f059";
|
||||
}
|
||||
|
||||
.portal-search-result {
|
||||
background-color: #f5f5f7;
|
||||
background-color: #f5f5f7;
|
||||
}
|
||||
|
||||
.search-container {
|
||||
padding-bottom: 100px;
|
||||
padding-bottom: 100px;
|
||||
}
|
||||
.search-container h2 {
|
||||
font-size: 42px;
|
||||
font-weight: 300;
|
||||
line-height: 57px;
|
||||
font-size: 42px;
|
||||
font-weight: 300;
|
||||
line-height: 57px;
|
||||
}
|
||||
|
||||
.portal-search-result {
|
||||
padding: 0;
|
||||
margin-top: 80px;
|
||||
padding: 0;
|
||||
margin-top: 80px;
|
||||
}
|
||||
|
||||
ul.searchresults {
|
||||
border: 1px solid #e2e4e9;
|
||||
background-color: #fff;
|
||||
border-radius: 4px;
|
||||
margin-top: 32px;
|
||||
border: 1px solid #e2e4e9;
|
||||
background-color: #fff;
|
||||
border-radius: 4px;
|
||||
margin-top: 32px;
|
||||
}
|
||||
ul.searchresults .search-highlight {
|
||||
font-style: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
li.searchresultitem {
|
||||
margin: 0 32px;
|
||||
border-bottom: 1px solid #e2e4e9;
|
||||
padding: 32px 8px;
|
||||
margin: 0 32px;
|
||||
border-bottom: 1px solid #e2e4e9;
|
||||
padding: 32px 8px;
|
||||
}
|
||||
|
||||
.searchresultitem.selected-searchresultitem {
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.searchresulttitle {
|
||||
font-size: 26px;
|
||||
font-weight: 300;
|
||||
line-height: 36px;
|
||||
color: #283241;
|
||||
font-size: 26px;
|
||||
font-weight: 300;
|
||||
line-height: 36px;
|
||||
color: #283241;
|
||||
}
|
||||
|
||||
.searchresultsnippet {
|
||||
margin: 16px 0;
|
||||
color: #283241;
|
||||
margin: 16px 0;
|
||||
color: #283241;
|
||||
}
|
||||
|
||||
.search-result-breadcrumbs {
|
||||
color: #dd4d50;
|
||||
color: #dd4d50;
|
||||
}
|
||||
|
||||
.portal-footer,
|
||||
.site-footer {
|
||||
border-top: 1px solid #e2e4e9;
|
||||
padding: 0;
|
||||
border-top: 1px solid #e2e4e9;
|
||||
padding: 0;
|
||||
}
|
||||
.portal-footer.portal-footer,
|
||||
.site-footer.portal-footer {
|
||||
margin-top: 100px;
|
||||
margin-top: 100px;
|
||||
}
|
||||
.portal-footer .inner,
|
||||
.site-footer .inner {
|
||||
margin: 0;
|
||||
padding: 8px 0 64px 0;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
margin: 0;
|
||||
padding: 8px 0 64px 0;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
}
|
||||
.portal-footer .inner > *,
|
||||
.site-footer .inner > * {
|
||||
padding: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.toolbar {
|
||||
box-shadow: none;
|
||||
padding: 21px 24px;
|
||||
margin-bottom: 50px;
|
||||
box-shadow: none;
|
||||
padding: 21px 24px;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.topic-content .breadcrumb-container {
|
||||
margin-top: 40px;
|
||||
margin-top: 40px;
|
||||
}
|
||||
.topic-content .breadcrumb {
|
||||
font-size: 14px;
|
||||
line-height: 18px;
|
||||
font-weight: 600;
|
||||
font-size: 14px;
|
||||
line-height: 18px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.topic-content .breadcrumb a {
|
||||
color: #283241;
|
||||
color: #283241;
|
||||
}
|
||||
.topic-content .breadcrumb a:hover {
|
||||
color: #dd4d50;
|
||||
text-decoration: underline;
|
||||
color: #dd4d50;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.topic-content .breadcrumb .breadcrumb-node {
|
||||
color: #dd4d50;
|
||||
color: #dd4d50;
|
||||
}
|
||||
|
||||
main article {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
padding: 0;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
section > .titlepage .title {
|
||||
margin: 24px 0 16px 0;
|
||||
margin: 24px 0 16px 0;
|
||||
}
|
||||
|
||||
#topic-content > section > .titlepage h2.title {
|
||||
margin: 0 0 24px;
|
||||
font-size: 32px;
|
||||
font-weight: 300;
|
||||
line-height: 43px;
|
||||
margin: 0 0 24px;
|
||||
font-size: 32px;
|
||||
font-weight: 300;
|
||||
line-height: 43px;
|
||||
}
|
||||
|
||||
.image-viewport {
|
||||
margin: auto;
|
||||
margin: auto;
|
||||
}
|
||||
.image-viewport img {
|
||||
margin: 16px auto;
|
||||
box-shadow: 0 3px 12px 5px rgba(40, 50, 65, 0.14);
|
||||
margin: 16px auto;
|
||||
box-shadow: 0 3px 12px 5px rgba(40, 50, 65, 0.14);
|
||||
}
|
||||
|
||||
.pager {
|
||||
margin-top: 30px;
|
||||
margin-bottom: 30px;
|
||||
padding: 0;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 30px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.pager li > a,
|
||||
.pager li > span {
|
||||
color: #dd4d50;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
line-height: 19px;
|
||||
text-transform: uppercase;
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
color: #dd4d50;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
line-height: 19px;
|
||||
text-transform: uppercase;
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
.pager li > a:hover,
|
||||
.pager li > span:hover {
|
||||
text-decoration: underline;
|
||||
background-color: transparent;
|
||||
color: #dd4d50;
|
||||
text-decoration: underline;
|
||||
background-color: transparent;
|
||||
color: #dd4d50;
|
||||
}
|
||||
|
||||
.warning,
|
||||
@ -390,152 +390,152 @@ section > .titlepage .title {
|
||||
.important,
|
||||
.caution,
|
||||
.tip {
|
||||
margin-top: 32px;
|
||||
margin-bottom: 32px;
|
||||
padding: 16px 24px 16px 68px;
|
||||
background-color: #fff;
|
||||
border-left: 4px solid #dd4d50;
|
||||
margin-top: 32px;
|
||||
margin-bottom: 32px;
|
||||
padding: 16px 24px 16px 68px;
|
||||
background-color: #fff;
|
||||
border-left: 4px solid #dd4d50;
|
||||
}
|
||||
.warning:before,
|
||||
.note:before,
|
||||
.important:before,
|
||||
.caution:before,
|
||||
.tip:before {
|
||||
color: #dd4d50;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
text-align: center;
|
||||
left: 24px;
|
||||
top: calc(50% - 15px);
|
||||
color: #dd4d50;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
text-align: center;
|
||||
left: 24px;
|
||||
top: calc(50% - 15px);
|
||||
}
|
||||
.warning h3,
|
||||
.note h3,
|
||||
.important h3,
|
||||
.caution h3,
|
||||
.tip h3 {
|
||||
padding: 0;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
line-height: 24px;
|
||||
margin-bottom: 8px;
|
||||
padding: 0;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
line-height: 24px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.warning p,
|
||||
.note p,
|
||||
.important p,
|
||||
.caution p,
|
||||
.tip p {
|
||||
line-height: 20px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.topic-content > section > p {
|
||||
margin: 24px 0;
|
||||
margin: 24px 0;
|
||||
}
|
||||
|
||||
.mediaobject {
|
||||
margin-top: 20px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.mediaobject img {
|
||||
border-radius: 4px;
|
||||
margin: 0;
|
||||
border-radius: 4px;
|
||||
margin: 0;
|
||||
}
|
||||
.mediaobject .caption > p {
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
font-style: italic;
|
||||
margin: 0;
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
font-style: italic;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.inlinemediaobject {
|
||||
vertical-align: unset;
|
||||
vertical-align: unset;
|
||||
}
|
||||
|
||||
main ol,
|
||||
main ul {
|
||||
margin: 0 0 24px;
|
||||
margin: 0 0 24px;
|
||||
}
|
||||
|
||||
.section-toc {
|
||||
padding: 24px 40px;
|
||||
border: 1px solid #e2e4e9;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
background-color: #fff;
|
||||
border-radius: 4px;
|
||||
padding: 24px 40px;
|
||||
border: 1px solid #e2e4e9;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
background-color: #fff;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.section-toc:first-child {
|
||||
grid-column: 1 / span 2;
|
||||
grid-column: 1/span 2;
|
||||
}
|
||||
.section-toc h4.featured-title,
|
||||
.section-toc .section-toc-title {
|
||||
font-size: 26px;
|
||||
font-weight: 300;
|
||||
line-height: 36px;
|
||||
margin: 0;
|
||||
font-size: 26px;
|
||||
font-weight: 300;
|
||||
line-height: 36px;
|
||||
margin: 0;
|
||||
}
|
||||
.section-toc h4.featured-title a,
|
||||
.section-toc .section-toc-title a {
|
||||
color: #283241;
|
||||
color: #283241;
|
||||
}
|
||||
.section-toc h4.featured-title a:hover,
|
||||
.section-toc .section-toc-title a:hover {
|
||||
color: #283241;
|
||||
text-decoration: underline;
|
||||
color: #283241;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.section-toc ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.section-toc li {
|
||||
margin: 4px 0;
|
||||
margin: 4px 0;
|
||||
}
|
||||
.section-toc li:first-child {
|
||||
margin-top: 20px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.section-toc li:last-child {
|
||||
margin-bottom: 40px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
.section-toc li a {
|
||||
color: #dd4d50;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
color: #dd4d50;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
}
|
||||
.section-toc li a:hover {
|
||||
color: #dd4d50;
|
||||
text-decoration: underline;
|
||||
color: #dd4d50;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.section-toc h4 span,
|
||||
.section-toc li::before {
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
.section-toc li:first-child {
|
||||
margin-top: 16px;
|
||||
margin-top: 16px;
|
||||
}
|
||||
.section-toc li:last-child {
|
||||
margin-bottom: 8px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.question {
|
||||
font-weight: 600;
|
||||
font-weight: 600;
|
||||
}
|
||||
.question > td > p {
|
||||
margin: 32px 0 18px 0;
|
||||
margin: 32px 0 18px 0;
|
||||
}
|
||||
.question > td:first-child {
|
||||
padding-right: 4px;
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
.fixed-toolbar article.topic :target.question:before {
|
||||
content: none;
|
||||
content: none;
|
||||
}
|
||||
|
||||
body {
|
||||
color: #283241;
|
||||
background-color: #f5f5f7;
|
||||
font-family: 'Inter', sans-serif;
|
||||
scrollbar-color: var(--iqser-quick-filter-border) var(--iqser-grey-2);
|
||||
scrollbar-width: thin;
|
||||
/* Track */
|
||||
/* Handle */
|
||||
color: #283241;
|
||||
background-color: #f5f5f7;
|
||||
font-family: "Inter", sans-serif;
|
||||
scrollbar-color: var(--iqser-quick-filter-border) var(--iqser-grey-2);
|
||||
scrollbar-width: thin;
|
||||
/* Track */
|
||||
/* Handle */
|
||||
}
|
||||
body h1,
|
||||
body h2,
|
||||
@ -545,31 +545,31 @@ body h5,
|
||||
body h6,
|
||||
body p,
|
||||
body pre {
|
||||
margin: 0;
|
||||
font-family: 'Inter', sans-serif;
|
||||
margin: 0;
|
||||
font-family: "Inter", sans-serif;
|
||||
}
|
||||
body::-webkit-scrollbar {
|
||||
width: 11px;
|
||||
width: 11px;
|
||||
}
|
||||
body::-webkit-scrollbar-track {
|
||||
background: var(--iqser-grey-2);
|
||||
background: var(--iqser-grey-2);
|
||||
}
|
||||
body::-webkit-scrollbar-thumb {
|
||||
background: var(--iqser-quick-filter-border);
|
||||
background: var(--iqser-quick-filter-border);
|
||||
}
|
||||
body h3 {
|
||||
font-size: 32px;
|
||||
font-weight: 300;
|
||||
line-height: 43px;
|
||||
font-size: 32px;
|
||||
font-weight: 300;
|
||||
line-height: 43px;
|
||||
}
|
||||
body p {
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
}
|
||||
body a {
|
||||
color: #dd4d50;
|
||||
color: #dd4d50;
|
||||
}
|
||||
body a:hover {
|
||||
text-decoration: underline;
|
||||
color: #dd4d50;
|
||||
text-decoration: underline;
|
||||
color: #dd4d50;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user