Print stylesheet for Moodle Theme Boxxie

Print stylesheet for Moodle Theme Boxxie

by Wen-Ai Jackson -
Number of replies: 4

Greetings

I've looked for a print style sheet for theme Boxxie running on

 Moodle 2.2.5 (Build: 20120910)

tried a few given suggestions which didn't seem to work.  So I tried to make one:

@media print {

  #header,#page-header,#page-footer,.navbar,
  #region-pre,#region-post,.homelink,#page-footer-bottom {
      display: none;

  }

  #region-pre,#region-post {
      float: none;
      width: 0 !important;
      margin: 0 !important;
      padding: 0;
  }

  #page-content {
      margin: 0;
      padding: 0;
      width: 100%;
  }

  table {
      height: 100%;
      width: 100%;
  }

}

which did omit some of the regions I didn't want. The main problems were
1) space was left for the left and right hand columns even if the content didn't appear
2) The days of the week were lost
Does anyone have any ideas how to fix these problems?
Thank you.
Screen shot of original

original

print preview

print preview

I've used landscape mode to show the space left for the left and right column and also, as you can see, the days of the week have disappeared.

Thank you, Wen-Ai

Average of ratings: -
In reply to Wen-Ai Jackson

Re: Print stylesheet for Moodle Theme Boxxie

by Mary Evans -
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

You might just as well use Standard theme and dock all the blocks. You will probably find that works better.

If you set Theme setting to allow theme change by URL then you only need to add /?theme=standard at the end of your Moodle site URL

Average of ratings: Useful (1)
In reply to Mary Evans

Re: Print stylesheet for Moodle Theme Boxxie

by Wen-Ai Jackson -

Dear Mary
That's very clever!  
It would be okay for me but for other users the blocks don't stay docked so I would have to explain how to dock them.  Also a lot of space is still wasted with the right hand column, header and footer

Many thanks for your suggestion anyway

Wen-Ai

In reply to Wen-Ai Jackson

Re: Print stylesheet for Moodle Theme Boxxie

by Mary Evans -
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

Can you report this in Moodle Tracker as there are some setting missing in the layout files for the BOXXIE theme.

If you set the 'Componant' to 'Themes', when reporting this BUG, it will be assigned to me so I can fix it in Moodle.

Cheers

Mary