Skip to content

Instantly share code, notes, and snippets.

@philipsorst
Created December 14, 2012 21:44
Show Gist options
  • Save philipsorst/4288917 to your computer and use it in GitHub Desktop.
Save philipsorst/4288917 to your computer and use it in GitHub Desktop.
Image regeneration expired
<!DOCTYPE html>
<html>
<head>
<title>Image regeneration expired</title>
<style>
body {
font-size: 15px;
line-height: 15px;
font-family: "FreeSans";
}
#container {
background-color: rgba(0, 0, 0, 0.5);
background-image: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.125) 0px, rgba(0, 0, 0, 0.125) 50px, rgba(0, 0, 0, 0.5) 150px);
border: 1px solid rgba(0, 0, 0, 0.25);
border-radius: 10px;
box-shadow: 0 5px 5px 0 rgba(255, 255, 255, 0.5) inset, 0 -5px 5px 0 rgba(0, 0, 0, 0.5) inset;
margin: 20px auto;
padding: 10px 10px;
width: 278px;
}
h1 {
font-size: inherit;
margin-top: 0px;
margin-bottom: 5px;
color: #ffffff;
}
p {
font-size: 13px;
color: #bfbfbf;
margin-top: 0px;
margin-bottom: 0px;
}
a {
color: #dedede;
text-decoration: none;
}
</style>
</head>
<body>
<div id="container">
<h1>Image regeneration expired</h1>
<p>
<a href="">http://lastfm.dontdrinkandroot.net/tools/faq#9</a>
</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment