brainbaking/static/js/goodreads.js

191 lines
5.8 KiB
JavaScript
Raw Normal View History

2021-04-08 13:49:14 +02:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Goodreads request took too long</title>
<style type="text/css">
* {
margin: 0;
}
html, body {
height: 100%;
font-family: georgia, serif;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}
.tfooter, .push {
height: 100px; /* .push must be the same height as .footer */
}
/* end sticky footer */
* {
margin: 0;
}
html, body {
height: 100%;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -100px;
}
.tfooter, .push {
height: 100px;
}
body {
background-image: url("http://photo.goodreads.com/misc/1333733019-1333733019_goodreads_misc.jpg");
}
.tfooter {
width: 100%;
background: url("http://photo.goodreads.com/misc/1333669053-1333669053_goodreads_misc.jpg") repeat-x left bottom;
text-align: center;
color: #666;
font-size: 10px;
}
.distractionless {
color: #333;
}
.distractionless .logo {
margin-left: 16px;
}
.distractionless .topRight {
float: right;
margin: 12px 16px 0 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.distractionless #header {
width: 100%;
margin-top: 13px;
margin-bottom: 16px;
}
.distractionless .mainContent {
text-align: center;
}
.actionLink.large {
font-size: 16px;
}
.contentBox {
font-family: Georgia, serif;
border: 1px solid #d0d0c8;
background-color: white;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0px 1px 1px 0px #d0d0c8;
-moz-box-shadow: 0px 1px 1px 0px #d0d0c8;
box-shadow: 0px 1px 1px 0px #d0d0c8;
padding: 30px 50px 30px 50px;
width: 700px;;
height: 345px;
margin: 0 auto;
text-align: left;
}
.contentBox .left {
float: left;
width: 185px;
}
.contentBox .right {
float: left;
margin-left: 30px;
margin-top: 36px;
width: 480px;
}
.contentBox h1 {
font-size: 22px;
line-height: 1.4;
font-weight: normal;
}
.contentBox p {
font-size: 16px;
line-height: 1.2;
margin-bottom: 18px;
}
#quote {
font-style: italic;
line-height: 1.4;
font-size: 15px;
margin-top: 40px;
}
#quoteAuthor {
text-align: right;
font-style: normal;
font-size: 12px;
}
.actionLinkLite {
color: #215625;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
text-decoration: none;
font-size: 14px;
}
</style>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-968618-1']);
_gaq.push(['_trackPageview', '/504_request_timeout']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body class='textured'>
<div class='wrapper'>
<div class='content distractionless'>
<div id='header' class='clearfix'>
<div class='logo'>
<img loading='lazy' src="http://photo.goodreads.com/misc/1334286360-1334286360_goodreads_misc.png" alt="Goodreads: Book reviews, recommendations, and discussion" border=0 />
</div>
</div>
<div id='topLanding' class='mainContentContainer'>
<div class='mainContent'>
<div class='contentBox'>
<div class='left'>
<img loading='lazy' src='http://photo.goodreads.com/misc/1333730696-1333730696_goodreads_misc.gif' height="341" width="185"/>
</div>
<div class='right'>
<h1>
Goodreads request took too long.
</h1>
<p>
The latest request to the Goodreads servers took too long to respond. We have been notified of the issue and are looking into it.
</p>
<div id='quote'>
&ldquo;There are two motives for reading a book; one, that you enjoy it; the other, that you can boast about it [on Goodreads].&rdquo;
<div id='quoteAuthor'>
- Bertrand Russell
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class='push'></div>
</div>
<div class='tfooter'>
<div class='footer'>
&copy;
<script type="text/javascript">document.write(new Date().getFullYear());</script>
Goodreads Inc
</div>
</div>
</body>
</html>