Advertisement
alithegreat

THEME 27; ALL MY LOWS

Jan 23rd, 2015
593
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.43 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head>
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <!----
  13.  
  14. alicatofrp pls don't???? remove???? like?? yea
  15.  
  16. 027. all my lows.
  17.  
  18. let me know if you have any questions.
  19.  
  20. --->
  21.  
  22. <meta name="image:Left" content=""/>
  23. <meta name="image:Sidebar" content=""/>
  24. <meta name="image:Background" content=""/>
  25.  
  26. <meta name="color:Accent" content="000000"/>
  27. <meta name="color:Background" content="000000"/>
  28. <meta name="color:Border" content="fefefe"/>
  29. <meta name="color:Entries" content="ffffff"/>
  30. <meta name="color:Entries BG" content="ffffff"/>
  31. <meta name="color:Links" content="fefefe"/>
  32. <meta name="color:Navigation BG" content="000000"/>
  33. <meta name="color:Navigation Links" content="ffffff"/>
  34. <meta name="color:Scrollbar" content="fefefe"/>
  35. <meta name="color:Tags" content="ffffff"/>
  36. <meta name="color:Text" content="000000"/>
  37. <meta name="color:Title" content="fefefe"/>
  38.  
  39. <meta name="text:link 1 URL" content=""/>
  40. <meta name="text:link 1 text" content=""/>
  41. <meta name="text:link 2 URL" content=""/>
  42. <meta name="text:link 2 text" content=""/>
  43. <meta name="text:link 3 URL" content=""/>
  44. <meta name="text:link 3 text" content=""/>
  45. <meta name="text:link 4 URL" content=""/>
  46. <meta name="text:link 4 text" content=""/>
  47.  
  48. <meta name="text:desc" content=""/>
  49. <meta name="text:title2" content=""/>
  50. <meta name="text:title3" content=""/>
  51.  
  52. <meta name="text:admin1 name" content=""/>
  53. <meta name="text:admin1 text" content=""/>
  54. <meta name="text:admin2 name" content=""/>
  55. <meta name="text:admin2 text" content=""/>
  56. <meta name="text:admin3 name" content=""/>
  57. <meta name="text:admin3 text" content=""/>
  58. <meta name="text:admin4 name" content=""/>
  59. <meta name="text:admin4 text" content=""/>
  60.  
  61.  
  62. <style type="text/css">
  63.  
  64. ::-webkit-scrollbar-thumb {
  65. height:auto;
  66. background-color:{color:text};
  67. }
  68.  
  69. ::-webkit-scrollbar {
  70. height:10px;
  71. width:5px;
  72. background-color:{color:Scrollbar};
  73. }
  74.  
  75. #s-m-t-tooltip {
  76. margin-top: 15px;
  77. font-family: arial;
  78. font-size: 8px;
  79. text-transform:uppercase;
  80. padding:2px;
  81. background-color:{color:Entries};
  82. color:{color:Text};
  83. border:1px solid {color:Border};
  84. z-index:9999;
  85. }
  86.  
  87. body {
  88. background: {color:Background};
  89. background-image:url('{image:Background}');
  90. background-attachment:fixed;
  91. font-family: arial;
  92. font-size: 10px;
  93. line-height:120%;
  94. color: {color:Text};
  95. }
  96.  
  97. blockquote {
  98. padding-left:5px;
  99. margin:0px 2px 0px 11px;
  100. border-left:2px solid {color:Border};
  101. }
  102.  
  103. a {
  104. text-decoration: none;
  105. color: {color:Links};
  106. }
  107.  
  108. pre {
  109. font-family:arial;
  110. font-size:8px;
  111. text-transform:Uppercase;
  112. font-weight:bold;
  113. background-color:{color:Accent};
  114. padding:5px;
  115. text-align:center;
  116. word-wrap: break-word;
  117. color:{color:Text};
  118. }
  119.  
  120. small, sub {
  121. font-size:10px;
  122. }
  123.  
  124. b, strong {
  125. color:{color:Title};
  126. }
  127.  
  128. /* left bar */
  129.  
  130. #leftbar {
  131. margin-left:77px;
  132. margin-top:40px;
  133. padding:10px;
  134. width:200px;
  135. height:523px;
  136. position:fixed;
  137. background-color:{color:accent};
  138. border-right:3px solid {color:texT};
  139. }
  140.  
  141. #leftbar h3 {
  142. color: {color:text};
  143. font-size: 20px;
  144. line-height:15px;
  145. text-transform:lowercase;
  146. font-style:italic;
  147. text-align:right;
  148. width:180px;
  149. text-shadow: 2px 1px 0px #d2d2d2;
  150. padding: 10px;
  151. margin: 0;
  152. margin-top:7px;
  153. font-weight: bold;
  154. background: {color:entries bg};
  155. box-shadow:
  156. inset 0 3px 2px rgba(255,255,255,.22),
  157. inset 0 -3px 2px rgba(0,0,0,.17),
  158. inset 0 20px 10px rgba(255,255,255,.12),
  159. 0 0 4px 1px rgba(0,0,0,.1),
  160. 0 3px 2px rgba(0,0,0,.2);
  161. }
  162.  
  163. #leftbar h4 {
  164. color: {color:text};
  165. background-color:{color:entries};
  166. font-size: 9px;
  167. margin-top:5px;
  168. width:167px;
  169. line-height:130%;
  170. margin-left:5px;
  171. margin-bottom:2px;
  172. padding:10px;
  173. font-weight:bold;
  174. text-transform:lowercase;
  175. border-left:3px solid {color:text};
  176. }
  177.  
  178. /* pagination */
  179.  
  180. #pagbar {
  181. position:fixed;
  182. margin-top:583px;
  183. margin-left:77px;
  184. width:213px;
  185. height:5px;
  186. padding:5px;
  187. z-index:999999999999999999999999;
  188. border-top:2px solid {color:text};
  189. background-color:{color:entries};
  190. }
  191.  
  192. #pagination {
  193. margin-top: 0px;
  194. word-spacing:3px;
  195. text-transform:uppercase;
  196. font-size:8px;
  197. font-family:arial;
  198. font-weight:bold;
  199. letter-spacing:1px;
  200. line-height:5px;
  201. text-align: center;
  202. }
  203.  
  204. #pagination a {
  205. display: inline-block;
  206. text-transform:uppercase;
  207. font-size:8px;
  208. font-family:arial;
  209. font-weight:bold;
  210. letter-spacing:1px;
  211. text-align: center;
  212. }
  213.  
  214. /* entries & post titles */
  215.  
  216. #entries {
  217. position:absolute;
  218. width:522px;
  219. margin-left:300px;
  220. padding:10px;
  221. height:540px;
  222. overflow:auto;
  223. margin-top:40px;
  224. background-color:{color:Entries BG};
  225. border-left: 0px solid {color:Border};}
  226.  
  227.  
  228. #entry {
  229. background-color:{color:Entries};
  230. margin-bottom:0px;
  231. padding:10px;
  232. border-left:0px solid {color:Border};
  233. border-right:0px solid {color:Border}; }
  234.  
  235.  
  236. img {
  237. max-width: 100%;
  238. }
  239.  
  240. #posttitles {
  241. text-align: right;
  242. font-size: 18px;
  243. font-style:italic;
  244. letter-spacing:-1px;
  245. margin-right:20px;
  246. text-transform:lowercase;
  247. font-family:arial;
  248. padding:0px;
  249. border-bottom:0px double {color:Border};
  250. margin-bottom:5px;
  251. color: {color:Title};
  252. }
  253.  
  254. /* asks and such */
  255.  
  256. #ask {
  257. text-align:center;
  258. line-height:120%;
  259. color:{color:text};
  260. padding:5px;
  261. padding-bottom:10px;
  262. padding-top:5px;
  263. }
  264.  
  265. .ask {
  266. float:left;
  267. z-index:10;
  268. font-family:arial;
  269. font-size:8px;
  270. text-align:left;
  271. font-weight:Bold;
  272. text-transform:uppercase;
  273. color:{color:text};
  274. background-color:{color:Entries};
  275. margin-top:-6px;
  276. margin-right:0px;
  277. margin-left:10px;
  278. padding-top:0px;
  279. padding-bottom:0;
  280. padding-left:5px;
  281. padding-right:5px;
  282. }
  283.  
  284. .askline {
  285. height:1px;
  286. margin-top:0px;
  287. margin-left:0px;
  288. background-color:{color:Border};
  289. z-index:-1;
  290. }
  291.  
  292. .question {
  293. font-family:arial;
  294. background-color:{color:Accent};
  295. color:{color:text};
  296. font-size:10px;
  297. height:40px;
  298. overflow:auto;
  299. width:419px;
  300. z-index:10;
  301. text-transform:lowercase;
  302. float:left;
  303. text-align:left;
  304. margin-top:-48px;
  305. margin-right:0px;
  306. margin-left:60px;
  307. padding-top:0px;
  308. padding-bottom:0;
  309. padding:10px;
  310. }
  311.  
  312. #asker img {
  313. margin-left:-2px;
  314. margin-bottom:-15px;
  315. padding:2px;
  316. text-align:right;
  317. border:3px double {color:border};
  318. }
  319.  
  320. #ans {
  321. text-align:left;
  322. padding:0px;
  323. color:{color:text};
  324. }
  325.  
  326. /* music player & audio posts */
  327.  
  328. .playerbuttonbg {
  329. position: absolute;
  330. left: 20px;
  331. top: 20px;
  332. width: 19px;
  333. height: 19px;
  334. background-color: #ffffff;
  335. padding: 10px;
  336. -webkit-border-radius: 40px;
  337. -moz-border-radius: 40px;
  338. border-radius: 40px;
  339. opacity: .4;
  340. filter: alpha(opacity=40);
  341. opacity: 0.4;
  342. -khtml-opacity: 0.4;
  343. transition: opacity .7s ease-in-out;
  344. -moz-transition: opacity .7s ease-in-out;
  345. -webkit-transition: opacity .7s ease-in-out;
  346. }
  347.  
  348. .playerbuttonbg:hover {
  349. opacity: 1;
  350. filter: alpha(opacity=100);
  351. -moz-opacity: 1;
  352. -khtml-opacity: 1;
  353. }
  354.  
  355. .newplayerbutton {
  356. position: relative;
  357. width: 19px;
  358. height: 19px;
  359. overflow: hidden;
  360. }
  361.  
  362. .playerbuttonhug {
  363. position: absolute;
  364. top: -18px;
  365. left: -7px;
  366. }
  367.  
  368. .tumblr_audio_player {
  369. height: 90px;
  370. width: 270px;
  371. -moz-transform: scale(0.60, 0.60);
  372. -webkit-transform: scale(0.60, 0.60);
  373. -o-transform: scale(0.60, 0.60);
  374. -ms-transform: scale(0.60, 0.60);
  375. transform: scale(0.60, 0.60);
  376. -moz-transform-origin: top left;
  377. -webkit-transform-origin: top left;
  378. -o-transform-origin: top left;
  379. -ms-transform-origin: top left;
  380. transform-origin: top left;
  381. }
  382.  
  383. .audioimgwrapper {
  384. position: absolute;
  385. left: 0px;
  386. top: 0px;
  387. -webkit-border-radius: 40px;
  388. -moz-border-radius: 40px;
  389. border-radius: 40px;
  390. overflow: hidden;
  391. width: 79px;
  392. height: 79px;
  393. }
  394.  
  395. .audioimgwrapper img {
  396. width: 100%;
  397. height: auto;
  398. -webkit-border-radius: 40px;
  399. -moz-border-radius: 40px;
  400. border-radius: 40px;
  401. }
  402.  
  403. .trackdetails {
  404. width: auto;
  405. display:inline-block;
  406. margin-top:10px;
  407. margin-left: 90px;
  408. min-height: 70px;
  409. }
  410.  
  411. .audiowrapper {
  412. position: relative;
  413. display:inline-block;
  414. }
  415.  
  416. /* info, tags & permalink */
  417.  
  418. #permalink {
  419. text-align: center;
  420. border-top: 0px solid {color:Border};
  421. position: relative;
  422. background-color:{color:entries};
  423. font-size:8px;
  424. text-transform:uppercase;
  425. font-family:arial;
  426. margin-top: 0px;
  427. padding-top: 5px;
  428. }
  429.  
  430. .dateline {
  431. height:1px;
  432. margin-top:0px;
  433. margin-left:0px;
  434. background-color:{color:Border};
  435. z-index:-1;
  436. }
  437.  
  438. .date {
  439. font-family:arial;
  440. background-color:{color:entries};
  441. color:{color:text};
  442. font-size:8px;
  443. font-weight:bold;
  444. z-index:10;
  445. text-transform:uppercase;
  446. float:left;
  447. text-align:left;
  448. margin-top:-6px;
  449. margin-right:0px;
  450. margin-left:10px;
  451. padding-top:0px;
  452. padding-bottom:0;
  453. padding-left:5px;
  454. padding-right:5px;
  455. }
  456.  
  457. .tags {
  458. background-color:{color:accent};
  459. color:{color:tags};
  460. font-size:8px;
  461. margin-top:8px;
  462. text-align:center;
  463. padding:4px;
  464. font-weight:bold;
  465. text-transform:uppercase;
  466. }
  467.  
  468. .tags a{
  469. color:{color:tags};
  470. }
  471.  
  472. /* credit. do not remove ok thank u. */
  473.  
  474. #credit{
  475. font-size: 9px;
  476. font-style:none;
  477. float: center;
  478. position: fixed;
  479. bottom: 15px;
  480. background-color:{color:entries};
  481. right: 15px;
  482. font-weight:bold;
  483. color:{color:text};
  484. text-transform:uppercase;
  485. letter-spacing:0px;
  486. font-family:arial;
  487. }
  488.  
  489. #credit a{
  490. color: {color:text};
  491. padding:10px;
  492. }
  493.  
  494. /* accordion */
  495.  
  496. .ac-container{
  497. width: 300px;
  498. margin-top:50px;
  499. margin-left:850px;
  500. position:fixed;
  501. }
  502.  
  503. .ac-container label{
  504. font-family: Arial, sans-serif;
  505. padding: 5px 20px;
  506. position: relative;
  507. z-index: 20;
  508. display: block;
  509. height: 11px;
  510. cursor: pointer;
  511. text-align:right;
  512. border-bottom:2px solid {color:text};
  513. text-shadow: 2px 1px 0px #d2d2d2;
  514. font-weight:bold;
  515. line-height: 11px;
  516. font-size: 9px;
  517. color:{color:text};
  518. background-color:{color:accent};
  519. box-shadow:
  520. inset 0 3px 2px rgba(255,255,255,.22),
  521. inset 0 -3px 2px rgba(0,0,0,.17),
  522. inset 0 20px 10px rgba(255,255,255,.12),
  523. 0 0 4px 1px rgba(0,0,0,.1),
  524. 0 3px 2px rgba(0,0,0,.2);
  525. }
  526.  
  527. .ac-container label:hover{
  528. letter-spacing:2px;
  529. font-style:italic;
  530. -moz-transition-duration:0.5s;
  531. -webkit-transition-duration:0.5s;
  532. -o-transition-duration:0.5s;
  533. }
  534.  
  535. .ac-container input:checked + label,
  536. .ac-container input:checked + label:hover{
  537. font-family: Arial, sans-serif;
  538. text-shadow: 2px 1px 0px #d2d2d2;
  539. font-weight:bold;
  540. line-height: 11px;
  541. font-size: 9px;
  542. color:{color:text};
  543. background-color:{color:accent};
  544. box-shadow:
  545. inset 0 3px 2px rgba(255,255,255,.22),
  546. inset 0 -3px 2px rgba(0,0,0,.17),
  547. inset 0 20px 10px rgba(255,255,255,.12),
  548. 0 0 4px 1px rgba(0,0,0,.1),
  549. 0 3px 2px rgba(0,0,0,.2);
  550. }
  551.  
  552. .ac-container label:hover:after,
  553. .ac-container input:checked + label:hover:after{
  554. content: '';
  555. position: absolute;
  556. width: 24px;
  557. height: 7px;
  558. right: 13px;
  559. top: 7px;
  560. background: transparent url(../images/arrow_down.png) no-repeat center center;
  561. }
  562.  
  563. .ac-container input:checked + label:hover:after{
  564. background-image: url(../images/arrow_up.png);
  565. }
  566.  
  567. .ac-container input{
  568. display: none;
  569. }
  570.  
  571. .ac-container article{
  572. background-color:{color:entries};
  573. margin-top: -20px;
  574. overflow: hidden;
  575. padding:10px;
  576. height: 0px;
  577. position: relative;
  578. z-index: 10;
  579. transition:
  580. height 0.3s ease-in-out,
  581. box-shadow 0.6s linear;
  582. }
  583. .ac-container input:checked ~ article{
  584. background-color:{color:entries};
  585. padding:10px;
  586. margin-top:0px;
  587. }
  588.  
  589. .ac-container article nav a {
  590. display: inline-block;
  591. color: {color:Navigation Links};
  592. text-shadow: 2px 1px 0px #d2d2d2;
  593. background-color:{color:Navigation BG};
  594. font-size: 9px;
  595. width:257px;
  596. margin-top:1px;
  597. margin-bottom:5px;
  598. border-left:3px solid {color:Navigation Links};
  599. padding:10px;
  600. font-weight:bold;
  601. text-transform:lowercase;
  602. box-shadow:
  603. inset 0 3px 2px rgba(255,255,255,.22),
  604. inset 0 -3px 2px rgba(0,0,0,.17),
  605. inset 0 20px 10px rgba(255,255,255,.12),
  606. 0 0 4px 1px rgba(0,0,0,.1),
  607. 0 3px 2px rgba(0,0,0,.2);
  608. }
  609.  
  610. .ac-container article nav a:hover {
  611. letter-spacing:2px;
  612. font-style:italic;
  613. -webkit-transition: all 0.2s ease-in-out;
  614. -moz-transition: all 0.2s ease-in-out;
  615. -o-transition: all 0.2s ease-in-out;
  616. }
  617.  
  618. .ac-container article p{
  619. color: {color:text};
  620. background-color:{color:entries};
  621. line-height: 120%;
  622. font-size: 9px;
  623. font-family:arial;
  624. padding: 5px;
  625. }
  626.  
  627. .ac-container input:checked ~ article.ac-small{
  628. height: 235px;
  629. }
  630. .ac-container input:checked ~ article.ac-medium{
  631. height: 150px;
  632. }
  633. .ac-container input:checked ~ article.ac-large{
  634. height: 150px;
  635. }
  636.  
  637.  
  638. </style>
  639.  
  640. </head>
  641.  
  642. <body>
  643.  
  644. <div id="leftbar">
  645. <img src="{image:left}">
  646. <div style="overflow:auto; padding-right:5px; width: 210px; height: 232px; text-align: justify;">
  647. <h3>{text:admin1 name}</h3>
  648. <h4>{text:admin1 text}</h4>
  649. <h3>{text:admin2 name}</h3>
  650. <h4>{text:admin2 text}</h4>
  651. <h3>{text:admin3 name}</h3>
  652. <h4>{text:admin3 text}</h4>
  653. <h3>{text:admin4 name}</h3>
  654. <h4>{text:admin4 text}</h4>
  655. </div></div>
  656.  
  657. <div id="pagbar"><div id="pagination">
  658. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{block:JumpPagination length="5"} {block:CurrentPage}<span class="currentpage">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="otherpage" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}&nbsp;<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  659. </div></div>
  660.  
  661. <section class="ac-container">
  662. <div>
  663. <input id="ac-1" name="accordion-1" type="checkbox" checked />
  664. <label for="ac-1">{title}</label>
  665. <article class="ac-small">
  666. <img src="{image:sidebar}">
  667. </article>
  668. </div>
  669. <div>
  670. <input id="ac-2" name="accordion-1" type="checkbox" />
  671. <label for="ac-2">{text:title2}</label>
  672. <article class="ac-medium">
  673. <p>{text:desc}</p>
  674. </article>
  675. </div>
  676. <div>
  677. <input id="ac-3" name="accordion-1" type="checkbox" />
  678. <label for="ac-3">{text:title3}</label>
  679. <article class="ac-large">
  680. <nav>
  681. <a href="{text:link 1 url}">{text:link 1 text}</a><Br>
  682. <a href="{text:link 2 url}">{text:link 2 text}</a><br>
  683. <a href="{text:link 3 url}">{text:link 3 text}</a><Br>
  684. <a href="{text:link 4 url}">{text:link 4 text}</a><br>
  685. </nav>
  686. </article>
  687. </div>
  688.  
  689. </section>
  690.  
  691.  
  692. <div id="entries">
  693. {block:Posts}
  694. <div id="entry">
  695.  
  696.  
  697. {block:Text}
  698. <div id="posttitles">{block:Title}{Title}{/block:Title}</div>
  699. {Body}
  700. {/block:Text}
  701.  
  702. {block:Photo}
  703. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  704. {block:Caption}{Caption}{/block:Caption}
  705. {/block:Photo}
  706.  
  707. {block:Photoset}
  708. {Photoset-500}
  709. {block:Caption}{Caption}{/block:Caption}
  710. {/block:Photoset}
  711.  
  712. {block:Quote}
  713. <div id="posttitles">{Quote}</div>
  714. {block:Source}<br>—{Source}{/block:Source}
  715. {/block:Quote}
  716.  
  717. {block:Link}
  718. <div id="posttitles"><a href="{URL}" {Target}>{Name}</a></div>
  719. {block:Description}{Description}{/block:Description}
  720. {/block:Link}
  721.  
  722. {block:Chat}
  723. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  724. {block:Lines}
  725. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  726. {/block:Lines}
  727. {/block:Chat}
  728.  
  729. {block:Audio}{block:AudioPlayer}
  730. <div class="audiowrapper">
  731. {block:AlbumArt}
  732. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  733. {/block:AlbumArt}
  734.  
  735. <div class="playerbuttonbg">
  736. <div class="newplayerbutton">
  737. <div class="playerbuttonhug">
  738.  
  739. {AudioPlayerWhite}
  740.  
  741. </div>
  742. </div>
  743. </div>
  744.  
  745. <div class="trackdetails">
  746.  
  747. {block:TrackName}<B>SONG:</b> {TrackName}{/block:TrackName}<br/>
  748. {block:Artist}<B>ARTIST:</B> {Artist}{/block:Artist}<br/>
  749. {block:Album}<B>ALBUM:</B> {Album}{/block:Album}<br/>
  750. {PlayCountWithLabel}
  751.  
  752. </div>
  753. </div>
  754. {/block:AudioPlayer}
  755.  
  756. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  757.  
  758. {block:Video}
  759. {Video-500}
  760. {block:Caption}{Caption}{/block:Caption}
  761. {/block:Video}
  762.  
  763. {block:Answer}
  764. <div id="questionbox"><div class="askline"></div><div class="ask">{Asker} sent:</div> <p><div id="asker"><img src="{AskerPortraitURL-64}" style="height:50px; width:50px; float:center; margin-top:0px"></div><div class="question"><div style="overflow:auto; padding-right:5px; width: auto; height: 40px; text-align: justify;">{Question}</div></div> </div>
  765. <br>{Answer}
  766. {/block:Answer}
  767.  
  768.  
  769. </div>
  770.  
  771. <div id="permalink">
  772. <div class="dateline"></div><div class="date">
  773. {block:Date}Posted on: {TimeAgo}{/block:Date} ▾ <a href="{Permalink}">
  774. {NoteCountWithLabel}</a> ▾ <a href="{ReblogURL}" target="_blank">Reblog</a>
  775.  
  776. {block:RebloggedFrom} ▾ post details: <a href="{ReblogParentURL}"title="{ReblogParentTitle}">via</a> & <a href="{ReblogRootURL}"title="{ReblogRoottitle}">source</a>{/block:RebloggedFrom}</div>
  777.  
  778. <div class="tags">{block:HasTags} tagged with: {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  779. </div>
  780. <!-- /div entry ---> <br>
  781.  
  782. <div id="credit"> <a href="http://alicatofrp.com/">alicatofrp</a></div>
  783.  
  784.  
  785. </body>
  786.  
  787. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement