Advertisement
sexycullen

# 147

Oct 20th, 2015
5,845
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.14 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <!--------------------------------------------
  8. SCOTTISBAE THEMES # 147
  9. THEME BY: http://scottisbae.tumblr.com/ (PREV BRITISHROBERT)
  10.  
  11. RULES, IMPORTANT: DON'T REMOVE THE CREDIT // DON'T CLAIM AS YOUR OWN // DON'T USE AS A BASE
  12.  
  13. --------------------------------------------->
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  18. <meta name="description" content="" />
  19. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  20.  
  21.  
  22. <meta name="color:Background" content="#FFFFFF">
  23. <meta name="color:Link" content="#8C8C8C">
  24. <meta name="color:Link Hover" content="#CECECE">
  25. <meta name="color:Text" content="#282828">
  26. <meta name="color:Title" content="#282828">
  27. <meta name="color:Scrollbar" content="#000000">
  28. <meta name="color:ScrollBG" content="#FFFFFF">
  29. <meta name="color:Blockquote" content="#F4F4F4">
  30. <meta name="color:Info Border" content="#F8F7F7">
  31. <meta name="color:Posts BG" content="#FFFFFF">
  32. <meta name="color:Black BG" content="#000000">
  33. <meta name="color:Image Border" content="#F0F0F0">
  34. <meta name="color:Questions Border" content="#F8F7F7">
  35. <meta name="color:Sidebar Border" content="#EDEDED">
  36.  
  37. <meta name="text:Body Font Size" content="10px"/>
  38. <meta name="text:Body Font" content="Hind"/>
  39.  
  40. <meta name="image:Sidebar" content=""/>
  41. <meta name="image:Background" content="" />
  42. <meta name="text:Title" content="">
  43.  
  44. <meta name="if:Hover Tags" content="0"/>
  45. <meta name="if:Show Description Border" content="0" />
  46. <meta name="if:Show Link1" content="0" />
  47. <meta name="if:Show Link2" content="0" />
  48. <meta name="if:Show Link3" content="0" />
  49.  
  50. <meta name="text:link1" content="">
  51. <meta name="text:link1 url" content="/">
  52. <meta name="text:link2" content="">
  53. <meta name="text:link2 url" content="/">
  54. <meta name="text:link3" content="">
  55. <meta name="text:link3 url" content="/">
  56.  
  57.  
  58. <meta name="text:link1" content="">
  59. <meta name="text:link1 hover" content="link1">
  60. <meta name="text:link2" content="">
  61. <meta name="text:link2 hover" content="link2">
  62. <meta name="text:link3" content="">
  63. <meta name="text:link3 hover" content="link3">
  64.  
  65. <link href='https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
  66.  
  67. <link href='https://fonts.googleapis.com/css?family=Hind:400,500,700' rel='stylesheet' type='text/css'>
  68.  
  69. <link href='http://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900' rel='stylesheet' type='text/css'>
  70.  
  71. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  72. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  73. <script>
  74. (function($){
  75. $(document).ready(function(){
  76. $("a[title]").style_my_tooltips({
  77. tip_follows_cursor:true,
  78. tip_delay_time:90,
  79. tip_fade_speed:600,
  80. attribute:"title"
  81. });
  82. });
  83. })(jQuery);
  84. </script>
  85.  
  86.  
  87. <style type="text/css">
  88.  
  89. ::-webkit-scrollbar {background-color:{color:scrollbg}; height:3px; width:4px}
  90. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:4px}
  91. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:4px!important}
  92.  
  93.  
  94. #s-m-t-tooltip {
  95. max-width:300px;
  96. margin-top:-20px;
  97. margin-left:-20px;
  98. font-size:8px;
  99. padding:2px;
  100. font-family:Hind;
  101. letter-spacing:1px;
  102. text-align:center;
  103. text-transform:uppercase;
  104. background-color:{color:Black BG};
  105. color:{color:title};
  106. z-index:999999999999999999999999999999999999;
  107. }
  108.  
  109. h1 {
  110. font-weight:normal;
  111. font-size: {text:Body Font Size};
  112. font-family: {text:Body Font};
  113. text-align:center;
  114. font-style:italic;
  115. letter-spacing:0px;
  116. text-transform:none;
  117. color:{color:Text};
  118. }
  119.  
  120. h2 {
  121. margin-bottom:12px;
  122. padding-bottom:10px;
  123. font-weight:normal;
  124. font-family:arial;
  125. font-size:17px;
  126. letter-spacing:-1px;
  127. font-style:none;
  128. font-weight:bold;
  129. line-height:100%;
  130. text-transform:;
  131. color:{color:Text};
  132. margin: 0px;
  133. border-bottom: 1px solid {color:Info Border};
  134. }
  135.  
  136. pre {
  137. width:400px;
  138. text-align: left;
  139. word-wrap: break-word;
  140. color:{color:Text};
  141. }
  142.  
  143.  
  144. blockquote {
  145. border-left:1px solid {color:Blockquote};
  146. padding-left:13px;
  147. padding-top:1px;
  148. padding-bottom:1px;
  149. margin:10px;
  150. margin-top:20px;
  151. margin-bottom:10px;
  152. margin-left:20px;
  153. }
  154.  
  155. blockquote img {
  156. max-width:350px;
  157. }
  158.  
  159. body {
  160. color: {color:Text};
  161. background-color:{color:Background};
  162. background-image:url('{image:background}');
  163. background-attachment: fixed;
  164. background-repeat: repeat;
  165. word-spacing:1px;
  166. }
  167.  
  168. a {
  169. color: {color:Link};
  170. text-decoration: none;
  171. -moz-transition-duration: 0.5s;
  172. -o-transition-duration: 0.5s;
  173. -webkit-transition-duration: 0.5s;
  174. transition-duration: 0.5s;
  175. }
  176.  
  177. a:hover {
  178. color: {color:Link Hover};
  179. text-decoration:underline;
  180. -moz-transition-duration: 0.5s;
  181. -o-transition-duration: 0.5s;
  182. -webkit-transition-duration: 0.5s;
  183. transition-duration: 0.5s;
  184. }
  185.  
  186. .title {
  187. width:100px;
  188. padding:6px;
  189. margin-top:7px;
  190. margin-left:px;
  191. font-family:Hind;
  192. text-transform:lowercase;
  193. text-align:left;
  194. font-size:16px;
  195. float:right;
  196. letter-spacing:-1px;
  197. font-style:none;
  198. font-weight:bold;
  199. line-height:90%;
  200. color:{color:title};
  201. border:px solid {color:Sidebar Border};
  202. }
  203.  
  204. .title a {
  205. color:{color:text};
  206. }
  207.  
  208. .bottom {
  209. width:491px;
  210. padding-top:10px;
  211. padding-left:5px;
  212. padding-right:5px;
  213. padding-bottom:10px;
  214. margin-top:572px;
  215. margin-left:329px;
  216. font-family:arial;
  217. font-size:8px;
  218. position:fixed;
  219. letter-spacing:1px;
  220. font-style:none;
  221. font-weight:;
  222. line-height:87%;
  223. text-transform:uppercase;
  224. color:{color:text};
  225. background-color:{color:Posts BG};
  226. border-left:1px solid {color:Sidebar Border};
  227. border-bottom:1px solid {color:Sidebar Border};
  228. border-right:1px solid {color:Sidebar Border};
  229. }
  230.  
  231. .bottom a {
  232. color:{color:text};
  233. }
  234.  
  235.  
  236. .sidebarmain {
  237. width:200px;
  238. position: fixed;
  239. padding:0px;
  240. margin-left:25px;
  241. margin-top:10px;
  242. }
  243.  
  244. .sidebar2 {
  245. padding:0px;
  246. }
  247.  
  248. .sidebar3 {
  249. width:198px;
  250. margin-top:100px;
  251. {block:ifShowDescriptionBorder}
  252. border:1px solid {color:Sidebar Border};
  253. {/block:ifShowDescriptionBorder}
  254. }
  255.  
  256. .sidebar {
  257. width:250px;
  258. height:528px;
  259. color:{color:Text};
  260. position: fixed;
  261. margin-top:70px;
  262. margin-left:79px;
  263. padding:0px;
  264. background-color:{color:Posts BG};
  265. }
  266.  
  267. .sidebarimage {
  268. margin-top:10px;
  269. margin-bottom:0px;
  270. margin-left:1px;
  271. width:60px;
  272. float:left;
  273. padding:13px;
  274. outline:1px solid {color:Sidebar Border};
  275. }
  276.  
  277. .sidebarlinks {
  278. width:100px;
  279. margin-top:5px;
  280. margin-bottom:10px;
  281. margin-left:2px;
  282. font-family:Hind;
  283. text-transform:uppercase;
  284. font-size:8px;
  285. text-transform:;
  286. padding:5px;
  287. float:right;
  288. text-align:center;
  289. line-height:10px;
  290. letter-spacing:1px;
  291. border-bottom:px solid {color:Sidebar Border};
  292. }
  293.  
  294. .sidebarlinks a {
  295. color:{color:Text};
  296. padding:3px;
  297. -moz-transition-duration: 0.5s;
  298. -o-transition-duration: 0.5s;
  299. -webkit-transition-duration: 0.5s;
  300. transition-duration: 0.5s;}
  301.  
  302. .sidebarlinks a:hover {
  303. color:{color:Link Hover};
  304. text-decoration:underline;
  305. -moz-transition-duration: 0.5s;
  306. -o-transition-duration: 0.5s;
  307. -webkit-transition-duration: 0.5s;
  308. transition-duration: 0.5s;}
  309.  
  310.  
  311. .description {
  312. text-transform:;
  313. width:180px;
  314. margin-top:0px;
  315. margin-bottom:10px;
  316. padding:10px;
  317. text-align:justify;
  318. font-size:9px;
  319. clear: left;
  320. font-family: Hind;
  321. color:{color:Text};
  322. letter-spacing:0px;
  323. }
  324.  
  325. .description a:hover {
  326. color:{color:Link Hover};
  327. }
  328.  
  329. .borderlinks {
  330. margin-left:0px;
  331. border-bottom: 1px solid {color:Sidebar Border};
  332. width:100px;
  333. }
  334.  
  335. .border {
  336. margin-left:10px;
  337. border-bottom: 1px solid {color:Sidebar Border};
  338. width:150px;
  339. }
  340.  
  341. .border2 {
  342. margin-left:0px;
  343. border-bottom: 1px solid {color:Sidebar Border};
  344. width:90px;
  345. }
  346.  
  347.  
  348. .pagination {
  349. width:240px;
  350. padding:5px;
  351. margin-top:10px;
  352. margin-bottom:10px;
  353. margin-top:1px;
  354. font-family:arial;
  355. font-size:8px;
  356. letter-spacing:1px;
  357. font-weight:;
  358. text-transform:lowercase;
  359. }
  360.  
  361. .pagination a {
  362. padding:3px;
  363. color:{color:Text};
  364. }
  365.  
  366. .pagination a:hover {
  367. color:{color:Link Hover};
  368. }
  369.  
  370. .container {
  371. width:900px;
  372. margin: auto;
  373. margin-top:-8px;
  374. }
  375.  
  376.  
  377. .postscontainer {
  378. width:501px;
  379. height:500px;
  380. margin: auto;
  381. position:fixed;
  382. margin-top:71px;
  383. margin-bottom:50px;
  384. margin-left:330px;
  385. background-color:{color:Posts BG};
  386. outline:1px solid {color:Sidebar Border};
  387. border-right:0px solid {color:Sidebar Border};
  388. border-bottom:0px solid {color:Sidebar Border};
  389. overflow-y:scroll;
  390. overflow-x:hidden;
  391. }
  392.  
  393. .posts {
  394. width:400px;
  395. font-size: {text:Body Font Size};
  396. font-family: {text:Body Font};
  397. margin-bottom:12px;
  398. margin-left:34px;
  399. padding:20px;
  400. text-align:justify;
  401. }
  402.  
  403. .info {
  404. margin-top:20px;
  405. margin-bottom:0px;
  406. text-align:center;
  407. text-transform:lowercase;
  408. font-size:8px;
  409. font-family:arial;
  410. color:{color:Text};
  411. letter-spacing:px
  412. }
  413.  
  414. .info a {
  415. color:{color:Text};
  416. }
  417.  
  418. .info a:hover {
  419. text-decoration:underline;
  420. color:{color:Link Hover};
  421. }
  422.  
  423. .info2 {
  424. text-align:left;
  425. margin-top:-6px;
  426. font-family:arial;
  427. text-transform:lowercase;
  428. letter-spacing:0px;
  429. font-size:9px;
  430. }
  431.  
  432. .info2 a {
  433. color:{color:Text};
  434. }
  435.  
  436. .info2 a:hover {
  437. text-decoration:underline;
  438. color:{color:Link Hover};
  439. }
  440.  
  441. .dashicons {
  442. margin-top:5px;
  443. margin-left:510px;
  444. padding-bottom:0px;
  445. line-height:0%;
  446. font-family:arial;
  447. text-transform:lowercase;
  448. letter-spacing:0px;
  449. font-size:11px;
  450. -webkit-transition:0.7s ease; position:absolute; opacity:0;
  451. list-style: none;
  452. }
  453.  
  454. .posts:hover .dashicons {
  455. margin-top:5px;filter: alpha(opacity = 100);
  456. opacity:100;-webkit-transition: all 0.5s ease-out;
  457. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  458. }
  459.  
  460. .posts:hover .tags {
  461. {block:ifHoverTags}
  462. margin-top:6px;filter: alpha(opacity = 100);
  463. opacity:100;-webkit-transition: all 0.5s ease-out;
  464. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  465. {/block:ifHoverTags}}
  466.  
  467. .tags {
  468. {block:ifHoverTags}
  469. -webkit-transition:0.7s ease; position:absolute; opacity:0;
  470. {/block:ifHoverTags}
  471. width:400px;
  472. position:absolute;
  473. margin-top:6px;
  474. line-height:120%;
  475. font-size:8px;
  476. letter-spacing:1px;
  477. font-family:Hind;
  478. text-align:center;
  479. -moz-transition-duration:0.5s;
  480. -webkit-transition-duration:0.5s;
  481. -o-transition-duration:0.5s;
  482. }
  483.  
  484. .tags a {
  485. padding:4px;
  486. color:{color:Text};
  487. }
  488.  
  489. .tags a:hover {
  490. text-decoration:underline;
  491. color:{color:Link Hover};
  492. }
  493.  
  494. .postnote {
  495. width:400px;
  496. text-transform:lowercase;
  497. font-size: {text:Body Font Size};
  498. font-family: {text:Body Font};
  499. text-align:left;
  500. line-height:90%;
  501. margin-top:40px;
  502. }
  503.  
  504. .postnote li {
  505. list-style-type:none;
  506. border-bottom:1px solid {color:Info Border};
  507. padding:37px 0px 3px 0px;
  508. text-align:left;
  509. margin:0px;
  510. -moz-transition-duration:0.5s;
  511. -webkit-transition-duration:0.5s;
  512. -o-transition-duration:0.5s;
  513. }
  514.  
  515. .postnote img {
  516. width:20px;
  517. padding: 3px;
  518. margin:2px 7px -3px 6px;
  519. text-align:left;
  520. margin:2px 7px -3px 6px;
  521. border:2px solid {color:Info Border};
  522. border-radius:100px;
  523. -webkit-border-radius:100px;
  524. -moz-border-radius:100px;
  525. }
  526.  
  527. .music {
  528. width:400px;
  529. {block:ifShow400pxposts}
  530. width:400px;
  531. {/block:ifShow400pxposts}
  532. padding-bottom:10px;
  533. }
  534.  
  535. .albumart {
  536. float:left;
  537. width:50px;
  538. padding: 3px;
  539. margin:2px 7px -3px 6px;
  540. border:2px solid {color:Info Border};
  541. border-radius:100px;
  542. -webkit-border-radius:100px;
  543. -moz-border-radius:100px;
  544. }
  545.  
  546. .playercontainer {
  547. text-align:left;
  548. padding-top:15px;
  549. width:450px;
  550. {block:ifShow400pxposts}
  551. width:350px;
  552. {/block:ifShow400pxposts}
  553. }
  554.  
  555. .musicinfo {
  556. padding:10px;
  557. margin-top:20px;
  558. font-size: {text:Body Font Size};
  559. font-family: {text:Body Font};
  560. color:{color:Text};
  561. }
  562.  
  563. .quote {
  564. font-family:arial;
  565. font-size:17px;
  566. letter-spacing:-1px;
  567. font-style:none;
  568. font-weight:bold;
  569. line-height:100%;
  570. text-align:center;
  571. }
  572.  
  573. .source {
  574. font-family:calibri;
  575. font-size:10px;
  576. font-style:normal;
  577. text-align:center;
  578. line-height:17px;
  579. }
  580.  
  581. .chat ol {
  582. font-size: {text:Body Font Size};
  583. font-family: {text:Body Font};
  584. line-height:100%;
  585. padding:0px;
  586. list-style:none;
  587. }
  588.  
  589. .label {
  590. font-size: {text:Body Font Size};
  591. font-family: {text:Body Font};
  592. font-weight:bold;
  593. color:{color:Text};
  594. }
  595.  
  596. .line.odd {
  597. padding:4px;
  598. margin-bottom:2px;
  599. }
  600.  
  601. .line.even {
  602. padding:4px;
  603. margin-bottom:2px;
  604. }
  605.  
  606. .ask {
  607. width:400px;
  608. font-size: {text:Body Font Size};
  609. font-family: {text:Body Font};
  610. text-transform:capitalize;
  611. text-align:left;
  612. font-weight:;
  613. padding-top:4px;
  614. padding-left:7px;
  615. padding-bottom:8px;
  616. border-bottom: 1px solid {color:Questions Border};
  617. }
  618.  
  619. .ask a {
  620. color:{color:Text};
  621. }
  622.  
  623. .question {
  624. width:400px;
  625. letter-spacing:0px;
  626. margin-top:3px;
  627. padding-left:7px;
  628. padding-bottom:8px;
  629. text-align:justify;
  630. color:{color:Text};
  631. font-size: {text:Body Font Size};
  632. font-family: {text:Body Font};
  633. }
  634.  
  635. .answer {
  636. width:400px;
  637. letter-spacing:0px;
  638. text-align:justify;
  639. padding-top:5px;
  640. margin-bottom:1px;
  641. font-size: {text:Body Font Size};
  642. font-family: {text:Body Font};
  643. color:{color:Text};
  644. }
  645.  
  646. .askimg {
  647. padding: 3px;
  648. margin:2px 7px -3px 6px;
  649. }
  650.  
  651. .credit {
  652. font-family:arial;
  653. margin-top:-7px;
  654. font-size:8px;
  655. letter-spacing:1px;
  656. text-transform:uppercase;
  657. text-align:right;
  658. }
  659.  
  660. .credit a {
  661. font-style:normal;
  662. padding:3px;
  663. color:{color:text};
  664. -moz-transition-duration:0.5s;
  665. -webkit-transition-duration:0.5s;
  666. -o-transition-duration:0.5s;
  667. }
  668.  
  669. </style>
  670. </head>
  671.  
  672.  
  673. <body>
  674. <div class="container">
  675. <div class="bottom">
  676. {block:Pagination}
  677. {block:PreviousPage}
  678. <a href="{PreviousPage}"> ‹ </a>
  679. {/block:PreviousPage}
  680. {block:JumpPagination length="6"}
  681. {block:CurrentPage}
  682. <span class="current_page">{PageNumber}</span>
  683. {/block:CurrentPage}
  684. {block:JumpPage}
  685. <a class="jump_page" href="{URL}">{PageNumber}</a>
  686. {/block:JumpPage}
  687. {/block:JumpPagination}
  688. {block:NextPage}
  689. <a href="{NextPage}"> › </a>
  690. {/block:NextPage}
  691. {/block:Pagination}
  692. <div class="credit">
  693. <a href="http://scottisbae.tumblr.com/">scottisbae</a>
  694. </div>
  695. </div>
  696. <div class="sidebar">
  697. <div class="sidebarmain">
  698. <div class="sidebar2">
  699. <img src="{image:sidebar}" class="sidebarimage">
  700. <div class="title">
  701. <a href="/">
  702. {text:Title}
  703. </a></div>
  704. <div class="sidebarlinks">
  705. {block:ifShowLink1}
  706. <a title="{text:link1 hover}" href="{text:link1 url}">001.</a>
  707. {/block:IfShowLink1}
  708. {block:ifShowLink2}›
  709. <a title="{text:link2 hover}" href="{text:link2 url}">002.</a>
  710. {/block:IfShowLink2}
  711. {block:ifShowLink3}›
  712. <a title="{text:link3 hover}" href="{text:link3 url}">003.
  713. </a>
  714. {/block:IfShowLink3}
  715. <center><p><div class="borderlinks"></div></p></center>
  716. <small><a href="/">home</a> › <a href="/ask">questions</a></small>
  717. </div>
  718. </div>
  719. <div class="sidebar3">
  720. <div class="description">
  721. {Description}
  722. </div>
  723. </div>
  724. </div>
  725. </div>
  726.  
  727. <div class="postscontainer">
  728.  
  729. {block:Posts}
  730. <div class="posts">
  731.  
  732.  
  733. {block:Text}
  734. {block:Title}<h2>{Title}</h2>{/block:Title}
  735. {Body}
  736. {/block:Text}
  737.  
  738. {block:Quote}<div class="quote">&#8220;{Quote}&#8221;</div><center><div class="source">&mdash; {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
  739.  
  740. {/block:Quote}
  741.  
  742. {block:Link}
  743. <h2><a href="{URL}">{Name}</a></h2>
  744. {block:Description}{Description}{/block:Description}
  745. {/block:Link}
  746.  
  747. {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}
  748. </ol></div>{/block:Chat}
  749.  
  750. {block:Answer}<div class="ask"><span style="font-weight:bold;">{Asker}:</span><span style="text-transform:none;"> {Question}</span></div><div class="answer">{Answer}</div>{/block:answer}
  751.  
  752. {block:Photo}
  753. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  754. {/block:Photo}
  755.  
  756. {block:Photoset}{Photoset-400}
  757. {block:Caption}{Caption}{/block:Caption}
  758. {/block:Photoset}
  759.  
  760. {block:Audio}<div class="music">{block:AlbumArt}<img src="{AlbumArtURL}" class="albumart">{/block:AlbumArt}
  761. <div class="playercontainer">{AudioPlayerWhite}</div>
  762. <div class="musicinfo">{block:TrackName} {TrackName} {/block:TrackName} {block:Artist}by {Artist} {/block:Artist}</div>
  763. {block:Caption}{Caption}{/block:Caption}<br></div>{/block:Audio}
  764.  
  765. {block:Video}{Video-400}
  766. {block:Caption}{Caption}{/block:Caption}
  767. {/block:Video}
  768.  
  769. {block:Date}<div class="info"><a title="{timeago}" href="{Permalink}"><u>{shortmonth} {dayofmonth}</a></u> at <u>{12HourWithZero}:{Minutes} {CapitalAmPm}</u> {block:NoteCount} · ({NoteCount}){/block:NoteCount} {block:PermalinkPage} {block:RebloggedFrom}— <a href="{ReblogParentURL}">via</a>{block:ContentSource} <span style="color:{color:linkinfo}"><a href="{SourceURL}"></a><a href="{ReblogRootURL}"><span style="color:{color:linkinfo}">©</a></span>{/block:ContentSource}{/block:RebloggedFrom}{/block:PermalinkPage}</div>
  770. {/block:Date}
  771.  
  772. {block:HasTags}
  773. <div class="tags">
  774. {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
  775. </div>
  776. {/block:HasTags}
  777.  
  778. <div class="postnote">
  779. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  780.  
  781. </div>
  782. {/block:Posts}
  783.  
  784.  
  785. </div>
  786. </div>
  787. </div>
  788. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement