Advertisement
frickinsassy

Untitled

Oct 13th, 2012
691
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.41 KB | None | 0 0
  1. <!--
  2. theme by frickinsassy
  3. don't remove the credit
  4. or five kittens die
  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. <meta name="color:Background" content="#FFFFFF">
  15. <meta name="color:Text" content="#130C11"/>
  16. <meta name="color:Hover" content="#130C11"/>
  17. <meta name="if:gray scale fade" content=""/>
  18. <meta name="if:Underline" content=""/>
  19. <meta name="if:Rainbow Links" content=""/>
  20. <meta name="if:Sparkle Hover" content=""/>
  21. <meta name="if:Letter Spaced Hover" content=""/>
  22. <meta name="color:Link" content="#000000"/>
  23. <meta name="color:Scrollbar" content="#130C11"/>
  24. <meta name="text:title font size" content="12"/>
  25. <meta name="text:text font size" content="10"/>
  26. <meta name="text:title line height" content="12"/>
  27. <meta name="text:text line height" content="11"/>
  28. <meta name="font:text font" content="arial"/>
  29. <meta name="font:title font" content="georgia"/>
  30. <meta name="image:sidebar" content="1"/>
  31. <meta name="image:LinkBG" content="1"/>
  32. <meta name="image:Background" content="1"/>
  33. <meta name="image:SideBG" content="1"/>
  34. <meta name="image:LinkBarBG" content="1"/>
  35. <meta name="image:TopBarBG" content="1"/>
  36. <meta name="image:PostBG" content="1"/>
  37. <meta name="if:show photo" content="0"/>
  38. <meta name="if:tiny cursor" content="1"/>
  39. <meta name="if:tiny scrollbar" content="1"/>
  40. <meta name="if:shadow hover" content="1"/>
  41. <meta name="text:Custom Link One" content="" />
  42. <meta name="text:Custom Link One Title" content="" />
  43. <meta name="text:Custom Link Two" content="" />
  44. <meta name="text:Custom Link Two Title" content="" />
  45. <meta name="text:Custom Link Three" content="" />
  46. <meta name="text:Custom Link Three Title" content="" />
  47. <meta name="text:Custom Link Four" content="" />
  48. <meta name="text:Custom Link Four Title" content="" />
  49. <meta name="text:Custom Link Five" content="" />
  50. <meta name="text:Custom Link Five Title" content="" />
  51. <meta name="text:Custom Link Six" content="" />
  52. <meta name="text:Custom Link Six Title" content="" />
  53. <meta name="text:Custom Link Seven" content="" />
  54. <meta name="text:Custom Link Seven Title" content="" />
  55. <meta name="text:Custom Link Eight" content="" />
  56. <meta name="text:Custom Link Eight Title" content="" />
  57. <meta name="if:Show Title" content="0"/>
  58. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  59. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  60. <link href='http://fonts.googleapis.com/css?family=Metamorphous' rel='stylesheet' type='text/css'>
  61. <link href='http://fonts.googleapis.com/css?family=Meie+Script' rel='stylesheet' type='text/css'>
  62. <link href='http://fonts.googleapis.com/css?family=Bad+Script' rel='stylesheet' type='text/css'>
  63. <link href='http://fonts.googleapis.com/css?family=Lekton' rel='stylesheet' type='text/css'>
  64. <style type="text/css">
  65.  
  66. {block:iftinycursor}body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}{/block:iftinycursor}
  67.  
  68. {block:iftinyscrollbar}::-webkit-scrollbar {width: 6px; height: 4px; background: {color:Background}; }
  69.  
  70. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}{/block:iftinyscrollbar}
  71.  
  72. {block:ifshadowhover}a:link, a:active, a:visited{
  73. color: #000000;
  74. text-decoration:none;
  75. -webkit-transition-duration: 0.2s;}
  76.  
  77. a:hover{ color: #fff;
  78. text-shadow:0px 0px 3px #000000;}{/block:ifshadowhover}
  79.  
  80. #tumblr_controls{
  81. position:fixed !important;
  82. -webkit-filter: invert(100%);
  83. }
  84.  
  85. .wrapper{
  86. margin: 0px auto;
  87. width: 802px;
  88. }
  89.  
  90. .header{
  91. float: left;
  92. width: 100%;
  93. }
  94.  
  95. .left{
  96. float: left;
  97. margin-right: 20px;
  98. width: 802px;
  99. }
  100.  
  101. .right{
  102. float: right;
  103. width: 200px;
  104. background-color: {color:Background};
  105. }
  106.  
  107. body {
  108. padding: 0px;
  109. margin: 0px;
  110. color:white;
  111. background-color: {color:Background};
  112. background-image:url({image:Background});
  113. background-size:cover;
  114. background-attachment: fixed;
  115. background-repeat: repeat;
  116. }
  117.  
  118. a:link, a:active, a:visited{
  119. color: {color:Link}; {block:ifunderline} text-decoration: underline{/block:ifunderline};
  120. text-decoration: none;
  121. -webkit-transition: color 0.4s ease-out;
  122. -moz-transition: color 0.4s ease-out;
  123. }
  124.  
  125. a:hover{
  126. color:{color:Hover}; {block:ifunderline} text-decoration: underline{/block:ifunderline};
  127. {block:ifletterspacedhover}
  128. letter-spacing: 2px;
  129. {/block:ifletterspacedhover}
  130. -webkit-transition: color 0.7s ease-out;
  131. -moz-transition: color 0.7s ease-out;
  132. }
  133.  
  134. .entry {
  135. padding:6px;
  136. margin:7px;
  137. float:left;
  138. {block:IndexPage}
  139. width:340px;
  140. background-image:url({image:EntryBG});
  141. background-size:cover;
  142. background-color:white;
  143. color:black;
  144. font-family: {font:text font};
  145. font-size: {text:text font size}px;
  146. line-height:{text:text line height}px;
  147. -webkit-filter: grayscale(0%);
  148. -webkit-transition: all 1.5s ease-in-out;
  149. {/block:IndexPage}
  150. {block:PermalinkPage}
  151. width:350px;
  152. margin-left:170px;
  153. font-family: lekton;
  154. font-size:10px;
  155. line-height:23px;
  156. background-color:white;
  157. color:black;
  158. padding: 4px;
  159. {/block:PermalinkPage}
  160. }
  161.  
  162. .entry:hover {
  163. -webkit-transition: all 1.5s ease-in-out;
  164. {block:ifgrayscalefade}-webkit-filter: grayscale(100%){/block:ifgrayscalefade};
  165. }
  166.  
  167. .entry .permalink{
  168. position:absolute;
  169. width:auto;
  170. height:12px;
  171. top:10px;
  172. margin-left:75px;
  173. padding:7px;
  174. background-color:#ffffff;
  175. overflow:hidden;
  176. border-style:solid;
  177. border-color:black;
  178. border-width:1px;
  179. font-family: candara;
  180. font-size: 13px;
  181. line-height:{text:text line height}px;
  182. text-align:center;
  183. opacity:0.0;
  184. -webkit-transition: all 0.2s linear;
  185. -webkit-transition: all 0.2s linear;
  186. -moz-transition: all 0.2s linear;
  187. transition: all 0.2s linear;
  188. border-bottom-right-radius:20px;
  189. border-top-right-radius:20px;
  190. border-top-left-radius:20px;
  191. border-bottom-left-radius:20px;
  192. }
  193.  
  194.  
  195. .entry:hover .permalink{
  196. top:10px;
  197. margin-left:75px;
  198. overflow:visible;
  199. padding:7px;
  200. -webkit-transition: all 0.4s linear; opacity: 0.8;
  201. -webkit-transition: all 0.4s linear;
  202. -moz-transition: all 0.4s linear;
  203. transition: all 0.4s linear;
  204. }
  205.  
  206. .entry:hover .permalink:hover{
  207. overflow:visible;
  208. font-family:bad script;
  209. -webkit-transform: rotate(360deg);
  210. -webkit-transition: all 0.7s linear;
  211. -webkit-transition: all 0.4s linear; opacity: 1.0;
  212. -webkit-transition: all 0.4s linear;
  213. -moz-transition: all 0.4s linear;
  214. transition: all 0.4s linear;
  215. }
  216.  
  217.  
  218. .entry .permalink2{
  219. position:absolute;
  220. width:auto;
  221. height:10px;
  222. top:10px;
  223. margin-left: 10px;
  224. padding:8px;
  225. background-color:#ffffff;
  226. overflow:hidden;
  227. border-style:solid;
  228. border-color:black;
  229. border-width:1px;
  230. font-family: candara;
  231. font-size: 13px;
  232. line-height:{text:text line height}px;
  233. text-align:center;
  234. opacity:0.0;
  235. -webkit-transition: all 0.2s linear;
  236. -webkit-transition: all 0.2s linear;
  237. -moz-transition: all 0.2s linear;
  238. transition: all 0.2s linear;
  239. border-bottom-right-radius:20px;
  240. border-top-right-radius:20px;
  241. border-top-left-radius:20px;
  242. border-bottom-left-radius:20px;
  243. }
  244.  
  245. .entry:hover .permalink2{
  246. top:10px;
  247. margin-left:10px;
  248. overflow:visible;
  249. padding:8px;
  250. -webkit-transition: all 0.4s linear; opacity: 0.8;
  251. -webkit-transition: all 0.4s linear;
  252. -moz-transition: all 0.4s linear;
  253. transition: all 0.4s linear;
  254. }
  255.  
  256. .entry:hover .permalink2:hover{
  257. overflow:visible;
  258. font-family:bad script;
  259. font-size:15px;
  260. -webkit-transform: rotate(360deg);
  261. -webkit-transition: all 0.7s linear;
  262. -webkit-transition: all 0.4s linear; opacity: 1.0;
  263. -webkit-transition: all 0.4s linear;
  264. -moz-transition: all 0.4s linear;
  265. transition: all 0.4s linear;
  266. }
  267.  
  268. #caption{
  269. font-size:9px;
  270. line-height:10px;
  271. margin-top:5px;
  272. padding-bottom:4px;
  273. color: black;
  274. font-family: Bad Script;
  275. text-align:left;
  276. text-transform:lowercase;
  277.  
  278. }
  279.  
  280. div#sidebar a{
  281. color: #000;
  282. }
  283.  
  284. div#sidebar{
  285. width:350px;
  286. z-index:1;
  287. position:fixed !important;
  288. text-align:center;
  289. bottom:10%;
  290. height:auto;
  291. line-height: 19px;
  292. background-color: white;
  293. color: black;
  294. font-family: lekton;
  295. font-size: 11px;
  296. padding:4px;
  297. padding-top:5px;
  298. margin-left:-235px;
  299. opacity: 1;
  300. border:solid;
  301. border-width:2px;
  302. border-color:#9a9eb3;
  303. -webkit-transition: all 0.7s linear;
  304. -moz-transition: all 0.7s linear;
  305. transition: all 0.7s linear;
  306. background-image:url({image:SideBG});
  307. }
  308.  
  309.  
  310.  
  311. #posts {
  312. width: 732px;
  313. margin-left:395px;
  314. margin-top: -45px;
  315. padding-left:22px;
  316. padding-top: 10px;
  317. padding-right:15px;
  318. color:black;
  319. background-image:url({image:PostBG});
  320. background-attachment:fixed;
  321. {block:PermalinkPage}
  322. margin-left:330px;
  323. width: 405px;
  324. {/block:PermalinkPage}
  325. top: 3px;
  326. float:left;
  327. }
  328.  
  329. div#links a{
  330. color: #000;
  331. }
  332.  
  333. #links a {
  334. display:inline-block;
  335. width: 60px;
  336. margin-left: 1px;
  337. letter-spacing:2px;
  338. background-color: white;
  339. display: inline-block;
  340. height: 12px;
  341. line-height: 12px;
  342. font-family: candara;
  343. font-size: 9px;
  344. color: white;
  345. text-transform: uppercase;
  346. text-decoration: none;
  347. text-align: center;
  348. margin-top: 2px;
  349. margin-bottom: 6px;
  350. padding-left:2px;
  351. padding-top:5px;
  352. padding-bottom:5px;
  353. padding-right:2px;
  354. border-style:dotted;
  355. border-color:gray;
  356. border-width:1px;
  357. background-image:url({image:LinkBG});
  358. background-size:cover;
  359. border-bottom-right-radius:20px;
  360. border-top-right-radius:20px;
  361. border-top-left-radius:20px;
  362. border-bottom-left-radius:20px;
  363. -webkit-transition: all 0.5s ease;
  364. -moz-transition: all 0.5s ease;
  365. -o-transition: all 0.5s ease;
  366. }
  367.  
  368.  
  369.  
  370. #links a:hover {
  371. letter-spacing:2px;
  372. background-color:transparent;
  373. border-style:dotted;
  374. border-color:black;
  375. -webkit-transition: all 0.5s ease;
  376. -moz-transition: all 0.5s ease;
  377. -o-transition: all 0.5s ease;
  378. }
  379.  
  380. #titlee{
  381. text-align:right;
  382. padding-right:15px;
  383. color:black;
  384. border-top: 1px dashed black;
  385. opacity: 1.0;}
  386.  
  387. }
  388.  
  389. #titlee a {
  390. padding-right:5px;
  391. display:relative;
  392. max-width:400px;
  393. text-align:left;
  394. color:black;
  395. }
  396.  
  397. #titlee .more {
  398. padding-left:10px;
  399. margin-top:-10px;
  400. filter: alpha(opacity = 0);
  401. opacity:0;
  402. -webkit-transition: all 1s ease-out;
  403. -moz-transition: all 1s ease-out;transition: all 1s ease-out;
  404. text-align:left;text-transform:lowercase;
  405. }
  406.  
  407. #titlee:hover .more {
  408. margin-top:5px;
  409. padding-left:10px;
  410. -webkit-transition: all 1s ease-out;
  411. -moz-transition: all 1s ease-out;transition: all 1s ease-out;
  412. filter: alpha(opacity = 80);
  413. filter: alpha(opacity = 100);
  414. opacity:100;
  415. }
  416.  
  417. #infscr-loading{
  418. bottom: -70px;
  419. position: absolute;
  420. left: 50%;
  421. margin-left:-8px;
  422. width:16px;
  423. height:11px;
  424. overflow:hidden;
  425. margin-bottom: 50px;
  426. }
  427.  
  428. .textperma{display: block;
  429. margin-left:0px;
  430. margin-top: 0px;
  431. font-family: candara;
  432. font-size: 13px;
  433. line-height: 0px;
  434. text-align:left;
  435. background-color:
  436. text-transform: uppercase;
  437. }
  438.  
  439. .entry .textperma{
  440. margin-left:20px;
  441. opacity: 0;
  442. width: 250px;
  443. margin-top: 0px;
  444. padding-top: 4px;
  445. text-align:center;
  446. position:absolute;
  447. -webkit-transition: all 0.4s linear;
  448. }
  449.  
  450. .entry:hover .textperma{
  451. overflow:visible;
  452. width: 250px;
  453. text-align:center;
  454. opacity: 1;
  455. -webkit-transition: all 0.4s linear;
  456. }
  457.  
  458. .title{
  459. font-family: {font:title font};
  460. font-size: {text:title font size}px;
  461. line-height:{text:title line height}px;
  462. color: {color:Title};
  463. font-weight: normal;
  464. }
  465.  
  466. .entrytext{
  467. text-align:left;
  468. font-family: candara;
  469. font-size: 12px;
  470. line-height:12px;
  471. color: black;
  472. font-weight: normal;
  473. }
  474.  
  475. .entrytext img {
  476. max-width: 100%;
  477. }
  478.  
  479. .ask{
  480. text-align:left;
  481. font-family: candara;
  482. font-size: 12px;
  483. line-height:12px;
  484. color: black;
  485. font-weight: normal;
  486. }
  487. .ask img {
  488. max-width: 200px;
  489. }
  490.  
  491. blockquote{
  492. padding:0px 0px 2px 5px;
  493. margin:0px 0px 0px 0px;
  494. border-left: 1px dotted #555555;
  495. }
  496.  
  497.  
  498.  
  499.  
  500.  
  501. .blogtitle{font-family: 'Bad Script', cursive; font-size: 17px; line-height: 20px;margin-bottom: 2px;margin-top:2px;}
  502.  
  503. .blogtitle a{color: #000000;}
  504.  
  505. {CustomCSS}
  506.  
  507. </style>
  508.  
  509.  
  510.  
  511. {block:IndexPage}
  512. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  513. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  514.  
  515. <script type="text/javascript">
  516. $(window).load(function () {
  517. var $content = $('#posts');
  518. $content.masonry({itemSelector: '.entry'}),
  519. $content.infinitescroll({
  520. navSelector : 'div#pagination',
  521. nextSelector : 'div#pagination a#nextPage',
  522. itemSelector : '.entry',
  523. loading: {
  524. finishedMsg: '',
  525. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  526. },
  527. bufferPx : 600,
  528. debug : false,
  529. },
  530. // call masonry as a callback.
  531. function( newElements ) {
  532. var $newElems = $( newElements );
  533. $newElems.hide();
  534. // ensure that images load before adding to masonry layout
  535. $newElems.imagesLoaded(function(){
  536. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  537.  
  538.  
  539. });
  540. });
  541. });
  542. </script>
  543.  
  544. {/block:IndexPage}
  545.  
  546. <title>{title}</title>
  547.  
  548. <link rel="shortcut icon" href="{Favicon}">
  549. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  550. <meta name="viewport" content="width=820" />
  551.  
  552. {block:ifrainbowlinks}
  553. <script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt
  554. "></script>{/block:ifrainbowlinks}
  555.  
  556. {block:ifsparklehover}<style type="text/css">a:hover{background:url(http://www.layoutstuff.com/userpics/dividers/sparkles.gif);}hr{background-image:url(http://www.layoutstuff.com/userpics/dividers/sparkles.gif); </style>{/block:ifsparklehover}
  557.  
  558.  
  559.  
  560.  
  561.  
  562. </head>
  563.  
  564. <body>
  565.  
  566. <div class="wrapper">
  567.  
  568. <div id="sidebar">
  569. {block:ifShowTitle}<center><div class="blogtitle"><a href="/">{Title}</a></div>{/block:ifShowTitle}
  570. {block:ifshowphoto}<div id="sidebarimg"><a href="/"><img src="{image:sidebar}" width=100%></a></div>{/block:ifshowphoto}</center>
  571. <div id="links"><center>{block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle} {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle} {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle} {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}">{text:Custom Link Four Title}</a>{/block:ifCustomLinkFourTitle} {/block:ifCustomLinkFourTitle} {block:ifCustomLinkFiveTitle}<a href="{text:Custom Link Five}">{text:Custom Link Five Title}</a>{/block:ifCustomLinkFiveTitle} {block:ifCustomLinkSixTitle}<a href="{text:Custom Link Six}">{text:Custom Link Six Title}</a>{/block:ifCustomLinkSixTitle} {block:ifCustomLinkSevenTitle}<a href="{text:Custom Link Seven}">{text:Custom Link Seven Title}</a>{/block:ifCustomLinkSevenTitle} {block:ifCustomLinkEightTitle}<a href="{text:Custom Link Eight}">{text:Custom Link Eight Title}</a>{/block:ifCustomLinkEightTitle}<a href="http://gayret.tumblr.com/"> credit </a> </center></div>
  572. <div class="info">{Description}</div>
  573. <center>
  574. </div>
  575. </div>
  576.  
  577.  
  578. </div>
  579. </div>
  580. </div>
  581. </div>
  582.  
  583. </center>
  584.  
  585. </div>
  586. </div>
  587. </div>
  588.  
  589.  
  590. </div>
  591. </div>
  592.  
  593. <center>
  594.  
  595. </div>
  596. </div>
  597. </div>
  598.  
  599. <div class="header">
  600.  
  601.  
  602.  
  603.  
  604. <br>
  605. <br>
  606.  
  607. <div class="left">
  608.  
  609. <div id="posts">
  610.  
  611. {block:Posts}
  612. <div class="entry">
  613.  
  614. {block:Answer}
  615. <div class="ask">{Asker} <b>{Question}</b></div><br>
  616. <font color="0000000"><span class="ask"> {Answer} </span></font><br>
  617. {block:IndexPage}<div class="textperma"><a href="{Permalink}"> <font color="000000">{TimeAgo}</a> with <a href="{Permalink}"><a href="{Permalink}"><font color="000000">{notecountwithlabel}</font></a></div>{/block:IndexPage}
  618. {/block:Answer}
  619.  
  620.  
  621. {block:Text}
  622. {block:Title}<br><span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  623. {block:IndexPage}
  624. <div class="textperma">
  625. <a href="{ReblogURL}" target="_blank"><font color="0000000">reblog</font></a> <font color="0000000"> with </font> <a href="{permalink}"><font color="0000000">{NoteCountWithLabel}</font></a> </div>
  626. {/block:IndexPage}<br>
  627. {/block:Text}
  628.  
  629. {block:Link}<a href="{URL}" class="title"><font color="0000000">{Name}</font></a><br>{block:Description}<font color="0000000">{Description}</font>{/block:Description} <br>
  630. {block:IndexPage}<div class="textperma"><a href="{Permalink}"><font color="0000000">Posted</font> {TimeAgo}</a> with <a href="{Permalink}"><a href="{Permalink}"><font color="0000000">{notecountwithlabel}</font></a></div>{block:IndexPage}
  631. {/block:link}
  632.  
  633. {block:Photo}
  634. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>{LinkCloseTag}{/block:IndexPage}
  635. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>{LinkCloseTag}{/block:PermalinkPage}
  636. {block:IndexPage}
  637. <div class="permalink">
  638. <a href="{permalink}"><font color="000000">{NoteCount}</font></a> </div> <div class="permalink2"><a href="{ReblogURL}" target="_blank"><font color="000000">reblog</font></a></span></div>
  639. {/block:IndexPage}
  640. {/block:Photo}
  641.  
  642. {block:Photoset}
  643. {block:IndexPage}
  644. <center>
  645. {Photoset-250}</center>
  646. <span class="perm"><a href="{Permalink}"> <a href="{Permalink}"><a href="{Permalink}"><font color="fffffff">{notecountwithlabel}</font></a> & <a href="{Permalink}"> <a href="{ReblogURL}" target="_blank"><font color="fffffff">reblog</font></a></span>
  647. {/block:IndexPage}
  648. {block:PermalinkPage}
  649. <center>
  650. {Photoset-500}</center>
  651. {/block:PermalinkPage}
  652. {/block:Photoset}
  653.  
  654. {block:Quote}
  655. {Quote}</span>
  656. {block:Source}<strong>{Source}</strong>{/block:Source}
  657. {/block:Quote}
  658.  
  659. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}{Line}</li>{/block:Lines}</ul>
  660. {block:IndexPage}
  661. <span class="perm"><a href="{Permalink}">Posted {TimeAgo}</a> with <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></span>
  662. {block:IndexPage}
  663. {/block:Chat}
  664.  
  665. {Line}
  666. </li>
  667. {/block:Lines}
  668. </ul>
  669. {/block:Chat}
  670.  
  671. {block:Audio}
  672. <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  673. <span class="perm"><a href="{Permalink}"> <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a> & <a href="{ReblogURL}" target="_blank"><font color="000000">reblog</font></a></span>
  674. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  675. {/block:Audio}
  676.  
  677. {block:Video}
  678. {block:IndexPage}
  679. <center>
  680. {Video-250}</center><br>
  681. <span class="permalink"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a> & <a href="{ReblogURL}" target="_blank"><font color="000000">reblog</font></a></span>
  682. {/block:IndexPage}
  683. {block:PermalinkPage}
  684. <center>
  685. {Video-500}</center>
  686. {/block:PermalinkPage}
  687. {block:Video}
  688.  
  689. {block:PermalinkPage}
  690. <center>
  691. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} |
  692. {block:Date}{TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}{/block:Date}
  693. <br>{block:Caption}{Caption}{/block:Caption}<br>{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  694.  
  695. {/block:PermalinkPage}
  696.  
  697.  
  698. {block:PostNotes}{PostNotes}
  699. {/block:PostNotes}
  700. </div>
  701.  
  702.  
  703. {/block:Posts}
  704. </div>
  705. </div>
  706. {block:IndexPage}
  707. {block:Pagination}
  708. <div id="pagination">
  709. {block:NextPage}
  710. <a id="nextPage" href="{NextPage}"></a>
  711. {/block:NextPage}
  712. {block:PreviousPage}
  713. <a href="{PreviousPage}">&larr;&nbsp;</a>
  714. {/block:PreviousPage}
  715. </div>
  716. {/block:Pagination}
  717. {/block:IndexPage}
  718. </div>
  719. </body>
  720. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement