feat: Avancement général sur le contenu et le design
fixes #3, fixes #4, fixes #5, fixes #7, fixes #8, fixes #9, fixes #10
This commit is contained in:
@ -1,84 +1,80 @@
|
||||
/* Print */
|
||||
|
||||
@media print
|
||||
*
|
||||
background: transparent !important
|
||||
box-shadow: none !important
|
||||
text-shadow: none !important
|
||||
*
|
||||
background: transparent !important
|
||||
box-shadow: none !important
|
||||
text-shadow: none !important
|
||||
|
||||
body
|
||||
width: auto
|
||||
margin: auto
|
||||
font-family: serif
|
||||
font-size: 12pt
|
||||
body
|
||||
width: auto
|
||||
margin: auto
|
||||
font-family: serif
|
||||
font-size: 12pt
|
||||
|
||||
nav,
|
||||
footer
|
||||
display: none
|
||||
p,
|
||||
.p-like,
|
||||
h1,
|
||||
.h1-like,
|
||||
h2,
|
||||
.h2-like,
|
||||
h3,
|
||||
.h3-like,
|
||||
h4,
|
||||
.h4-like,
|
||||
h5,
|
||||
.h5-like,
|
||||
h6,
|
||||
.h6-like,
|
||||
blockquote,
|
||||
ul,
|
||||
ol
|
||||
color: #000
|
||||
margin: auto
|
||||
|
||||
p,
|
||||
.p-like,
|
||||
h1,
|
||||
.h1-like,
|
||||
h2,
|
||||
.h2-like,
|
||||
h3,
|
||||
.h3-like,
|
||||
h4,
|
||||
.h4-like,
|
||||
h5,
|
||||
.h5-like,
|
||||
h6,
|
||||
.h6-like,
|
||||
blockquote,
|
||||
ul,
|
||||
ol
|
||||
color: #000
|
||||
margin: auto
|
||||
img
|
||||
max-width: 100% !important
|
||||
|
||||
img
|
||||
max-width: 100% !important
|
||||
.print
|
||||
display: block
|
||||
|
||||
.print
|
||||
display: block
|
||||
.no-print
|
||||
display: none
|
||||
|
||||
.no-print
|
||||
display: none
|
||||
p,
|
||||
.p-like,
|
||||
blockquote
|
||||
orphans: 3
|
||||
widows: 3
|
||||
|
||||
p,
|
||||
.p-like,
|
||||
blockquote
|
||||
orphans: 3
|
||||
widows: 3
|
||||
blockquote,
|
||||
ul,
|
||||
ol,
|
||||
img
|
||||
page-break-inside: avoid
|
||||
|
||||
blockquote,
|
||||
ul,
|
||||
ol,
|
||||
img
|
||||
page-break-inside: avoid
|
||||
h1,
|
||||
.h1-like
|
||||
page-break-before: always
|
||||
|
||||
h1,
|
||||
.h1-like
|
||||
page-break-before: always
|
||||
h1,
|
||||
.h1-like,
|
||||
h2,
|
||||
.h2-like,
|
||||
h3,
|
||||
.h3-like,
|
||||
caption
|
||||
page-break-after: avoid
|
||||
|
||||
h1,
|
||||
.h1-like,
|
||||
h2,
|
||||
.h2-like,
|
||||
h3,
|
||||
.h3-like,
|
||||
caption
|
||||
page-break-after: avoid
|
||||
a
|
||||
color: #000
|
||||
|
||||
a
|
||||
color: #000
|
||||
a[href^="http"]:not([href*="cremeaux.fr"]):after
|
||||
content: " (" attr(href) ")"
|
||||
|
||||
a[href^="http"]:not([href*="pikselkraft.com"]):after
|
||||
content: " (" attr(href) ")"
|
||||
a[href^="javascript:"]::after,
|
||||
a[href^="#"]::after
|
||||
content: ""
|
||||
|
||||
a[href^="javascript:"]::after,
|
||||
a[href^="#"]::after
|
||||
content: ""
|
||||
|
||||
abbr[title]:after
|
||||
content: " (" attr(title) ")"
|
||||
abbr[title]:after
|
||||
content: " (" attr(title) ")"
|
||||
|
Reference in New Issue
Block a user