letsrp

Light My Candle - Theme #24

Aug 6th, 2014
1,910
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.83 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2.  
  3. <!-- letsrp @ tumblr.com -->
  4.  
  5. <html>
  6. <head>
  7. <script type="text/javascript" src="http://static.tumblr.com/dmn2xsk/7oGn7jfka/okokok.txt">
  8. /***********************************************
  9. * DD Drop Down Panel- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
  10. * This notice MUST stay intact for legal use
  11. * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
  12. ***********************************************/
  13. </script>
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}" />
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  18. <meta name="description" content="{MetaDescription}" />
  19.  
  20. <!-- DEFAULT VARIABLES -->
  21. <meta name="color:background" content="#97798c" />
  22. <meta name="color:text" content="#ffffff" />
  23. <meta name="color:link" content="#ffffff" />
  24. <meta name="color:hover" content="#fffff" />
  25. <meta name="color:post" content="#a18697" />
  26. <meta name="color:accent" content="#ceb9c9" />
  27. <meta name="color:nav" content="#b096a7" />
  28.  
  29. <!-- IMAGES -->
  30. <meta name="image:background" content=""/>
  31. <meta name="image:header" content=""/>
  32. <meta name="image:sbar" content=""/>
  33. <meta name="image:icon" content=""/>
  34.  
  35. <!-- LINKS -->
  36. <meta name="text:link 1 url" content="/"/>
  37. <meta name="text:link 1" content="refresh"/>
  38. <meta name="text:link 2 url" content="/"/>
  39. <meta name="text:link 2" content="message"/>
  40. <meta name="text:link 3 url" content="/"/>
  41. <meta name="text:link 3" content="navigate"/>
  42.  
  43. <!-- ADMINS ICON -->
  44. <meta name="image:admin1" content=""/>
  45. <meta name="image:admin2" content=""/>
  46. <meta name="image:admin3" content=""/>
  47.  
  48. <!-- ADMINS NAME -->
  49. <meta name="text:admin1" content=""/>
  50. <meta name="text:admin2" content=""/>
  51. <meta name="text:admin3" content=""/>
  52.  
  53. <!-- IFS -->
  54. <meta name="if:show tags" content="0"/>
  55. <meta name="if:tiny cursor" content="1"/>
  56.  
  57. <style type="text/css">
  58.  
  59. /* ------------ BODY & LINKS -------------- */
  60.  
  61. body{
  62. background-color:{color:background};
  63. background-image: url('{image:background}');
  64. background-attachment:fixed;
  65. color:{color:text};
  66. font-family:'Trebuchet ms';
  67. font-size:11px;
  68. line-height:14px;
  69. text-align:justify;
  70. -webkit-transition: background 0.5s ease-in;
  71. transition: background 0.5s ease-in;
  72. }
  73.  
  74. a:link, a:active, a:visited{
  75. color: {color:link};
  76. text-decoration:none;
  77. -webkit-transition-duration: .90s;
  78. }
  79.  
  80. a:hover{
  81. color:{color:hover};
  82. -webkit-transition-duration: .90s;}
  83.  
  84. {block:iftinycursor}
  85. *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}{/block:iftinycursor}
  86.  
  87. ::-webkit-scrollbar {width: 11px;}
  88. ::-webkit-scrollbar-track {background-color: {color:background};}
  89. ::-webkit-scrollbar-thumb {background-color: {color:accent};}
  90.  
  91. strong{
  92. color:{color:background};
  93. }
  94.  
  95. /* ------------ HEADER -------------- */
  96.  
  97. .ddpanel .ddpanelcontent{
  98. width:765px;
  99. margin-left:250px;
  100. margin-top:-14px;
  101. background-color:{color:post};
  102. }
  103.  
  104. .ddpanel .ddpaneltab{
  105. margin-right:20px;
  106. font:normal 12px Arial;
  107. }
  108.  
  109. .ddpanel .ddpaneltab a{
  110. float:right;
  111. color:white;
  112. background:black url() no-repeat left bottom;
  113. text-decoration:none;
  114. letter-spacing:1px;
  115. }
  116.  
  117. .ddpanel .ddpaneltab a span{
  118. float:left;
  119. display:block;
  120. background:transparent url() no-repeat right bottom;
  121. padding:1px 12px 4px 13px;
  122. cursor:pointer;
  123. }
  124.  
  125. .ddpanel .ddpaneltab a span img.pointerimage{
  126. margin-top:2px;
  127. margin-left:5px;
  128. }
  129.  
  130. .ddpanel .ddpaneltab a:hover{
  131. background-color:transparent;
  132. }
  133.  
  134. .ddpanel .ddpaneltab a:active, .ddpanel .ddpaneltab a:focus{
  135. outline:0;
  136. }
  137.  
  138. .ddpanel .ddpaneltab a:hover span{
  139. background-color: transparent;
  140. }
  141.  
  142. #header{
  143. width:800px;
  144. height:150px;
  145. margin-left:250px;
  146. margin-top:10px;
  147. position:relative;
  148. }
  149.  
  150. #icon{
  151. background-color:{color:accent};
  152. padding:10px;
  153. width:128px;
  154. height:128px;
  155. }
  156.  
  157. #tri{
  158. width:0px;
  159. height:0px;
  160. border-style:solid;
  161. border-width:11px 14px 11px 0;
  162. margin-left:154px;
  163. margin-top:-120px;
  164. border-color:transparent
  165. {color:accent} transparent
  166. transparent;
  167. }
  168.  
  169. #chaos{
  170. width:100px;
  171. height:128px;
  172. background-color:{color:accent};
  173. margin-left:165px;
  174. margin-top:-50px;
  175. padding:10px;
  176. }
  177.  
  178. #banner{
  179. width:480px;
  180. height:148px;
  181. background-color:{color:post};
  182. background-image: url('{image:header}');
  183. margin-left:285px;
  184. margin-top:-148px;
  185. }
  186.  
  187. /* ------------ ADMINS -------------- */
  188.  
  189. #admins{
  190. width:315px;
  191. height:125px;
  192. }
  193.  
  194. .abox {
  195. float:left;
  196. width:100px;
  197. height:90;
  198. margin-right:4px;
  199. overflow:hidden;
  200. position:relative;
  201. text-align:center;
  202. }
  203.  
  204. .ad {
  205. width:100px;
  206. height:95px;
  207. }
  208.  
  209. .ad img {
  210. width:100px;
  211. height:95px;
  212. }
  213.  
  214. .adname {
  215. width:90px;
  216. height:10px;
  217. padding:10px;
  218. background-color:{color:accent};
  219. font-size:20px;
  220. text-align:center;
  221. line-height:9px;
  222. color:{color:text};
  223. text-transform:none;
  224. letter-spacing:-2px;
  225. text-shadow:1px 1px 0px {color:background};
  226. }
  227.  
  228. /* ------------ EXTRA SPACE -------------- */
  229.  
  230. #extra{
  231. width:230px;
  232. margin-top:-125px;
  233. margin-left:330px;
  234. padding:10px;
  235. background-color:{color:background};
  236. height:105px;
  237. }
  238.  
  239. h1{
  240. background-color:{color:accent};
  241. border-bottom:1px dashed {color:post};
  242. text-transform:uppercase;
  243. letter-spacing:1px;
  244. text-align:center;
  245. height:10px;
  246. padding:3px;
  247. margin:3px;
  248. font-size:10px;
  249. line-height:11px;
  250. font-weight:normal;
  251. }
  252.  
  253. h2{
  254. text-transform:uppercase;
  255. letter-spacing:2px;
  256. text-align:center;
  257. padding:3px;
  258. margin:3px;
  259. font-size:8px;
  260. font-family:'silkscreen';
  261. border:1px solid {color:accent};
  262. font-weight:normal;
  263. }
  264.  
  265. h3{
  266. text-transform:lowercase;
  267. border-bottom:2px solid {color:accent};
  268. letter-spacing:-2px;
  269. margin:3px;
  270. text-align:center;
  271. padding:3px;
  272. font-size:19px;
  273. height:10px;
  274. font-family:georgia;
  275. font-weight:normal;
  276. }
  277.  
  278. /* ------------ UPDATES -------------- */
  279.  
  280. #updates{
  281. width:105px;
  282. margin-top:-125px;
  283. margin-left:600px;
  284. font-size:9px;
  285. padding:10px;
  286. line-height:12px;
  287. background-color:{color:accent};
  288. height:105px;
  289. }
  290.  
  291. .uptit{
  292. font-family:'silkscreen';
  293. text-transform:uppercase;
  294. text-align:center;
  295. letter-spacing:2px;
  296. font-size:8px;
  297. }
  298.  
  299.  
  300. /* ------------ SIDEBAR -------------- */
  301.  
  302. #side{
  303. width:195px;
  304. height:321px;
  305. position:absolute;
  306. background-color:{color:post};
  307. margin-left:800px;
  308. margin-top:10px;
  309. padding:10px;
  310. }
  311.  
  312. #side img{
  313. width:195px;
  314. height:300px;
  315. position:absolute;
  316. }
  317.  
  318. .desc{
  319. background-color:{color:background};
  320. margin-top:37px;
  321. margin-left:18px;
  322. opacity:0.6;
  323. width:120px;
  324. height:185px;
  325. position:absolute;
  326. z-index:999999;
  327. padding:20px;
  328. }
  329.  
  330. /* ------------ MENU -------------- */
  331.  
  332. .navas{
  333. float:left;
  334. margin-right:3px;
  335. display: inline-block;
  336. background-color:{color:nav};
  337. width:100px;
  338. height:30px;
  339. margin-bottom:2px;
  340. font-family:'silkscreen';
  341. text-transform:uppercase;
  342. text-align:center;
  343. letter-spacing:2px;
  344. color:{color:title};
  345. font-size:8px;
  346. line-height:30px;
  347. }
  348.  
  349. .navas a::before,
  350. .navas a::after {
  351. display: inline-block;
  352. opacity: 0;
  353. -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  354. -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  355. transition: transform 0.3s, opacity 0.2s;
  356. }
  357.  
  358. .navas a::before {
  359. margin-right: 10px;
  360. content: '[';
  361. -webkit-transform: translateX(20px);
  362. -moz-transform: translateX(20px);
  363. transform: translateX(20px);
  364. }
  365.  
  366. .navas a::after {
  367. margin-left: 10px;
  368. content: ']';
  369. -webkit-transform: translateX(-20px);
  370. -moz-transform: translateX(-20px);
  371. transform: translateX(-20px);
  372. }
  373.  
  374. .navas a:hover::before,
  375. .navas a:hover::after,
  376. .navas a:focus::before,
  377. .navas a:focus::after {
  378. opacity: 1;
  379. -webkit-transform: translateX(0px);
  380. -moz-transform: translateX(0px);
  381. transform: translateX(0px);
  382. }
  383.  
  384. /* ------------ POSTS -------------- */
  385.  
  386. #entries{
  387. width: 500px;
  388. margin-left:250px;
  389. position:absolute;
  390. padding-bottom:20px;
  391. }
  392.  
  393. .post{
  394. padding:20px;
  395. background-color:{color:post};
  396. float:left;
  397. margin-top:10px;
  398. width: 500px;
  399. }
  400.  
  401. /* ------------ TITLES -------------- */
  402.  
  403. #tit{
  404. font-family: ;
  405. font-size:20px;
  406. color:{color:text};
  407. text-align:left;
  408. letter-spacing: -1px;
  409. margin-top:3px;
  410. margin-bottom:17px;
  411. padding:5px;
  412. }
  413.  
  414. #ltit{
  415. font-family: ;
  416. background-color:{color:accent};
  417. font-size:20px;
  418. text-align:center;
  419. letter-spacing: -1px;
  420. margin-top:3px;
  421. margin-bottom:0px;
  422. padding:10px;
  423. }
  424.  
  425. #quo{
  426. font-size:12px;
  427. color:{color:text};
  428. text-align:left;
  429. padding:3px;
  430. line-height:13px;
  431. font-style:italic;
  432. }
  433.  
  434. #source{
  435. margin-top:3px;
  436. text-align:right;
  437. margin-bottom:5px;
  438. font-size:9px;
  439. text-transform:lowercase;
  440. font-family:arial;
  441. }
  442.  
  443. /* ------------ QUESTIONS -------------- */
  444.  
  445. #question{
  446. font-size:11px;
  447. font-family:arial;
  448. line-height:90%;
  449. color:{color:text};
  450. padding:30px;
  451. background-color:{color:background};
  452. position:relative;
  453. }
  454.  
  455. #answer{
  456. font-size:10px;
  457. }
  458.  
  459. /* ------------ PERMA & TAGS -------------- */
  460.  
  461. #info{
  462. display:block;
  463. color:{color:text};
  464. border-top:1px solid {color:perma};
  465. padding:1px;
  466. height:16px;
  467. text-indent:3px;
  468. letter-spacing:2px;
  469. line-height:16px;
  470. font-family:'silkscreen';
  471. text-align:center;
  472. font-size:8px;
  473. text-transform:uppercase;
  474. -webkit-transition-duration:0.7s;
  475. -o-transition-duration:0.7s;
  476. -moz-transition-duration:0.7s;
  477. }
  478.  
  479. #info a{
  480. color:{color:link};
  481. }
  482.  
  483. #info a:hover{
  484. color:{color:hover};
  485. }
  486.  
  487. #tags{
  488. margin-top:-5px;
  489. text-align:center;
  490. text-transform:uppercase;
  491. font-family:'silkscreen';
  492. font-size:8px;
  493. -webkit-transition:0.3s linear;
  494. }
  495.  
  496. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  497.  
  498. /* ------------ PAGINATION -------------- */
  499.  
  500. #pag{
  501. width:195px;
  502. height:20px;
  503. margin-top:300px;
  504. background-color:{color:background};
  505. position:relative;
  506. line-height:21px;
  507. font-size:8px;
  508. font-family:'silkscreen';
  509. letter-spacing:2px;
  510. text-transform:uppercase;
  511. text-align:center;
  512. }
  513.  
  514. /* ------------ BLOCKQUOTE & P -------------- */
  515.  
  516. blockquote{
  517. padding-left:5px;
  518. margin-left:10px;
  519. margin-right:10px;
  520. border-left:5px solid {color:background};
  521. margin-top:1px;
  522. margin-bottom:1px;
  523. }
  524.  
  525. p{
  526. margin-top:6px;
  527. margin-bottom:6px;}
  528.  
  529. pre{
  530. color:{color:text};
  531. font-size:12px;
  532. margin-left:10px;
  533. padding:10px;
  534. }
  535.  
  536. /* ------------ AUDIO -------------- */
  537.  
  538. .audio{
  539. opacity: 1.0;
  540. position:relative;
  541. overflow:hidden;
  542. min-height:130px;
  543. font-size: 10px;
  544. }
  545.  
  546. .player{
  547. position:absolute;
  548. z-index:3;
  549. background:#000000;
  550. margin-top:45px;
  551. margin-left:73px;
  552. opacity:0.75;
  553. filter:alpha(opacity=75);
  554. border:0px #000000 solid;
  555. border-radius: 100px;}
  556.  
  557. .audioplayer{
  558. border: 0px solid {color:perma};
  559. width:363px;
  560. height:15px;
  561. overflow:hidden;
  562. padding:5px;
  563. padding-bottom:13px;
  564. margin-right:5px;
  565. margin-top: 5px;}
  566.  
  567. .audioinfo{
  568. margin-top: 15px;
  569. margin-left:120px;
  570. line-height:10px;
  571. font-size:10px!important;
  572. font-style: normal;}
  573.  
  574. .audiocaption{
  575. margin-left:20px;}
  576.  
  577. .audiocaption img{
  578. max-width:330px!important;}
  579.  
  580. .audiocaption blockquote img{
  581. max-width:320px!important;}
  582.  
  583. .audiocaption blockquote blockquote img{
  584. max-width:310px!important;}
  585.  
  586. /* ------------ CHAT -------------- */
  587.  
  588. .user_1 .label {color:{color:text}; font-weight:bold;}
  589. .user_2 .label {color:{color: text}; font-weight:bold;}
  590. .user_3 .label {color:{color:text}; font-weight:bold;}
  591. .user_4 .label {color:{color:text}; font-weight:bold;}
  592. .user_5 .label {color:{color: text}; font-weight:bold;}
  593. .user_6 .label {color:{color:text}; font-weight:bold;}
  594. .user_7 .label {color:{color:text}; font-weight:bold;}
  595. .user_8 .label {color:{color: text}; font-weight:bold;}
  596. .user_9 .label {color:{color:text}; font-weight:bold;}
  597. .user_10 .label {color:{color:text}; font-weight:bold;}
  598.  
  599. .ul.chat {}
  600. .chat ol {}
  601. .chat li {
  602. list-style:none;
  603. margin-left:-30px;
  604. padding:-5px;
  605. margin-bottom:3px;
  606. }
  607.  
  608. /* ------------ NOTES -------------- */
  609.  
  610. .notes{
  611. margin-left:-15px;
  612. font-family:'silkscreen';
  613. width:500px;
  614. font-size:9px;
  615. }
  616.  
  617. .notes a{
  618. color:{color:link};
  619. }
  620.  
  621. .notes a:hover{
  622. color:{color:hover};
  623. }
  624.  
  625. ol.notes{
  626. list-style-type:none;
  627. }
  628.  
  629. ol.notes li.note{
  630. padding-bottom:7px;
  631. margin-bottom:12px;
  632. }
  633.  
  634. ol.notes li.note img.avatar{
  635. vertical-align:-6px;
  636. }
  637.  
  638. ol.notes li.note img{
  639. padding:2px;
  640. }
  641.  
  642. ol.notes li.note blockquote{
  643. padding-left:5px;
  644. margin-left:30px;
  645. }
  646.  
  647. /* ------------ CREDIT -------------- */
  648.  
  649. .credit {
  650. position:fixed;
  651. bottom:4px;
  652. right:10px;
  653. font-size: 8px;
  654. text-transform:uppercase;
  655. letter-spacing: 2px;
  656. padding: 5px;
  657. font-family:calibri;
  658. }
  659.  
  660. .credit a{
  661. color:{color:link};
  662. opacity:0.9;
  663. }
  664.  
  665. .credit a:hover{
  666. color:{color:hover};
  667. }
  668.  
  669.  
  670. {CustomCSS}
  671. </style>
  672. </head>
  673. <body>
  674.  
  675. <div id="mypanel" class="ddpanel">
  676. <div id="mypanelcontent" class="ddpanelcontent">
  677. <div style="padding:20px;height:120px;">
  678.  
  679. <div id="admins">
  680. <!-- START -->
  681. <div class="abox">
  682. <div class="ad"><img src="{image:admin1}"></div>
  683. <div class="adname">{text:admin1}</div>
  684. </div>
  685. <!-- END -->
  686. <!-- START -->
  687. <div class="abox">
  688. <div class="ad"><img src="{image:admin2}"></div>
  689. <div class="adname">{text:admin2}</div>
  690. </div>
  691. <!-- END -->
  692. <!-- START -->
  693. <div class="abox">
  694. <div class="ad"><img src="{image:admin3}"></div>
  695. <div class="adname">{text:admin3}</div>
  696. </div>
  697. <!-- END -->
  698. </div>
  699.  
  700. <div id="extra">
  701. <h1>extra space</h1>
  702. <h2>extra space</h2>
  703. <h3>extra space</h3>
  704. </div>
  705.  
  706. <div id="updates"><div class="uptit">[ updates ]</div>
  707. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
  708.  
  709. </div>
  710. </div>
  711. </div>
  712. </div>
  713. </div>
  714.  
  715. <div id="header"><div id="icon"><img src="{image:icon}"></div>
  716.  
  717. <div id="tri"></div>
  718. <div id="chaos">
  719.  
  720. <div class="navas"><a href="{text:link 1 url}">{text:link 1}</a></div>
  721. <div class="navas"><a href="{text:link 2 url}">{text:link 2}</a></div>
  722. <div class="navas"><a href="{text:link 3 url}">{text:link 3}</a></div>
  723. <div class="navas"><div id="mypaneltab" class="ddpaneltab">
  724. <a href="#"><span>Toggle</span></a></div></div></div>
  725.  
  726. <div id="banner"></div></div>
  727. <div id="side">
  728. <div class="desc">{Description}
  729. </div><img src="{image:sbar}">
  730. <div id="pag">
  731. {block:PreviousPage}
  732. <a href="{PreviousPage}">prev </a>
  733. {/block:PreviousPage}
  734. {block:NextPage}
  735. <a href="{NextPage}"> next</a>
  736. {/block:NextPage}</center></div>
  737. </div></div></div></div>
  738.  
  739. <div id="entries">
  740. {block:Posts}
  741. <div class="post">
  742.  
  743. {block:Title}<div id="tit">{Title}</div>{/block:Title}
  744. {block:Text}{Body}{/block:Text}
  745.  
  746. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}"width=500px>
  747. <br>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  748.  
  749. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  750.  
  751. {block:Quote}<div id="quo">"{Quote}"</div>
  752. {block:Source}<div id="source">— {Source}</div>{/block:Source}{/block:Quote}
  753.  
  754. {block:Link}<div id="ltit"><a href="{URL}" class="link" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}
  755. {/block:Link}
  756.  
  757. {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><br>{/block:Chat}
  758.  
  759. {block:Audio}<div class="audio"><span style="position:absolute; width:60px; height:60px; margin-left:-15px;">{block:AlbumArt}<img src="{AlbumArtURL}" width="70px" height="70px" align="left" style="margin-left:50px; margin-top: 16px; opacity: 0.7; border-radius: 0px;" />{/block:AlbumArt}</span><div class="audioinfo"><b>Title:</b> <span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br /><b>Artist:</b> <span{block:Artist} style="display: none;"{block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br /><b>Album:</b> <span{block:Album} style="display: none;"{block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}<br />{block:ExternalAudio}<b>Download:</b> <a href="{ExternalAudioURL}">Click Here</a><br />{/block:ExternalAudio}<b>Played:</b> {FormattedPlayCount}
  760. <br><div class="audioplayer">{AudioPlayerWhite}</div>
  761. </div><br><div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div></div>{/block:Audio}
  762.  
  763. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  764.  
  765. {block:Answer}
  766. <div id="question">{Asker}; {Question}</div><div id="answer">{Answer}</div>{/block:Answer}
  767.  
  768. {block:Date}<div id="sym"></div>
  769. <div id="info"> <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> {block:ContentSource} <a href="{SourceURL}">src</a>{/block:ContentSource}{/block:RebloggedFrom}{block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>
  770.  
  771. {block:IfShowTags}{block:HasTags}<div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}{/block:IfShowTags}</div><br>{/block:posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  772.  
  773. <div class="credit" align="right"><a href="http://letsrp.tumblr.com/">theme</a></div></div>
  774.  
  775. </body>
  776. </html>
Advertisement
Add Comment
Please, Sign In to add comment