Advertisement
frickinsassy

theme 22; one column

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