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
work.aesthetic-programming
Commits
836df0f3
Commit
836df0f3
authored
Oct 25, 2019
by
svilayphiou
Browse files
copied CSS styles from pad
parent
384aa96e
Changes
1
Hide whitespace changes
Inline
Side-by-side
pelican/theme/aesthetic-programming/static/css/styles.css
View file @
836df0f3
@page
{
size
:
140mm
200mm
;
margin
:
1cm
1cm
2cm
1cm
;
}
@page
:
left
{
@bottom-left
{
content
:
counter
(
page
);
}
}
@page
:
right
{
@bottom-right
{
content
:
counter
(
page
);
}
}
:root
{
--font-size
:
10pt
;
--line-height
:
12.5pt
;
}
.debug
.pagedjs_page
{
}
.pagedjs_page
{
counter-increment
:
page
;
}
.pagedjs_margin-bottom
:before
{
/*content: var(--pagedjs-page-count);*/
content
:
counter
(
page
);
body
{
font-family
:
Breite
Grotesk
;
font-size
:
var
(
--font-size
);
line-height
:
var
(
--line-height
);
}
@font-face
{
font-family
:
Code
;
src
:
url("../fonts/CutiveMono-Regular.ttf")
;
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
font-family
:
herscheytimes
;
margin-top
:
calc
(
var
(
--line-height
)
*
2
);
margin-bottom
:
var
(
--line-height
);
}
@font-face
{
font-family
:
Text
;
src
:
url("../fonts/cmunui.ttf")
;
pre
,
code
{
font-family
:
ocr-pbi
;
font-size
:
8pt
;
white-space
:
pre-wrap
;
margin
:
var
(
--line-height
)
0
;
outline
:
1px
dotted
black
;
}
body
{
font-family
:
Text
;
pre
{
padding
:
var
(
--line-height
)
;
}
pre
,
code
{
font-family
:
Code
;
margin-left
:
2px
;
margin-right
:
2px
;
padding
:
0
4px
;
}
a
{
color
:
inherit
;
}
em
{
font-style
:
italic
;
}
strong
{
font-weight
:
bold
;
}
p
+
p
{
margin-top
:
var
(
--line-height
);
}
img
{
max-width
:
100%
;
max-height
:
100%
;
}
\ No newline at end of file
}
ul
,
ol
{
margin
:
var
(
--line-height
);
}
ul
li
:before
{
content
:
"– "
;
}
ol
>
li
{
list-style-type
:
decimal
;
}
.ref
{
font-style
:
italic
;
}
.exercise
{
color
:
gray
;
}
blockquote
{
border-left
:
1px
solid
black
;
margin-left
:
calc
(
var
(
--line-height
)
/
3
);
padding
:
0
calc
(
var
(
--line-height
)
/
3
);
}
iframe
{
width
:
100%
;
height
:
calc
(
15
*
var
(
--line-height
));
}
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