Advertisement
themesbyhaleigh

theme rules (page #10)

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