Comment 16 for bug 670927

Revision history for this message
Alan Bell (alanbell) wrote :

It prints on paper just fine for me using Chromium and Firefox. The font size is small and it just prints in a column down the middle of the page but that is because of the use of the 960.gs system which is just a monumental travesty that has broken the web in order to make paper oriented designers feel better. Back to the point, there are no media="print" stylesheets, I thought there might be a broken print stylesheet that is being loaded on printing from some browser but it seems not. I can't reproduce the problem and I can't see anything in the source that points to a source of a potential problem on other systems. Here are the css files it loads, note media="all" so all media types should be equally impacted by the failings of titchy fonts and a rigid 960 width - including the totally arbitrary concept of what a pixel means on a postscript file targeted at at 2400dpi printer, I just wish it actually did print the whole thing in a strip 0.4 inches wide, that might encourage people to actually produce designs that work on more than one output device.

Here are the css files it calls.

<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/ninesixty/styles/framework/reset.css?w" />
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/ninesixty/styles/framework/text.css?w" />
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/ucbase/960.css?w" />
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/ninesixty/styles/framework/debug.css?w" />
<link type="text/css" rel="stylesheet" media="all" href="/modules/node/node.css?w" />
<link type="text/css" rel="stylesheet" media="all" href="/modules/system/defaults.css?w" />
<link type="text/css" rel="stylesheet" media="all" href="/modules/system/system.css?w" />
<link type="text/css" rel="stylesheet" media="all" href="/modules/system/system-menus.css?w" />
<link type="text/css" rel="stylesheet" media="all" href="/modules/user/user.css?w" />
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/modules/cck/theme/content-module.css?w" />
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/modules/ctools/css/ctools.css?w" />
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/modules/lightbox2/css/lightbox.css?w" />
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/modules/migrate/migrate.css?w" />
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/modules/nice_menus/nice_menus.css?w" />
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/modules/nice_menus/nice_menus_default.css?w" />
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/modules/panels/css/panels.css?w" />
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/modules/wysiwyg/editors/css/tinymce-3.css?w" />
<link type="text/css" rel="stylesheet" media="all" href="/sites/default/themes/ubuntu10/ajax_overlay.css?w" />
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/modules/views/css/views.css?w" />
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/ninesixty/styles/styles.css?w" />
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/ucbase/search.css?w" />
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/ucbase/ucbase.css?w" />
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/ucbase/footer.css?w" />
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/ucbase/header.css?w" />
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/ucbase/panels-common.css?w" />
<link type="text/css" rel="stylesheet" media="all" href="/sites/default/themes/ubuntu10/style.css?w" />
<script src='/sites/default/themes/ubuntu10/jquery.anythingslider.js' type='text/javascript'></script>
  <!--[if lt IE 7]>
    <link type="text/css" rel="stylesheet" media="all" href="/sites/default/themes/ubuntu10/fix-ie.css" /> <![endif]-->
  <!--[if IE 7]>
    <style type="text/css" media="all">@import "/sites/default/themes/ubuntu10/fix-ie7.css";</style> <![endif]-->
</head>