thewisepotato

Left the Library Redirect Page

Jan 20th, 2014
670
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <title> {Title}{block:TagPage}: posts tagged {Tag}{/block:TagPage}{block:PostSummary}: {PostSummary}{/block:PostSummary}</title>
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7. <link rel="shortcut icon" href="{Favicon}"/>
  8.  
  9. <link href='http://fonts.googleapis.com/css?family=Alegreya+Sans+SC' rel='stylesheet' type='text/css'>
  10.  
  11. <meta name="color:URL" content="#46d4db"/>
  12. <meta name="color:Text" content="#000000"/>
  13. <meta name="color:Text Background" content="#FFEBDB"/>
  14. <meta name="color:Background" content="#eeeeee"/>
  15.  
  16. <meta name="image:Background" content=""/>
  17. <meta name="image:Portrait" content=""/>
  18.  
  19. <meta name="text:Saved Link" content="http://"/>
  20.  
  21. <style type="text/css">
  22.  
  23. *{-webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out;}
  24.  
  25. div#qTip {display:none;text-align:center; position:absolute; background-color:{color:URL}; color:{color:Text}; font-size:0.5em; padding:4px; margin-left:15px; margin-top:-20px; z-index:999999;}
  26.  
  27. body {font-family:Alegreya Sans SC; color:{color:Text}; font-size:2em; background:{color:Background} url({image:Background});}
  28.  
  29. #overlord {margin:0; width:100%; padding:10px; padding-left:350px; line-height:150%; position:fixed; left:0; top:190px; background-color:{color:Text Background};-webkit-box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.75); -moz-box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.75); box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.75);}
  30.  
  31. #overlord div {padding:10px;}
  32.  
  33. #overlord div:first-child {border-bottom:solid 1px {color:Text};}
  34.  
  35. .node {position:fixed; bottom:0; left:130px; z-index:9999;}
  36.  
  37. .portrait {position:fixed; bottom:457px; left:170px; height:60px; width:60px; border-radius:100%;}
  38.  
  39. span {color:{color:URL};}
  40.  
  41. div a {color:rgba({RGBcolor:Text},0.5); cursor:alias; text-decoration:none;}
  42.  
  43. div a:hover {color:rgba({RGBcolor:Text},0.75);}
  44.  
  45. </style>
  46.  
  47. </head>
  48.  
  49. <body>
  50.  
  51. <img class="node" src="http://static.tumblr.com/puls2hm/QL1mzblaq/node_.png"/>
  52. <div id="overlord">
  53. <div><span>{Name}</span> has left the library</div>
  54. <div><span>{Name}</span> has been <a href="{text:Saved Link}">saved</a>
  55. </div>
  56. <img class="portrait" src="{image:Portrait}"/>
  57.  
  58. <!------DO NOT REMOVE THE CREDIT. DOING SO WOULD MAKE YOU A THIEF.------->
  59. <a href="http://syntaxthemes.tumblr.com">
  60. <img style="position:fixed; bottom:0; right:0; display:block; opacity:0.7; margin:0; z-index:999999999999!important;" onmouseover="this.style.opacity=0.9" onmouseout="this.style.opacity=0.7" src="http://static.tumblr.com/puls2hm/QOHn1brjx/st.png"/></a>
  61. <!----------------------------------THANK-------------------------------->
  62. </body>
  63. </html>
Advertisement
Add Comment
Please, Sign In to add comment