precioussammy

broken

Sep 21st, 2014
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.76 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. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}" />
  9. {/block:Description}
  10.  
  11. <head>
  12.  
  13. <!--
  14. © sunshinesthemes.tumblr.com | Base Code 1
  15. by precioussammy.tumblr.com DO NOT DELETE CREDIT
  16. -->
  17.  
  18. <!-- defaults -->
  19.  
  20. <!-- images -->
  21.  
  22. <meta name="image:Background" content=""/>
  23. <meta name="image:Sidebar" content="" />
  24.  
  25. <!-- colors -->
  26.  
  27. <meta name="color:Background" content="#ffffff" />
  28. <meta name="color:Body" content="#000000" />
  29. <meta name="color:Description" content="#000000" />
  30. <meta name="color:Title" content="#000000" />
  31. <meta name="color:Border" content="#eeeeee" />
  32. <meta name="color:Italic" content="#faacd7" />
  33. <meta name="color:NoteCount" content="#000000" />
  34. <meta name="color:Bold" content="#000000" />
  35.  
  36. <meta name="color:Tags" content="#000000" />
  37.  
  38. <meta name="color:Pagination" content="#000000" />
  39. <meta name="color:PaginationHover" content="#000000" />
  40.  
  41. <meta name="color:Link" content="#000000" />
  42.  
  43. <meta name="color:circle1" content="#000000"/>
  44. <meta name="color:circle2" content="#000000"/>
  45. <meta name="color:circle3" content="#000000"/>
  46. <meta name="color:circle4" content="#000000"/>
  47.  
  48.  
  49.  
  50. <!-- links/text -->
  51.  
  52. <meta name="text:Link1" content="/" />
  53. <meta name="text:Link Title1" content="link" />
  54. <meta name="text:Link2" content="/" />
  55. <meta name="text:Link Title2" content="link" />
  56. <meta name="text:Link3" content="/" />
  57. <meta name="text:Link Title3" content="link" />
  58. <meta name="text:Link4" content="/" />
  59. <meta name="text:Link Title4" content="link" />
  60.  
  61. <!-- tooltips -->
  62.  
  63. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  64. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  65. <script>
  66. (function($){
  67. $(document).ready(function(){
  68. $("[title]").style_my_tooltips({
  69. tip_follows_cursor:true,
  70. tip_delay_time:90,
  71. tip_fade_speed:600,
  72. attribute:"title"
  73. });
  74. });
  75. })(jQuery);
  76. </script>
  77.  
  78. <style type="text/css">
  79.  
  80. /* fonts (if you use them) */
  81.  
  82. @font-face { font-family: "cedarcursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v1/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  83.  
  84. /* scroll bar */
  85.  
  86. ::-webkit-scrollbar-thumb {
  87. background:#ccc;
  88. border: 2px solid white;
  89. height:auto;
  90. }
  91.  
  92. ::-webkit-scrollbar {
  93. height:9px;
  94. width:9px;
  95. background:#ccc;
  96. border:4px solid white;
  97. }
  98.  
  99. ::selection {
  100. background:white;
  101. }
  102.  
  103. /* body/post defaults */
  104.  
  105. h1 {
  106. font-size: 10px;
  107. text-transform: uppercase;
  108. font-family: Century Gothic;
  109. letter-spacing: 1px;
  110. color:{color:Body};
  111. }
  112.  
  113. body {
  114. background:{color:Background};
  115. {block:ifbackgroundimage}background-image:url('{image:background}');{/block:ifbackgroundimage}
  116. color:{color:Body};
  117. margin:0px;
  118. font-family:Calibri;
  119. font-style:none;
  120. font-size:10px;
  121. line-height:100%;
  122. cursor: url(http://i.imgur.com/ZOrzC.png), progress;
  123. }
  124.  
  125. a:link, a:active {
  126. text-decoration:none;
  127. color:{color:Link};
  128. }
  129.  
  130. a:visited {
  131. text-decoration:none;
  132. color:{color:Link};
  133. }
  134.  
  135. a:hover {
  136. text-decoration:none;
  137. color:{color:Links};
  138. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;
  139. -webkit-transition: all .8s linear;
  140. }
  141.  
  142. b, strong, .strong {
  143. color:{color:Bold};
  144. }
  145.  
  146. i, em, .em {
  147. color:{color:Italic};
  148. }
  149.  
  150. small{
  151. font-size:9px;
  152. }
  153.  
  154. big{
  155. font-size:12px;
  156. }
  157.  
  158. blockquote {
  159. padding-left:5px;
  160. border-left:2px solid {color:Body};
  161. }
  162.  
  163. img {
  164. border:none;
  165. }
  166.  
  167. /* tumblr controls */
  168.  
  169. iframe#tumblr_controls{
  170. white-space:nowrap;
  171. -webkit-filter: invert(100%);
  172. -moz-filter: invert(100%);
  173. -o-filter: invert(100%);
  174. -ms-filter: invert(100%);
  175. filter: invert(100%);
  176. opacity:.7;
  177. -webkit-transition: all .8s linear;
  178. }
  179.  
  180. /* posts */
  181.  
  182. #entries {
  183. width:500px;
  184. height:auto;
  185. margin-left:500px;
  186. margin-top:50px;
  187. margin-bottom:50px;
  188. }
  189.  
  190. #post {
  191. width:500px;
  192. height:auto;
  193. margin-top:20px;
  194. padding:10px;
  195. background:white;
  196. }
  197.  
  198.  
  199.  
  200.  
  201. /* sidebar */
  202.  
  203.  
  204. #sidebar {
  205. width:200px;
  206. height:200px;
  207. position:fixed;
  208. margin-left:185px;
  209. margin-top:150px;
  210. }
  211.  
  212. #title {
  213. font-size:30px;
  214. margin-top:10px;
  215. margin-left:75px;
  216. margin-bottom:1px;
  217. font-family: cedarcursive;
  218. color:{color:Title};
  219. }
  220.  
  221. #photo img {
  222. width:150px;
  223. height:150px;
  224. margin-top:10px;
  225. margin-left:10px;
  226. position:fixed;
  227. }
  228.  
  229. /* links */
  230. #links {
  231. position:fixed;
  232. width:100px;
  233. height:auto;
  234. margin-top:-9px;
  235. margin-left:10px;
  236. -webkit-transition: all .8s linear;
  237. }
  238.  
  239. #links a{
  240. font-size:3px;
  241. border-radius:100%;
  242. background:{color:Link};
  243. color:{color:Link};
  244. border:1px solid {color:Link};
  245. padding:2px;
  246. margin-top:10px;
  247. -webkit-transition: all .8s linear;
  248. }
  249.  
  250. #links a:hover {
  251. border-radius:30%;
  252. -webkit-transition: all .8s linear;
  253. }
  254.  
  255.  
  256.  
  257. /* tooltips appearance */
  258.  
  259. #s-m-t-tooltip {
  260. display:inline-block;
  261. text-align:center;
  262. color:black;
  263. font-style:bold;
  264. background:white;
  265. font-size: 6px;
  266. text-transform: uppercase;
  267. font-family: Century Gothic;
  268. letter-spacing: 1px;
  269. border-radius:2px;
  270. max-width:100px;
  271. padding:2px 3px 3px 2px;
  272. margin:20px 0px 0px 20px;
  273. z-index:9999999999999;
  274. border:1px solid {color:Border};
  275. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  276. }
  277.  
  278. /* description */
  279.  
  280. #description {
  281. font-size:9px;
  282. color:{color:Description};
  283. border-bottom:1px solid {color:Border};
  284. margin-top:160px;
  285. margin-left:5px;
  286. width:150px;
  287. height:auto;
  288. padding:5px;
  289. }
  290.  
  291. #description a {
  292. color:{color:Description};
  293. }
  294.  
  295. /* pagi */
  296.  
  297. #pagination {
  298. width:100px;
  299. margin-top:5px;
  300. margin-left:115px;
  301. text-align:left;
  302. position:fixed;
  303. padding:5px;
  304. font-size: 8px;
  305. font-family: Consolas;
  306. color:{color:Pagination};
  307. }
  308.  
  309. #pagination a {
  310. color:{color:Pagination};
  311. }
  312.  
  313. #pagination a:hover {
  314. color:{color:PaginationHover};
  315. }
  316.  
  317. /* post info */
  318.  
  319. #postinfo {
  320. margin-top:5px;
  321. padding:5px;
  322. font-size:9px;
  323. color:{color:Info};
  324. border-top:1px solid {color:Border};
  325. }
  326.  
  327. /* via & source */
  328.  
  329. #info {
  330. margin-bottom:5px;
  331. text-align:right;
  332. text-transform:uppercase;
  333. font-size:9px;
  334. color:{color:Link};
  335. font-style:none;
  336. }
  337.  
  338. /* tags */
  339.  
  340. #tags {
  341. width:490px;
  342. height:auto;
  343. color:{color:Tags};
  344. margin-top:5px;
  345. text-align:left;
  346. -webkit-transition: all .8s linear;
  347. }
  348.  
  349. #tags a {
  350. display:inline;
  351. text-transform:none;
  352. font-family:cambria;
  353. font-style:italic;
  354. color:{color:Tags};
  355. font-size:8px;
  356. letter-spacing:1px;
  357. line-height:120%;
  358. -webkit-transition: all .8s linear;
  359. }
  360.  
  361. /* asks */
  362.  
  363.  
  364.  
  365. #asker {
  366. display:block;
  367. font-size: 8px;
  368. text-transform: uppercase;
  369. font-family: Century Gothic;
  370. letter-spacing: 1px;
  371. color:{color:Body};
  372. border-bottom:1px solid {color:Border};
  373. }
  374.  
  375.  
  376. #answer {
  377. font-size: 10px;
  378. text-transform:none;
  379. font-style:none;
  380. text-align:left;
  381. padding:0px;
  382. height:auto;
  383. }
  384.  
  385. #answer a{
  386. text-align:left;
  387. }
  388.  
  389. /* audio player */
  390.  
  391. .cover {
  392. width:80px;
  393. height:80px;
  394. padding:5px;
  395. margin-top:0px;
  396. border:1px solid {color:Border};
  397. }
  398.  
  399. .playbox {
  400. background:white;
  401. position: absolute;
  402. z-index: 1000;
  403. margin-top: -65px;
  404. margin-left: 26px;
  405. border-radius:100%;
  406. opacity:.5;
  407. -webkit-transition: all .8s linear;
  408. }
  409.  
  410. .playbox:hover {
  411. opacity:1;
  412. -webkit-transition: all .8s linear;
  413. }
  414.  
  415. .playbutton {
  416. width: 20px;
  417. height: 30px;
  418. overflow: hidden;
  419. position: relative;
  420. z-index: 1000;
  421. margin: 5px 14px 3px 6px;
  422. }
  423.  
  424. .audioinfo {
  425. display:inline;
  426. float:right;
  427. width:auto;
  428. height:auto;
  429. text-align:center;
  430. padding:10px;
  431. font-size: 9px;
  432. text-transform: uppercase;
  433. font-family: Century Gothic;
  434. letter-spacing: 1px;
  435. border:1px solid {color:Border};
  436. }
  437.  
  438. /* quotes */
  439.  
  440. .quote{
  441. text-align:right;
  442. font-size: 9px;
  443. text-transform: uppercase;
  444. font-family: Century Gothic;
  445. letter-spacing: 1px;
  446. border:1px solid {color:Border};
  447. padding:5px;
  448. }
  449.  
  450. .source {
  451. text-align:left;
  452. font-size: 9px;
  453. text-transform: uppercase;
  454. font-family: Century Gothic;
  455. letter-spacing: 1px;
  456. padding:5px;
  457. margin-left:30px;
  458. margin-top:5px;
  459. }
  460.  
  461. /* credit */
  462.  
  463. #cred {
  464. position:fixed;
  465. right:-160px;
  466. bottom:10px;
  467. padding:5px;
  468. width:auto;
  469. height:auto;
  470. background:white;
  471. color:{color:Body};
  472. border: 1px solid {color:Border};
  473. -webkit-transition: all 1s linear;
  474. }
  475.  
  476. #cred a{
  477. text-align:center;
  478. color:{color:Body};
  479. font-style:bold;
  480. font-size: 6px;
  481. text-transform: uppercase;
  482. font-family: Century Gothic;
  483. letter-spacing: 1px;
  484. border-radius:2px;
  485. }
  486.  
  487. #cred img {
  488. height:auto;
  489. width:auto;
  490. position:fixed;
  491. bottom:10px;
  492. right:10px;
  493. -webkit-transition: all 1s linear;
  494. }
  495.  
  496. #cred:hover {
  497. right:30px;
  498. -webkit-transition: all 1s linear;
  499. }
  500.  
  501. /* updates tab */
  502.  
  503. /* BOX 1 */
  504.  
  505. #box {
  506. position:fixed;
  507. top:440px;
  508. left:202px;
  509. border:0px solid #828282;
  510. border-radius:36px;
  511. width:5px;
  512. height:5px;
  513. background:{color:circle1};
  514. padding:2px;
  515. z-index:999999999;
  516. -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  517. }
  518.  
  519.  
  520. #box:hover {
  521. height:200px;
  522. width:95px;
  523. background:#fff;
  524. border-radius:0px;
  525. border:0px solid #828282;
  526. }
  527.  
  528. #box:hover #cont {
  529. opacity:1;
  530. width:90px;
  531. height:200px;
  532. }
  533.  
  534. #cont {
  535. position:fixed;
  536. font-size:10px;
  537. padding:2px;
  538. text-align:center;
  539. overflow:hidden;
  540. font-size:9px;
  541. width:0;
  542. height:0;
  543. opacity:0;
  544. z-index:999999999;
  545. -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  546. }
  547.  
  548. /* BOX 2 */
  549.  
  550. #box2 {
  551. position:fixed;
  552. top:440px;
  553. left:222px;
  554. border:0px solid #828282;
  555. border-radius:36px;
  556. width:5px;
  557. height:5px;
  558. background:{color:circle2};
  559. padding:2px;
  560. z-index:9999999;
  561. -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  562. }
  563.  
  564.  
  565. #box2:hover {
  566. height:200px;
  567. width:95px;
  568. background:#fff;
  569. border-radius:0px;
  570. border:0px solid #828282;
  571. }
  572.  
  573. #box2:hover #cont2 {
  574. opacity:1;
  575. width:90px;
  576. height:200px;
  577. }
  578.  
  579. #cont2 {
  580. position:fixed;
  581. font-size:10px;
  582. padding:2px;
  583. text-align:center;
  584. overflow:hidden;
  585. font-size:9px;
  586. width:0;
  587. height:0;
  588. opacity:0;
  589. z-index:99999;
  590. -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  591. }
  592.  
  593. /* BOX 3 */
  594.  
  595. #box3 {
  596. position:fixed;
  597. top:440px;
  598. left:242px;
  599. border:0px solid #828282;
  600. border-radius:36px;
  601. width:5px;
  602. height:5px;
  603. background:{color:circle3};
  604. padding:2px;
  605. z-index:99999;
  606. -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  607. }
  608.  
  609.  
  610. #box3:hover {
  611. height:200px;
  612. width:95px;
  613. background:#fff;
  614. border-radius:0px;
  615. border:0px solid #828282;
  616. }
  617.  
  618. #box3:hover #cont3 {
  619. opacity:1;
  620. width:90px;
  621. height:200px;
  622. }
  623.  
  624. #cont3 {
  625. position:fixed;
  626. font-size:10px;
  627. padding:2px;
  628. text-align:center;
  629. overflow:hidden;
  630. font-size:9px;
  631. width:0;
  632. height:0;
  633. opacity:0;
  634. z-index:99999;
  635. -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  636. }
  637.  
  638.  
  639.  
  640. /* BOX 4 */
  641.  
  642. #box4 {
  643. position:fixed;
  644. top:440px;
  645. left:262px;
  646. border:0px solid #828282;
  647. border-radius:36px;
  648. width:5px;
  649. height:5px;
  650. background:{color:circle4};
  651. padding:2px;
  652. z-index:9999;
  653. -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  654. }
  655.  
  656.  
  657. #box4:hover {
  658. height:200px;
  659. width:100px;
  660. background:#fff;
  661. border-radius:0px;
  662. border:0px solid #828282;
  663. }
  664.  
  665. #box4:hover #cont4 {
  666. opacity:1;
  667. width:95px;
  668. height:200px;
  669. }
  670.  
  671. #cont4 {
  672. position:fixed;
  673. font-size:10px;
  674. padding:2px;
  675. text-align:center;
  676. overflow:hidden;
  677. font-size:9px;
  678. width:0;
  679. height:0;
  680. opacity:0;
  681. z-index:99;
  682. -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  683. }
  684.  
  685. </style>
  686.  
  687. <!-- updates tab -->
  688.  
  689. <div id="box">
  690. <div id="cont">
  691. <br>
  692.  
  693. enter updates here
  694.  
  695. </div>
  696. </div>
  697.  
  698.  
  699. </div>
  700. </div>
  701.  
  702.  
  703. <div id="box2">
  704. <div id="cont2">
  705. <br>
  706.  
  707. enter updates here
  708.  
  709.  
  710. </div>
  711. </div>
  712.  
  713. <div id="box3">
  714. <div id="cont3">
  715. <br>
  716.  
  717. enter updates here
  718.  
  719. </div>
  720. </div>
  721.  
  722. <div id="box4">
  723. <div id="cont4">
  724. <br>
  725.  
  726. enter updates here
  727.  
  728. </div>
  729. </div>
  730.  
  731. <!-- updates tab end -->
  732.  
  733.  
  734. <div id="sidebar">
  735.  
  736. <div id="title">{Title}</div>
  737.  
  738. <div id="links">
  739. <a href="/"title="home">3</a>
  740. <a href="/ask"title="ask">3</a>
  741. {block:ifLink1}<a href="{text:Link1}"title="{text:Link Title1}">3</a>{/block:ifLink1}
  742. {block:ifLink2}<a href="{text:Link2}"title="{text:Link Title2}">3</a>{/block:ifLink2}
  743. {block:ifLink3}<a href="{text:Link3}"title="{text:Link Title3}">3</a>{/block:ifLink3}
  744. {block:ifLink4}<a href="{text:Link4}"title="{text:Link Title4}">3</a>{/block:ifLink4}
  745. </div>
  746.  
  747. <div id="photo"><img src="{image:sidebar}"></div>
  748.  
  749. <div id="description">{Description}</div>
  750.  
  751.  
  752.  
  753. {block:Pagination}
  754. <div id="pagination">
  755. {block:PreviousPage}
  756. <a href="{PreviousPage}">-</a>
  757. {/block:PreviousPage}
  758.  
  759. {block:JumpPagination length="5"}
  760. {block:CurrentPage}
  761. <span class="current_page">{PageNumber}</span>
  762. {/block:CurrentPage}
  763.  
  764. {block:JumpPage}
  765. <a class="jump_page" href="{URL}">{PageNumber}</a>
  766. {/block:JumpPage}
  767. {/block:JumpPagination}
  768.  
  769. {block:NextPage}
  770. <a href="{NextPage}">+</a>
  771. {/block:NextPage}
  772. </div>
  773. {/block:Pagination}
  774.  
  775. </div>
  776.  
  777.  
  778. <div id="entries">
  779.  
  780. {block:Posts}
  781.  
  782. <div id="post">
  783.  
  784. {block:Text}
  785. <h1>{block:Title}<b>{Title}</b>{/block:Title}</h1>
  786. {Body}
  787. {/block:Text}
  788.  
  789. {block:Photo}
  790. {LinkOpenTag}
  791. <img src="{PhotoURL-500}" />
  792. {LinkCloseTag}
  793. {block:Caption}{Caption}{/block:Caption}
  794. {/block:Photo}
  795.  
  796. {block:Photoset}
  797. {Photoset-500}
  798. {block:Caption}{Caption}{/block:Caption}
  799. {/block:Photoset}
  800.  
  801. {block:Link}
  802. <h1><b><a href="{URL}" {Target}>{Name}</a></b></h1>
  803. {block:Description}{Description}{/block:Description}
  804. {/block:Link}
  805.  
  806. {block:Chat}
  807. {block:Title}<h1><b>{Title}</b></h1>{/block:Title}
  808. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
  809. {/block:Chat}
  810.  
  811. {block:Video}
  812. {Video-500}
  813. {block:Caption}{Caption}{/block:Caption}
  814. {/block:Video}
  815.  
  816. {block:Quote}
  817. <div class="quote">
  818. ❝{Quote}❞
  819. </div>
  820. {block:Source}<div class="source"><b>-{Source}</b></div>{/block:Source}
  821. {/block:Quote}
  822.  
  823. {block:Answer}
  824. <div id="asker"><b>{Asker} said:</b> {Question}</div>
  825. <div id="answer">{Answer}</div>
  826. {/block:Answer}
  827.  
  828. {block:Audio}
  829. {block:AlbumArt}
  830. <img src="{AlbumArtURL}" class="cover" />
  831. {/block:AlbumArt}
  832.  
  833. <div class="playbox"><div class="playbutton">
  834. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  835. </div>
  836. </div>
  837.  
  838. <div class="audioinfo">
  839. {block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}
  840. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  841. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times
  842. </div>
  843. {/block:Audio}
  844.  
  845. <div id="postinfo">
  846.  
  847. <div id="info">
  848.  
  849. <a href="{ReblogURL}" target="_blank" title="reblog?" style="padding:5px;" /><img src="http://static.tumblr.com/d3afqhp/FdMnbypmc/coracao_2.gif"></a>
  850.  
  851. {block:NoteCount}
  852. <a href="{Permalink}">
  853. <font color="{color:NoteCount}">{NoteCount}</font></a>
  854. {/block:NoteCount}
  855.  
  856.  
  857. {block:RebloggedFrom}
  858. <a href="{ReblogParentURL}">via</a>
  859. {/block:RebloggedFrom}
  860.  
  861. {block:ContentSource}
  862. <a href="{SourceURL}">source</a>
  863. {/block:ContentSource}
  864. </div> <!-- end info -->
  865.  
  866. {block:HasTags}
  867. <div id="tags">
  868. tags:
  869. {block:Tags}<a href="{TagURL}">{Tag},</a>
  870. {/block:Tags}</div>
  871. {/block:HasTags}
  872.  
  873. </div> <!-- end post info -->
  874.  
  875. </div>
  876.  
  877. {block:PostNotes}
  878. <div id="notes">{PostNotes}</div>
  879. {/block:PostNotes}
  880. {/block:Posts}
  881.  
  882. </div>
  883.  
  884.  
  885. <div id="cred"><a href="http://precioussammy.tumblr.com/"><img src="http://static.tumblr.com/d3afqhp/CYZnbyomn/tumblr_lm6ow3rkt81qfoi4t.gif">precioussammy</a></div>
  886.  
  887. </body>
  888. </html>
Advertisement
Add Comment
Please, Sign In to add comment