Advertisement
foxybieber

hipster theme omg lol

Jun 2nd, 2012
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.63 KB | None | 0 0
  1. <!--
  2. theme by irrelevantly
  3. IF YOU'RE GOING TO TAKE OFF THE CREDIT PUT IT IN YOUR FAQ THANKS xo
  4. -->
  5.  
  6.  
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8. <html xmlns="http://www.w3.org/1999/xhtml">
  9. <head>
  10.  
  11. <script type="text/javascript"
  12. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  13.  
  14. {block:IndexPage}
  15. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  16. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  17. <script type="text/javascript">
  18. $(window).load(function () {
  19. var $content = $('#content');
  20. $content.masonry({itemSelector: '.entry'}),
  21. $content.infinitescroll({
  22. navSelector : 'div#pagination',
  23. nextSelector : 'div#pagination a#nextPage',
  24. itemSelector : '.entry',
  25. loading: {
  26. finishedMsg: '',
  27. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  28. },
  29. bufferPx : 600,
  30. debug : false,
  31. },
  32. // call masonry as a callback.
  33. function( newElements ) {
  34. var $newElems = $( newElements );
  35. $newElems.hide();
  36. // ensure that images load before adding to masonry layout
  37. $newElems.imagesLoaded(function(){
  38. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(400);} );});});});</script>
  39. {/block:IndexPage}
  40. <link href='http://fonts.googleapis.com/css?family=Share' rel='stylesheet' type='text/css'>
  41. <meta name="color:background" content="#EFEFEF" />
  42. <meta name="color:text" content="#000" />
  43. <meta name="color:link hover" content="#fff" />
  44. <meta name="image:sidebar" content="http://static.tumblr.com/ovpig7i/laTm2wxvc/54.jpg"/>
  45. <meta name="image:background" content="" />
  46. <meta name="if:show sidebar photo" content="0"/>
  47. <meta name="if:faded images" content="0"/>
  48. <meta name="if:tiny scrollbar" content="1"/>
  49.  
  50. <style type="text/css">
  51.  
  52. /*** ask ***/.bubble {align:right;background: #eee; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.bubble p {margin:1px 0px;}
  53. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #eee;}
  54.  
  55. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #eee}
  56.  
  57. {block:iffadedimages}img{-webkit-transition: opacity 0.7s linear; opacity: 0.6;} img:hover{-webkit-transition: opacity 0.7s linear; opacity: 1;}{/block:iffadedimages}
  58.  
  59. {block:iftinyscrollbar}
  60. ::-webkit-scrollbar {width: 9px; height: 3px; background:{color:background};}
  61. ::-webkit-scrollbar-thumb {background-color: #ffffff;}
  62. {/block:iftinyscrollbar}
  63.  
  64. iframe#tumblr_controls {top: 1px !important;margin: 0 0 0 0;right:3px !important;position:fixed !important; position:absolute;z-index:11;}
  65.  
  66. img {border: 0px;padding: 0px;margin: 0px;}
  67.  
  68. body, p {font-size:12px;letter-spacing:0px;font-family:arial;line-height:14px;padding: 2px;
  69. margin: 0px;color:{color:text};}
  70.  
  71. body {background-color:{color:background};background-image:url({image:Background});
  72. background-attachment: fixed;background-repeat: repeat;}
  73.  
  74. a {text-decoration:none;color:{color:text};-webkit-transition: all 0.4s linear;-moz-transition: all 0.4s linear;
  75. transition: all 0.4s linear;}
  76.  
  77. a:hover{color:{color:link hover};}
  78.  
  79. div#oldies{width:100%;height:100%;z-index:-100;}
  80.  
  81. div#center{margin: auto;width: 1000px;}
  82.  
  83. div#sidebar{ position:fixed !important; width: 250px;height:auto;margin-top: 30px;margin-left:-60px;
  84. padding-bottom:1px;background-color:#fff;padding: -2px;overflow:hidden;overflow-x:hidden;
  85. border: 1px solid #E0E0E0;}
  86.  
  87. div#content {width: 820px;margin-left:195px;margin-top: 2px;float:left;}
  88.  
  89. .entry {margin:1px;padding-left:1px;padding-right:1px;padding-top:1px;padding-bottom:0px;float:left;
  90. height:auto;border: 1px solid #E0E0E0;background-color:#fff;{block:IndexPage}width:400px;
  91. overflow-x:hidden;overflow:hidden;{/block:IndexPage}{block:PermalinkPage}width:400px;
  92. {/block:PermalinkPage}}
  93. .entry .perma{
  94. position:absolute;
  95. width:100px;
  96. height:15px;
  97. padding-top:2px;
  98. margin-top:2px;
  99. background-color:#fff;
  100. overflow:hidden;
  101. font-family: arial;
  102. text-transform: lowercase;
  103. font-size: 12px;
  104. line-height:10px;
  105. text-align:center;
  106. opacity:0.0;
  107. -webkit-transition: all 0.3s linear;
  108. -webkit-transition: all 0.3s linear;
  109. -moz-transition: all 0.3s linear;
  110. transition: all 0.3s linear;
  111. }
  112. .entry:hover .perma{overflow:visible;-webkit-transition: opacity 0.2s linear; opacity: 0.8;
  113. -webkit-transition: all 0.3s linear;
  114. -moz-transition: all 0.3s linear;
  115. transition: all 0.3s linear;
  116. margin-top:5px;
  117. margin-left: 0px;
  118. width: 400px;
  119. height: 14px;
  120.  
  121.  
  122. .perm{display: block;
  123. margin-top: 4px;
  124. font-family: cambria;
  125. font-size: 11px;
  126. line-height: 13px;
  127. text-align:right;
  128. background-color: ;
  129. border-top:1px dotted #000000;}
  130. blockquote{
  131. padding:0px 0px 2px 5px;
  132. margin:0px 0px 2px 1px;
  133. border-left: 1px solid #130C11;}
  134. blockquote p, ul{margin:0px; padding:0px;}
  135.  
  136. #infscr-loading{opacity:0.0;}
  137.  
  138. .title{font-family:arial;font-size:14px;line-height:14px;color:#000;}
  139.  
  140. blockquote{padding:0px 0px 2px 5px;margin:0px 0px 2px 4px;border-left: 1px dotted #555555;}
  141.  
  142. div.navigate a{ font-family:tinytots;font-size:12px;padding-top: -1px;padding-bottom: 4px;line-height: 13px;
  143. color:black;text-align: center;background-color: white;border: 1px solid #ddd;padding:-6px;
  144. float:center;width: 40px;display: inline-block;}
  145.  
  146. div.navigate a:hover{color: black;width:40px;letter-spacing: 1px;background-color: white;}
  147.  
  148. {CustomCSS}
  149.  
  150. </style>
  151.  
  152. <title>{title}</title>
  153.  
  154. <link rel="shortcut icon" href="{Favicon}">
  155. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  156. <meta name="viewport" content="width=820" />
  157.  
  158. </head><body>
  159.  
  160. <div id="oldies"></div>
  161. <div id="center">
  162. <div id="sidebar">
  163. {block:ifshowsidebarphoto}<img src="{image:sidebar}" width=250px>{/block:ifshowsidebarphoto}<br>
  164.  
  165. <center>{Description}</center></div>
  166.  
  167. <div id="content">
  168. {block:Posts}
  169. <div class="entry">
  170. {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span>{Asker} moaned: {Question}&nbsp;</div> {Answer} <p align=right><a href="{Permalink}"><div style="margin-bottom:0px; font-size:9px; text-align:right;"> {NoteCountwithLabel} ∞</div></a></font></a></align>{/block:Answer}
  171.  
  172. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span>{block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div><a href="{Permalink}"><div style="margin-bottom:0px; font-size:9px; text-align:right;">{NoteCountwithLabel} ∞</div></a>{/block:IndexPage}{/block:text}
  173.  
  174. {block:Link}<center><a href="{URL}"><span class="title">{Name}</span></a></center>
  175. <div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
  176. {block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
  177.  
  178. <a href="{Permalink}"><div style="margin-bottom:0px; font-size:9px; text-align:right;"> {NoteCountwithLabel} ∞</div></a>{/block:IndexPage}{block:Link}
  179.  
  180. {block:Photo}{block:IndexPage}
  181. <div class="perma">
  182. <a href="{permalink}">{NoteCountWithLabel}</a> ∞ <a href="{ReblogURL}" target="_blank">reniall</a></span></div>
  183. {/block:IndexPage}<center>{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/></a>{LinkCloseTag}</center>{/block:Photo}
  184.  
  185. {block:Photoset}<center>{block:IndexPage}{Photoset-400}{/block:IndexPage}
  186. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  187. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> ∞ <a href="{ReblogURL}">reblog</a></span></div>{/block:IndexPage}{/block:Photoset}
  188.  
  189. {block:Quote}<div style="margin-left:3px;">{Quote}</span>
  190. {block:Source}<strong>{Source}</strong>{/block:Source}</div>
  191.  
  192. {block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div><a href="{Permalink}"><div style="margin-bottom:0px; font-size:9px; text-align:right;"> {NoteCountwithLabel} ∞</div></a>{/block:IndexPage}{/block:Quote}
  193.  
  194. {block:Chat}<div style="margin-left:3px;">{block:Title}<span class="title">{Title}</span>{/block:Title}
  195. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ul></div>{block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
  196. <a href="{Permalink}"><div style="margin-bottom:0px; font-size:9px; text-align:right;"> {NoteCountwithLabel} ∞</div></a>
  197. {/block:IndexPage}{/block:Chat}
  198.  
  199. {block:Audio}<div id="_">{block:AlbumArt}<img src="{AlbumArtURL}" width="170px" height="170px" align="left" style="margin-right:10px" />{/block:AlbumArt}{AudioPlayerBlack}<br>
  200. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  201. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  202. {block:ExternalAudio}<b>Download:</b> <a href="{ExternalAudioURL}">click here</a><br />{/block:ExternalAudio}<b>Played:</b> {PlayCount} times
  203. {block:Caption}{Caption}{/block:Caption}<br clear="all" /></div>
  204. {block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div><a href="{Permalink}"><div style="margin-bottom:0px; font-size:9px; text-align:right;"> {NoteCountwithLabel} ∞</div></a>{/block:IndexPage}{/block:Audio}
  205.  
  206.  
  207. {block:Video}{block:IndexPage}<center>{Video-400}</center>{/block:IndexPage}
  208. {block:PermalinkPage}<center>{Video-500}</center>{/block:PermalinkPage}
  209. {block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div><a href="{Permalink}"><div style="margin-bottom:0px; font-size:9px; text-align:right;"> {NoteCountwithLabel} ∞</div></a>{/block:IndexPage}{block:Video}
  210.  
  211. {block:PermalinkPage}<center>{block:Caption}{Caption}<div style="height:1px;background-color:black;opacity:0.1;width:100%;margin-top:5px;margin-bottom:5px;"></div>{/block:Caption}
  212. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>{/block:PermalinkPage}
  213.  
  214.  
  215. {block:PostNotes}</center></center><div align="left">{PostNotes}</div>{/block:PostNotes}</div>
  216. {/block:Posts}
  217.  
  218. {block:IndexPage}{block:Pagination}<div id="pagination">{block:NextPage}
  219. <a id="nextPage" href="{NextPage}"></a>{/block:NextPage}{block:PreviousPage}
  220. <a href="{PreviousPage}"></a>{/block:PreviousPage}</div>{/block:Pagination}{/block:IndexPage}
  221. </div></body></html>
  222. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement