Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
uw_fdsu_theme_resp
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WCMS
uw_fdsu_theme_resp
Commits
a6b01dd3
Commit
a6b01dd3
authored
2 years ago
by
Eric Bremner
Browse files
Options
Downloads
Patches
Plain Diff
ISTWCMS-5607: coding standards
parent
1426943e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!75
ISTWCMS-5607: fixing content moderation block on references
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
css/uw_ckeditor.css
+98
-35
98 additions, 35 deletions
css/uw_ckeditor.css
with
98 additions
and
35 deletions
css/uw_ckeditor.css
+
98
−
35
View file @
a6b01dd3
...
@@ -7,9 +7,11 @@
...
@@ -7,9 +7,11 @@
font-family
:
Typ1451-Regular
,
verdana
,
sans-serif
;
font-family
:
Typ1451-Regular
,
verdana
,
sans-serif
;
width
:
100%
;
width
:
100%
;
}
}
.cke_editable
.caption
>
*
{
.cke_editable
.caption
>
*
{
display
:
inline-block
;
display
:
inline-block
;
}
}
.cke_editable
.caption
{
.cke_editable
.caption
{
width
:
98%
;
width
:
98%
;
}
}
...
@@ -32,101 +34,162 @@ kbd > kbd {
...
@@ -32,101 +34,162 @@ kbd > kbd {
background
:
#575757
;
background
:
#575757
;
color
:
#ffffff
;
color
:
#ffffff
;
}
}
/*list types*/
/*list types*/
ul
{
ul
{
list-style-type
:
disc
;
list-style-type
:
disc
;
margin
:
0
0
1rem
;
margin
:
0
0
1rem
;
padding
:
0
0
0
1.5rem
;
}
padding
:
0
0
0
1.5rem
;
}
[
dir
=
'rtl'
]
ul
{
[
dir
=
'rtl'
]
ul
{
padding
:
0
1.5rem
0
0
;
}
padding
:
0
1.5rem
0
0
;
}
ul
ul
{
ul
ul
{
list-style-type
:
circle
;
list-style-type
:
circle
;
margin
:
0.5rem
0
0
;
}
margin
:
0.5rem
0
0
;
}
ul
ul
li
>
ul
{
ul
ul
li
>
ul
{
list-style-type
:
disc
;
}
list-style-type
:
disc
;
}
.disc
{
.disc
{
list-style
:
disc
;
}
list-style
:
disc
;
}
.disc
ul
{
.disc
ul
{
list-style-type
:
disc
;
}
list-style-type
:
disc
;
}
.disc
ul
li
>
ul
{
.disc
ul
li
>
ul
{
list-style-type
:
disc
;
}
list-style-type
:
disc
;
}
.square
{
.square
{
list-style
:
square
;
}
list-style
:
square
;
}
.square
ul
{
.square
ul
{
list-style-type
:
square
;
}
list-style-type
:
square
;
}
.square
ul
li
>
ul
{
.square
ul
li
>
ul
{
list-style-type
:
square
;
}
list-style-type
:
square
;
}
.circle
{
.circle
{
list-style-type
:
circle
;
}
list-style-type
:
circle
;
}
.circle
ul
{
.circle
ul
{
list-style-type
:
circle
;
}
list-style-type
:
circle
;
}
.circle
ul
li
>
ul
{
.circle
ul
li
>
ul
{
list-style-type
:
circle
;
}
list-style-type
:
circle
;
}
ol
{
ol
{
margin
:
0
0
1rem
;
margin
:
0
0
1rem
;
padding
:
0
0
0
1.5rem
;
}
padding
:
0
0
0
1.5rem
;
}
[
dir
=
'rtl'
]
ol
{
[
dir
=
'rtl'
]
ol
{
padding
:
0
1.5rem
0
0
;
}
padding
:
0
1.5rem
0
0
;
}
ol
ol
{
ol
ol
{
list-style-type
:
lower-alpha
;
list-style-type
:
lower-alpha
;
margin
:
0.5rem
0
0
;
}
margin
:
0.5rem
0
0
;
}
ol
ol
li
ol
{
ol
ol
li
ol
{
list-style-type
:
lower-roman
;
}
list-style-type
:
lower-roman
;
}
.lower-alpha
{
.lower-alpha
{
list-style-type
:
lower-alpha
;
}
list-style-type
:
lower-alpha
;
}
.lower-alpha
li
ol
{
.lower-alpha
li
ol
{
list-style-type
:
lower-alpha
;
}
list-style-type
:
lower-alpha
;
}
.upper-alpha
{
.upper-alpha
{
list-style-type
:
upper-alpha
;
}
list-style-type
:
upper-alpha
;
}
.upper-alpha
li
ol
{
.upper-alpha
li
ol
{
list-style-type
:
upper-alpha
;
}
list-style-type
:
upper-alpha
;
}
.lower-roman
{
.lower-roman
{
list-style-type
:
lower-roman
;
}
list-style-type
:
lower-roman
;
}
.lower-roman
li
ol
{
.lower-roman
li
ol
{
list-style-type
:
lower-roman
;
}
list-style-type
:
lower-roman
;
}
.upper-roman
{
.upper-roman
{
list-style-type
:
upper-roman
;
}
list-style-type
:
upper-roman
;
}
.upper-roman
li
ol
{
.upper-roman
li
ol
{
list-style-type
:
upper-roman
;
}
list-style-type
:
upper-roman
;
}
.decimal
{
.decimal
{
list-style
:
decimal
outside
none
;
list-style
:
decimal
outside
none
;
margin
:
0
;
margin
:
0
;
padding
:
0
0
1rem
1rem
;
}
padding
:
0
0
1rem
1rem
;
}
.decimal
li
{
.decimal
li
{
counter-increment
:
item
;
counter-increment
:
item
;
display
:
table
;
display
:
table
;
margin
:
0.5rem
0
;
}
margin
:
0.5rem
0
;
}
.decimal
li
::before
{
.decimal
li
::before
{
content
:
counters
(
item
,
"."
)
". "
;
content
:
counters
(
item
,
"."
)
". "
;
display
:
table-cell
;
display
:
table-cell
;
padding-right
:
0.6rem
;
}
padding-right
:
0.6rem
;
}
.decimal
li
li
{
.decimal
li
li
{
margin
:
0.5rem
0
;
}
margin
:
0.5rem
0
;
}
.decimal
li
li
li
::before
{
.decimal
li
li
li
::before
{
content
:
counters
(
item
,
"."
)
" "
;
}
content
:
counters
(
item
,
"."
)
" "
;
}
.decimal
li
ol
{
.decimal
li
ol
{
counter-reset
:
item
;
counter-reset
:
item
;
list-style
:
square
outside
none
;
list-style
:
square
outside
none
;
list-style-type
:
none
;
list-style-type
:
none
;
margin
:
0
;
margin
:
0
;
padding
:
0
;
}
padding
:
0
;
}
li
{
li
{
margin-bottom
:
0.5rem
;
margin-bottom
:
0.5rem
;
padding-left
:
0.5rem
;
}
padding-left
:
0.5rem
;
}
li
:last-child
{
li
:last-child
{
margin-bottom
:
0
;
}
margin-bottom
:
0
;
}
li
>
*
:last-child
{
li
>
*
:last-child
{
margin-bottom
:
0
;
}
margin-bottom
:
0
;
}
@media
print
{
@media
print
{
li
{
li
{
page-break-inside
:
avoid
;
}
}
page-break-inside
:
avoid
;
}
}
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