$this->lessVariables['book-page-height'] = $h;
$this->lessVariables['book-page-ratio'] = floatval($w) / floatval($h);
+ $this->lessVariables['page-shade-opacity'] = min(1, $this->theme->parametres->shadeAlpha / 50);
$this->lessVariables['shadow-opacity'] = wsHTML5::colorToArray($this->theme->parametres->bookShadeColor)['opacity'] * 1.2;
$this->lessVariables['edges-display'] = $this->_lessBoolean($this->theme->parametres->usePageEdges);
$this->lessVariables['edge-left-offset'] = $this->theme->parametres->pageEdgeLeftOffset;