Advertisement
delayed

th16 dusky NO perma

Mar 12th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.26 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <!-- theme by gasoln.tumblr.com -->
  4.  
  5. <head>
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}
  10. <meta name="description" content="{MetaDescription}" />
  11. {/block:Description}
  12.  
  13. <meta name="color:Background" content="#f3f3f3"/>
  14. <meta name="color:Links" content="#888"/>
  15. <meta name="color:Link Hover" content="#444"/>
  16. <meta name="color:Text" content="#444" />
  17. <meta name="color:Description" content="#999"/>
  18. <meta name="color:Posts" content="#fff"/>
  19. <meta name="color:Title" content="#666"/>
  20.  
  21. <meta name="text:Link 1 URL" content="" />
  22. <meta name="text:Link 1" content="" />
  23. <meta name="text:Link 2 URL" content="" />
  24. <meta name="text:Link 2" content="" />
  25. <meta name="text:Link 3 URL" content="" />
  26. <meta name="text:Link 3" content="" />
  27. <meta name="if:Two Columns" content=""/>
  28.  
  29. <meta name="select:Font" content="arial" title="arial">
  30. <meta name="select:Font" content="helvetica" title="helvetica">
  31. <meta name="select:Font" content="times new roman" title="times new roman">
  32. <meta name="select:Font" content="consolas" title="consolas">
  33.  
  34. <style>
  35.  
  36. /*basics*/
  37.  
  38. body {
  39. background-color:{color:Background};
  40. font-size:11px;
  41. color:{color:Text};
  42. font-family:{select:Font};
  43. }
  44. a {
  45. font-family:{select:Font};
  46. color:{color:Links};
  47. text-decoration:none;
  48. -webkit-transition: all 0.5s ease;
  49. -moz-transition: all 0.5s ease;
  50. -o-transition: all 0.5s ease;
  51. }
  52. a:hover {
  53. color:{color:Link Hover};
  54. text-decoration:none;
  55. }
  56. #allentries {
  57. position:absolute;
  58. width:876px;
  59. left:50%;
  60. margin-left:-438px;
  61. top:200px;
  62. {block:ifTwoColumns}
  63. width:590px;
  64. margin-left:-295px;
  65. {/block:ifTwoColumns}
  66. }
  67. .post {
  68. width:250px;
  69. margin:10px;
  70. background-color:{color:Posts};
  71. float:left;
  72. border:1px solid #ddd;
  73. padding:10px;
  74. border-radius:5px;
  75. {block:PermalinkPage}
  76. width:250px;
  77. margin-left:313px;
  78. position:absolute;
  79. {/block:PermalinkPage}
  80. }
  81. .pic img {
  82. width:270px;
  83. margin-left:-10px;
  84. margin-top:-10px;
  85. border-radius: 5px 5px 0px 0px;
  86. -moz-border-radius: 5px 5px 0px 0px;
  87. -webkit-border-radius: 5px 5px 0px 0px;
  88. -webkit-transition: all 0.5s ease;
  89. -moz-transition: all 0.5s ease;
  90. -o-transition: all 0.5s ease;
  91. opacity:0.8;
  92. }
  93.  
  94. .pic img:hover {
  95. opacity:1;
  96. }
  97.  
  98. .pagenotes {
  99. width:250px;
  100. }
  101. .pagenotes img {
  102. width:16px;
  103. padding-left:3px;
  104. padding-right:5px;
  105. }
  106.  
  107. .pagenotes li {
  108. border-bottom:1px solid #f3f3f3;
  109. padding:3px;
  110. }
  111. .pagenotes ol {
  112. list-style-type:none;
  113. padding-left:0;
  114. }
  115.  
  116. .tags {
  117. font-style:italic;
  118. text-align:right;
  119. color:#999;
  120. font-size:9px;
  121. }
  122.  
  123. .pagination {
  124. display: none;
  125. }
  126.  
  127. #titleblock {
  128. width:200px;
  129. text-align:center;
  130. margin-left:auto;
  131. margin-right:auto;
  132. padding-bottom:10px;
  133. border-bottom:1px solid #bbb;
  134. }
  135. #titleblock a {
  136. /*border:1px solid #888;*/
  137. color:{color:Title};
  138. padding:10px;
  139. font-size:20px;
  140. text-transform:lowercase;
  141. letter-spacing:10px;
  142.  
  143. }
  144.  
  145. #desc {
  146. font-style:italic;
  147. color:{color:Description};
  148. width:200px;
  149. }
  150. #desc a:hover {
  151. color:{color:Description};
  152. }
  153. #links {
  154. margin-left:auto;
  155. margin-right:auto;
  156. width:400px;
  157. text-align:center;
  158. margin-top:10px;
  159. color:{color:Links};
  160. }
  161.  
  162. #head {
  163. position:absolute;
  164. width:876px;
  165. left:50%;
  166. margin-left:-438px;
  167. padding-top:50px;
  168. top:50px;
  169. padding:10px;
  170. margin-bottom:50px;
  171. z-index:999;
  172.  
  173. }
  174.  
  175. /*permalinks*/
  176. #permalink {
  177. padding:5px;
  178. }
  179.  
  180. #perma {
  181. font-size:11px;
  182. width:250px;
  183. padding:5px;
  184. display:none;
  185. }
  186.  
  187. #permalink a {
  188. color:#666;
  189. }
  190.  
  191. #left {
  192. text-align:left;
  193. }
  194. #right{
  195. text-align:right;
  196. }
  197.  
  198. /*chat*/
  199. .chat ol {
  200. list-style:none;
  201. padding-left:0;
  202. padding:5px;
  203. }
  204. .chat ol li {
  205. border-bottom:1px solid #ddd;
  206. padding:5px;
  207. }
  208.  
  209. /*links*/
  210. .postlink {
  211. font-size:14px;
  212. }
  213. .linkpost {
  214. padding:10px;
  215. width:260px;
  216. margin-left:-10px;
  217. margin-top:-10px;
  218. background-color:#899385;
  219. color:#fff;
  220. border-radius: 5px 5px 0px 0px;
  221. -moz-border-radius: 5px 5px 0px 0px;
  222. -webkit-border-radius: 5px 5px 0px 0px;
  223. }
  224. .linkdesc {
  225. font-size:10px;
  226. color:#555;
  227. padding-left:10px;
  228. }
  229. .arrowlink {
  230. position:absolute;
  231. margin-top:-25px;
  232. margin-left:220px;
  233. color:#fff;
  234. }
  235.  
  236. /*quotes*/
  237. .quote {
  238. font-style:italic;
  239. font-size:12px;
  240. }
  241. .quotesource {
  242. text-align:right;
  243. color:#888;
  244. }
  245.  
  246. /*asks*/
  247. .question {
  248. background-color:#eee;
  249. padding:10px;
  250. text-align:right;
  251. }
  252. .asker {
  253. font-weight:bold;
  254. text-align:right;
  255. }
  256. .answer {
  257. padding-left:10px;
  258. }
  259.  
  260. /*audio*/
  261. .audio {
  262. padding:10px;
  263. border:1px solid #eeeeee;
  264. }
  265. .audioinfo {
  266. text-align:left;
  267. font-style:italic;
  268. font-family:consolas;
  269. }
  270.  
  271. #title {
  272. text-align:center;
  273. padding:5px;
  274. border-bottom:1px solid #ddd;
  275. }
  276.  
  277. {CustomCSS}
  278. </style>
  279.  
  280. <script></script>
  281.  
  282. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  283.  
  284. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  285.  
  286. <script>
  287. $(function(){
  288. var $container = $('#allentries');
  289. $container.imagesLoaded(function(){
  290. $container.masonry({
  291. itemSelector: '.post',
  292. });
  293. });
  294. $container.infinitescroll({
  295. itemSelector : ".post",
  296. navSelector : "div.pagination",
  297. nextSelector : ".pagination a#next",
  298. loadingImg : "",
  299. loadingText : "<em></em>",
  300. bufferPx : 10000,
  301. extraScrollPx: 12000,
  302. },
  303. // trigger Masonry as a callback
  304. function( newElements ) {
  305. var $newElems = $( newElements ).css({ opacity: 0 });
  306. // ensure that images load before adding to masonry layout
  307. $newElems.imagesLoaded(function(){
  308. $newElems.animate({ opacity: 1 });
  309. $container.masonry( 'appended', $newElems, true );
  310. });
  311. }
  312. );
  313. });
  314. </script>
  315.  
  316. </head>
  317. <body>
  318.  
  319. <div id="head">
  320. <div id="titleblock">
  321. <a href="/">{title}</a>
  322. <div id="desc">{description}</div>
  323. </div>
  324. <div id="links">
  325. <a href="/">home</a>
  326. {block:ifLink1}<font style="font-size:6px">&#9632;</font> <a href="{text:Link 1 URL}">{text:Link 1}</a> {/block:ifLink1}
  327. {block:ifLink2} <font style="font-size:6px">&#9632;</font> <a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  328. {block:ifLink3} <font style="font-size:6px">&#9632;</font> <a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}<font style="font-size:6px">&#9632;</font>
  329. <a href="/">theme</a>
  330. </div>
  331. </div>
  332.  
  333. <div class="pagination">
  334. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  335. </div>
  336.  
  337. <div id="allentries">
  338.  
  339. {block:Posts}
  340. <!-- {block:NoRebloggedFrom}
  341. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  342. {/block:NoRebloggedFrom} -->
  343. {block:ContentSource}<!-- {SourceURL}
  344. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  345. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  346. {/block:ContentSource}
  347. <div class="post">
  348.  
  349.  
  350. {block:Quote}
  351. <div class="quote">"{Quote}"</div>
  352. {block:Source}<div class="quotesource">&mdash; {Source}</div>{/block:Source}
  353. {/block:Quote}
  354.  
  355. {block:Text}
  356. {block:Title}
  357. <div id="title">{Title}</div>{/block:Title}
  358. {Body}
  359. {/block:Text}
  360.  
  361. {block:Link}
  362. <a class="postlink" href="{URL}"><div id="title" class="linkpost">
  363. {Name}
  364. </div>
  365. <div class="arrowlink">&#9654;</div>
  366. </a>{block:Description}{Description}{/block:Description}
  367. {/block:Link}
  368.  
  369. {block:Chat}
  370. {block:Title}
  371. <h1>{Title}</h1>
  372. {/block:Title}
  373. <div class="chat">
  374. <ol>{block:Lines}
  375. <li class="line {Alt}">
  376. {block:Label}
  377. <span class="label">
  378. {Label}</span>
  379. {/block:Label}{Line}</li>
  380. {/block:Lines}
  381. </ol></div>
  382. {/block:Chat}
  383.  
  384. {block:Photo}
  385. <div class="pic">
  386. {LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}
  387. </div>
  388. {/block:Photo}
  389.  
  390. {block:Photoset}
  391. <div class="pic">
  392. {LinkOpenTag}
  393. {Photoset-250}
  394. {LinkCloseTag}
  395. </div>
  396. {/block:Photoset}
  397.  
  398. {block:Video}
  399. {Video-250}
  400. {/block:Video}
  401.  
  402. {block:Audio}
  403. <div class="audio">
  404. <div class="player">{AudioPlayerWhite}</div>
  405. <div class="audioinfo">
  406. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  407. </div>
  408. </div>
  409. {/block:Audio}
  410.  
  411. {block:Answer}
  412.  
  413. <div class="question">
  414. <div class="asker">
  415. {Asker} said:
  416. </div>
  417. {Question}</div>
  418. <div class="answer">{Answer}</div>
  419. {/block:Answer}
  420.  
  421. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  422.  
  423. {block:Date}
  424. <div id="permalink">
  425. <table id="perma"><tr>
  426. <td id="left">
  427. <a href="{Permalink}" >{NoteCountWithLabel}</a>
  428. </td>
  429. <td id="right">
  430. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  431. </td>
  432. </tr></table>
  433. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag} </a>{/block:Tags}</div>{/block:HasTags}
  434. </div>
  435. {/block:Date}
  436.  
  437. {block:PostNotes}
  438. <div class="pagenotes">
  439. {PostNotes}
  440. </div>
  441. {/block:PostNotes}
  442.  
  443.  
  444. </div>
  445.  
  446.  
  447.  
  448.  
  449.  
  450. {/block:Posts}
  451.  
  452.  
  453. </body>
  454. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement