DAISIEANGEL

Aly Theme!

Oct 11th, 2014
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.72 KB | None | 0 0
  1. {block:iftinycursor}
  2. <style type="text/css"> body, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress !important;} </style>
  3. {/block:iftinycursor}
  4.  
  5.  
  6. <!--
  7.  
  8. THEME BY DAISIEANGEL.
  9.  
  10. DON'T REMOVE THE CREIDTS OR YOU'LL BE REPORTED.
  11.  
  12. EJOY ALY THEME!
  13.  
  14.  
  15. ~~~~~~~~~~~$$$$
  16. ~~~~~~~~~~$$$$$$
  17. ~~~~~~~~~.$$$**$$
  18. ~~~~~~~~~$$$"~~`$$
  19. ~~~~~~~~$$$"~~~~$$
  20. ~~~~~~~~$$$~~~~.$$
  21. ~~~~~~~~$$~~~~..$$
  22. ~~~~~~~~$$~~~~.$$$
  23. ~~~~~~~~$$~~~$$$$
  24. ~~~~~~~~~$$$$$$$$
  25. ~~~~~~~~~$$$$$$$…
  26. ~~~~~~~.$$$$$$* …
  27. ~~~~~~$$$$$$$"…..
  28. ~~~~.$$$$$$$
  29. ~~~$$$$$$"`$
  30. ~$$$$$~~~~~$$.$..
  31. $$$$$~~~~$$$$$$$$$$.
  32. $$$$~~~.$$$$$$$$$$$$$
  33. $$$~~~~$$$*~`$~~$*$$$$
  34. $$$~~~`$$"~~~$$~~~$$$$
  35. 3$$~~~~$$~~~~$$~~~~$$$
  36. ~$$$~~~$$$~~~`$~~~~$$$
  37. ~`*$$~~~~$$$~~$$~~:$$
  38. ~~~$$$$~~~~~~~$$~$$"
  39. ~~~~~$$*$$$$$$$$$"
  40. ~~~~~~~~~~““~$$
  41. ~~~~~~~~~~~~~~~`$
  42. ~~~~~~~~..~~~~~~$$
  43. ~~~~~~$$$$$$~~~~$$
  44. ~~~~~$$$$$$$$~~~$$
  45. ~~~~~$$$$$$$$~~~$$
  46. ~~~~~~$$$$$"~~.$$
  47. ~~~~~~~"*$$$$$$
  48.  
  49.  
  50.  
  51. -->
  52.  
  53. <html lang="en">
  54. <head>
  55.  
  56. <link href='http://fonts.googleapis.com/css?family=Chewy' rel='stylesheet' type='text/css'>
  57.  
  58. <link href='http://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
  59.  
  60. <link href='http://fonts.googleapis.com/css?family=Leckerli+One' rel='stylesheet' type='text/css'>
  61.  
  62. <link href='http://fonts.googleapis.com/css?family=Devonshire' rel='stylesheet' type='text/css'>
  63.  
  64. <link href='http://fonts.googleapis.com/css?family=Finger+Paint' rel='stylesheet' type='text/css'>
  65.  
  66. <link href='http://static.tumblr.com/g9epotd/vdmn5zapv/beautiful+every+time.ttf'rel='stylesheet' type='text/css'>
  67.  
  68.  
  69.  
  70. <meta name="image:Background" content=""/>
  71. <meta name="image:Sidebar Image"content=""/>
  72. <meta name="color:Background" content="#FFFFFF"/>
  73. <meta name="color:Title" content="#CCE8F0"/>
  74. <meta name="color:Blog Title" content="#CCE8F0"/>
  75. <meta name="color:Link" content="#C7C7C7"/>
  76. <meta name="color:Hover" content="#BAD8FF"/>
  77. <meta name="color:Text" content="#777777"/>
  78.  
  79. <meta name="if:sidebar image" content="1"/>
  80. <meta name="if:tiny cursor" content="1"/>
  81.  
  82. <meta name="if:IV columns" content="0"/>
  83. <meta name="if:III columns" content="1"/>
  84. <meta name="if:II columns" content="0"/>
  85.  
  86. <meta name="if:black n white sidebar image" content="1"/>
  87. <meta name="if:opacity on hover" content="1"/>
  88. <meta name="color:posts border color" content="#ccc"/>
  89. <meta name="color:posts border color hover" content="#000"/>
  90.  
  91. <meta name="if:disabled right click" content="1"/>
  92.  
  93. <meta name="text:Link One URL" content=""/>
  94. <meta name="text:Link One Title" content="link one"/>
  95. <meta name="text:Link Two URL" content=""/>
  96. <meta name="text:Link Two Title" content="link two"/>
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104. <title>{Title}</title>
  105. {block:Description}
  106. <meta name="description" content="{MetaDescription}" />
  107. {/block:Description}
  108.  
  109. <!-- FAVICON -->
  110. <link rel="shortcut icon" href="{Favicon}">
  111.  
  112. <!---------------DO NOT REMOVE THESE SCRIPTS--------------->
  113.  
  114. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  115.  
  116. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  117. <script>
  118. (function($){$(document)
  119. .ready(function(){$("[title]")
  120. .style_my_tooltips();});})
  121. (jQuery);
  122. </script>
  123.  
  124. {block:IndexPage}
  125. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  126. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  127.  
  128. <script type="text/javascript">
  129. $(window).load(function(){
  130. var $wall = $('#entries');
  131. $wall.imagesLoaded(function(){
  132. $wall.masonry({
  133. itemSelector: '#post, #post_photo',
  134. isAnimated : false
  135. });
  136. });
  137.  
  138. $wall.infinitescroll({
  139. navSelector : '#pagination',
  140. nextSelector : '#pagination a',
  141. itemSelector : '#post, #post_photo',
  142. bufferPx : 2000,
  143. debug : false,
  144. errorCallback: function() {
  145. $('#scroll').fadeOut('normal');
  146. }},
  147. function( newElements ) {
  148. var $newElems = $( newElements );
  149. $newElems.hide();
  150. $newElems.imagesLoaded(function(){
  151. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  152. });
  153. }); $('#entries').show(500);
  154. });
  155. </script>
  156. {/block:IndexPage}
  157.  
  158. <!---------------END SCRIPTS-------------->
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  168.  
  169. <style>
  170. div#qTip {
  171. padding: 5px;
  172. display: none;
  173. text-align: center;
  174. position: absolute;
  175. font-size:8px;
  176. line-height:2px;
  177. font-family:verdana;
  178. z-index: 1000;
  179. border: double 2px #DEEEFF;
  180. box-shadow: 0 0 1px 2px #DEEEFF;
  181. background-color: #fff;
  182. background-image:url(https://24.media.tumblr.com/48bff5867225e7c350501efec7075309/tumblr_mxe3m3tMDu1swr3cao1_500.gif);
  183. background-position:auto;
  184. color: #c9c9c9;
  185. text-transform:uppercase;
  186. letter-spacing: 1px;
  187. border-radius: 4px;
  188. }
  189. </style>
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198. <style type="text/css">
  199.  
  200.  
  201.  
  202.  
  203. iframe#tumblr_controls {
  204. top: 0% !important;
  205. right:0% !important;
  206. opacity:0.3;
  207. position: fixed !important;
  208. filter:alpha(opacity=30);
  209. -webkit-transition: all 0.7s ease;
  210. -moz-transition: all 0.7s ease;
  211. -o-transition: all 0.7s ease;
  212. }
  213. iframe#tumblr_controls:hover{
  214. top: 0% !important;
  215. right:0% !important;
  216. opacity:0.8;
  217. position: fixed !important;
  218. filter:alpha(opacity=80);
  219. -webkit-transition: all 0.7s ease;
  220. -moz-transition: all 0.7s ease;
  221. -o-transition: all 0.7s ease;
  222. }
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240. /************EDIT BODY HERE************/
  241.  
  242. body{
  243. margin:0px;
  244. background-color: {color:Background};
  245. background-image:url({image:Background});
  246. background-attachment:fixed;
  247. background-repeat:no-repeat;
  248. background-position: right;
  249. font-family: Calibri;
  250. font-size:8px;
  251. letter-spacing:1px;
  252. text-transform:uppercase;
  253. text-align:left;
  254. line-height:11px;
  255. color: {color:Text};}
  256.  
  257.  
  258. a:link, a:active, a:visited{
  259. text-decoration: none;
  260. color: {color:Link};}
  261.  
  262. a:hover {
  263. color:{color:Link};
  264. text-decoration:none;}
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271. #littles{
  272. top:-20px;
  273. position:fixed;
  274. z-index: 999999999;
  275.  
  276. {block:ifIVcolumns}
  277. margin-left:70px;
  278. {/block:ifIVcolumns}
  279.  
  280. {block:ifIIIcolumns}
  281. margin-left:70px;
  282. {/block:ifIIIcolumns}
  283.  
  284. {block:ifIIcolumns}
  285. margin-left:170px;
  286. {/block:ifIIcolumns}
  287. }
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294. /************EDIT TOOLTIP HERE************/
  295.  
  296.  
  297. #s-m-t-tooltip {
  298. padding: 3px;
  299. height:auto;
  300. display: none;
  301. font-family: consolas;
  302. font-size: 8px;
  303. text-transform:uppercase;
  304. text-align: center;
  305. letter-spacing:1px;
  306. margin-top:10px;
  307. margin-left: 15px;
  308. line-height: 8px;
  309. z-index: 999999999999;
  310. border-radius:3px;
  311. border: 1px solid #f5f5f5;
  312. background:#ffffff;
  313. color: #888;}
  314.  
  315. /************EDIT POST POSITION/WIDTH HERE************/
  316.  
  317. /*To increase the amount of columns, increase the width. To decrease the amount of columns, decrease the width.*/
  318.  
  319. #entries{
  320. text-align:left;
  321. margin-left:130px;
  322. margin-top:10px;
  323. position:relative;
  324. overflow: hidden;
  325. {block:PermalinkPage}
  326. width:550px;
  327. {/block:PermalinkPage}
  328.  
  329. {block:ifIIIcolumns}
  330. margin-left: 200px;
  331. width:1000px;
  332. {/block:ifIIIcolumns}
  333.  
  334. {block:ifIIcolumns}
  335. margin-left:200px;
  336. width:800px;
  337. {/block:ifIIcolumns}
  338.  
  339. {block:ifIVcolumns}
  340. margin-left:200px;
  341. width:1000px;
  342. {/block:ifIVcolumns}
  343. }
  344.  
  345. /************EDIT OVERALL POSTS HERE************/
  346.  
  347. /*When increasing the amount of columns, you may have to decrease the #post width. Otherwise, to get larger posts, increase the width.*/
  348.  
  349. #post{
  350. text-align:left;
  351.  
  352. background:#ffffff;
  353.  
  354. {block:ifIVcolumns}
  355. width: 190px;
  356. margin:20px;
  357. {/block:ifIVcolumns}
  358.  
  359.  
  360. {block:ifIIIcolumns}
  361. width: 220px;
  362. margin:25px;
  363. {/block:ifIIIcolumns}
  364.  
  365.  
  366. {block:ifIIcolumns}
  367. width: 250px;
  368. margin:25px;
  369. {/block:ifIIcolumns}
  370.  
  371.  
  372. opacity: 1;
  373. padding:5px;
  374. border:1px solid {color:posts border color};
  375. -webkit-transition: all 0.3s linear 0s;
  376.  
  377. -moz-transition: all 0.3s linear 0s;
  378.  
  379. -o-transition: all 0.3s linear 0s;
  380.  
  381. transition: all 0.3s linear 0s;
  382.  
  383. {block:PermalinkPage}
  384. width:500px;
  385. {/block:PermalinkPage}}
  386.  
  387.  
  388. #post:hover{
  389. border:1px solid {color:posts border color hover};
  390. {block:ifopacityonhover}
  391. opacity:0.8;
  392. {/block:ifopacityonhover}
  393. -webkit-transition: all 0.3s linear 0s;
  394.  
  395. -moz-transition: all 0.3s linear 0s;
  396.  
  397. -o-transition: all 0.3s linear 0s;
  398.  
  399. transition: all 0.3s linear 0s;
  400.  
  401.  
  402.  
  403. }
  404.  
  405.  
  406.  
  407.  
  408.  
  409. /*Do not delete #post img.*/
  410.  
  411. #post img{
  412. max-width:100%;}
  413.  
  414.  
  415. /*Edit the permalinks all posts.*/
  416.  
  417. .permalink{
  418. text-align:center;
  419. bottom:15px;
  420. opacity:0;
  421. font-family:'Architects Daughter';
  422. position:absolute;
  423. left: 20px;
  424. right:20px;
  425. background-color:#fff;
  426. border-right:2px solid #ccc;
  427. border-left:2px solid #ccc;
  428. padding: 5px;
  429. border-radius:3px;
  430. -webkit-transition: all 0.3s linear 0s;
  431. -moz-transition: all 0.3s linear 0s;
  432. -o-transition: all 0.3s linear 0s;
  433. transition: all 0.3s linear 0s;
  434. }
  435.  
  436. #post:hover .permalink{
  437. text-align:center;
  438. font-size: 8px;
  439. opacity:1;
  440. position:absolute;
  441. right: 20px;
  442. left: 20px;
  443. }
  444.  
  445.  
  446.  
  447. .permalink a{
  448. text-transform:uppercase;
  449. top:15px;
  450. }
  451.  
  452.  
  453.  
  454. /*Edit the titles on any text-based post.*/
  455.  
  456. .posttitle{
  457. font-size:10px;
  458. text-align:center;
  459. color:#ccc;
  460. border-radius:5px;
  461. }
  462.  
  463. .posttitle a{
  464. color:{color:Link};}
  465.  
  466. /************EDIT QUOTE POSTS HERE************/
  467.  
  468. .quote{
  469. margin-right: 5px;}
  470.  
  471. .source{
  472. padding-top:5px;
  473. display:block;
  474. text-align:right;}
  475.  
  476.  
  477. /************EDIT ANSWER POSTS HERE************/
  478.  
  479. .ask{
  480. padding:4px;
  481. background-color:#fafafa;
  482. border-radius:5px;
  483. }
  484. .asker{
  485. color:{color:Link};}
  486. .answer{
  487. margin-top:10px;}
  488.  
  489. /************EDIT AUDIO POSTS HERE************/
  490.  
  491. .audio{
  492. {block:IndexPage}width:180px;{/block:IndexPage}
  493. {block:PermalinkPage}width:239px;{/block:PermalinkPage};}
  494. .info{
  495. padding:2px 0px 1px 57px;}
  496. .i {
  497. text-transform:uppercase;
  498. letter-spacing:1px;
  499. font-size:8px;}
  500. .pl b,strong{
  501. text-transform:lowercase;
  502. font-size:9px;}
  503. .player{
  504. position:absolute;
  505. overflow:hidden;
  506. margin-top:0px;
  507. margin-left:15px;
  508. background:#ffffff;
  509. width:24px;
  510. height:23px;}
  511.  
  512. /************EDIT VIDEO POSTS HERE************/
  513. /***********DO NOT DELETE THIS CODE************/
  514.  
  515. .video-container {
  516. position:relative;
  517. padding-bottom:56.25%;
  518. padding-top: 30px;
  519. height:0;
  520. overflow:hidden;}
  521.  
  522. .video-container iframe,
  523. .video-container object,
  524. .video-container embed {
  525. position: absolute;
  526. top: 0;
  527. left: 0;
  528. width: 100%;
  529. height: 100%;}
  530.  
  531. /************EDIT CHAT POSTS HERE************/
  532.  
  533. .chat{
  534. line-height:12px;
  535. list-style:none;}
  536. .chat ul{
  537. list-style:none;
  538. padding:0px 5px;
  539. line-height:15px;}
  540. .label{
  541. color:{color:Link};}
  542.  
  543. /************EDIT SIDEBAR HERE************/
  544.  
  545. #sidebar{
  546. background:#fff;
  547. border:1px #ccc solid;
  548. margin-left:-200px;
  549. border-radius:15px;
  550. margin-top:100px;
  551. width:165px;
  552. position:fixed;
  553. text-align:center;}
  554.  
  555. {block:ifsidebarimage}
  556.  
  557. .sidebar_image{
  558. float: center;
  559. margin-left: 6px;
  560. max-width: 140px;
  561. border-radius:15px;
  562. padding:6px;
  563. background-color:#fff;
  564. opacity:1;
  565. -webkit-transition: all 0.4s linear;
  566. -moz-transition: all 0.4s linear;
  567. transition: all 0.4s linear;
  568. }
  569.  
  570. .sidebar_image img{
  571. border-radius:10px;
  572. }
  573.  
  574. .sidebar_image:hover {
  575. opacity:1;
  576.  
  577. {block:ifblacknwhitesidebarimage}
  578. -webkit-transition: all 0.7s linear;
  579. -moz-transition: all 0.7s linear;
  580. transition: all 0.7s linear;
  581. -webkit-filter: grayscale(100%);
  582. {/block:ifblacknwhitesidebarimage}
  583.  
  584. z-index: -9999999999999999999999999px;
  585. }
  586.  
  587. {/block:ifsidebarimage}
  588.  
  589. .blogtitle{
  590. padding:5px;
  591. margin-top:-25px;
  592. margin-bottom:10px;
  593. text-align:center;
  594. font-size:18px;
  595. font-family: "Finger Paint";
  596. }
  597.  
  598. .blogtitle a{
  599. color:{color:Blog Title};}
  600.  
  601. .description{
  602. padding:5px;
  603. font-family: "Architects Daughter";
  604. font-size:8px;
  605. }
  606.  
  607.  
  608. .links{
  609. margin-left:-15px;
  610. padding:0px 10px 5px 10px;
  611. margin-top:5px;
  612. font-size:10px;
  613. }
  614.  
  615. .links a{
  616. margin-left:15px;}
  617.  
  618. .links a:hover{
  619. color:{color:Hover};}
  620.  
  621. /************EDIT TEXT SETTINGS HERE************/
  622.  
  623. i, em{
  624. color:{color:Link};}
  625. b, strong{
  626. font-weight:normal;
  627. text-transform:uppercase;
  628. color:{color:Link};}
  629. ul,ol{
  630. margin:0px;
  631. margin-left:-5px;}
  632. p{
  633. padding:0px;
  634. margin:2px;}
  635. u{
  636. text-decoration:none;
  637. color:{color:Title};}
  638.  
  639. blockquote {
  640. margin:0px;
  641. padding:4px;
  642. background:#f7f7f7;}
  643.  
  644. /************DO NOT DELETE #SCROLL************/
  645.  
  646. #scroll{
  647. bottom:-20px;
  648. position: absolute;
  649. left: 50%;
  650. width:10px;
  651. height:5px;
  652. overflow:hidden;
  653. margin-bottom:80px;}
  654.  
  655.  
  656.  
  657.  
  658. #woah{
  659. position:fixed;
  660. right:5px;
  661. bottom:5px;
  662. text-transform:uppercase;
  663. font-family:Calibri;
  664. font-size:16px;
  665. z-index:999999999;
  666. }
  667.  
  668. #woah a{
  669. color:#dea;}
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676. </style>
  677.  
  678. </head>
  679.  
  680.  
  681. <body onkeydown="return false">
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692. <center>
  693.  
  694. <div id="entries">
  695.  
  696. <!---------------EDIT SIDEBAR CONTENT HERE--------------->
  697.  
  698. <div id="sidebar">
  699. <div class="blogtitle">☯<a href="/">{Title}</a>☯</div>
  700.  
  701. {block:ifsidebarimage}
  702. <div class="sidebar_image"><a href="/"><img src="{image:Sidebar Image}" max width=140px></a></div>
  703. {/block:ifsidebarimage}
  704.  
  705. <div class="description">{Description}</div>
  706.  
  707. <div class="links">
  708. <a href="/" title="home">11</a>
  709. <a href="/ask" title="message">22</a>
  710. <a href="{text:Link One URL}" title="{text:Link One Title}">33</a>
  711. <a href="{text:Link Two URL}" title="{text:Link Two Title}">44</a>
  712. <a href="http://daisieangel.tumblr.com" title="theme">55</a>
  713. </div>
  714. </div>
  715.  
  716.  
  717.  
  718.  
  719. {block:Posts}
  720.  
  721. <!---------------DO NOT DELETE block:ContentSource--------------->
  722.  
  723. {block:ContentSource}
  724. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  725. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  726. {/block:SourceLogo}
  727. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  728. {/block:ContentSource}
  729.  
  730. <div id="post">
  731.  
  732. <!---------------EDIT TEXT POSTS HERE--------------->
  733.  
  734. {block:Text}
  735. <div class="text">
  736. <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
  737. {Body}{block:IndexPage}<br /><center><a href="{ReblogURL}"> take </a> & <a href="{Permalink}">{NoteCount}</a> & <a href="{Permalink}">{TimeAgo}</a></center>
  738. {/block:IndexPage}</div>
  739. {/block:Text}
  740.  
  741. <!---------------EDIT LINK POSTS HERE--------------->
  742.  
  743. {block:Link}
  744. <a href="{URL}"><div class="posttitle">{Name}</div></a>
  745. {block:Description}{Description}{/block:Description}
  746. {block:IndexPage}<a href="{ReblogURL}"> take </a > & <a href="{Permalink}">{NoteCount}</a> & <a href="{Permalink}">{TimeAgo}</a>
  747. {/block:IndexPage}
  748. {/block:Link}
  749.  
  750. <!---------------EDIT PHOTO POSTS HERE--------------->
  751.  
  752. {block:Photo}
  753. {block:IndexPage}
  754. <img src="{PhotoURL-250}" alt="{PhotoAlt}" />{/block:IndexPage}<div class="permalink"><a href="{ReblogURL}"> take </a> & <a href="{Permalink}">{NoteCount}</a> & <a href="{Permalink}">{TimeAgo}</a>
  755. </div>{block:PermalinkPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{/block:PermalinkPage}</a>
  756. {/block:Photo}
  757.  
  758. <!---------------EDIT PHOTOSET POSTS HERE--------------->
  759.  
  760. {block:Photoset}
  761. {block:IndexPage}{block:Photos}<a href="{Permalink}"><img src="{PhotoURL-500}" /></a>{/block:Photos}<div class="permalink"><a href="{ReblogURL}"> take </a> & <a href="{Permalink}">{NoteCount}</a> & <a href="{Permalink}">{TimeAgo}</a>
  762. </div>{/block:IndexPage}
  763. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  764. {/block:Photoset}
  765.  
  766. <!---------------EDIT QUOTE POSTS HERE--------------->
  767.  
  768. {block:Quote}
  769. {Quote}{block:Source}
  770. <div class="source">{Source}</div>{/block:Source}
  771. {block:IndexPage}
  772. <div class="permalink"><a href="{ReblogURL}"> take </a> &
  773. <a href="{Permalink}">{NoteCount}</a> & <a href="{Permalink}">{TimeAgo}</a>
  774. {/block:IndexPage}</div>
  775. {/block:Quote}
  776.  
  777. <!---------------EDIT ANSWER POSTS HERE--------------->
  778.  
  779. {block:Answer}
  780. <div class="ask"><span class="asker">{Asker} said </span> {Question}</div>
  781. <div class="answer">{Answer}</div>
  782. {block:IndexPage}
  783. <div class="permalink"><a href="{ReblogURL}"> take </a> &
  784. <a href="{Permalink}">{NoteCount}</a> & <a href="{Permalink}">{TimeAgo}</a>
  785.  
  786. </div>{/block:IndexPage}
  787. {/block:Answer}
  788.  
  789. <!---------------EDIT CHAT POSTS HERE--------------->
  790.  
  791. {block:Chat}
  792. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  793. <div class="chat"><ul>{block:Lines}
  794. <li class="person{UserNumber}">{block:Label}
  795. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>{block:IndexPage}<div class="permalink"><a href="{ReblogURL}"> take </a> & <a href="{Permalink}">{NoteCount}</a> & <a href="{Permalink}">{TimeAgo}</a>
  796.  
  797. </div>
  798. {/block:IndexPage}
  799. {/block:Chat}
  800.  
  801. <!---------------EDIT AUDIO POSTS HERE--------------->
  802.  
  803. {block:Audio}<div class="player">{AudioPlayerWhite}</div>
  804. <div class="info"><div class="i"><span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div><div class="i">by<span{block:Artist} style="display: none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div></div>{block:IndexPage}<div class="permalink"><a href="{ReblogURL}"> take </a> & <a href="{Permalink}">{NoteCount}</a> & <a href="{Permalink}">{TimeAgo}</a>
  805.  
  806. </div>
  807. {/block:IndexPage}
  808. {/block:Audio}
  809.  
  810. <!---------------EDIT VIDEO POSTS HERE--------------->
  811.  
  812. {block:Video}
  813. {block:IndexPage}<div class="video-container">{Video-250}</div>
  814. <div class="permalink"><a href="{ReblogURL}"> take </a> & <a href="{Permalink}">{NoteCount}</a> & <a href="{Permalink}">{TimeAgo}</a>
  815.  
  816. </div>{/block:IndexPage}
  817. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  818. {/block:Video}
  819.  
  820. <!---------------EDIT PERMALINK PAGE HERE--------------->
  821.  
  822. {block:PermalinkPage}
  823. {block:Caption}{Caption}{/block:Caption}
  824. <p>{block:Date} {Month} {DayofMonthWithSuffix}, {Year}{/block:Date} {block:NoteCount}, {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom} , (via <a href="{ReblogParentURL}">{ReblogParentName}</a>){/block:RebloggedFrom}
  825. <div class="permapage">
  826. <div style="margin-top:10px; margin-left:-10px;">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
  827. </div>
  828. {/block:Posts}
  829. </div>
  830.  
  831. <!---------------DO NOT DELETE THIS--------------->
  832.  
  833. {block:IndexPage}
  834. {block:Pagination}
  835. <div id="pagination">
  836. {block:NextPage}
  837. <a id="nextPage" href="{NextPage}"></a>
  838. {/block:NextPage}
  839. {block:PreviousPage}
  840. <a href="{PreviousPage}"></a>
  841. {/block:PreviousPage}
  842. </div>
  843. {/block:Pagination}
  844. {/block:IndexPage}
  845. </center>
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859. {block:ifdisabledrightclick}
  860.  
  861. <script language=JavaScript>
  862. <!--
  863.  
  864. //Disable right mouse click Script
  865. //By Maximus ([email protected]) w/ mods by DynamicDrive
  866. //For full source code, visit http://www.dynamicdrive.com
  867.  
  868. var message="Function Disabled!";
  869.  
  870. ///////////////////////////////////
  871. function clickIE4(){
  872. if (event.button==2){
  873. return false;
  874. }
  875. }
  876.  
  877. function clickNS4(e){
  878. if (document.layers||document.getElementById&&!document.all){
  879. if (e.which==2||e.which==3){
  880. return false;
  881. }
  882. }
  883. }
  884.  
  885. if (document.layers){
  886. document.captureEvents(Event.MOUSEDOWN);
  887. document.onmousedown=clickNS4;
  888. }
  889. else if (document.all&&!document.getElementById){
  890. document.onmousedown=clickIE4;
  891. }
  892.  
  893. document.oncontextmenu=new Function("return false")
  894.  
  895. // -->
  896. </script>
  897.  
  898. {/block:ifdisabledrightclick}
  899.  
  900.  
  901.  
  902.  
  903.  
  904.  
  905.  
  906.  
  907.  
  908.  
  909.  
  910. </body>
  911.  
  912.  
  913. <div id="littles"><img src="https://31.media.tumblr.com/154c2f541c8d6ab511bf358d6d97d61b/tumblr_nda62ktVXN1swr3cao1_500.png" width=180px></div>
  914.  
  915.  
  916.  
  917.  
  918. <div id="woah"><a href="http://daisieangel.tumblr.com">
  919. <font color="#ccc">卌</font>
  920. </a></div>
  921. </html>
Advertisement
Add Comment
Please, Sign In to add comment