DAISIEANGEL

Alexa Theme

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