Skip to content
Snippets Groups Projects
Commit 660b316d authored by James Wilson's avatar James Wilson
Browse files

Issue #3357496: Additional CKEditor 5 styles

parent b4c11d14
No related branches found
Tags 2.1.0
No related merge requests found
......@@ -292,11 +292,45 @@ dl.inline|Inline definition list
.ck.ck-content dl {
margin-bottom: 1rem;
margin-bottom: .75em;
}
.ck.ck-content dl dt {
margin-bottom: .3rem;
font-weight: 700;
font-family: BentonSansBold, Arial, sans-serif;
font-weight: 400;
margin-top: .75em;
}
.ck.ck-content dl dd {
margin: 0;
}
.ck.ck-content dl.meta {
font-size: calc(1rem * 0.9);
text-transform: none;
}
.ck.ck-content dl.meta dt,
.ck.ck-content dl.meta dd {
font-family: BentonSansRegular, 'Arial Narrow', Arial, sans-serif;
font-weight: normal;
}
.ck.ck-content dl.inline dt:before {
content: "";
display: block;
margin-bottom: 4px;
}
.ck.ck-content dl.inline dt,
.ck.ck-content dl.inline dd {
display: inline;
}
.ck.ck-content dl.meta+dl.meta {
margin-top: 16px;
}
.ck.ck-content blockquote {
......@@ -712,7 +746,6 @@ dl.inline|Inline definition list
margin-right: auto;
}
.ck.ck-content table {
width: 100%;
margin-bottom: 1rem;
......@@ -1089,19 +1122,6 @@ dl.inline|Inline definition list
}
}
.ck.ck-content dl {
margin-bottom: .75em;
}
.ck.ck-content dl dt {
font-family: BentonSansBold, Arial, sans-serif;
font-weight: 400;
margin-top: .75em;
}
.ck.ck-content dl dd {
margin: 0;
}
.ck.ck-content table caption,
.ck.ck-content table thead tr td,
......@@ -1216,3 +1236,56 @@ dl.inline|Inline definition list
.ck.ck-content .button.right {
margin: 0 0 1.5rem 1.5rem;
}
.ck.ck-content .meta {
font-size: 1rem;
letter-spacing: .0125rem;
line-height: 1.33333;
text-transform: uppercase;
color: #4c5a69;
}
.ck.ck-content .meta+.meta {
margin-top: -1rem;
}
.ck.ck-content .meta strong {
font-weight: 700;
}
.ck.ck-content .meta span {
text-transform: none;
color: #4A3C31;
}
.ck.ck-content ul.circle li {
list-style-type: circle;
}
.ck.ck-content ul.square li {
list-style-type: square;
}
.ck.ck-content ul.inline {
margin: 0;
padding: 0;
list-style-type: none;
}
.ck.ck-content ul.inline li {
display: inline;
}
.ck.ck-content ul.separators li:not(:first-child) {
margin-left: 1rem;
}
.ck.ck-content ul.separators li:first-child:before {
content: "";
margin: 0;
}
.ck.ck-content .more {
font-family: BentonSansBold, Arial, sans-serif;
font-weight: normal;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment