Advertisement
Guest User

twisted galaxy theme

a guest
Jul 24th, 2014
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.89 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.  
  4. <!-- made by cuteofrp. you can edit as much as you want for personal use c: if you want to post an edited version, could you please send me an ask? just so I know you edited.
  5. please don't repost or claim as your own, i've worked my ass off on this and yeah.. -->
  6.  
  7. <head>
  8.  
  9. <meta name="color:bg" content="#FFFFFF">
  10. <meta name="color:link" content="#E6E4E4">
  11. <meta name="color:hover" content="#454545">
  12. <meta name="color:infobg" content="#FCFCFC">
  13. <meta name="color:text" content="#9A9A9A">
  14. <meta name="color:tags" content="#EDEDED">
  15. <meta name="color:scrollbar" content="#D6D5D5">
  16. <meta name="color:border" content="#FAFAFA">
  17. <meta name="color:shadow" content="#FAFAFA">
  18. <meta name="color:postinfo" content="#FAFAFA">
  19.  
  20. <meta name="image:sidebar" content=""/>
  21. <meta name="image:background" content=""/>
  22.  
  23. <meta name="text:titlenavi" content="">
  24. <meta name="text:linkA" content="">
  25. <meta name="text:linkA url" content="/">
  26. <meta name="text:linkB" content="">
  27. <meta name="text:linkB url" content="/">
  28. <meta name="text:linkC" content="">
  29. <meta name="text:linkC url" content="/">
  30. <meta name="text:linkD" content="">
  31. <meta name="text:linkD url" content="/">
  32. <meta name="text:linkE" content="">
  33. <meta name="text:linkE url" content="/">
  34. <meta name="text:linkF" content="">
  35. <meta name="text:linkF url" content="/">
  36.  
  37. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  38. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  39. <link rel="shortcut icon" href="{Favicon}" />
  40. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  41.  
  42. <script type="text/javascript"
  43. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  44. <link href='http://fonts.googleapis.com/css?family=Roboto' rel ='stylesheet' type='text/css'>
  45.  
  46.  
  47. <script type="text/javascript">
  48. $(window).load(function () {
  49. $('#posts').masonry(),
  50. $('.masonryWrap').infinitescroll({
  51. navSelector : "div.navigation",
  52. // selector for the paged navigation (it will be hidden)
  53. nextSelector : ".navigation a#next",
  54. // selector for the NEXT link (to page 2)
  55. itemSelector : ".post",
  56. // selector for all items you'll retrieve
  57. bufferPx : 10000,
  58. extraScrollPx: 10000,
  59. loadingImg : "http://static.tumblr.com/bcpenwm/o5Nmy3k0o/florels.gif",
  60. loadingText : "<em></em>",
  61. },
  62. // call masonry as a callback.
  63. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  64. );
  65. });
  66. </script>
  67. <script type="text/javascript">
  68.  
  69. /***********************************************
  70. * Drag and Drop Script: © Dynamic Drive (http://www.dynamicdrive.com)
  71. ***********************************************/
  72.  
  73. var dragobject={
  74. z: 0, x: 0, y: 0, offsetx : null, offsety : null, targetobj : null, dragapproved : 0,
  75. initialize:function(){
  76. document.onmousedown=this.drag
  77. document.onmouseup=function(){this.dragapproved=0}
  78. },
  79. drag:function(e){
  80. var evtobj=window.event? window.event : e
  81. this.targetobj=window.event? event.srcElement : e.target
  82. if (this.targetobj.className=="drag"){
  83. this.dragapproved=1
  84. if (isNaN(parseInt(this.targetobj.style.left))){this.targetobj.style.left=0}
  85. if (isNaN(parseInt(this.targetobj.style.top))){this.targetobj.style.top=0}
  86. this.offsetx=parseInt(this.targetobj.style.left)
  87. this.offsety=parseInt(this.targetobj.style.top)
  88. this.x=evtobj.clientX
  89. this.y=evtobj.clientY
  90. if (evtobj.preventDefault)
  91. evtobj.preventDefault()
  92. document.onmousemove=dragobject.moveit
  93. }
  94. },
  95. moveit:function(e){
  96. var evtobj=window.event? window.event : e
  97. if (this.dragapproved==1){
  98. this.targetobj.style.left=this.offsetx+evtobj.clientX-this.x+"px"
  99. this.targetobj.style.top=this.offsety+evtobj.clientY-this.y+"px"
  100. return false
  101. }
  102. }
  103. }
  104.  
  105. dragobject.initialize()
  106.  
  107. </script>
  108. <script>
  109.  
  110.  
  111.  
  112. $(document).ready(function() {
  113.  
  114. //
  115.  
  116.  
  117.  
  118. //When you click on a link with class of poplight and the href starts with a #
  119.  
  120. $('a.poplight[href^=#]').click(function() {
  121.  
  122. var popID = $(this).attr('rel'); //Get Popup Name
  123.  
  124. var popURL = $(this).attr('href'); //Get Popup href to define size
  125.  
  126.  
  127.  
  128. //Pull Query & Variables from href URL
  129.  
  130. var query= popURL.split('?');
  131.  
  132. var dim= query[1].split('&');
  133.  
  134. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  135.  
  136.  
  137.  
  138. //Fade in the Popup and add close button
  139.  
  140. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://tiny.cc/closeimg" class="btn_close" title="Close Window" alt="Close" /></a>');
  141.  
  142.  
  143. //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
  144.  
  145. var popMargTop = ($('#' + popID).height() + 80) / 2;
  146.  
  147. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  148.  
  149.  
  150.  
  151. //Apply Margin to Popup
  152.  
  153. $('#' + popID).css({
  154.  
  155. 'margin-top' : -popMargTop,
  156.  
  157. 'margin-left' : -popMargLeft
  158.  
  159. });
  160.  
  161.  
  162.  
  163. //Fade in Background
  164.  
  165. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  166.  
  167. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
  168.  
  169.  
  170.  
  171. return false;
  172.  
  173. });
  174.  
  175.  
  176.  
  177. //Close Popups and Fade Layer
  178.  
  179. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  180.  
  181. $('#fade , .popup_block').fadeOut(function() {
  182.  
  183. $('#fade, a.close').remove(); //fade them both out
  184.  
  185. });
  186.  
  187. return false;
  188.  
  189. });
  190.  
  191.  
  192.  
  193.  
  194.  
  195. });
  196.  
  197. </script>
  198.  
  199. <style type="text/css">
  200.  
  201. @media screen and (max-width: 600px) {
  202. .class {
  203. background: #ccc;
  204. }
  205. }
  206.  
  207. ::-webkit-scrollbar {background-color:{color:text}; height:8px; width:5px}
  208. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  209. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important;}
  210.  
  211. body {
  212. background-color:{color:bg};
  213. -webkit-background-size: cover;
  214. -moz-background-size: cover;
  215. -o-background-size: cover;
  216. background-size: cover;
  217. font-family: 'calibri';
  218. font-weight:normal;
  219. font-size:11px;
  220. background-image:url('{image:background}');
  221. background-attachment:fixed;
  222. cursor:url(http://i.imgur.com/ZOrzC.png),auto;
  223. letter-spacing:2px;
  224. text-decoration:none;
  225. }
  226.  
  227. a {
  228. text-decoration:none;
  229. }
  230.  
  231. a:hover {
  232. text-decoration:underline;
  233. }
  234.  
  235. h1 {
  236. font-weight:normal;
  237. font-size:9px;
  238. text-align:center;
  239. font-style:normal;
  240. line-height:80%;
  241. letter-spacing:1px;
  242. text-transform:uppercase;
  243. color:{color:text};
  244. text-decoration:none;
  245. }
  246.  
  247. h2 {
  248. font-size:13px;
  249. text-align:center;
  250. line-height:100%;
  251. letter-spacing:1px;
  252. color:{color:text};
  253. font-weight:normal;
  254. padding:5px;
  255. padding-bottom:2px;
  256. text-decoration:none;
  257. }
  258.  
  259. pre {
  260. background-color:{color:border};
  261. color:{color:infobg};
  262. text-align:center;
  263. margin:4px;
  264. border-color:{color:border};
  265. border-right:5px solid;
  266. font-size:10,5px;
  267. border-radius:2px;
  268. padding:3px;
  269. }
  270.  
  271. code {
  272. font-size:10px;
  273. }
  274.  
  275. blockquote {
  276. border-left:3px solid {color:text};
  277. background-color:{color:bg};
  278. margin:5px;
  279. padding:7px;
  280. border-radius:2px;
  281. }
  282.  
  283. #theme {
  284. background-color:{color:bg};
  285. width:700px;
  286. margin: 0 auto -12px auto;
  287. text-align: center;
  288. }
  289.  
  290.  
  291. #sidebar:hover #desc {
  292. opacity:0.9;
  293. -moz-transition-duration:1s;
  294. -webkit-transition-duration:1s;
  295. -o-transition-duration:1s;
  296. position:fixed;
  297. z-index:999999999;
  298. }
  299.  
  300. #sidebar {
  301. color:{color:text};
  302. position:fixed;
  303. margin-top:75px;
  304. margin-left:-270px;
  305. }
  306.  
  307. #sidebar img {
  308. width:380px;
  309. height:420px;
  310. border-left:5px solid;
  311. border-top-left-radius:5px;
  312. transition: all 0.4s ease-in-out 0.2s;
  313. opacity: 1;
  314. }
  315.  
  316.  
  317.  
  318. .links {
  319. margin-bottom:10px;
  320. font-size:8px;
  321. text-transform:uppercase;
  322. text-align:center;
  323. letter-spacing:2px;
  324. text-decoration:none;
  325. }
  326.  
  327. .links a{
  328. padding:3px;
  329. color:{color:link};
  330. letter-spacing:0px;
  331. text-decoration:none;
  332. -moz-transition-duration:1s;
  333. -webkit-transition-duration:1s;
  334. -o-transition-duration:1s;
  335. }
  336.  
  337. .links a:hover{
  338. color:{color:hover};
  339. -moz-transition-duration:1s;
  340. -webkit-transition-duration:1s;
  341. -o-transition-duration:1s;
  342. }
  343.  
  344.  
  345. #desc{
  346. margin-left:103px;
  347. margin-top:-150px;
  348. width:350px;
  349. height:200px;
  350. overflow:auto;
  351. border-left:5px solid;
  352. background:{color:infobg};
  353. opacity:0;
  354. padding:1px;
  355. z-index:9999999;
  356. position:relative;
  357. border-top-left-radius:5px;
  358. -moz-transition-duration:1s;
  359. -webkit-transition-duration:1s;
  360. -o-transition-duration:1s;
  361. }
  362.  
  363. .desc {
  364. margin-bottom:10px;
  365. margin-top:10px;
  366. text-align:center;
  367. font-size:10px;
  368. color:{color:text};
  369. letter-spacing:1px;
  370. z-index:999999999;
  371. -moz-transition-duration:1s;
  372. -webkit-transition-duration:1s;
  373. -o-transition-duration:1s;
  374. }
  375.  
  376. .desc a {
  377. color:{color:link};
  378. text-decoration:none;
  379. -moz-transition-duration:1s;
  380. -webkit-transition-duration:1s;
  381. -o-transition-duration:1s;
  382. }
  383.  
  384. #pagi {
  385. font-size:27px;
  386. text-transform:lowercase;
  387. letter-spacing:1px;
  388. font-style:normal;
  389. text-align:center;
  390. color:{color:border};
  391. text-decoration:none;
  392. }
  393.  
  394. #pagi a {
  395. color:{color:infobg};
  396. text-decoration:none;
  397. }
  398.  
  399.  
  400. #stuffcontainer {
  401. float:left;
  402. margin-left:300px;
  403. margin-top:50px;
  404. text-align:justify;
  405. color:{color:text};
  406. margin-bottom: 30px;
  407. }
  408.  
  409.  
  410. #stuff {
  411. width:500px;
  412. margin-top:25px;
  413. text-align:justify;
  414. font-size:11px;
  415. line-height:90%;
  416. letter-spacing:0x;
  417. color:{color:text};
  418. background-color:{color:infobg};
  419. padding:10px;
  420. border-left:5px solid;
  421. border-top-left-radius:5px;
  422. }
  423.  
  424. #stuff a {
  425. color:{color:link};
  426. text-align:center;
  427. letter-spacing:1px;
  428. font-style:normal;
  429. text-decoration:none;
  430. }
  431.  
  432. #stuff a:hover {
  433. color:{color:hover};
  434. -moz-transition-duration:1s;
  435. -webkit-transition-duration:1s;
  436. -o-transition-duration:1s;
  437. }
  438.  
  439.  
  440. .caption {
  441. width:500px;
  442. text-align:justify;
  443. line-height:120%;
  444. }
  445.  
  446. .ask {
  447. padding:10px;
  448. text-align:left;
  449. color:{color:text};
  450. background-color:{color:bg};
  451. border-bottom:5px solid {color:border};
  452. }
  453.  
  454. .ans {
  455. text-align:left;
  456. padding:10px;
  457. color:{color:text};
  458. }
  459.  
  460. .audio {
  461. width:500px;
  462. padding-bottom:10px;
  463. background-color:{color:infobg};
  464. }
  465.  
  466. .albumart {
  467. float:left;
  468. padding:0px 10px 10px 0px;
  469. }
  470.  
  471. .albumart img {
  472. width:45px;
  473. height:45px;
  474. }
  475.  
  476. .playercontainer {
  477. text-align:left;
  478. padding:10px;
  479. background-color:#ffffff;
  480. width:480px;
  481. }
  482.  
  483. .audioinfo {
  484. padding:10px;
  485. color:{color:text};
  486. }
  487.  
  488. #postinfo {
  489. width:490px;
  490. padding:5px;
  491. font-size:8px;
  492. color:{color:postinfo};
  493. text-transform:lowercase;
  494. font-style:normal;
  495. letter-spacing:2px;
  496. text-align:left;
  497. background-color:{color:bg};
  498. border-top:5px solid {color:border};
  499. -moz-transition-duration:0.5s;
  500. -webkit-transition-duration:0.5s;
  501. -o-transition-duration:0.5s;
  502. border-radius:5px;
  503. }
  504.  
  505. #postinfo a {
  506. color:{color:link};
  507. text-align:center;
  508. letter-spacing:1px;
  509. font-style:normal;
  510. text-decoration:none;
  511. }
  512.  
  513. #postinfo a:hover {
  514. color:{color:hover};
  515. -moz-transition-duration:1s;
  516. -webkit-transition-duration:1s;
  517. -o-transition-duration:1s;
  518. }
  519.  
  520. #stuffcontainer:hover .tags {
  521. opacity:1;
  522. -webkit-transition-duration:1s;
  523. -moz-transition-duration::1s;
  524. -o-transition-duration:1s;
  525. }
  526.  
  527. .note {
  528. text-transform:uppercase;
  529. font-style:normal;
  530. letter-spacing:0px;
  531. font-size: 9px;
  532. text-align:left;
  533. line-height:90%;
  534. margin-left:-40px;
  535. }
  536.  
  537. .note li {
  538. list-style-type:none;
  539. border-bottom:1px solid {color:border};
  540. padding:10px 25px 10px 25px;
  541. text-align:left;
  542. margin:0px;
  543. -moz-transition-duration:0.5s;
  544. -webkit-transition-duration:0.5s;
  545. -o-transition-duration:0.5s;
  546. }
  547.  
  548. .tags {
  549. font-style:normal;
  550. width:500px;
  551. text-transform:lowercase;
  552. font-style:normal;
  553. color:{color:tags};
  554. letter-spacing:2px;
  555. line-height:120%;
  556. font-size:8px;
  557. text-align:left;
  558. padding:2px;
  559. -moz-transition-duration:1s;
  560. -webkit-transition-duration:1s;
  561. -o-transition-duration:1s;
  562. opacity:0;
  563. }
  564.  
  565. .tags a {
  566. color:{color:tags};
  567. letter-spacing:1px;
  568. padding:1px;
  569. }
  570.  
  571. .tags a:hover {
  572. color:{color:link};
  573. -moz-transition-duration:1s;
  574. -webkit-transition-duration:1s;
  575. -o-transition-duration:1s;
  576. }
  577.  
  578. ul.chat, .chat ol, .chat li {
  579. list-style:none;
  580. margin:0px;
  581. padding:2px;
  582. }
  583.  
  584. .label {
  585. font-weight:700;
  586. background-color:{color:infobg};
  587. margin-right:5px;
  588. }
  589.  
  590.  
  591. #credit {
  592. bottom:5px;
  593. left:5px;
  594. width:30px;
  595. height:15px;
  596. color:{color:text};
  597. text-align:center;
  598. background-color:{color:infobg};
  599. font-size:10px;
  600. transition:width 2s;
  601. -webkit-transition: all 0.4s ease-in-out;
  602. padding:3px;
  603. border:1px solid;
  604. position:fixed;
  605. }
  606.  
  607. #credit:hover {
  608. text-align: center;
  609. background-color:{color:bg};
  610. transition:width 2s;
  611. -webkit-transition: all 0.4s ease-in-out;
  612. }
  613.  
  614. #button {
  615. background-color:{color:infobg};
  616. width: 80px;
  617. height: 80px;
  618. border-radius: 50%;
  619. font-size:15px;
  620. text-align:center;
  621. line-height:80px;
  622. margin-left:482px;
  623. margin-top:-250px;
  624. text-decoration:none;
  625. }
  626.  
  627. #button:hover {
  628. box-shadow: inset 8px 8px 8px {color:shadow};
  629. -webkit-transition: all 0.1s ease-in-out;
  630. }
  631.  
  632. .button a {
  633. text-decoration:none;
  634. color:{color:text};
  635. }
  636.  
  637. #fade {
  638. display: none;
  639. background: #000;
  640. position: fixed;
  641. left: 0;
  642. top: 0;
  643. width: 100%;
  644. height: 100%;
  645. opacity: .80;
  646. z-index: 9999;
  647. overflow:auto;
  648. }
  649.  
  650. .popup_block{
  651. display: none;
  652. background: {color:bg};
  653. width:500px;
  654. height:300px;
  655. padding:20px;
  656. float: center;
  657. position: fixed;
  658. top: 50%;
  659. left: 50%;
  660. z-index: 99999;
  661. overflow:auto;
  662. border-radius:5px;
  663. border-right:5px;
  664. border-left:5px;
  665. border-color:{color:text};
  666. background-image:url('{image:background}');
  667. -webkit-background-size: cover;
  668. -moz-background-size: cover;
  669. -o-background-size: cover;
  670. background-size: cover;
  671. }
  672.  
  673. img.btn_close {
  674. float: right;
  675. margin: -20px -20px;
  676. }
  677.  
  678. *html #fade {
  679. position: absolute;
  680. }
  681.  
  682. *html .popup_block {
  683. position: absolute;
  684. }
  685.  
  686. .drag{
  687. position:relative;
  688. cursor:hand;
  689. z-index: 100;
  690. }
  691.  
  692. #linko{
  693. text-align:center;
  694. width:50px;
  695. height:30px;
  696. position:fixed;
  697. }
  698.  
  699. #linko a{
  700. width:100px;
  701. height:25px;
  702. text-align:center;
  703. color:{color:text};
  704. border-left:solid 5px{color:border};
  705. display:inline-block;
  706. text-decoration:none;
  707. padding:5px;
  708. background-color:{color:infobg};
  709. margin-top:15px;
  710. border-top-left-radius:5px;
  711. font-size:12px;
  712. line-height:200%;
  713. }
  714.  
  715. #linko a:hover {
  716. box-shadow:5px 5px 10px {color:shadow} inset;
  717. -moz-transition-duration:0,1s;
  718. -webkit-transition-duration:0,1s;
  719. -o-transition-duration:0,1s;
  720. }
  721.  
  722. .container {
  723. width:280px;
  724. height:250px;
  725. overflow:auto;
  726. background-color:{color:infobg};
  727. color:{color:text};
  728. margin-top:-290px;
  729. margin-left:170px;
  730. padding:20px;
  731. border-radius:5px;
  732. border-left:solid 5px{color:border};
  733. border-right:solid 5px{color:border};
  734. font-size:10px;
  735. }
  736.  
  737. .container a {
  738. text-decoration:none;
  739. }
  740.  
  741.  
  742. {CustomCSS}
  743.  
  744.  
  745. </style></head>
  746.  
  747. <body>
  748. <div id="theme">
  749. <div id="sidebar">
  750. <img src="{image:sidebar}" class="drag">
  751. <div id="button" class="drag"> <div class=button class="drag"> <a href="#?w=500" rel="popup_name" class="poplight">
  752. links </a> </div>
  753. {block:Pagination}
  754. <div id="pagi">
  755. {block:PreviousPage}
  756. <a href="{PreviousPage}">«</a>
  757. {/block:PreviousPage}
  758. {block:NextPage}
  759. <a href="{NextPage}">»</a>
  760. {/block:NextPage}
  761. </div>
  762. {/block:Pagination}
  763. </div>
  764. <div id="sidebarinfo">
  765. <div id="desc">
  766. <div class="desc">
  767. {Description}
  768. </div>
  769. </div>
  770. </div>
  771. </div>
  772.  
  773.  
  774.  
  775. <a href="http://cuteofrp.tumblr.com"><div id="credit">◕‿◕</div></a>
  776. <div id="stuffcontainer">
  777. {block:Posts}
  778.  
  779. <div id="stuff">
  780.  
  781. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  782.  
  783. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  784.  
  785. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  786. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  787.  
  788. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  789.  
  790. {block:Photoset}<center>{Photoset-500}</center>
  791. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  792.  
  793. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  794.  
  795. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  796.  
  797. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  798.  
  799. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  800. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  801. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  802. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  803. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  804.  
  805.  
  806.  
  807. {block:Date}<div id="postinfo"> posted <a href="{Permalink}">{TimeAgo}</a>{block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  808. {block:ContentSource} © <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>{/block:Date}
  809. {block:HasTags}
  810. <div class="tags">
  811. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  812. {/block:HasTags}
  813. <div class="note">
  814. {block:PostNotes}{PostNotes}{/block:PostNotes}
  815. </div>
  816. </div>
  817. {/block:Posts}
  818. </div>
  819. </div>
  820. </div>
  821. </div>
  822. <div id="popup_name" class="popup_block">
  823. <div id="linko">
  824. <a href="{text:linkA url}">{text:linkA}</a>
  825. <a href="{text:linkB url}">{text:linkB}</a>
  826. <a href="{text:linkC url}">{text:linkC}</a>
  827. <a href="{text:linkD url}">{text:linkD}</a>
  828. <a href="{text:linkE url}">{text:linkE}</a>
  829. <a href="{text:linkF url}">{text:linkF}</a>
  830. <br>
  831. <div class="container">
  832. <pre>What I Do</pre>
  833. <blockquote>reviews /first look and full/ <br>
  834. rp shoutout/promos<br>
  835. fc help <br>
  836. manips - OPEN<br>
  837. theme makeovers (form)<br>
  838. rants<br>
  839. playlists<br>
  840. guides/how to’s<br>
  841. writing<br>
  842. html<br>
  843. photoshop<br>
  844. writing and plot help<br>
  845. graphics (form)<br>
  846. If what you’d like is not on here, please don’t hesitate to pop us a message!</blockquote><br>
  847. <pre>To-do list</pre>
  848. <blockquote>blooppp</blockquote>
  849. </div>
  850. </div>
  851. </div>
  852. </body>
  853. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement