Advertisement
missskinnylove

Theme 3 - Kat Pierce (OLD)

Mar 6th, 2012
7,560
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.68 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2.  
  3.  
  4. <!-----THEME BY MISSSKINNYLOVE.TUMBLR ------>
  5.  
  6. <!----- please do not steal or remove the credits! Thank you. ------>
  7.  
  8.  
  9. <html>
  10.  
  11. <head>
  12.  
  13. <!-- DEFAULT VARIABLES -->
  14.  
  15.  
  16. <meta name="image:Background" content="" />
  17. <meta name="image:RightSbarImg" content="" />
  18. <meta name="image:SidebarImg1" content="" />
  19. <meta name="image:SidebarImg2" content="" />
  20. <meta name="image:SidebarImg3" content="" />
  21. <meta name="image:SidebarLeft" content="" />
  22.  
  23. <meta name="color:Background" content="#000000" />
  24. <meta name="color:SidebarLeft" content="#000000" />
  25. <meta name="color:DescriptionBg" content="#35082f" />
  26. <meta name="color:Borders" content="#883d69" />
  27. <meta name="color:Topbar" content="#330033" />
  28.  
  29. <meta name="color:Links" content="#ec0584" />
  30. <meta name="color:LinksHover" content="#94517b" />
  31.  
  32. <meta name="color:Posts" content="#35082f" />
  33. <meta name="color:PostsBg" content="#000000" />
  34. <meta name="color:Permalink" content="#35082f" />
  35. <meta name="color:InfoHover" content="#6f255f" />
  36. <meta name="color:Title" content="#b9337c" />
  37. <meta name="color:Text" content="#92166e" />
  38.  
  39.  
  40. <meta name="font:Body" content="georgia" />
  41. <meta name="font:Title" content="georgia" />
  42.  
  43. <meta name="text:TopTitle" content="" />
  44.  
  45. <meta name="text:Link1" content="" />   
  46. <meta name="text:Link1 URL" content="" />   
  47. <meta name="text:Link2" content="" />   
  48. <meta name="text:Link2 URL" content="" />   
  49. <meta name="text:Link3" content="" />   
  50. <meta name="text:Link3 URL" content="" />
  51. <meta name="text:Link4" content="" />   
  52. <meta name="text:Link4 URL" content="" />   
  53. <meta name="text:Link5" content="" />   
  54. <meta name="text:Link5 URL" content="" />
  55.  
  56. <meta name="if:ShowLink1" content="0" />
  57. <meta name="if:ShowLink2" content="0" />
  58. <meta name="if:ShowLink3" content="0" />
  59. <meta name="if:ShowLink4" content="0" />
  60. <meta name="if:ShowLink5" content="0" />
  61. <meta name="if:ShowSidebarImage" content="0" />
  62.  
  63. <meta name="if:ShowTopTitle" content="0" />
  64.  
  65. <meta name="text:BackgroundRepeat" content="no-repeat" />
  66.  
  67.  
  68.  
  69.  
  70. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  71. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  72.  
  73. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  74. <link rel="shortcut icon" href="{Favicon}" />
  75. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  76.  
  77.  
  78.  
  79.  
  80.  
  81. <style type="text/css">
  82.  
  83. body {
  84. color:{color:Text};
  85. background-color:{color:Background};
  86. background-image: url('{image:Background}');
  87. background-attachment:fixed;
  88. background-repeat: {text:BackgroundRepeat};
  89. font-size: 11px;
  90. font-family:{font:Body};
  91. line-height:110%;
  92. text-align:justify
  93. }
  94.  
  95.  
  96. /* links */
  97.  
  98. a:link, a:active, a:visited{
  99. color: {color:Links};
  100. text-decoration:none;
  101. -webkit-transition: all 0.6s ease-in-out;
  102. -moz-transition: all 0.6s ease-in-out;
  103. -o-transition: all 0.6s ease-in-out;
  104. -ms-transition: all 0.6s ease-in-out;
  105. transition: all 0.6s ease-in-out;
  106. }
  107.  
  108. a:hover{
  109. color:{color:LinksHover};
  110. -webkit-transition: all 0.6s ease-in-out;
  111. -moz-transition: all 0.6s ease-in-out;
  112. -o-transition: all 0.6s ease-in-out;
  113. -ms-transition: all 0.6s ease-in-out;
  114. transition: all 0.6s ease-in-out;
  115. }
  116.  
  117.  
  118.  
  119. /* sidebar left */
  120.  
  121. #leftlinks {
  122. background-color:{color:SidebarLeft};
  123. padding-top:225px;
  124. padding-left:0px;
  125. margin-top:-40px;
  126. margin-left:2px;
  127. height:100%;
  128. position:fixed;
  129. width: 90px;
  130. border-right:0px solid {color:Borders};
  131. text-align: center;
  132. }
  133.  
  134. #leftlinks a {
  135. color: {color:Links};
  136. background-color:{color:Permalink};
  137. border-top:3px solid {color:Borders};
  138. padding:10px 40px 10px 10px;
  139. width:25px;
  140. height:auto; /* auto */
  141. margin-bottom:10px;
  142. margin-left:-5px;
  143. display:inline-block;
  144. font-family: arial;
  145. font-size: 10px;
  146. text-align: center;
  147. text-transform:uppercase;
  148. letter-spacing:1px;
  149. -webkit-transition: all 0.5s ease-in-out;
  150. -moz-transition: all 0.5s ease-in-out;
  151. -o-transition: all 0.5s ease-in-out;
  152. -ms-transition: all 0.5s ease-in-out;
  153. transition: all 0.5s ease-in-out;
  154. -webkit-border-radius: 5px;
  155. -moz-border-radius: 5px;
  156. border-radius: 5px;
  157.  
  158. }
  159.  
  160. #leftlinks a:hover {
  161. background-color:{color:Background};
  162. color:{color:LinksHover};
  163. border-left:2px solid {color:Borders};
  164. -webkit-transition: all 0.5s ease-in-out;
  165. -moz-transition: all 0.5s ease-in-out;
  166. -o-transition: all 0.5s ease-in-out;
  167. -ms-transition: all 0.5s ease-in-out;
  168. transition: all 0.5s ease-in-out;
  169. }
  170.  
  171.  
  172. .pagination {
  173. display: block;
  174. font-size: 10px;
  175. letter-spacing: 0px;
  176. text-align:center;
  177.  
  178. padding-top: -55px;
  179. color: {color:Titles};
  180. }
  181.  
  182.  
  183.  
  184. /* sidebar right - circles */
  185.  
  186. #sidebar {
  187. background-color:{links};
  188. width:250px;
  189. float: left;
  190. position: fixed;
  191. margin-left: 980px;
  192. font-family: georgia;
  193. font-size:10px;
  194. margin-top:-20px;
  195. height: auto;
  196. padding:7px;
  197. z-index:999;
  198. }
  199.  
  200.  
  201. #sbarimg img {
  202. width:200px;
  203. height:200px;
  204. -webkit-border-radius: 100px;
  205. -moz-border-radius: 100px;
  206. border-radius: 100px;
  207. t;
  208. }
  209.  
  210. #sbarimg:hover {
  211. filter:alpha(opacity=80);
  212. -moz-opacity:0.8;
  213. -khtml-opacity: 0.8;
  214. opacity: 0.8;
  215. -webkit-transition: all 0.6s ease-in-out;
  216. -moz-transition: all 0.6s ease-in-out;
  217. -o-transition: all 0.6s ease-in-out;
  218. -ms-transition: all 0.6s ease-in-out;
  219. transition: all 0.6s ease-in-ou
  220. }
  221.  
  222.  
  223. #sbarimg2 img {
  224. width:250px;
  225. height:250px;
  226. margin-top:-10px;
  227. -webkit-border-radius: 200px;
  228. -moz-border-radius: 200px;
  229. border-radius: 200px;
  230. }
  231.  
  232. #sbarimg2:hover {
  233. filter:alpha(opacity=80);
  234. -moz-opacity:0.8;
  235. -khtml-opacity: 0.8;
  236. opacity: 0.8;
  237. -webkit-transition: all 0.6s ease-in-out;
  238. -moz-transition: all 0.6s ease-in-out;
  239. -o-transition: all 0.6s ease-in-out;
  240. -ms-transition: all 0.6s ease-in-out;
  241. transition: all 0.6s ease-in-ou
  242. }
  243.  
  244.  
  245. #sbarimg3 img {
  246. width:200px;
  247. height:200px;
  248. margin-top:-10px;
  249. -webkit-border-radius: 100px;
  250. -moz-border-radius: 100px;
  251. border-radius: 100px;
  252. -webkit-transition: all 0.6s ease-in-out;
  253. -moz-transition: all 0.6s ease-in-out;
  254. -o-transition: all 0.6s ease-in-out;
  255. -ms-transition: all 0.6s ease-in-out;
  256. transition: all 0.6s ease-in-out;
  257. }
  258.  
  259. #sbarimg3:hover {
  260. filter:alpha(opacity=80);
  261. -moz-opacity:0.8;
  262. -khtml-opacity: 0.8;
  263. opacity: 0.8;
  264. -webkit-transition: all 0.6s ease-in-out;
  265. -moz-transition: all 0.6s ease-in-out;
  266. -o-transition: all 0.6s ease-in-out;
  267. -ms-transition: all 0.6s ease-in-out;
  268. transition: all 0.6s ease-in-ou
  269. }
  270.  
  271.  
  272.  
  273. /* TITLE */
  274.  
  275. .toptitle{
  276. font-size:40px;
  277. font-family:'MiamaRegular';
  278. text-align:left;
  279. color:{color:Title};
  280. background-color:{color:Topbar};
  281. position:fixed;
  282. width:100%;
  283. height:20px;
  284. top:-15px;
  285. padding-top:30px;
  286. z-index:100;
  287. margin-left:-10px;
  288. margin-top:30px;
  289. padding-left:370px;
  290. border-bottom:1px solid {color:Borders};
  291. }
  292.  
  293.  
  294. /* OPTIONAL FONTS - they work only with firefox, chrome, opera nad safari*/
  295.  
  296. @font-face {
  297. font-family: 'TangerineRegular';
  298. src: url('http://static.tumblr.com/1p1nuco/lZmm040hn/tangerine_regular-webfont.eot');
  299. src: url('http://static.tumblr.com/1p1nuco/lZmm040hn/tangerine_regular-webfont.eot?#iefix') format('embedded-opentype'),
  300. url('http://static.tumblr.com/1p1nuco/ebem040yi/tangerine_regular-webfont.woff') format('woff'),
  301. url('http://static.tumblr.com/1p1nuco/1k5m03xdi/tangerine_regular-webfont.ttf') format('truetype'),
  302. url('http://static.tumblr.com/1p1nuco/8Jhm040zv/tangerine_regular-webfont.svg#TangerineRegular') format('svg');
  303. font-weight: normal;
  304. font-style: normal;
  305.  
  306. }
  307.  
  308.  
  309.  
  310. @font-face {
  311. font-family: 'WindsongRegular';
  312. src: url('http://static.tumblr.com/1p1nuco/JSVm041ix/windsong-webfont.eot');
  313. src: url('http://static.tumblr.com/1p1nuco/JSVm041ix/windsong-webfont.eot?#iefix') format('embedded-opentype'),
  314. url('http://static.tumblr.com/1p1nuco/EvIm041mq/windsong-webfont.woff') format('woff'),
  315. url('http://static.tumblr.com/1p1nuco/EFym041l6/windsong-webfont.ttf') format('truetype'),
  316. url('http://static.tumblr.com/1p1nuco/A15m041k8/windsong-webfont.svg#WindsongRegular') format('svg');
  317. font-weight: normal;
  318. font-style: normal;
  319.  
  320. }
  321.  
  322. @font-face {
  323. font-family: 'MiamaRegular';
  324. src: url('http://static.tumblr.com/1p1nuco/eRxm0h1ho/miama-webfont.eot');
  325. src: url('http://static.tumblr.com/1p1nuco/eRxm0h1ho/miama-webfont.eot?#iefix') format('embedded-opentype'),
  326. url('http://static.tumblr.com/1p1nuco/z4Im0h1l1/miama-webfont.woff') format('woff'),
  327. url('http://static.tumblr.com/1p1nuco/Ijjm0h1ma/miama-webfont.ttf') format('truetype'),
  328. url('http://static.tumblr.com/1p1nuco/Lm1m0h1nf/miama-webfont.svg#MiamaRegular') format('svg');
  329. font-weight: normal;
  330. font-style: normal;
  331.  
  332. }
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339. /* POSTS */
  340.  
  341.  
  342. #entries {
  343. margin-left:450px;
  344. margin-top:-25px;
  345. max-width:505px;
  346. text-align: justify;
  347. border-left:0px solid {color:Borders};
  348. border-right:0px solid {color:Borders};
  349. }
  350.  
  351.  
  352. #posts {
  353. max-width:505px;
  354. text-align: justify;
  355. background: {color:Posts};
  356. margin-bottom:5px;
  357. padding:3px;
  358. }
  359.  
  360.  
  361. #info {
  362. text-align:center;
  363. font-family:georgia;
  364. font-size: 10px;
  365. text-transform:lowercase;
  366. background-color:{color:Permalink};
  367. padding:3px;
  368. margin-left:5px;
  369. margin-right:5px;
  370. margin-bottom:10px;
  371. border-bottom:1px solid {color:border};
  372. }
  373.  
  374.  
  375. #info a:hover{
  376. color:{color:InfoHover};
  377. font-style: bold;
  378. -webkit-transition: opacity 0.7s linear;
  379. opacity: 0.7s;
  380. -webkit-transition: all 0.3s ease-out;
  381. -moz-transition: all 0.3s ease-out;
  382. transition: all 0.3s ease-out;
  383. padding-left: 10px;
  384. border-left:0px solid {color:Borders}}
  385.  
  386.  
  387. .date {
  388. text-align:left;
  389. }
  390.  
  391. .source {
  392. margin-bottom:10px;
  393. margin-top:-10px;
  394. text-align:right;
  395. }
  396.  
  397. .tags {
  398. margin-top:-10px;
  399. }
  400.  
  401.  
  402.  
  403. .notes {
  404. width:450px;
  405. position:relative;
  406. top:1px;
  407. }
  408.  
  409.  
  410.  
  411. /* SIDEBAR */
  412.  
  413. #title {
  414. width: 310px;
  415. margin-left:110px;
  416. margin-top: 10px;
  417. padding: 5px;
  418. text-align: center;
  419. position: fixed;
  420. font-size:30px;
  421. border-bottom:1px solid {color:Borders};
  422. font-family:TangerineRegular;
  423. line-height:65%;
  424. /*font-weight:bold;*/
  425. }
  426.  
  427. a:hover{
  428. color:{color:Background};
  429. }
  430.  
  431.  
  432.  
  433. #descriptionbg {
  434. font-size:10px;
  435. width:290px;
  436. height:auto;
  437. background-color:{color:DescriptionBg};
  438. letter-spacing:1px;
  439. padding:5px;
  440. margin-left:0px
  441. -webkit-border-radius: 10px;
  442. -moz-border-radius: 10px;
  443. border-radius: 10px;
  444. }
  445.  
  446.  
  447. #sbar {
  448. width: 300px;
  449. height: auto;
  450. float: center;
  451. margin-left:120px;
  452. margin-top:50px;
  453. padding: 0px;
  454. padding-top: 0px;
  455. text-align: center;
  456. position: fixed;
  457. padding-bottom: 15px;
  458. -webkit-border-radius: 20px;
  459. -moz-border-radius: 20px;
  460. border-radius: 20px;
  461. }
  462.  
  463. #simg img{
  464. margin-top: 0px;
  465. width:300px;
  466. height:auto;
  467. text-align: center
  468. -webkit-border-radius: 150px;
  469. -moz-border-radius: 150px;
  470. border-radius: 150px;
  471. }
  472.  
  473.  
  474. /* rest */
  475.  
  476. h1{
  477. color:{color:Title};
  478. font-family:'TangerineRegular';
  479. font-size:25px;
  480. line-height:20px;
  481. letter-spacing:0px;
  482. font-weight:normal;
  483. margin:0px;
  484. padding:0px;
  485. text-align:left}
  486. text-transform:lowercase;
  487.  
  488. h2{
  489. color:{color:Title};
  490. font-family:{font:Text};
  491. font-size:12px;
  492. line-height:12px;
  493. letter-spacing:0px;
  494. font-weight:normal;
  495. text-transform:lowercase;
  496. margin:0px;
  497. padding:0px;
  498. margin-bottom:-0px;
  499. text-align:left}
  500.  
  501. h3{
  502. color:{color:Links};
  503. font-family:georgia;
  504. font-size:13px;
  505. letter-spacing:1px;
  506. font-weight:normal;
  507. font-style:normal;
  508. text-transform:lowercase;
  509. line-height:15px;
  510. margin-top:-4px;
  511. margin-bottom:-10px;
  512. text-align:center}
  513.  
  514. h3 a:hover{background-color:Background}
  515.  
  516.  
  517.  
  518. #question {
  519. background-color:{color:Posts};
  520. color:{color:Text};
  521. font-family:georgia;
  522. font-size:10px;
  523. letter-spacing:1px;
  524. padding:10px;
  525. }
  526.  
  527. #question a {
  528. color:{color:Link};
  529. }
  530.  
  531. #question a:hover {
  532. color:{color:LinksHover};
  533. }
  534.  
  535. .star {
  536. margin-left:280px;
  537. margin-top:-2px;
  538. color:{color:Borders};
  539. font-size:25px;
  540. }
  541.  
  542. #asker {
  543. width:500px;
  544. margin-left:250px;
  545. margin-top:5px;
  546. padding:5px;
  547. font-family:{font:Text};
  548. text-align:left;
  549. font-style:italic;
  550. text-transform:lowercase;
  551. }
  552.  
  553. #asker a {
  554. color:{color:Links};
  555. }
  556.  
  557. #answer {
  558. margin-left:0px;
  559. }
  560.  
  561. blockquote {
  562. margin:0px 2px 0px 10px;
  563. border-left:4px solid {color:Text};
  564. padding-left:3px;
  565. }
  566.  
  567. blockquote img, blockquote a img {
  568. max-width: 490px;
  569. }
  570.  
  571. b, strong{
  572. color:{color:Title};
  573. }
  574.  
  575. i, em {
  576. color:{color:Title};
  577. }
  578.  
  579. p {
  580. margin-top:3px;
  581. margin-bottom:3px;
  582. }
  583.  
  584. img a{
  585. border:none;
  586. }
  587.  
  588. .audio{
  589. background-color:black;
  590. display:block;
  591. }
  592.  
  593. .user_1 .label {
  594. color:{color:Text};
  595. font-weight:bold;
  596. }
  597.  
  598. .user_2 .label {
  599. color:{color:Text};
  600. font-weight:bold
  601. }
  602.  
  603. ul.chat, .chat ol, .chat li {
  604. list-style:none;
  605. margin:0px;
  606. padding:0px;
  607. }
  608.  
  609. </style>
  610. <style type="text/css">{CustomCSS}</style>
  611. </head>
  612.  
  613. <body>
  614.  
  615. <br>
  616.  
  617.  
  618. <div id="leftlinks">
  619.  
  620. <a href="/">home</a><br>
  621. <a href="/ask">ask</a><br>
  622. <a href="http://missskinnylove.tumblr.com">theme</a>
  623.  
  624. {block:IfShowLink1}<a href="{text:Link1 URL}">{text:Link1}</a><br>{/block:IfShowLink1}
  625. {block:IfShowLink2}<a href="{text:Link2 URL}">{text:Link2}</a><br>{/block:IfShowLink2}
  626. {block:IfShowLink3}<a href="{text:Link3 URL}">{text:Link3}</a><br>{/block:IfShowLink3}
  627. {block:IfShowLink4}<a href="{text:Link4 URL}">{text:Link4}</a><br>{/block:IfShowLink4}
  628. {block:IfShowLink5}<a href="{text:Link5 URL}">{text:Link5}</a><br>{/block:IfShowLink5}
  629. <br>
  630. <br>
  631. <br>
  632.  
  633.  
  634.  
  635. </div>
  636.  
  637. {block:IfShowTopTitle}
  638. <div class="toptitle">{text:TopTitle}</div>
  639. <center><div id="toptitle">{Title}</div></center>{/block:IfShowTopTitle}
  640. <br>
  641. <br>
  642.  
  643.  
  644. </div>
  645.  
  646. <br>
  647. <div id="sidebar">
  648.  
  649. <div id="sbarimg">
  650. <center><img src="{image:SidebarImg1}"></center></div>
  651. <br>
  652. <div id="sbarimg2">
  653. <center><img src="{image:SidebarImg2}"></center></div>
  654. <br>
  655. <div id="sbarimg3">
  656. <center><img src="{image:SidebarImg3}"></center></div>
  657.  
  658.  
  659.  
  660. </div>
  661. <br>
  662. <br>
  663.  
  664. <div id="title" align="center"><a href="/">{Title}</a></div><br>
  665.  
  666. <div id="sbar">
  667.  
  668. <div id="simg" align="center"><img src="{image:RightSbarImg}"/></div><br>
  669. <div id="descriptionbg" align="center">{block:Description}{Description}{/block:Description}<br></div>
  670. <br>
  671.  
  672. <div class="pagination" >
  673. {block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}</div>
  674.  
  675. <br>
  676.  
  677.  
  678. </div>
  679.  
  680.  
  681.  
  682. <div id="entries">
  683.  
  684. <br>{block:Posts}
  685. <div id="posts">
  686.  
  687. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  688. {block:Text}{Body}{/block:Text}
  689. {block:Quote}<h2>"{Quote}" — {Source}</h2>{/block:Quote}
  690.  
  691.  
  692.  
  693. {block:Link}<a href="{URL}" class="Links" {Target}><h1>{Name}&nbsp;</h1></a>{block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  694.  
  695.  
  696. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  697.  
  698.  
  699. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  700.  
  701.  
  702. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  703.  
  704.  
  705. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  706. </div>
  707.  
  708. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  709.  
  710.  
  711. {block:Answer}
  712. <div id="question">{Question}</div>
  713. <div class="star">*</div>
  714. <div id="asker"><img src="{AskerPortraitURL-16}"> {Asker}</div>
  715. <div id="answer">{Answer}</div>
  716. {/block:Answer}
  717.  
  718.  
  719. <br>
  720.  
  721. <div id="info">
  722. {block:Date}<div class="date"><a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} with {block:NoteCount}<a href="{Permalink}">&hearts; {NoteCountwithLabel}</a>{/block:NoteCount}</div>{/block:Date}
  723. <div class="source">{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource} &copy; <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>
  724. <div class="tags">{block:HasTags}{block:Tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  725. </div>
  726.  
  727.  
  728. <br>
  729.  
  730. {/block:Posts}
  731. {block:PostNotes}{PostNotes}{/block:PostNotes}
  732.  
  733.  
  734. </div>
  735.  
  736.  
  737. </body>
  738. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement