Sha256: 5dc487e8a0cd8571915659472377e19f63fc5d38cac5bf2e5980f2208c8c6fb0

Contents?: true

Size: 984 Bytes

Versions: 4

Compression:

Stored size: 984 Bytes

Contents

//** PRINT STYLES **//

// Based heavily on the work of:
// Paul Irish & Divya Manian: http://html5boilerplate.com/
// And many others, less directly...

// Imports --------------------------------------------------------------

@import "defaults";

/* Print Defaults -------------------------------------------------------------- */

nav {
  display: none; }

* {
  background: transparent !important;
  color: #444444 !important;
  float: none !important;
  text-shadow: none !important; }

body {
  @include serif-family;
  font-size: 12pt;
  background: white;
  color: black; }

a {
  &:link, &:visited {
    color: #444444 !important;
    text-decoration: underline; }
  &:after {
    content: " (" attr(href) ") ";
    font-size: smaller; } }

abbr:after {
  content: " (" attr(title) ")";
  font-size: smaller; }

pre, blockquote, img {
  page-break-inside: avoid; }

@page {
  margin: 0.5cm; }

p, h2, h3 {
  orphans: 3;
  widows: 3; }

h2, h3 {
  page-break-after: avoid; }

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
compass-susy-plugin-0.8.1 templates/project/print.scss
compass-susy-plugin-0.8.0 templates/project/print.scss
compass-susy-plugin-0.8.0.rc1 templates/project/print.scss
compass-susy-plugin-0.8.0.pre1 templates/project/print.scss