letsrp

Ellisarios - Theme #9

Oct 12th, 2013
874
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.21 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. .---. .-''-.,---------. .-'''-..-------. .-------.
  5. | ,_| .'_ _ \ \/ _ | _ _ \ \ _(`)_ \
  6. ,-./ ) / ( ` ) `--. ,---(`' )/`--| ( ' ) | | (_ o._)|
  7. \ '_ '`). (_ o _) | | \ (_ o _). |(_ o _) / | (_,_) /
  8. > (_) )| (_,_)___| :_ _: (_,_). '.| (_,_).' __| '-.-'
  9. ( . .-'' \ .---. (_I_) .---. \ | |\ \ | | |
  10. `-'`-'|__\ `-' / (_(=)_)\ `-' | | \ `' | |
  11. | \ / (_I_) \ /| | \ // )
  12. `--------``'-..-' '---' `-...-' ''-' `'-' `---'
  13.  
  14.  
  15. this theme was made by letsrp @ tumblr.com
  16. - don't use as base to make your own themes
  17. - don't edit and redistribute it
  18. - keep credit
  19. - don't steal, please
  20. -->
  21.  
  22. <html>
  23. <head>
  24. <title>{Title}</title>
  25. <link rel="shortcut icon" href="{Favicon}" />
  26. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  27. <meta name="description" content="{MetaDescription}" />
  28. <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
  29.  
  30.  
  31. <!-- DEFAULT VARIABLES -->
  32. <meta name="color:background" content="#b4bebc" />
  33. <meta name="color:text" content="#f3f3f3" />
  34. <meta name="color:desc" content="#888686" />
  35. <meta name="color:link" content="#ffffff" />
  36. <meta name="color:hover" content="#cccccc" />
  37. <meta name="color:perma" content="#a0aeb4">
  38. <meta name="color:accent" content="#7e929b" />
  39. <meta name="color:ask" content="#5d7783" />
  40. <meta name="color:lnk 1" content="#7e949e" />
  41. <meta name="color:lnk 2" content="#98aab3" />
  42. <meta name="color:scroll" content="#405c68" />
  43. <meta name="color:scroll bg" content="#fffffff" />
  44.  
  45. <meta name="image:png" content="http://static.tumblr.com/25dec992a851d1d28f8d850d38237bd5/yy7o4zk/HZjmu8954/tumblr_static_untitled-2.gif"/>
  46. <meta name="image:sidebar" content="http://static.tumblr.com/463e28862600427e2b7c88c730ea52c5/yy7o4zk/60Kmu8smw/tumblr_static_tumblr_inline_mh83jgg8db1ql2gms.gif"/>
  47. <meta name="image:background" content=""/>
  48.  
  49. <meta name="if:show tags" content="0"/>
  50. <meta name="if:tiny cursor" content="1"/>
  51. <meta name="if:400pxPost" content="1"/>
  52.  
  53. <meta name="text:Link1" content="/" />
  54. <meta name="text:Link1 Title" content="link 1" />
  55. <meta name="text:Link2" content="/" />
  56. <meta name="text:Link2 Title" content="link 2" />
  57. <meta name="text:Link3" content="/" />
  58. <meta name="text:Link3 Title" content="link 3" />
  59. <meta name="text:Link4" content="/" />
  60. <meta name="text:Link4 Title" content="link 4" />
  61. <meta name="text:Link5" content="/" />
  62. <meta name="text:Link5 Title" content="link 5" />
  63. <meta name="text:Link6" content="/" />
  64. <meta name="text:Link6 Title" content="link 6" />
  65.  
  66. <meta name="text:png right" content="960px" />
  67. <meta name="text:png up" content="280px" />
  68.  
  69. <meta name="text:symbol" content="♥" />
  70. <meta name="font:body" content="calibri" />
  71.  
  72. <style type="text/css">
  73.  
  74.  
  75. /* ------------ BODY & LINKS -------------- */
  76.  
  77. body{
  78. background-color:{color:background};
  79. background-image: url('{image:Background}');
  80. background-attachment:fixed;
  81. color:{color:text};
  82. font-family:{font:body};
  83. font-size:10px;
  84. line-height:11px;
  85. text-align:justify;
  86. }
  87.  
  88. a:link, a:active, a:visited{
  89. color: {color:link};
  90. text-decoration:none;
  91. -webkit-transition-duration: .90s;
  92. }
  93.  
  94. a:hover{
  95. color:{color:hover};
  96. -webkit-transition-duration: .90s;}
  97.  
  98. {block:iftinycursor}
  99. *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}{/block:iftinycursor}
  100.  
  101.  
  102. ::-webkit-scrollbar-thumb:vertical {
  103. background-color:{color:scroll};
  104. height:50px;
  105. border:5px solid {color:scroll bg};
  106. }
  107.  
  108. ::-webkit-scrollbar-button:vertical {
  109. height:8px;
  110. display: block;
  111. background-color:{color:scroll};
  112. }
  113.  
  114. ::-webkit-scrollbar {
  115. height:0px;
  116. width:12px;
  117. background-color:{color:scroll bg};
  118. }
  119.  
  120. b, strong {
  121. color: {color:scroll};
  122. }
  123.  
  124. /* ------------ SIDE & DESC -------------- */
  125.  
  126. #beso {
  127. position: fixed;
  128. margin-top:348px;
  129. margin-left:140px;
  130. width:240px;
  131. }
  132.  
  133. #sidebar{
  134. width: 200px;
  135. height:200px;
  136. margin-top: 100px;
  137. margin-bottom: 15px;
  138. margin-left:140px;
  139. background-color:{color:accent};
  140. position:fixed;
  141. border:20px solid {color:accent};
  142. }
  143.  
  144. #sidepicture {
  145. width: 200px;
  146. height:200px;
  147. }
  148.  
  149. #sidepicture .desc{
  150. opacity:0;
  151. background: #fff;
  152. text-align: center;
  153. width: 200px;
  154. height: 200px;
  155. color:{color:desc};
  156. position:absolute;
  157. -webkit-transition: opacity 0.5s linear;
  158. -webkit-transition: all 0.5s linear;
  159. -moz-transition: all 0.5s linear;
  160. transition: all 0.5s linear;
  161. }
  162.  
  163. #sidepicture:hover .desc{
  164. opacity: 0.6;
  165. -webkit-transition: opacity 0.5s linear;
  166. -webkit-transition: all 0.5s linear;
  167. -moz-transition: all 0.5s linear;
  168. transition: all 0.5s linear;
  169. }
  170.  
  171. /* ------------ POSTS -------------- */
  172.  
  173. #entries{
  174. {block:If400pxPost}width: 400px;{/block:If400pxPost}
  175. {block:IfNot400pxPost}width: 500px;{/block:IfNot400pxPost}
  176. margin-left:430px;
  177. margin-top:10px;
  178. position:absolute;
  179. }
  180.  
  181. .post{
  182. padding:25px;
  183. background-color:{color:accent};
  184. float:left;
  185. margin:10px;
  186. {block:If400pxPost}width: 400px;{/block:If400pxPost}
  187. {block:IfNot400pxPost}width: 500px;{/block:IfNot400pxPost}
  188. }
  189.  
  190. /* ------------ TITLES -------------- */
  191.  
  192. #tit{
  193. font-size:14px;
  194. color:{color:text};
  195. font-family:roboto;
  196. text-align:left;
  197. padding:3px;
  198. }
  199.  
  200. #ltit{
  201. font-size:14px;
  202. color:{color:text};
  203. font-family:roboto;
  204. text-align:left;
  205. padding:3px;
  206. }
  207.  
  208. #quo{
  209. font-size:14px;
  210. color:{color:text};
  211. font-family:roboto;
  212. text-align:left;
  213. padding:3px;
  214. line-height:13px;
  215. }
  216.  
  217. #source{
  218. margin-top:3px;
  219. text-align:right;
  220. margin-bottom:5px;
  221. font-size:9px;
  222. font-family:{font:body};
  223. }
  224.  
  225. /* ------------ QUESTIONS -------------- */
  226.  
  227. .questions{
  228. color:{color:text};
  229. font-size:10px;
  230. line-height:11px;
  231. font-style:italic;
  232. text-transform: lowercase;
  233. padding:7px;
  234. text-align:left;
  235. background:{color:ask};
  236. }
  237.  
  238. .answer{
  239. color:{color:text};
  240. padding:7px;
  241. text-align:left;
  242. margin-top:1px;
  243. background-color:{color:ask};
  244. }
  245.  
  246. /* ------------ NAVI -------------- */
  247.  
  248. .menu {
  249. float: left;
  250. width:300px;
  251. position:relative;
  252. }
  253.  
  254. .menu1 {
  255. float: left;
  256. margin-right: 2px;
  257. display: inline-block;
  258. width:71px;
  259. font-family: roboto;
  260. font-size: 9px;
  261. text-align: center;
  262. margin-bottom: 2px;
  263. background-color: {color:lnk 1};
  264. color: {color:link};
  265. text-decoration: none;
  266. text-transform: uppercase;
  267. height:15px;
  268. line-height: 15px;
  269. -webkit-transition: all 0.3s ease-out;
  270. -moz-transition: all 0.3s ease-out;
  271. padding: 4px;
  272. }
  273.  
  274. .menu1:hover {
  275. z-index:auto;
  276. color: {color:link};
  277. -moz-animation:ash 0.5s;
  278. -webkit-animation:ash 0.5s;
  279. }
  280.  
  281. .menu2 {
  282. float: left;
  283. margin-right: 2px;
  284. display: inline-block;
  285. width:71px;
  286. letter-spacing: 0px;
  287. font-family: roboto;
  288. font-size: 9px;
  289. text-align: center;
  290. margin-bottom: 1px;
  291. background-color: {color:lnk 2};
  292. color: {color:link};
  293. text-decoration: none;
  294. text-transform: uppercase;
  295. height:15px;
  296. line-height: 15px;
  297. -webkit-transition: all 0.3s ease-out;
  298. -moz-transition: all 0.3s ease-out;
  299. padding: 4px;
  300. }
  301.  
  302. .menu2:hover {
  303. z-index:auto;
  304. color: {color:link};
  305. -moz-animation:benzo 0.5s
  306. ;-webkit-animation:benzo 0.5s;
  307. }
  308.  
  309. @-webkit-keyframes ash {
  310. 0% { -webkit-transform:translateX(0px);}
  311. 25% { -webkit-transform:translateX(-10px);}
  312. 50% { -webkit-transform:translateX(10px);}
  313. 75% { -webkit-transform:translateX(-10px);}
  314. 100% { -webkit-transform:translateX(0px);}
  315. }
  316.  
  317. @-webkit-keyframes benzo {
  318. 0% { -webkit-transform:translateY(0px);}
  319. 25% { -webkit-transform:translateY(-10px);}
  320. 50% { -webkit-transform:translateY(10px);}
  321. 75% { -webkit-transform:translateY(-10px);}
  322. 100% { -webkit-transform:translateY(0px);}
  323. }
  324.  
  325. /* ------------ PERMA & TAGS -------------- */
  326.  
  327. #sym{
  328. background-color:{color:ask};
  329. color:#f0ede1;
  330. height:16px;
  331. width:15px;
  332. text-indent:3px;
  333. line-height:16px;
  334. padding:1px;
  335. margin-top:10px;
  336. -webkit-transition-duration:0.7s;
  337. -o-transition-duration:0.7s;
  338. -moz-transition-duration:0.7s;
  339. margin-bottom:2px;
  340. }
  341.  
  342. #info{
  343. display:block;
  344. background: {color:perma};
  345. color:{color:text};
  346. padding:1px;
  347. height:16px;
  348. text-indent:2px;
  349. line-height:16px;
  350. margin-top:-20px;
  351. margin-left:17px;
  352. border-right:5px solid transparent;
  353. -webkit-transition-duration:0.7s;
  354. -o-transition-duration:0.7s;
  355. -moz-transition-duration:0.7s;
  356. margin-bottom:2px;
  357. }
  358.  
  359. #info:hover {
  360. border-right:10px solid {color:ask};
  361. text-indent:20px;
  362. }
  363.  
  364. #info a{
  365. color:{color:link};
  366. }
  367.  
  368. #info a:hover{
  369. color:{color:hover};
  370. }
  371.  
  372. #tags{
  373. margin-right:7px;
  374. text-align:center;
  375. text-transform:lowercase;
  376. font-size:9px;
  377. font-style:italic;
  378. opacity:1;
  379. -webkit-transition:0.3s linear;
  380. outline: none;
  381. font-family:{font:body};
  382. }
  383.  
  384. /* ------------ BLOCKQUOTE & P -------------- */
  385.  
  386. blockquote{
  387. padding-left:3px;
  388. margin-left:10px;
  389. margin-right:10px;
  390. border-left:3px solid {color:background};
  391. margin-top:1px;
  392. margin-bottom:1px;
  393. }
  394.  
  395. p{
  396. margin-top:6px;
  397. margin-bottom:6px;}
  398.  
  399. pre{
  400. color:{color:text};
  401. font-size:12px;
  402. margin-left:10px;
  403. padding:10px;
  404. }
  405.  
  406. /* ------------ AUDIO -------------- */
  407.  
  408. .audio{
  409. opacity: 1.0;
  410. position:relative;
  411. overflow:hidden;
  412. min-height:130px;
  413. font-size: 10px;
  414. font-family:{font:body};}
  415.  
  416. .player{
  417. position:absolute;
  418. z-index:3;
  419. background:#000000;
  420. margin-top:45px;
  421. margin-left:73px;
  422. opacity:0.75;
  423. filter:alpha(opacity=75);
  424. border:0px #000000 solid;
  425. border-radius: 100px;}
  426.  
  427. .audioplayer{
  428. border: 0px solid {color:perma};
  429. width:363px;
  430. height:15px;
  431. overflow:hidden;
  432. padding:5px;
  433. padding-bottom:13px;
  434. margin-right:5px;
  435. margin-top: 5px;}
  436.  
  437. .audioinfo{
  438. margin-top: 15px;
  439. margin-left:120px;
  440. line-height:10px;
  441. font-family: {font:body};
  442. font-size:10px!important;
  443. font-style: normal;}
  444.  
  445. .audiocaption{
  446. margin-left:20px;}
  447.  
  448. .audiocaption img{
  449. max-width:330px!important;}
  450.  
  451. .audiocaption blockquote img{
  452. max-width:320px!important;}
  453.  
  454. .audiocaption blockquote blockquote img{
  455. max-width:310px!important;}
  456.  
  457. /* ------------ CHAT -------------- */
  458.  
  459. .user_1 .label {color:{color:text}; font-weight:bold;}
  460. .user_2 .label {color:{color: text}; font-weight:bold;}
  461. .user_3 .label {color:{color:text}; font-weight:bold;}
  462. .user_4 .label {color:{color:text}; font-weight:bold;}
  463. .user_5 .label {color:{color: text}; font-weight:bold;}
  464. .user_6 .label {color:{color:text}; font-weight:bold;}
  465. .user_7 .label {color:{color:text}; font-weight:bold;}
  466. .user_8 .label {color:{color: text}; font-weight:bold;}
  467. .user_9 .label {color:{color:text}; font-weight:bold;}
  468. .user_10 .label {color:{color:text}; font-weight:bold;}
  469.  
  470. .ul.chat {}
  471. .chat ol {}
  472. .chat li {
  473. list-style:none;
  474. margin-left:-30px;
  475. padding:-5px;
  476. margin-bottom:3px;
  477. }
  478.  
  479. /* ------------ NOTES -------------- */
  480.  
  481. .notes{
  482. margin-left:-15px;
  483. margin-top:30px;
  484. {block:If400pxPost}width: 400px;{/block:If400pxPost}
  485. {block:IfNot400pxPost}width: 500px;{/block:IfNot400pxPost}
  486. font-size:10px;
  487. }
  488.  
  489. .notes a:hover{
  490. color:{color:link};
  491. }
  492.  
  493. ol.notes{
  494. list-style-type:none;
  495. }
  496.  
  497. ol.notes li.note{
  498. padding-bottom:7px;
  499. margin-bottom:12px;
  500. border-bottom:1px solid {color:accent};
  501. }
  502.  
  503. ol.notes li.note img.avatar{
  504. vertical-align:-6px;
  505. }
  506.  
  507. ol.notes li.note img{
  508. padding:2px;
  509. border-radius:10px;
  510. }
  511.  
  512. ol.notes li.note blockquote{
  513. padding-left:5px;
  514. margin-left:30px;
  515. }
  516.  
  517. /* ------------ PAG -------------- */
  518.  
  519. #sigh {
  520. position: fixed;
  521. background-image: url('{image:png}');
  522. margin-top:{text:png up};
  523. margin-left:{text:png right};
  524. width:184px;
  525. height:300px;
  526. }
  527.  
  528. #romeo {
  529. position: fixed;
  530. background:{color:accent};
  531. {block:If400pxPost}
  532. margin-top:580px;
  533. margin-left:960px;
  534. {/block:If400pxPost}
  535. {block:IfNot400pxPost}
  536. margin-top:580px;
  537. margin-left:1050px;
  538. {/block:IfNot400pxPost}
  539. width:170px;
  540. font-family:roboto;
  541. font-size:14px;
  542. text-align:center;
  543. text-transform:uppercase;
  544. padding:7px;
  545. }
  546.  
  547. #prince {
  548. position: fixed;
  549. {block:If400pxPost}
  550. margin-top:600px;
  551. margin-left:960px;
  552. {/block:If400pxPost}
  553. {block:IfNot400pxPost}
  554. margin-top:600px;
  555. margin-left:1050px;
  556. {/block:IfNot400pxPost}
  557. width:170px;
  558. text-align:center;
  559. padding:7px;
  560. }
  561.  
  562. #pagination {
  563. font-size: 8px;
  564. line-height: 21px;
  565. margin-top:0px;
  566. text-align:center;
  567. margin-bottom:-5px;
  568. }
  569.  
  570. #pagination a {
  571. margin: 0 1px 0 0;
  572. padding: 2px 5px;
  573. color: {color:Links};
  574. background:{color:accent};
  575. text-decoration: none;
  576. }
  577.  
  578. #pagination a:hover {
  579. border:none;
  580. }
  581.  
  582. #pagination span.pagination_a {
  583. margin: 0 1px 0 0;
  584. padding: 2px 5px;
  585. }
  586.  
  587. #pagination span.info {
  588. margin: 0 1px 0 0;
  589. padding: 2px 5px;
  590. text-decoration: none;
  591. }
  592.  
  593. /* ------------ CREDIT -------------- */
  594.  
  595. .credit {
  596. position:fixed;
  597. bottom:4px;
  598. right:10px;
  599. font-size: 8px;
  600. text-transform:uppercase;
  601. letter-spacing: 2px;
  602. padding: 5px;
  603. font-family:calibri;
  604. }
  605.  
  606. .credit a{
  607. color:{color:link};
  608. opacity:0.9;
  609. }
  610.  
  611. .credit a:hover{
  612. color:{color:hover};
  613. }
  614.  
  615. </style>
  616. </head>
  617. <body>
  618. <div id="sidebar"><div id="sidepicture"><div class="desc">
  619. <br><br><br><br><br><br><br>{Description}</div><img src="{image:sidebar}"></a></div></div>
  620.  
  621. <div id="beso"><center>
  622. <center>
  623. <div class="menu">
  624. {block:iflink1}<a class="menu1" href="{text:link1}" >{text:link1 title}</a>{/block:iflink1}
  625. {block:iflink2}<a class="menu2" href="{text:link2}" >{text:link2 title}</a>{/block:iflink2}
  626. {block:iflink3}<a class="menu1" href="{text:link3}" >{text:link3 title}</a>{/block:iflink3}
  627. {block:iflink4}<a class="menu2" href="{text:link4}" >{text:link4 title}</a>{/block:iflink4}
  628. {block:iflink5}<a class="menu1" href="{text:link5}" >{text:link5 title}</a>{/block:iflink5}
  629. {block:iflink6}<a class="menu2" href="{text:link6}" >{text:link6 title}</a>{/block:iflink6}
  630. </div></center></div>
  631.  
  632. <div id="sigh"></div>
  633. <div id="romeo">{Title}</div>
  634. <div id="prince">
  635. {block:Pagination}<div id="pagination">
  636. {block:PreviousPage}<a href="{PreviousPage}"><</a>{/block:PreviousPage}
  637. {block:JumpPagination length="5"}
  638. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  639. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  640. {/block:JumpPagination}
  641. {block:NextPage}<a href="{NextPage}">></a>{/block:NextPage}</div>
  642. {/block:Pagination}
  643. </div></div></div>
  644.  
  645. <div id="entries">
  646. {block:Posts}
  647. <div class="post">
  648.  
  649. {block:Title}<div id="tit">{Title}</div>{/block:Title}
  650. {block:Text}{Body}{/block:Text}
  651.  
  652. {block:Photo}{LinkOpenTag}{block:If400pxPost}<img src="{PhotoURL-500}"width=400px>{/block:If400pxPost}{block:IfNot400pxPost}<img src="{PhotoURL-500}">{/block:IfNot400pxPost}
  653. <br>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  654.  
  655. {block:Photoset}{block:If400pxPost}{Photoset-400}{/block:If400pxPost}{block:IfNot400pxPost}{Photoset-500}{/block:IfNot400pxPost}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  656.  
  657. {block:Quote}<div id="quo">"{Quote}"</div>
  658. {block:Source}<div id="source">— {Source}</div>{/block:Source}{/block:Quote}
  659.  
  660. {block:Link}<div id="ltit"><a href="{URL}" class="link" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}
  661. {/block:Link}
  662.  
  663. {block:Chat}{block:Title}<div id="tit">{Title}</div>{/block:Title}<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}
  664.  
  665. {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}
  666. <br><div class="audioplayer">{AudioPlayerWhite}</div>
  667. </div><br><div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div></div>{/block:Audio}
  668.  
  669. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  670.  
  671. {block:Answer}<div class="questions">"{Question}" ― {Asker} </div>
  672. <div class="answer">{Answer}</div>{/block:answer}
  673.  
  674. {block:Date}<div id="sym">{text:symbol}</div>
  675. <div id="info">posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> {block:ContentSource} © <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}{/block:RebloggedFrom}{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>{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}
  676.  
  677. <div class="credit" align="right"><a href="http://letsrp.tumblr.com/">credit</a>
  678. </div>
  679. </div>
  680. </div>
  681. </div>
  682. </body>
  683. </html>
Advertisement
Add Comment
Please, Sign In to add comment