corrections styles print

modifications rendues plus faciles pour l’utilisateur
This commit is contained in:
Raphael Goetter 2015-08-06 15:49:25 +02:00
parent e66ed5801d
commit 12d6f6a410
2 changed files with 14 additions and 18 deletions

View File

@ -8,12 +8,10 @@
} }
body { body {
width: auto !important; width: auto;
margin: auto !important; margin: auto;
font-family: serif; font-family: serif;
font-size: 12pt; font-size: 12pt;
background-color: #fff !important;
color: #333 !important;
} }
p, p,
@ -33,8 +31,8 @@
blockquote, blockquote,
ul, ul,
ol { ol {
color: #000 !important; color: #000;
margin: auto !important; margin: auto;
} }
.@{kna-namespace}print { .@{kna-namespace}print {
@ -79,14 +77,14 @@
} }
a { a {
color: #000 !important; color: #000;
text-decoration: underline !important;
} }
/* displaying URLs */ /* displaying URLs
a[href]::after { a[href]::after {
content: " (" attr(href) ")"; content: " (" attr(href) ")";
} }
*/
a[href^="javascript:"]::after, a[href^="javascript:"]::after,
a[href^="#"]::after { a[href^="#"]::after {

View File

@ -7,12 +7,10 @@
} }
body { body {
width: auto !important; width: auto;
margin: auto !important; margin: auto;
font-family: serif; font-family: serif;
font-size: 12pt; font-size: 12pt;
background-color: #fff !important;
color: #333 !important;
} }
p, p,
@ -32,8 +30,8 @@
blockquote, blockquote,
ul, ul,
ol { ol {
color: #000 !important; color: #000;
margin: auto !important; margin: auto;
} }
.#{$kna-namespace}print { .#{$kna-namespace}print {
@ -78,14 +76,14 @@
} }
a { a {
color: #000 !important; color: #000;
text-decoration: underline !important;
} }
/* displaying URLs */ /* displaying URLs
a[href]::after { a[href]::after {
content: " (" attr(href) ")"; content: " (" attr(href) ")";
} }
*/
a[href^="javascript:"]::after, a[href^="javascript:"]::after,
a[href^="#"]::after { a[href^="#"]::after {