DAISIEANGEL

Avery Theme

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