Advertisement
officialdogblog

meow

Dec 14th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.67 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. <head>
  4.  
  5. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  6.  
  7. <meta name="image:Background" content="" />
  8. <meta name="image:Sidebar" content="" />
  9. <meta name="color:Background" content="#000000" />
  10. <meta name="color:Links" content="#FFFFFF" />
  11. <meta name="color:Links Hover" content="#000000" />
  12. <meta name="color:Text" content="#999999" />
  13. <meta name="text:Link 1 Title" content="ask" />
  14. <meta name="text:Link 1 URL" content="/ask" />
  15. <meta name="text:Link 2 Title" content="" />
  16. <meta name="text:Link 2 URL" content="" />
  17. <meta name="text:Link 3 Title" content="" />
  18. <meta name="text:Link 3 URL" content="" />
  19. <meta name="text:Link 4 Title" content="" />
  20. <meta name="text:Link 4 URL" content="" />
  21. <meta name="text:Link 5 Title" content="" />
  22. <meta name="text:Link 5 URL" content="" />
  23. <meta name="text:Posts Position" content="250" />
  24. <meta name="text:Sidebar Position" content="10" />
  25. <meta name="text:Sidebar Position Top" content="200">
  26. <meta name="text:Links Url" content="/links" />
  27. <meta name="if:Endless Scrolling" content="0" />
  28. <meta name="if:Greyscale Images" content="1" />
  29. <meta name="if:Link 1" content="1" />
  30. <meta name="if:Link 2" content="0" />
  31. <meta name="if:Link 3" content="0" />
  32. <meta name="if:Link 4" content="0" />
  33. <meta name="if:Link 5" content="0" />
  34.  
  35. <title>{Title}</title>
  36. <link rel="shortcut icon" href="{PortraitURL-16}" />
  37.  
  38. </head>
  39.  
  40. <style type="text/css">
  41.  
  42. ::-webkit-scrollbar {
  43. width: 0px;
  44. height: 0px;
  45. }
  46.  
  47. {block:IfGreyscaleImages}
  48. body img {
  49. filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  50. filter: gray; /* IE6-9 */
  51. -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  52. -webkit-transition: all .8s ease; /* Fade to color for Chrome and Safari */
  53. -webkit-backface-visibility: hidden; /* Fix for transition flickering */
  54. }
  55.  
  56. body img:hover {
  57. filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  58. -webkit-filter: grayscale(0%);
  59. }
  60.  
  61. #bottomcorner img {
  62. filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  63. -webkit-filter: grayscale(0%);
  64. }
  65.  
  66. #corner img {
  67. filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  68. -webkit-filter: grayscale(0%);
  69. }
  70.  
  71. .sidebar img {
  72. filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  73. -webkit-filter: grayscale(0%);
  74. }
  75.  
  76. .html_photoset {
  77. filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  78. filter: gray; /* IE6-9 */
  79. -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  80. -webkit-transition: all .8s ease; /* Fade to color for Chrome and Safari */
  81. -webkit-backface-visibility: hidden; /* Fix for transition flickering */
  82. }
  83. .html_photoset:hover {
  84. filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  85. -webkit-filter: grayscale(0%);
  86. }
  87. {/block:IfGreyscaleImages}
  88.  
  89. body {
  90. text-transform: lowercase;
  91. font-size: 14px;
  92. font-family: consolas;
  93. background-color: {color:Background};
  94. color: {color:Text};
  95. {block:IfBackgroundImage}
  96. background: url({image:Background}) no-repeat center center fixed;
  97. -webkit-background-size: cover;
  98. -moz-background-size: cover;
  99. -o-background-size: cover;
  100. background-size: cover;
  101. {/block:IfBackgroundImage}
  102. }
  103.  
  104. body a {
  105. text-decoration: none;
  106. color: {color:Links};
  107. -o-transition:.5s;
  108. -ms-transition:.5s;
  109. -moz-transition:.5s;
  110. -webkit-transition:.5s;
  111. transition:.5s;
  112. }
  113.  
  114. body a:hover {
  115. color: {color:Links Hover};
  116. }
  117.  
  118. .posts {
  119. margin-bottom: 200px;
  120. margin-left: {text:Posts Position}px;
  121. }
  122.  
  123. #content {
  124. width: 510px;
  125. word-wrap: break-word;
  126. text-align: justify;
  127. margin-top: 90px;
  128. padding-top: 15px;
  129. padding-left: 10px;
  130. padding-right: 10px;
  131. padding-bottom: 10px;
  132. }
  133.  
  134. #content img {
  135. max-width: 100%;
  136. }
  137.  
  138. #contentsmall {
  139. font-size: 12px;
  140. font-weight: 100;
  141. width: 410px;
  142. word-wrap: break-word;
  143. text-align: justify;
  144. margin-top: 90px;
  145. padding-top: 15px;
  146. padding-left: 10px;
  147. padding-right: 10px;
  148. padding-bottom: 10px;
  149. }
  150.  
  151. #contentsmall img {
  152. max-width: 100%;
  153. }
  154.  
  155. #notes {
  156. margin-top: -20px;
  157. opacity: 0;
  158. -o-transition:.5s;
  159. -ms-transition:.5s;
  160. -moz-transition:.5s;
  161. -webkit-transition:.5s;
  162. transition:.5s;
  163. }
  164.  
  165. #contentsmall:hover #notes {
  166. margin-top: 0px;
  167. opacity: 1;
  168. }
  169.  
  170. .sidebar {
  171. position: fixed;
  172. width: 200px;
  173. top: {text:Sidebar Position Top}px;
  174. left: {text:Sidebar Position}px;
  175. z-index: 999999999999999;
  176. }
  177.  
  178. .sidebar img {
  179. z-index: 10;
  180. }
  181.  
  182. #sidebar {
  183. margin-bottom: 10px;
  184. text-align: justify;
  185. word-wrap: break-word;
  186. padding: 5px;
  187. z-index: 1;
  188. }
  189.  
  190. #links {
  191. margin-top: -50px;
  192. text-align: center;
  193. z-index: 0;
  194. opacity: 0;
  195. -o-transition:.5s;
  196. -ms-transition:.5s;
  197. -moz-transition:.5s;
  198. -webkit-transition:.5s;
  199. transition:.5s;
  200. }
  201.  
  202. .sidebar:hover #links {
  203. margin-top: 5px;
  204. opacity: 1;
  205. }
  206.  
  207. .title {
  208. font-size: 20px;
  209. font-weight: 100;
  210. font-family: courier;
  211. }
  212.  
  213. .quote.short {
  214. font-size: 20px;
  215. font-weight: 100;
  216. font-family: courier;
  217. }
  218. .quote.medium {
  219. font-size: 17px;
  220. font-weight: 100;
  221. font-family: courier;
  222. }
  223. .quote.long {
  224. font-size: 14px;
  225. font-weight: 100;
  226. font-family: courier;
  227. }
  228.  
  229. .image {
  230. position: relative;
  231. width: 100%; /* for IE 6 */
  232. }
  233.  
  234. h1 {
  235. opacity: 0;
  236. position: absolute;
  237. top: 43%;
  238. width: 400px;
  239. font-weight: normal;
  240. color: #000000;
  241. padding-top 10px;
  242. padding-bottom: 10px;
  243. font-size: 12px;
  244. -o-transition: .5s;
  245. -ms-transition: .5s;
  246. -moz-transition: .5s;
  247. -webkit-transition: .5s;
  248. transition: .5s;
  249. }
  250.  
  251. .image:hover h1 {
  252. opacity: 1;
  253. }
  254.  
  255. h2 {
  256. background-color: #fff;
  257. display: none;
  258. position: absolute;
  259. top: 40%;
  260. width: 500px;
  261. font-weight: normal;
  262. color: #000000;
  263. padding-top 10px;
  264. padding-bottom: 10px;
  265. font-size: 12px;
  266. }
  267.  
  268. .image:hover h2 {
  269. display: block;
  270. }
  271.  
  272. ol.notes {
  273. list-style-type: none;
  274. margin-left: -35px;
  275. }
  276.  
  277. ol.notes img {
  278. border-radius: 8px;
  279. -webkit-border-radius: 8px;
  280. -moz-border-radius: 8px;
  281. }
  282.  
  283. </style>
  284. <body>
  285.  
  286. <div class="sidebar">
  287.  
  288. {block:IfSidebarImage}<img src="{image:Sidebar}" width="200px" />{/block:IfSidebarImage}
  289. <div id="links">
  290. <a href="/">home</a><br />
  291. {block:IfLink1}<a href="{text:Link 1 URL}">{text:Link 1 Title}</a><br />{/block:IfLink1}
  292. {block:IfLink2}<a href="{text:Link 2 URL}">{text:Link 2 Title}</a><br />{/block:IfLink2}
  293. {block:IfLink3}<a href="{text:Link 3 URL}">{text:Link 3 Title}</a><br />{/block:IfLink3}
  294. {block:IfLink4}<a href="{text:Link 4 URL}">{text:Link 4 Title}</a><br />{/block:IfLink4}
  295. {block:IfLink5}a href="{text:Link 5 URL}">{text:Link 5 Title}</a><br />{/block:IfLink5}
  296. <a href="http://gay8.tumblr.com/">credit</a>
  297. </div>
  298. </div>
  299.  
  300. <div class="posts">
  301.  
  302. <br /><br /><br /><br />
  303.  
  304. <div class = "autopagerize_page_element" >
  305.  
  306. {block:Posts}
  307.  
  308. {block:ContentSource}{/block:ContentSource}
  309. {block:ReblogParent}{/block:ReblogParent}
  310.  
  311. {block:Text}
  312. {block:IndexPage}
  313. <div id="contentsmall">
  314. <div style="margin-top: -5px;">
  315. {block:Title}<div style="margin-bottom: 30px;"><div class="title">{Title}</div></div>{/block:Title}
  316. <div style="margin-top: -20px;">
  317. {Body}
  318. </div>
  319. </div>
  320. <div id="notes">
  321. <a href="{Permalink}">
  322. <span style="float:left;">{TimeAgo}</span>
  323. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  324. <div style="clear:both;"></div>
  325. </a></div>
  326. </div>
  327. {/block:IndexPage}
  328. {block:PermalinkPage}
  329. <div id="content">
  330. <div style="margin-top: -5px;">
  331. {block:Title}<div style="margin-bottom: 30px;"><div class="title">{Title}</div></div>{/block:Title}
  332. <div style="margin-top: -20px;">
  333. {Body}
  334. </div>
  335. </div>
  336. <br />
  337. {block:HasTags}
  338. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  339. <br />{/block:HasTags}
  340. <span style="float:left;">{TimeAgo}</span>
  341. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  342. <div style="clear:both;"></div>
  343. </div>
  344. {/block:PermalinkPage}
  345. {/block:Text}
  346.  
  347. {block:Photo}
  348. {block:IndexPage}
  349. <div id="contentsmall">
  350. <center>
  351. <img src="{PhotoURL-HighRes}" />
  352. </center>
  353. <div id="notes">
  354. <br />
  355. <a href="{Permalink}">
  356. <span style="float:left;">{TimeAgo}</span>
  357. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  358. <div style="clear:both;"></div>
  359. </a></div>
  360. </div>
  361. {/block:IndexPage}
  362. {block:PermalinkPage}
  363. <div id="content">
  364. <center>
  365. <img src="{PhotoURL-500}" />
  366. </center>
  367. {block:Caption}{Caption}{/block:Caption}
  368. <br />
  369. {block:HasTags}
  370. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  371. <br />{/block:HasTags}
  372. <span style="float:left;">{TimeAgo}</span>
  373. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  374. <div style="clear:both;"></div>
  375. </div>
  376. {/block:PermalinkPage}
  377. {/block:Photo}
  378.  
  379. {block:Photoset}
  380. {block:IndexPage}
  381. <div id="contentsmall">
  382. <center>
  383. {Photoset}
  384. </center>
  385. <div id="notes">
  386. {block:IfNotShowCaptionMainPage}
  387. {block:PermalinkPage}
  388. {block:Caption}{Caption}{/block:Caption}
  389. {/block:PermalinkPage}
  390. {/block:IfNotShowCaptionMainPage}
  391. {block:IfShowCaptionMainPage}
  392. {block:Caption}{Caption}{/block:Caption}
  393. {/block:IfShowCaptionMainPage}
  394. <br />
  395. <a href="{Permalink}">
  396. <span style="float:left;">{TimeAgo}</span>
  397. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  398. <div style="clear:both;"></div>
  399. </a></div>
  400. </div>
  401. {/block:IndexPage}
  402. {block:PermalinkPage}
  403. <div id="content">
  404. <center>
  405. {Photoset-500}
  406. </center>
  407. {block:Caption}{Caption}{/block:Caption}
  408. <br />
  409. {block:HasTags}
  410. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  411. <br />{/block:HasTags}
  412. <span style="float:left;">{TimeAgo}</span>
  413. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  414. <div style="clear:both;"></div>
  415. </div>
  416. {/block:PermalinkPage}
  417. {/block:Photoset}
  418.  
  419. {block:Quote}
  420. {block:IndexPage}
  421. <div id="contentsmall">
  422. <div class="quote {Length}">{Quote}</div>
  423. <br />
  424. {block:Source}<span style="float:right;">{Source}</span>{/block:Source}
  425. <br /><br />
  426. <div id="notes">
  427. <a href="{Permalink}">
  428. <span style="float:left;">{TimeAgo}</span>
  429. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  430. <div style="clear:both;"></div>
  431. </a></div>
  432. </div>
  433. {/block:IndexPage}
  434. {block:PermalinkPage}
  435. <div id="content">
  436. <div class="title">{Quote}</div>
  437. {block:Source}<span style="float:right;">{Source}</span>{/block:Source}
  438. <br /><br />
  439. <span style="float:left;">{TimeAgo}</span>
  440. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  441. <div style="clear:both;"></div>
  442. </div>
  443. {/block:PermalinkPage}
  444. {/block:Quote}
  445.  
  446. {block:Link}
  447. {block:IndexPage}
  448. <div id="contentsmall">
  449. <div style="margin-top: -5px;">
  450. <div class="title"><a href="{URL}">{Name}</a></div>
  451. {block:Description}
  452. <div style="margin-top: -10px;">
  453. {Description}
  454. </div>
  455. {/block:Description}
  456. </div>
  457. <br />
  458. <div id="notes">
  459. <a href="{Permalink}">
  460. <span style="float:left;">{TimeAgo}</span>
  461. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  462. <div style="clear:both;"></div>
  463. </a></div>
  464. </div>
  465. {/block:IndexPage}
  466. {block:PermalinkPage}
  467. <div id="content">
  468. <div style="margin-top: -5px;">
  469. <div class="title"><a href="{URL}">{Name}</a></div>
  470. {block:Description}
  471. <div style="margin-top: -10px;">
  472. {Description}
  473. </div>
  474. {/block:Description}
  475. </div>
  476. <br />
  477. {block:HasTags}
  478. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  479. <br />{/block:HasTags}
  480. <span style="float:left;">{TimeAgo}</span>
  481. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  482. <div style="clear:both;"></div>
  483. </div>
  484. {/block:PermalinkPage}
  485. {/block:Link}
  486.  
  487. {block:Audio}
  488. {block:IndexPage}
  489. <div id="contentsmall">
  490. {block:AlbumArt}<div class="image">
  491. <img src="{AlbumArtURL}" width="400px" />
  492. <center>
  493. <h1><br />{block:AudioPlayer}{AudioPlayer}{/block:AudioPlayer}</h1>
  494. </div>{/block:AlbumArt}
  495. {block:AudioEmbed}
  496. {AudioEmbed-400}
  497. {/block:AudioEmbed}
  498. </center>
  499. <div id="notes">
  500. <br />
  501. <a href="{Permalink}">
  502. <span style="float:left;">{TimeAgo}</span>
  503. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  504. <div style="clear:both;"></div>
  505. </a></div>
  506. </div>
  507. {/block:IndexPage}
  508. {block:PermalinkPage}
  509. <div id="content">
  510. {block:AlbumArt}<div class="image">
  511. <img src="{AlbumArtURL}" width="500px" />
  512. <center>
  513. <h2>{/block:AlbumArt}{block:AudioPlayer}{AudioPlayer}{/block:AudioPlayer}{block:AlbumArt}{block:TrackName}{TrackName}{/block:TrackName}{block:Artist} ~ {Artist}{/block:Artist}</h2>
  514. </div>{/block:AlbumArt}
  515. {block:AudioEmbed}{AudioEmbed-500}{/block:AudioEmbed}
  516. </center>
  517. {block:Caption}{Caption}{/block:Caption}
  518. <br />
  519. {block:HasTags}
  520. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  521. <br />{/block:HasTags}
  522. <span style="float:left;">{TimeAgo}</span>
  523. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  524. <div style="clear:both;"></div>
  525. </div>
  526. {/block:PermalinkPage}
  527. {/block:Audio}
  528.  
  529. {block:Video}
  530. {block:IndexPage}
  531. <div id="contentsmall">
  532. {block:If100}{VideoEmbed-100}{/block:If100}
  533. {block:If250}{VideoEmbed-250}{/block:If250}
  534. {block:If400}{VideoEmbed-400}{/block:If400}
  535. {block:If500}{VideoEmbed-500}{/block:If500}
  536. <div id="notes">
  537. {block:IfNotShowCaptionMainPage}
  538. {block:PermalinkPage}
  539. {block:Caption}{Caption}{/block:Caption}
  540. {/block:PermalinkPage}
  541. {/block:IfNotShowCaptionMainPage}
  542. {block:IfShowCaptionMainPage}
  543. {block:Caption}{Caption}{/block:Caption}
  544. {/block:IfShowCaptionMainPage}
  545. <br />
  546. <a href="{Permalink}">
  547. <span style="float:left;">{TimeAgo}</span>
  548. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  549. <div style="clear:both;"></div>
  550. </a></div>
  551. </div>
  552. {/block:IndexPage}
  553. {block:PermalinkPage}
  554. <div id="content">
  555. {VideoEmbed-500}
  556. {block:Caption}{Caption}{/block:Caption}
  557. <br />
  558. {block:HasTags}
  559. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  560. <br />{/block:HasTags}
  561. <span style="float:left;">{TimeAgo}</span>
  562. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  563. <div style="clear:both;"></div>
  564. </div>
  565. {/block:PermalinkPage}
  566. {/block:Video}
  567.  
  568. {block:Answer}
  569. {block:IndexPage}
  570. <div id="contentsmall">
  571. <div class="title">{Asker} asked: {Question}</div>
  572. {Answer}
  573. <br />
  574. <div id="notes">
  575. <a href="{Permalink}">
  576. <span style="float:left;">{TimeAgo}</span>
  577. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  578. <div style="clear:both;"></div>
  579. </a></div>
  580. </div>
  581. {/block:IndexPage}
  582. {block:PermalinkPage}
  583. <div id="content">
  584. <div class="title">{Asker} asked: {Question}</div>
  585. {Answer}
  586. <br />
  587. {block:HasTags}
  588. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  589. <br />{/block:HasTags}
  590. <span style="float:left;">{TimeAgo}</span>
  591. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  592. <div style="clear:both;"></div>
  593. </div>
  594. {/block:PermalinkPage}
  595. {/block:Answer}
  596.  
  597. {block:Chat}
  598. {block:IndexPage}
  599. <div id="contentsmall">
  600. {block:Title}<div class="title">{Title}</div>{/block:Title}
  601. {block:Lines}
  602. {block:Label}<span style="font-weight:bolder;text-transform:uppercase;">{Label}</span>{/block:Label} {Line}<br />
  603. {/block:Lines}
  604. <br />
  605. <div id="notes">
  606. <a href="{Permalink}">
  607. <span style="float:left;">{TimeAgo}</span>
  608. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  609. <div style="clear:both;"></div>
  610. </a></div>
  611. </div>
  612. {/block:IndexPage}
  613. {block:PermalinkPage}
  614. <div id="content">
  615. {block:Title}<div class="title">{Title}</div>{/block:Title}
  616. {block:Lines}
  617. {block:Label}<span style="font-weight:bold;text-transform:uppercase;">{Label}</span>{/block:Label} {Line}<br />
  618. {/block:Lines}
  619. <br />
  620. {block:HasTags}
  621. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  622. <br />{/block:HasTags}
  623. <span style="float:left;">{TimeAgo}</span>
  624. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  625. <div style="clear:both;"></div>
  626. </div>
  627. {/block:PermalinkPage}
  628. {/block:Chat}
  629.  
  630. {block:PostNotes}
  631. <div id="content">
  632. {PostNotes-16}
  633. </div>
  634. {/block:PostNotes}
  635.  
  636. {block:ContentSource}
  637. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  638. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  639. {/block:SourceLogo}
  640. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  641. {/block:ContentSource}
  642.  
  643. {/block:Posts}
  644.  
  645. {block:IfEndlessScrolling}</div>{/block:IfEndlessScrolling}
  646.  
  647. </div>
  648.  
  649. {block:IfFadeBottom}
  650. <div id="fade"></div>
  651. {/block:IfFadeBottom}
  652.  
  653. </body>
  654. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement