Advertisement
sexycullen

146 4 icons

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