Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iu
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
iu
Commits
660b316d
Commit
660b316d
authored
1 year ago
by
James Wilson
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3357496
: Additional CKEditor 5 styles
parent
b4c11d14
No related branches found
Branches containing commit
Tags
2.1.0
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
css/components/ckeditor5.css
+87
-14
87 additions, 14 deletions
css/components/ckeditor5.css
with
87 additions
and
14 deletions
css/components/ckeditor5.css
+
87
−
14
View file @
660b316d
...
...
@@ -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
;
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment