winchesterkirk

Twit Saved Page

Oct 10th, 2014
440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.33 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
  2.  
  3. <!--
  4.  
  5. Twit Saved Page by Chris @denisrenolds
  6.  
  7. ᵒ Do not remove or change the credit in any way
  8.  
  9. ᵒ Do not use as a base for any other pages, I did this from scratch, you can too
  10.  
  11. ᵒ Do not steal from or redistribute
  12.  
  13. Please contact me if you have any questions or concerns, and enjoy!
  14.  
  15. -->
  16.  
  17. <html><head>
  18. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  19. <head><title>{Title}</title>
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23.  
  24. <meta name="if:Saved" content="1"/>
  25. <meta name="if:Moved" content="0"/>
  26. <meta name="if:Keeping" content="1"/>
  27. <meta name="if:Giving" content="0"/>
  28. <meta name="text:Your Name" content="Your name"/>
  29. <meta name="text:Blog Name" content="Name of your blog"/>
  30. <meta name="text:Text Box" content="Write something short here"/>
  31.  
  32. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  33.  
  34. <script>
  35. (function($){
  36. $(document).ready(function(){
  37. $("[title],a[title],img[title]").style_my_tooltips({
  38. tip_follows_cursor:true,
  39. tip_delay_time:100,
  40. tip_fade_speed:300,
  41. attribute:"title"
  42. });
  43. });
  44. })(jQuery);
  45. </script>
  46. </script>
  47.  
  48. <style type="text/css">
  49. body{
  50. color:#aeaeae;
  51. background-color:#fff;
  52. font-family:arial;
  53. font-size:13px;
  54. }
  55.  
  56. img {
  57. border:4px solid white;
  58. border-radius:5px;
  59. }
  60.  
  61. a{
  62. color:#aaaaaa;
  63. text-decoration:none;
  64. -webkit-transition: all 0.7s ease-in-out;
  65. -moz-transition: all 0.7s ease-in-out;
  66. -o-transition: all 0.7s ease-in-out;
  67. }
  68.  
  69. a:hover{
  70. color:#dfdfdf;
  71. -webkit-transition: all 0.7s ease-in-out;
  72. -moz-transition: all 0.7s ease-in-out;
  73. -o-transition: all 0.7s ease-in-out;
  74. }
  75.  
  76. ul{
  77. list-style-type:circle;
  78. margin-left:-25px;
  79. }
  80.  
  81. li{
  82. padding-bottom:5px;
  83. }
  84.  
  85. #box{
  86. padding:10px;
  87. margin-right:auto;
  88. margin-left:auto;
  89. margin-top:40px;
  90. height:355px;
  91. width:310px;
  92. border-radius:5px;
  93. border:1px solid #eee;
  94. background-color:white;
  95. }
  96.  
  97. #header img{
  98. width:300px;
  99. }
  100.  
  101. #avi img{
  102. margin-top:-50px;
  103. margin-left:15px;
  104. height:80px;
  105. }
  106.  
  107. #name{
  108. margin-left:115px;
  109. margin-top:-40px;
  110. font-size:20px;
  111. font-weight:bold;
  112. }
  113.  
  114. #at{
  115. margin-left:115px;
  116. margin-top:5px;
  117. }
  118.  
  119. #info{
  120. border-top: 1px solid #eee;
  121. margin-top:20px;
  122. }
  123.  
  124. #stat{
  125. text-transform:uppercase;
  126. font-size:9px;
  127. word-spacing:56px;
  128. }
  129.  
  130. #ed{
  131. margin-top:5px;
  132. word-spacing:30px;
  133. font-weight:bold;
  134. font-size:15px;
  135. }
  136.  
  137. #mssg{
  138. margin-top:20px;
  139. background-color:#f3f3f3;
  140. padding:10px;
  141. width:310px;
  142. margin-left:-10px;
  143. border-bottom-left-radius:5px;
  144. border-bottom-right-radius:5px;
  145. }
  146.  
  147. #liner{
  148. padding:10px;
  149. background-color:white;
  150. border-radius:5px;
  151. }
  152.  
  153. #cred{
  154. position:fixed;
  155. bottom:5px;
  156. right:5px;
  157. font-size:14px;
  158. }
  159.  
  160. #s-m-t-tooltip{
  161. max-width:150px;
  162. line-height:8px;
  163. padding:5px 5px 2px 5px;
  164. margin:25px 0px 0px 10px;
  165. background:#fff;
  166. opacity:1;
  167. font-size:9px;
  168. border:1px solid #eee;
  169. border-radius:2px;
  170. z-index:999999;
  171. }
  172.  
  173. </style></head>
  174. <body>
  175.  
  176. <!----DESCRIPTION---->
  177. <div id="box">
  178. <div id="header"><img src="{HeaderImage}"></a></div>
  179. <div id="avi"><img src="{PortraitURL-128}"/></div>
  180. <div id="name">
  181. {block:ifsaved}Saved by {text:Your Name}{/block:ifsaved}{block:ifmoved}{text:Your Name} has Moved{/block:ifmoved}
  182. </div>
  183. <div id="at">
  184. <a href="http://{text:Blog Name}.tumblr.com">@{text:Blog Name}</a>
  185. </div>
  186. <div id="info"><p></p>
  187. <div id="stat">URL <span style="margin-left:-55px">STATUS</span> <span style="margin-left:-22px">CONTACT</span> CODE </div>
  188. <div id="ed">
  189. {block:ifkeeping}Keeping <a href="http://{text:Blog Name}.tumblr.com/ask">Message</a> <span style="margin-left:3px"><a href="http://denisrenolds.tumblr.com/">Credit</a></span>{/block:ifkeeping}
  190. {block:ifgiving}Giving <span style="margin-left:12px"><a href="http://{text:Blog Name}.tumblr.com/ask">Message</a></span> <span style="margin-left:3px"><a href="http://denisrenolds.tumblr.com/">Credit</a></span>{/block:ifgiving}
  191. </div></div>
  192. <div id="mssg">
  193. <div id="liner">
  194. {text:Text Box}
  195. </div></div>
  196. </div>
  197.  
  198. <div id="cred"><a href="http://jimothythemes.tumblr.com/" title="Code by Chris">☢</a></div>
  199. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment