Sha256: 84ae976d77e66714ac7f207b19feae0aefc00113bc1217cf5b2ab2b34cb51fb2
Contents?: true
Size: 1.2 KB
Versions: 1
Compression:
Stored size: 1.2 KB
Contents
// $Id: print.css,v 1.4 2009/02/13 06:39:42 johnalbin Exp $ // @file Print styling We provide some sane print styling for Drupal using Zen's layout method. // underline all links a:link, a:visited :text-decoration underline !important // Don't underline header #site-name a:link,a:visited :text-decoration none !important // CSS2 selector to add visible href after links #content a:link:after,a:visited:after :content " (" attr(href) ") " :font-size 0.8em :font-weight normal // Un-float the content #content, #content-inner :float none :width 100% :margin 0 !important :padding 0 !important // Turn off any background colors or images body, #page, #page-inner, #main, #main-inner, #content, #content-inner :color #000 :background-color transparent !important :background-image none !important // Hide sidebars and nav elements #skip-to-nav, #navbar, #sidebar-left, #sidebar-right, #footer, .breadcrumb, div.tabs, .links, .taxonomy, .book-navigation, .forum-topic-navigation, .pager, .feed-icons :visibility hidden :display none // If you un-comment the "page { overflow-y: hidden; }" ruleset, Firefox clips the content after the first page. #page :overflow-y visible
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bangpound-compass-drupal-zen-plugin-0.2.0 | d6_zen2/templates/project/print.sass |