\r
protected function _getRegExpManifest($r, $book, $theme, $resolution) {\r
$reg = array();\r
- $reg['loading'] = array('^' . $r . 'style/(.*).css$', '^' . $r . 'index.html$', '^' . $r . 'data/style/(.*)$', '^' . $r . 'data/(.*).js$', '^' . $r . 'data/images/' . $theme->parametres->logoLoader . '$', '^' . $r . 'style/fonts/(.*).ttf$');\r
+ $reg['loading'] = array('^' . $r . 'style/(.*).css$', '^' . $r . 'index.html$', '^' . $r . 'data/style/(.*)$', '^' . $r . 'data/(.*).js$', '^' . $r . 'data/images/' . $theme->parametres->logoLoader . '$', '^' . $r . 'style/fonts/(.*).ttf$','^' . $r . 'data/images/interface-down.svg$');\r
$reg['extras'] = array('^' . $r . 'data/links/(.*)$', '^' . $r . 'data/(.*).pdf$', '^' . $r . 'cover.jpg$');\r
$reg['thumbnails'] = array('^' . $r . 'data/thumbnails/p(\d+).jpg$');\r
for ($i = 1; $i <= $book->parametres->pages; $i++) {\r
color:$text;
}";
+
$svg = array('interface-back-arrow');
foreach ($svg as $icon) {
wsTools::colorizeAndRasterizeIcon(1, $icon, $text, $this->vdir . '/images/', 4, $w, $h, true);
}
- $textColor->toCSS();
+
$caption.="#bar{border-bottom:1px solid " . $border . "}";
$c[] = $caption;
}";
$c[] = '.mview li a{color:' . $text . ';}';
+ $c[] = '.mview .content a{text-decoration:undeline;color:' . $text . ';}';
file_put_contents($this->vdir . '/data/app.css', implode("\n", $c));
}