/*
 * @(#) print.css Algem Web App 1.7.4 19/10/18
 *
 * Copyright (c) 2015-2018 Musiques Tangentes. All Rights Reserved.
 *
 * This file is part of Algem Web App.
 * Algem Web App is free software: you can redistribute it and/or modify it
 * under the terms of the GNU Affero General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * Algem Web App is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with Algem Web App. If not, see <http://www.gnu.org/licenses/>.
*/
/*html, body {width: 210mm;height: 297mm;}*/

@page
{
  /*auto is the initial value*/
  size: auto;
  margin: 10mm;
}
body {height: auto;background-color: white}
#menu, #bottom-menu, #bars, .gallery, .postit, nav.horizontal-panel-menu, footer,.option-panel {display: none}
#dow {color: black}
.printable {display: block !important;}
.printable img {display: none;}
.centered {width: 100%;}
header > h1 {height: auto;font-size: 1.5em;color: black;background-color: #ddd}
h2 {color: black;font-size: 1.3em}
#canvas{font-weight: bold}
.schedule{background: initial;border-bottom: .2mm solid black;}
.range {background: #FCD300;}
#accordion .ui-accordion-header {color: black;font-size: 1em}
/** FORCE BACKGROUND-COLOR FIREFOX HACK.
1000px is a random high number that is definitely larger than the box dimension.
Il est préférable de laisser le choix à l'utilisateur (config sous Firefox : "print.print_bgcolor")*/
/*.schedule {box-shadow: inset 0 0 0 1000px #CCC;}
.closed {box-shadow: inset 0 0 0 1000px #777;}
.range {box-shadow: inset 0 0 0 1000px #999;}*/

