Injecting configuration and compiling...
Injecting scraper and running...
<style>
body {
font-size:100%;
line-height:1.5;
PHP Warning: require(../../libraries/simple_html_dom.php): failed to open stream: No such file or directory in /app/scraper.php on line 67
font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
}
.title
{
font-size: 1.2em;
}
.logo
{
height:50px;
}
td {
background: #FFFFFF;
padding: 20px;
text-align: left;
vertical-align: middle;
font-weight: 300;
PHP Fatal error: require(): Failed opening required '../../libraries/simple_html_dom.php' (include_path='.:/app/vendor/openaustralia/scraperwiki') in /app/scraper.php on line 67
font-size: 18px;
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
border-right: 1px solid #C1C3D1;
}
td, th {
display: table-cell;
vertical-align: inherit;
}
tr {
border-top: 1px solid #C1C3D1;
border-bottom-: 1px solid #C1C3D1;
color: #666B85;
font-size: 16px;
font-weight: normal;
text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
table {
display: table;
border-collapse: separate;
border-spacing: 2px;
border-color: grey;
}
.table-fill {
background: white;
border-radius: 3px;
border-collapse: collapse;
height: 320px;
margin: auto;
max-width: 600px;
padding: 5px;
width: 100%;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
animation: float 5s infinite;
}
</style>