Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
osp
tools.ethertoff
Commits
eeaad96e
Commit
eeaad96e
authored
Dec 13, 2019
by
gijs
Browse files
Modifications of the footnote styles
parent
31f84d6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
generator/templates/static/styles.simple.css
View file @
eeaad96e
...
...
@@ -857,17 +857,32 @@ div.footnote hr {
}
div
.footnote
>
ol
>
li
{
margin-bottom
:
var
(
--line-height
);
padding
:
calc
(
0.5
*
var
(
--line-height
));
margin-left
:
calc
(
-.5
*
var
(
--line-height
));
}
sup
:target
,
.footnote
:target::marker
{
sup
:target
{
color
:
var
(
--orange-karel
);
}
.footnote
li
:target
{
background
:
var
(
--rose-pale
);
}
sup
{
font-size
:
80%
;
line-height
:
80%
;
border
:
1px
solid
currentColor
;
padding
:
.07em
.2em
.05em
.2em
;
background
:
transparent
;
font-size
:
70%
;
line-height
:
60%
;
position
:
relative
;
margin
:
0
.25em
;
vertical-align
:
middle
;
top
:
-.2em
;
}
sup
:hover
{
color
:
var
(
--orange-karel
);
}
sup
a
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment