Advertisement
DAISIEANGEL

Dani Theme

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