Advertisement
themesbyhaleigh

page #15 (tags)

Feb 2nd, 2015
1,448
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.54 KB | None | 0 0
  1. <!-- page #15 (tags) by nerdydean. don't remove the credit. -->
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <head>
  6.  
  7.  
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10.  
  11. <script type="text/javascript"
  12. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  13. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  14. <script>
  15. (function($){
  16. $(document).ready(function(){
  17. $("[title]").style_my_tooltips({
  18. tip_follows_cursor:true,
  19. tip_delay_time:200,
  20. tip_fade_speed:300
  21. }
  22. );
  23. });
  24. })(jQuery);
  25. </script>
  26.  
  27. <style type="text/css">
  28.  
  29. body{
  30. font-family:Arial;
  31. }
  32.  
  33. #s-m-t-tooltip{
  34. max-width:300px;
  35. margin:15px;
  36. padding:5px 5px;
  37. background:#000;
  38. color:#fff;
  39. z-index:999999;
  40. font-family:arial;
  41. text-transform:uppercase;
  42. font-size:8px;
  43. letter-spacing:1px;
  44. font-weight:bold;
  45. }
  46.  
  47. a {
  48. text-decoration:none;
  49. -webkit-transition-duration:.6s;
  50. -moz-transition-duration:.6s;
  51. -o-transition-duration:.6s;
  52. -ms-transition-duration:.6s;
  53. color:#000;
  54. }
  55.  
  56. a:hover {
  57. -webkit-transition-duration:.6s;
  58. -moz-transition-duration:.6s;
  59. -o-transition-duration:.6s;
  60. -ms-transition-duration:.6s;
  61. }
  62.  
  63. #content {
  64. margin:0 auto;
  65. width:650px;
  66. }
  67.  
  68. #content img {
  69. margin-left:5px;
  70. width:100px;
  71. padding:10px;
  72. -webkit-transition-duration:.6s;
  73. -moz-transition-duration:.6s;
  74. -o-transition-duration:.6s;
  75. -ms-transition-duration:.6s;
  76. }
  77.  
  78. #title{
  79. color:#000;
  80. width:650px;
  81. margin:0 auto;
  82. margin-top:30px;
  83. margin-bottom:10px;
  84. font-family:arial;
  85. text-transform:uppercase;
  86. font-size:12px;
  87. letter-spacing:1px;
  88. font-weight:bold;
  89. padding-bottom:20px;
  90. text-align:center;
  91. border-bottom:1px dotted #eee;
  92. }
  93.  
  94. #group {
  95. width:650px;
  96. text-align:left;
  97. border:1px solid #eee;
  98. padding:5px;
  99. }
  100.  
  101. #tit {
  102. font-family:arial;
  103. text-transform:uppercase;
  104. font-size:8px;
  105. letter-spacing:1px;
  106. font-weight:bold;
  107. width:650px;
  108. text-align:center;
  109. text-decoration:none;
  110. padding:5px;
  111. background:#fff;
  112. color:#000;
  113. margin-top:30px;
  114. }
  115.  
  116. ::-webkit-scrollbar {
  117. width: 3px;
  118. height:auto;
  119. background:#fff;
  120. }
  121.  
  122. ::-webkit-scrollbar-thumb {
  123. background: #000;
  124. }
  125.  
  126.  
  127. </style>
  128. </head>
  129. <body>
  130.  
  131. <div id="title">
  132. <!-- this is your title -->
  133. tags
  134. <br><br><small><small>
  135. <!-- these are your links -->
  136. <a href="/">home</a>
  137. <a href="/ask">ask</a>
  138. <!-- please don't remove this -->
  139. <a title"theme by nerdydean" href="http://hellish.co.vu">cr.</a>
  140. </small></small></div>
  141.  
  142. <div id="content">
  143.  
  144. <div style="width:700px; height:400px; overflow-Y:scroll;">
  145.  
  146. <!-- this is the title of a group -->
  147. <div id="tit">television</div>
  148. <div id="group">
  149. <!-- these are your tags. title="___" is what you want it to say when someone hovers. if you don't want it to say anything, get rid of the title="___". for href="/tagged/TAG", replace TAG with whatever the tag you use is. you don't need to worry about typing your entire url before /tagged/. img src="[url]" is where you put the url of the image you are going to use, which should be 100x100. i recommend uploading it to http://imgur.com (imgur) or https://www.tumblr.com/themes/upload_static_file (tumblr static). i coded this theme so that you can fit five 100x100 images in each row. if you have any less, it won't mess it up or anything, it will just look uneven. if you have any more, it will start another row. you can have as many groups as you want by the way, i made it so that a scrollbar will appear after you add more than two rows. i left three example groups for you including this one. feel free to change them, i left them for you to see how the page works and to maybe use as a template. i hope you like this page, because that's all i have to say c: -->
  150. <a title="supernatural" href="/tagged/spn"><img src="http://i.imgur.com/JiWcIG7.png"></a>
  151. <a title="orphan black" href="tagged/orphan black"><img src="http://i.imgur.com/aM6tqjQ.png"></a>
  152. <a title="the 100" href="/tagged/the-100"><img src="http://i.imgur.com/gUyslMd.png"></a>
  153. <a title="american horror story" href="/tagged/ahs"><img src="http://i.imgur.com/k74iIRg.png"></a>
  154. <a title="doctor who" href="/tagged/doctor who"><img src="http://i.imgur.com/qsWRksD.png"></a>
  155. </div>
  156.  
  157. <!-- this is the title of your group -->
  158. <div id="tit">movies</div>
  159. <div id="group">
  160. <!-- these are your tags -->
  161. <a title="captain america: the winter soldier" href="/tagged/captain america"><img src="http://i.imgur.com/FzLREk9.png"></a>
  162. <a title="captain america: the first avenger" href="tagged/captain america"><img src="http://i.imgur.com/2ofaHAy.png"></a>
  163. <a title="harry potter and the deathly hallows: part 1" href="/tagged/hp"><img src="http://i.imgur.com/uA5u5NN.png"></a>
  164. <a title="the hunger games" href="/tagged/hg"><img src="http://i.imgur.com/OVJGcWf.png"></a>
  165. <a title="harry potter and the prisoner of azkaban" href="/tagged/hp"><img src="http://i.imgur.com/6y6xjZa.png"></a>
  166. </div>
  167.  
  168. <!-- this is the title of your group -->
  169. <div id="tit">people</div>
  170. <div id="group">
  171. <!-- these are your tags -->
  172. <a title="emma watson" href="/tagged/emma-watson"><img src="http://i.imgur.com/0UIZbq3.png"></a>
  173. <a title="jennifer lawrence" href="tagged/jennifer-lawrence"><img src="http://i.imgur.com/i4oDpeL.png"></a>
  174. <a title="rachel miner" href="/tagged/rachel-miner"><img src="http://i.imgur.com/L3DdktS.png"></a>
  175. <a title="hilary duff" href="/tagged/hilary-duff"><img src="http://i.imgur.com/W64LzBM.png"></a>
  176. <a title="evanna lynch" href="/tagged/evanna-lynch"><img src="http://i.imgur.com/e5OB93h.png"></a>
  177. </div>
  178.  
  179. </div>
  180.  
  181.  
  182.  
  183. </body>
  184. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement