DAISIEANGEL

Zoe Theme

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