Advertisement
Guest User

Untitled

a guest
Aug 16th, 2012
2,163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.59 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!--
  4. 1997 theme by 1612th.tumblr.com
  5. download @ 1612th.tumblr.com/tagged/t -->
  6.  
  7. <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  8. <link rel="shortcut icon" href="{Favicon}"/>
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  11.  
  12. <script type="text/javascript" src="http://static.tumblr.com/fpdiq1j/KYxm4e27x/jquery.min.js"></script>
  13. <script type="text/javascript" src="http://static.tumblr.com/caphmom/t4Km7puf4/bullshit.js"></script>
  14.  
  15. {block:IfInfiniteScroll}
  16. <script type="text/javascript" src="http://static.tumblr.com/fpdiq1j/tX3lzjorq/jquery.infinitescroll.min.js"></script>
  17. <script type="text/javascript" src="http://static.tumblr.com/caphmom/zYkm7pugn/swht.js"></script>
  18. {/block:IfInfiniteScroll}
  19.  
  20. <meta name="text:RSS" content="RSS"/>
  21. <meta name="text:Archive" content="Archive"/>
  22. <meta name="text:About" content="Info"/>
  23. <meta name="text:Home" content="Home"/>
  24. <meta name="text:Permalink" content="—"/>
  25. <meta name="text:Font Size" content="10"/>
  26.  
  27. <meta name="if:Show Archive and RSS Links" content="0"/>
  28. <meta name="if:Toggle Captions" content="1"/>
  29. <meta name="if:Left Shadow" content="1"/>
  30. <meta name="if:Infinite Scroll" content="0"/>
  31. <meta name="if:Border" content="0"/>
  32. <meta name="if:Small Posts" content="0"/>
  33.  
  34. <meta name="color:Background" content="#FFF"/>
  35. <meta name="color:Active" content="#E01B6A"/>
  36.  
  37. <meta name="image:Background" content=""/>
  38.  
  39. <meta name="font:Posts" content="Menlo, Monospace"/>
  40.  
  41. <style type="text/css">
  42. body{
  43. overflow-x: hidden;
  44. line-height: 150%;
  45. font-family: menlo, monospace;
  46. font-weight: lighter;
  47. font-size: {text:Font Size}px;
  48. color: #757776;
  49. background: {color:Background} url('{image:Background}') no-repeat fixed;
  50. background-size: 100% 100%;
  51. }
  52. img{
  53. {block:IfNotSmallPosts}max-width: 500px;{/block:IfNotSmallPosts}
  54. {block:IfSmallPosts}max-width: 400px;{/block:IfSmallPosts}
  55. }
  56. a{
  57. color: #757776;
  58. text-decoration: underline;
  59. }
  60. a:hover{
  61. text-decoration: none;
  62. }
  63. a:active{
  64. color: {color:Active} !important;
  65. }
  66. a img{
  67. border: none;
  68. }
  69. #header a{
  70. color: #BDBDBD;
  71. }
  72. a.tumblr_blog{
  73. color: #A8A8A8;
  74. }
  75. .pages a, .permalink a{
  76. color: #D0D0D0;
  77. font-family: menlo, monospace;
  78. }
  79. .pages a:hover, .permalink a:hover{
  80. color: #BDBDBD;
  81. }
  82. a.pre{
  83. margin-right: 15px;
  84. }
  85. .container{
  86. padding: 10px;
  87. background-color: #FFF;
  88. position: relative;
  89. top: 0px;
  90. border: 1px solid #000;
  91. {block:IfSmallPosts}width: 400px;{/block:IfSmallPosts}
  92. {block:IfNotSmallPosts}width: 500px;{/block:IfNotSmallPosts}
  93.  
  94. font-family: {font:Posts};
  95. }
  96. article{
  97. margin: 60px auto 0px auto;
  98. {block:IfSmallPosts}width: 420px;{/block:IfSmallPosts}
  99. {block:IfNotSmallPosts}width: 520px;{/block:IfNotSmallPosts}
  100. {block:IfBorder}border: 1px solid #000;{/block:IfBorder}
  101. {block:IfNotLeftShadow}
  102. position:relative;
  103. left: 10px;
  104. {/block:IfNotLeftShadow}
  105. }
  106. .pages a{
  107. font-size: 22px;
  108. }
  109. blockquote{
  110. padding: 0px 0px 0px 10px;
  111. margin: 0px 0px 0px 10px;
  112. border-left: 3px solid #A8A8A8;
  113. }
  114. .link{
  115. font-size: 16px;
  116. text-decoration: none;
  117. }
  118. .link:hover{
  119. font-style: italic;
  120. text-decoration: underline;
  121. }
  122. .source{
  123. text-align: right;
  124. font-weight: bold;
  125. }
  126. .pages, .permalink{
  127. text-align: center;
  128. margin: 10px 0px 5px 0px;
  129. }
  130. .pages{
  131. margin: 60px 0px;
  132. }
  133. #header{
  134. text-align:center;
  135. margin-top: 25px;
  136. }
  137. #header a{
  138. margin-left: 15px;
  139. text-transform: lowercase;
  140. }
  141. div.about{
  142. position: relative;
  143. left: 10px;
  144. padding: 15px;
  145. border: 2px solid #7af829;
  146. margin: 10px auto;
  147. text-align: left;
  148. z-index: 1;
  149. display: none;
  150. }
  151. .info{
  152. margin: 30px auto;
  153. {block:IfNotSmallPosts}width: 500px;{block:IfNotSmallPosts}
  154. {block:IfSmallPosts}width: 500px;{/block:IfSmallPosts}
  155. }
  156. ol.notes li{
  157. margin: 2px 0px;
  158. }
  159. .tags .comma:last-child{
  160. display: none;
  161. }
  162.  
  163. {block:IndexPage}
  164. {block:IfToggleCaptions}
  165. .photo .caption{
  166. display: none;
  167. }
  168. {/block:IfToggleCaptions}
  169. .photo:hover .caption{
  170. display: block;
  171. }
  172. {/block:IndexPage}
  173.  
  174. {block:IfInfiniteScroll}
  175. #infscr-loading{
  176. visibility: hidden;
  177. }
  178. .triangle{
  179. position: fixed;
  180. top: 45px;
  181. right: 30px;
  182. height: 0px;
  183. width: 0px;
  184. border-right: 15px solid #ff00e8;
  185. border-top: 15px solid #ff00e8;
  186. border-left: 15px solid transparent;
  187. border-bottom: 15px solid transparent;
  188. opacity: .85;
  189. -moz-opacity: .85;
  190. filter: alpha(opacity=85);
  191. cursor: pointer;
  192. display: none;
  193. }
  194. {/block:IfInfiniteScroll}
  195.  
  196. .tile {background: url(http://static.tumblr.com/ubjvoln/L11klawid/tile.png);}
  197. .slant {background: url(http://static.tumblr.com/ubjvoln/Cu0klawit/slant.png);}
  198. .wire {background: url(http://static.tumblr.com/ubjvoln/okeklawjb/wire.png);}
  199. .mesh {background: url(http://static.tumblr.com/ubjvoln/0deklawhp/mesh.png);}
  200.  
  201. {CustomCSS}
  202. </style>
  203. </head>
  204.  
  205. <body>
  206. {block:IfInfiniteScroll}<div class="triangle"></div>{/block:IfInfiniteScroll}
  207. <div class="wrap">
  208. <div id="header">
  209. <span class="find_width">
  210. <a href="/">{text:Home}</a>
  211. <a href="#" class="about">{text:About}</a>
  212. {block:AskEnabled}<a href="/ask">ask</a>{/block:AskEnabled}
  213. <a href="/links">links</a>
  214. <a href="/tagged/playlist">music</a>
  215. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a> {/block:Pages}{/block:HasPages}
  216. {block:IfShowArchiveAndRssLinks}
  217. <a href="{RSS}">{text:RSS}</a>
  218. <a href="/archive">{text:Archive}</a>
  219. {/block:IfShowArchiveAndRssLinks}
  220. </span>
  221.  
  222. <div class="about">{Description}</div>
  223. </div>
  224.  
  225. {block:Posts}
  226. <article class="{block:Photo}slant photo{/block:Photo} {block:Photoset}slant mesh{/block:Photoset} {block:Text}wire{/block:Text} {block:Audio}tile{/block:Audio} {block:Link}wire{/block:Link} {block:Quote}slant{/block:Quote} {block:Video}tile{/block:Video} {block:Chat}mesh{/block:Chat}">
  227.  
  228. {block:Photo}
  229. <div class="container">
  230. {LinkOpenTag}<img src="{PhotoURL-500}" width="100%" alt="{PhotoAlt}"/>{LinkCloseTag}
  231. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  232. <div class="permalink"><a href="{Permalink}">{TimeAgo} </a></div>
  233. </div>
  234. {/block:Photo}
  235.  
  236. {block:Text}
  237. <div class="container">
  238. {block:Title}<h3>{Title}</h3>{/block:Title}
  239. {Body}
  240. <div class="permalink"><a href="{Permalink}">{TimeAgo} </a></div>
  241. </div>
  242. {/block:Text}
  243.  
  244. {block:Audio}
  245. <div class="container"><center>
  246. {block:AlbumArt}<img src="{AlbumArtURL}" width="205"/>{/block:AlbumArt}
  247. <p>{AudioPlayerGrey}</p>
  248. {block:Caption}{Caption}{/block:Caption}
  249. <div class="permalink"><a href="{Permalink}"> {TimeAgo} </a></div></center>
  250. </div>
  251. {/block:Audio}
  252.  
  253. {block:Link}
  254. <div class="container">
  255. <a href="{URL}" class="link" target="_blank">{Name} &rarr;</a>
  256. <div class="permalink"><a href="{Permalink}">{TimeAgo} </a></div>
  257. </div>
  258. {/block:Link}
  259.  
  260. {block:Quote}
  261. <div class="container">
  262. {Quote}
  263. {block:Source}<div class="source">{Source}</div>{/block:Source}
  264. <div class="permalink"><a href="{Permalink}">{TimeAgo} </a></div>
  265. </div>
  266. {/block:Quote}
  267.  
  268. {block:Video}
  269. <div class="container">
  270. {block:IfNotSmallPosts}{Video-500}{block:IfNotSmallPosts}
  271. {block:IfSmallPosts}{Video-400}{/block:IfSmallPosts}
  272. <div class="permalink"><a href="{Permalink}"> {TimeAgo} </a></div>
  273. </div>
  274. {/block:Video}
  275.  
  276. {block:Photoset}
  277. <div class="container">
  278. {block:IfNotSmallPosts}{Photoset-500}{block:IfNotSmallPosts}
  279. {block:IfSmallPosts}{Photoset-400}{/block:IfSmallPosts}
  280. <div class="permalink"><a href="{Permalink}"> {TimeAgo} </a></div>
  281. </div>
  282. {/block:Photoset}
  283.  
  284. {block:Chat}
  285. <div class="container">
  286. {block:Lines}<div class="line">{block:Label}<b>{Label}</b>{/block:Label} {Line}</div>{/block:Lines}
  287. <div class="permalink"><a href="{Permalink}"> {TimeAgo} </a></div>
  288. </div>
  289. {/block:Chat}
  290. </article>
  291.  
  292. {block:PermalinkPage}
  293. <div class="info">
  294. {TimeAgo}<br/>
  295. {block:NoteCount}{NoteCountwithLabel}<br/>{/block:NoteCount}
  296. {block:HasTags}
  297. <div class="tags">
  298. {block:Tags}<a href="http://www.tumblr.com/{URLSafeTag}">#</a><a href="{TagPage}">{Tag}</a><span class="comma">, </span>{/block:Tags}
  299. </div>
  300. {/block:HasTags}
  301. {block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a><br/>{/block:RebloggedFrom}
  302. {block:ContentSource}source <a href="{SourceURL}">{SourceTitle}</a><br/>{/block:ContentSource}
  303.  
  304. {PostNotes}
  305. </div>
  306. {block:PermalinkPage}
  307.  
  308. {/block:Posts}
  309.  
  310. {block:Pagination}
  311. <div class="pages">
  312. {block:PreviousPage}<a href="{PreviousPage}" class="pre">&lt;</a> {/block:PreviousPage}
  313. {block:NextPage}<a href="{NextPage}" class="next_page"> &gt;</a>{/block:NextPage}
  314. </div>
  315. {/block:Pagination}
  316. </div>
  317. </body>
  318. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement