| Current Path : /var/www/html/bookstack/storage/framework/views/ |
| Current File : /var/www/html/bookstack/storage/framework/views/734b97847ff447bfa7db487083341b23e09c8bad.php |
<style>
<?php if(!app()->runningUnitTests()): ?>
<?php echo file_get_contents(public_path('/dist/export-styles.css')); ?>
<?php endif; ?>
</style>
<?php if($format === 'pdf'): ?>
<style>
/* PDF size adjustments */
body {
font-size: 14px;
line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
line-height: 1.2;
}
table {
max-width: 800px !important;
font-size: 0.8em;
width: 100% !important;
}
table td {
width: auto !important;
}
/* Patches for CSS variable colors */
a {
color: <?php echo e(setting('app-color')); ?>;
}
blockquote {
border-left-color: <?php echo e(setting('app-color')); ?>;
}
/* Patches for content layout */
.page-content .float {
float: none !important;
}
.page-content img.align-left, .page-content img.align-right {
float: none !important;
clear: both;
display: block;
}
<?php if($engine === \BookStack\Entities\Tools\PdfGenerator::ENGINE_DOMPDF): ?>
.page-content a > img {
max-width: 700px;
}
.page-content td a > img {
max-width: 100%;
}
<?php endif; ?>
</style>
<?php endif; ?><?php /**PATH /var/www/html/bookstack/resources/views/common/export-styles.blade.php ENDPATH**/ ?>