themesbyhaleigh

saved url

Jul 15th, 2014
522
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. <!-- saved url by nerdydean. don't remove the credit. -->
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <head>
  6.  
  7. <title>{Title}</title>
  8.  
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. <meta name="description" content="" />
  12. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  13.  
  14. <meta name="color:background" content="#ffffff">
  15. <meta name="color:link" content="#333333">
  16. <meta name="color:linkhover" content="#333333">
  17. <meta name="color:text" content="#333333">
  18. <meta name="color:scrollbar" content="#000000">
  19. <meta name="color:textselect" content="#fafafa">
  20.  
  21. <meta name="yoururl" content="your url"
  22. <meta name="text:link1" content="link1">
  23. <meta name="text:link1 url" content="/">
  24. <meta name="text:link2" content="link2">
  25. <meta name="text:link2 url" content="/">
  26. <meta name="text:link3" content="link3">
  27. <meta name="text:link3 url" content="/">
  28.  
  29.  
  30. <!-- jquery -->
  31. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  32. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  33.  
  34. <script>
  35. (function($){
  36. $(document).ready(function(){
  37. $("a[title]").style_my_tooltips({
  38. tip_follows_cursor:true,
  39. tip_delay_time:30,
  40. tip_fade_speed:300,
  41. attribute:"title"
  42. });
  43. });
  44. })(jQuery);
  45. </script>
  46.  
  47.  
  48. <style type="text/css">
  49.  
  50. #s-m-t-tooltip{
  51. font-size:9px;
  52. position:absolute;
  53. margin-top: 15px;
  54. letter-spacing:1px;
  55. z-index:9999;
  56. background:{color:background};
  57. text-transform:uppercase;
  58. padding:2px 3px 2px 3px;
  59. }
  60.  
  61. ::-webkit-scrollbar {
  62. width: 3px;
  63. height:auto;
  64. background:{color:background};
  65. }
  66.  
  67. ::-webkit-scrollbar-corner {
  68. padding:2px;
  69. background:{color:background};
  70. }
  71.  
  72. ::-webkit-scrollbar-button:vertical {
  73. height:5px;
  74. display: block;
  75. background:{color:scrollbar};
  76. }
  77.  
  78. ::-webkit-scrollbar-button:horizontal {
  79. width: 3px;
  80. height: 5px;
  81. display: block;
  82. background:{color:scrollbar};
  83. }
  84.  
  85. ::-webkit-scrollbar-thumb:vertical {
  86. background:{color:scrollbar};
  87. }
  88.  
  89. ::-webkit-scrollbar-thumb:horizontal {
  90. background: {color:background};
  91. }
  92.  
  93. ::-webkit-scrollbar-thumb {
  94. background: {color:scrollbar};
  95. }
  96.  
  97. blockquote {
  98. padding:5px 0 5px 30px;
  99. border-left:1px solid #eee;
  100. margin:10px 30px;
  101. }
  102.  
  103. body {
  104. color:{color:text};
  105. font-family:calibri;
  106. font-weight:100;
  107. font-size:11px;
  108. text-align:justify;
  109. margin:0;
  110. line-height:18px;
  111. background:{color:background};}
  112.  
  113. a {
  114. color:{color:link};
  115. text-decoration:none;
  116. }
  117.  
  118. a:hover {
  119. text-decoration:underline;
  120. color:{color:linkhover};
  121. }
  122.  
  123. img{
  124. border:none;
  125. text-decoration:none}
  126.  
  127. p {
  128. margin-top:5px;
  129. margin-bottom:5px}
  130.  
  131. #con {
  132. left:50%;
  133. margin-left:-200px;
  134. position:absolute;
  135. }
  136.  
  137. .posts {
  138. width:400px;
  139. background:{color:background};
  140. margin:50px 0;
  141. }
  142.  
  143. .l {
  144. background:{color:background};
  145. margin-top:230px;
  146. width:400px;
  147. text-align:center;
  148. font-family:calibri;
  149. text-transform:uppercase;
  150. }
  151.  
  152. #title {
  153. font-size:14px;
  154. margin-bottom:12px;
  155. text-align:center;
  156. letter-spacing:1px;
  157. font-family:calibri;
  158. text-transform:uppercase;
  159. color:black;
  160. background:{color:background};
  161. padding:15px;
  162. border-bottom:1px solid #eee;
  163. }
  164.  
  165. .links {
  166. padding-bottom:10px;
  167. border-bottom:1px solid #eee;
  168. }
  169.  
  170. .links a {
  171. margin:0 5px;
  172. padding:2px 5px;
  173. border:none;
  174. }
  175.  
  176. .desc {
  177. text-transform:none;
  178. margin:10px 25px;
  179. font-family:calibri;
  180. text-align:center;
  181. }
  182.  
  183.  
  184. </style>
  185. </head>
  186.  
  187. <body>
  188.  
  189.  
  190. <div id="con">
  191. <div class="l">
  192. <div id="title">saved by {text:yoururl}</div>
  193. <div class="links">
  194. <a href="http://{text:yoururl}.tumblr.com">owner</a>
  195. <a href="http://{text:yoururl}.tumblr.com/ask">ask</a>
  196. <a href="{text:link1 url}">{text:link1}</a>
  197. <a href="{text:link2 url">{text:link2}</a>
  198. </div>
  199.  
  200. <div class="desc">{Description}
  201. </div>
  202. </div>
  203.  
  204.  
  205. <div style="position:fixed; bottom:5px; right:5px; padding:2px 2px;"><a title="theme by nerdydean" href="http://hellish.co.vu">theme</a></div>
  206.  
  207.  
  208.  
  209. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment