Advertisement
DAISIEANGEL

Alyssa Theme

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