bf83b2d5b3
* Added susy and css-slideshow * Converted legacy css to scss, moved it and updated reference. * extracted some javascript to a file so it can be shared.
21 lines
446 B
Sass
21 lines
446 B
Sass
/* Welcome to Susy. Use this file to define print styles.
|
|
* Import this file using the following HTML or equivalent:
|
|
* <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" />
|
|
|
|
@import defaults
|
|
|
|
=print
|
|
nav
|
|
display: none
|
|
*
|
|
float: none !important
|
|
body
|
|
+serif-family
|
|
font-size: 12pt
|
|
background: white
|
|
color: black
|
|
a:link:after, a:visited:after
|
|
content: " (" attr(href) ") "
|
|
|
|
+print
|