DAISIEANGEL

Maddi Theme

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