Advertisement
harreyeh

tags page 02

Jun 14th, 2014
14,610
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.71 KB | None | 0 0
  1. <!--
  2.  
  3. TAGS PAGE 02
  4. THEME BY HARDZIAM / THEMESBYZSU
  5.  
  6. Do not use as base
  7. Keep (BOTH) credits in tact
  8.  
  9. MESSAGE ME @ themesbyzsu.tumblr.com/ask if you have ANY questions about using this page theme.
  10.  
  11.  
  12. -->
  13.  
  14. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  15.  
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17.  
  18. <head>
  19.  
  20. <title>{Title}</title>
  21. <link rel="shortcut icon" href="{Favicon}">
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  23.  
  24. <link href='http://fonts.googleapis.com/css?family=Tangerine:400,700' rel='stylesheet' type='text/css'>
  25. <link href='http://fonts.googleapis.com/css?family=Lora:400,700,700italic|Arimo:400,700' rel='stylesheet' type='text/css'>
  26.  
  27. <style type="text/css">
  28.  
  29. #container{width:600px; /* if you want two columns, change this number to 400*/}
  30.  
  31. #sidebar{background: #ffbbcc url('http://38.media.tumblr.com/tumblr_m9n72gzUJ71qlt206o3_250.png') no-repeat; /* here you change the sidebar image */}
  32.  
  33. /* THESE ARE THE COLORS THAT YOU CHANGE */
  34.  
  35. .blue a:hover{box-shadow:0px 15px #00D0FF inset, 0px -15px #00D0FF inset;}
  36. .blue a:hover:before{background:#00D0FF;}
  37. .red a:hover{box-shadow:0px 15px #E81029 inset, 0px -15px #E81029 inset;}
  38. .red a:hover:before{background:#E81029;}
  39. .pink a:hover{box-shadow:0px 15px #ffaacc inset, 0px -15px #ffaacc inset;}
  40. .pink a:hover:before{background:#ffaacc;}
  41. .yellow a:hover{box-shadow:0px 15px #FFFC5E inset, 0px -15px #FFFC5E inset;}
  42. .yellow a:hover:before{background:#FFFC5E;}
  43. .green a:hover{box-shadow:0px 15px #00D118 inset, 0px -15px #00D118 inset;}
  44. .green a:hover:before{background:#00D118}
  45. .purple a:hover{box-shadow:0px 15px #C413E8 inset, 0px -15px #C413E8 inset;}
  46. .purple a:hover:before{background:#C413E8;}
  47. .orange a:hover{box-shadow:0px 15px #FAA716 inset, 0px -15px #FAA716 inset;}
  48. .orange a:hover:before{background:#FAA716;}
  49.  
  50.  
  51.  
  52. /* --------- STYLING --------- */
  53. body {background:white;position:absolute;margin:0;height:100%;width:100%;font-size:12px;font-family:Helvetica;}a {text-decoration:none;outline:none;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}a:hover {-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}#credit a{position:fixed;right:10px;bottom:10px;padding:5px;line-height:10px;font-size:11px;color:black;background:white;border:1px solid transparent;-moz-transition-duration:1s;-webkit-transition-duration:1s;-o-transition-duration:1s;}#credit a:hover {border:1px solid black;-moz-transition-duration:1s;-webkit-transition-duration:1s;-o-transition-duration:1s;}
  54. /* ----- tagboxs ----- */
  55. #container{position:absolute;top:10px;left:250px;}
  56. #tagbox {float:left;margin:15px;width:150px;display:inline-block;-webkit-transition: all .6s ease-out; -moz-transition: all .6s ease-out; transition: all .6s ease-out; overflow:hidden;padding:5px;font:8.5px 'Corbel'; text-transform:uppercase;background:white; border:1px solid #f1f1f1;}
  57. #tagbox h1{text-transform:uppercase;font: 11px 'Arimo';letter-spacing:3px;padding:5px; margin-top:-5px;text-align:center; border-bottom:1.5px solid #eee; line-height:10px;-webkit-transition: all .4s ease-out; -moz-transition: all .4s ease-out; transition: all .4s ease-out;}
  58. #tagbox li{display:inline-block;list-style:none;width:30%;line-height:15px;height:0px;overflow:hidden;margin:5px 0;-webkit-transition: all .4s ease-out; -moz-transition: all .4s ease-out; transition: all .4s ease-out;
  59. }
  60.  
  61. #sidebar{width:200px;background-position:bottom;height:100%;position:fixed;}#desc{padding:30px;text-align:center;
  62. }#desc a{color:white;display:block;border-bottom:1px solid white;padding:5px;font:10px Corbel;}#desc a:last-child{border-bottom:none;}#desc h1{font:20px Corbel;color:white;text-align:left;margin-bottom:-5px;}#desc em{font:italic 16px times;color:white;}
  63.  
  64. .blue a, .red a, .pink a, .orange a, .yellow a, .purple a, .green a{
  65. display:block;padding:3px 5px;background:white;color:black;padding-left:10px;box-shadow:0px 0px transparent inset;-webkit-transition: all .4s ease-out; -moz-transition: all .4s ease-out;transition: all .4s ease-out
  66. }
  67.  
  68. .blue a:hover, .red a:hover, .pink a:hover, .purple a:hover, .yellow a:hover, .orange a:hover, .green a:hover{color:#fff;transition-duration:0s;padding-left:20px;-webkit-transition: all .4s ease-out; -moz-transition: all .4s ease-out; transition: all .4s ease-out;
  69. }
  70.  
  71. .blue a:before, .red a:before, .pink a:before, .yellow a:before, .purple a:before, .orange a:before, .green a:before{
  72. content:'';width:4px;height:4px;margin-top:4px;margin-left:-15px;background:white;position:absolute;
  73. }
  74.  
  75. /*----- END STYLING ------*/
  76. </style>
  77.  
  78. </head>
  79.  
  80. <body>
  81.  
  82. <!-----
  83.  
  84. W E L C O M E
  85.  
  86. ----->
  87.  
  88. <div id="sidebar">
  89. <div id="desc">
  90.  
  91.  
  92. <h1>Title</h1>
  93. <em>Subtitle</em>
  94.  
  95.  
  96. <a href="/">back</a>
  97. <a href="/ask">ask</a>
  98. <a href="/submit">submit</a>
  99. <a href="http://hardziam.tumblr.com">credit</a>
  100. </div></div>
  101.  
  102.  
  103. <div id="container">
  104. <div id="entries">
  105.  
  106.  
  107. <!-----
  108. OKAY QUICK NOTE!
  109. the tags are organized with the different colors that happen when you hover over them. The default ones are orange, blue, pink, purple, red and yellow, but you can input your own ones at the top. All you then have to do is copy the template below and change "orange" to the color of your choice!
  110.  
  111. <div id="tagbox" class="orange">
  112. <h1>Mine</h1>
  113. <a href="/tagged/tag">tag name</a>
  114. <a href="/tagged/tag">tag name</a>
  115. <a href="/tagged/tag">tag name</a>
  116. <a href="/tagged/tag">tag name</a>
  117. <a href="/tagged/tag">tag name</a>
  118. <a href="/tagged/tag">tag name</a>
  119. </div>
  120.  
  121. if you don't know how to make a link:
  122.  
  123. <a href="/tagged/bonjour">bonjour</a> will direct you to all of the pages on your blog with the tag bonjour.
  124.  
  125. to link to your facebook/twitter/instagram etc;
  126.  
  127. <a href="http://instagram.com/zsuzsiem">instagram</a>
  128. <a href="http://facebook.com/zsuzsiem">facebook</a>
  129.  
  130. !!!!! DON'T FORGET THE HTTP:// !!!!!
  131. --->
  132. <div id="tagbox" class="orange">
  133. <h1>Subtitle</h1>
  134. <a href="/tagged/tag">tag name</a>
  135. <a href="/tagged/tag">tag name</a>
  136. <a href="/tagged/tag">tag name</a>
  137. <a href="/tagged/tag">tag name</a>
  138. <a href="/tagged/tag">tag name</a>
  139. <a href="/tagged/tag">tag name</a>
  140. </div>
  141.  
  142.  
  143. <div id="tagbox" class="yellow">
  144. <h1>Extras</h1>
  145. <a href="/tagged/tag">tag name</a>
  146. <a href="/tagged/tag">tag name</a>
  147. <a href="/tagged/tag">tag name</a>
  148. <a href="/tagged/tag">tag name</a>
  149. <a href="/tagged/tag">tag name</a>
  150. </div>
  151.  
  152. <!------>
  153.  
  154.  
  155. </div>
  156. </div>
  157. </div>
  158.  
  159. <div id="credit"><a href="http://hardziam.tumblr.com">✿</a></div>
  160.  
  161. <!------ S C R I P T S! ------>
  162. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  163. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  164.  
  165. <script>
  166. $(function(){
  167. var $container = $('#container');
  168. $container.imagesLoaded(function(){
  169. $container.masonry({
  170. itemSelector: '#tagbox',
  171. });
  172. });
  173.  
  174. $container.infinitescroll({
  175. itemSelector : "#tagbox",
  176. navSelector : "div.pagination",
  177. nextSelector : ".pagination a#next",
  178. loadingImg : "",
  179. loadingText : "<em></em>",
  180. bufferPx : 10000,
  181. extraScrollPx: 12000,
  182. },
  183.  
  184. // trigger Masonry as a callback
  185. function( newElements ) {
  186. var $newElems = $( newElements ).css({ opacity: 0 });
  187. // ensure that images load before adding to masonry layout
  188. $newElems.imagesLoaded(function(){
  189. $newElems.animate({ opacity: 1 });
  190. $container.masonry( 'appended', $newElems, true );
  191. });
  192. }
  193. );
  194. });
  195.  
  196. </script>
  197. <!---- end masonry scripts -->
  198.  
  199.  
  200. </body>
  201. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement