DAISIEANGEL

Maia Theme

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