mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-01 07:38:33 -04:00
Externalise trivial inline styles from slide.ejs
Dynamic background images need some further work
This commit is contained in:
parent
a23048254d
commit
af935e46fc
2 changed files with 23 additions and 6 deletions
|
@ -258,6 +258,10 @@ pre.abc > svg {
|
|||
transform-style: preserve-3d;
|
||||
}
|
||||
|
||||
.slides, #meta {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.reveal .slides > section,
|
||||
.reveal .slides > section > section {
|
||||
transform-style: flat;
|
||||
|
@ -283,12 +287,25 @@ pre.abc > svg {
|
|||
padding: 25px 15px;
|
||||
}
|
||||
|
||||
.footer .gray-font {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.footer > * {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 758px;
|
||||
}
|
||||
|
||||
.footer .ui-no-lastchangeuser {
|
||||
width: 18px;
|
||||
}
|
||||
|
||||
.footer .slides-disqus {
|
||||
margin-top: 25px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
@ -330,4 +347,4 @@ html, body {
|
|||
|
||||
.print-pdf .footer {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue