Advertisement
rowrz

han

May 23rd, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 23.18 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!---
  3. theme by maricris (intrench.tumblr.com)
  4. eluding theme ! please don't remove the credit, or you'll get reported. i track down all my themes btw.
  5.  
  6. anyways, make sure you use a sidebar image or your theme would be just uck. c:
  7. --->
  8. <html>
  9.  
  10. <head>
  11. <link href='http://fonts.googleapis.com/css?family=Mr+De+Haviland' rel='stylesheet' type='text/css'>
  12.  
  13.   <script type="text/javascript"
  14. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  15.  
  16. <meta name="color:Text" content="#000">
  17. <meta name="color:link" content="#000">
  18. <meta name="color:Background" content="#FFF">
  19. <meta name="image:Background" content="">
  20. <meta name="image:sidebar" content="">
  21. <meta name="if:showsidebarimage" content="">
  22. <meta name="if:onecolumn" content="">
  23. <meta name="if:threecolumns" content="">
  24. <meta name="text:Custom Link One Title" content= >
  25. <meta name="text:Custom Link One" content="http://" />
  26. <meta name="text:Custom Link Two Title" content= >
  27. <meta name="text:Custom Link Two" content="http://" />
  28. <meta name="text:Custom Link Three Title" content= >
  29. <meta name="text:Custom Link Three" content="http://" />
  30. <meta name="text:Custom Link Four Title" content= >
  31. <meta name="text:Custom Link Four" content="http://" />
  32. <meta name="text:Custom Link Five Title" content= >
  33. <meta name="text:Custom Link Five" content="http://" />
  34.  
  35. <style type="text/css">
  36.  
  37. @font-face {
  38. font-family:fight;
  39. src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');,
  40. }
  41.  
  42.  
  43. ::-webkit-scrollbar-thumb {-webkit-border-radius: 2px;border-radius: 2px;background:#fff;box-shadow: 0 0 3px 0 rgba(0,0,0,0.1) inset;}
  44. ::-webkit-scrollbar-track-piece {background:none;box-shadow: 0 0 6px 0 rgba(0,0,0,0.4) inset;}
  45. ::-webkit-scrollbar {background:#ffffff;width:5px;height:5px;}
  46.  
  47.  
  48. body {
  49. color:{color:text};
  50. font-family:consolas;
  51. font-size: 12px;
  52. background-color: {color:Background};
  53. background-image:url('http://imgur.com/FdwuB1k.png');
  54. background-attachment: fixed ! important;
  55. background-size: 350px;
  56.     background-position:1000px 110px;
  57.     background-repeat:no-repeat;
  58.    
  59. }
  60.  
  61.  
  62. a:link, a:active, a:visited{
  63. color:{color:link};
  64. text-decoration: none;
  65. -webkit-transition: color 0.4s ease-out;
  66. -moz-transition: color 0.4s ease-out;
  67. }
  68.  
  69. a:hover{
  70. color:#000;
  71. text-shadow:1px 2px 3px #000000;
  72. text-shadow:0px 0px 3px {color:Hover};
  73. -webkit-transition: all 0.2s linear;
  74. -webkit-transition: all 0.2s linear;
  75. -moz-transition: all 0.2s linear;
  76. transition: all 0.2s linear;
  77. }
  78.  
  79.  
  80.  
  81. .entry {
  82. margin: 7px;
  83. padding:10px;
  84. color:{color:text}
  85. float:left;
  86. text-align: left;
  87. background-color: #fff;
  88. border:1px solid #cecece;
  89. font-family:consolas;
  90. {block:IndexPage}
  91. width:200px;
  92. {/block:IndexPage}
  93. {block:PermalinkPage}
  94. width:530px;
  95. margin-left:1px;
  96. {/block:PermalinkPage}
  97. }
  98.  
  99.  
  100. .entry:hover{
  101. opacity: 1;}
  102.  
  103.  
  104. .entry .perma{
  105. margin-left: -10px;
  106. margin-top: -10px;
  107. width:100%;
  108. height: 25px;
  109. position: absolute;
  110. overflow:hidden;
  111. opacity: 0.0;
  112. background-color:#fff;
  113. -webkit-transition: 0.3s linear;
  114. -webkit-transition: all 0.3s linear;
  115. -moz-transition: all 0.3s linear;
  116. transition: all 0.3s linear;
  117. }
  118.  
  119. .entry:hover .perma{
  120. overflow:visible;
  121. opacity:.7;
  122. color: #000000;
  123. overflow:visible;
  124. -webkit-transition: 0.3s linear;
  125. -webkit-transition: all 0.3s linear;
  126. -moz-transition: all 0.3s linear;
  127. transition: all 0.3s linear;
  128. }
  129.  
  130. .perms {
  131. padding-top: 20px;
  132. padding-bottom: 50px;
  133. padding: 10px;
  134. font-family: consolas;
  135. text-transform: uppercase;
  136. font-size: 8px;
  137. letter-spacing:1px;
  138. line-height: 10px;
  139. text-align: center;
  140. color:{color:text}
  141. -webkit-transition: all 0.6s ease;
  142. -moz-transition: all 0.6s ease;
  143. -o-transition: all 0.6s ease;
  144. }
  145.  
  146. .perms a:hover{
  147. color:{color:text}
  148. -webkit-transition: all 0.6s ease;
  149. -moz-transition: all 0.6s ease;
  150. -o-transition: all 0.6s ease;
  151. }
  152.  
  153. #posts {
  154. width:500px;
  155. margin-left:400px;
  156. margin-top:20px;
  157. {block:ifonecolumn} margin-left:500px; width:250px;{/block:ifonecolumn}
  158. {block:ifthreecolumns} width:750px;{/block:ifthreecolumns}
  159. }
  160.  
  161. #title {
  162. color:{color:title};
  163. font-size:37px;
  164. font-style:none;
  165. font-family: 'Mr De Haviland', cursive;
  166. text-transform:none;
  167. }
  168.    
  169. #des {
  170. padding-top:4px;
  171. color:{color:Text};
  172. font-size:12px;
  173. font-style:none;
  174. font-family:consolas;
  175. text-transform:none;
  176. }
  177.  
  178. #sidebar{
  179. position:fixed;
  180. font-family:consolas;
  181. font-size: 12px;
  182. line-height:25px;
  183. margin-top:180px;
  184. margin-left:190px;
  185. border:0px solid #cecece;
  186. background:transparent;
  187. opacity:1;
  188. padding: 5px;
  189. width:180px;
  190. height:auto;
  191. background:transparent;
  192. color:{color:sidebar text};
  193. z-index:7;
  194. overflow:hidden;
  195. text-align:right;
  196. {block:ifonecolumn} margin-left:300px;{/block:ifonecolumn}
  197.  
  198. }
  199.  
  200.  
  201. #winkz{
  202. position:fixed;
  203. font-family:consolas;
  204. font-size: 12px;
  205. line-height:11px;
  206. letter-spacing:1px;
  207. margin-top:150px;
  208. margin-left:90px;
  209. border:0px solid #cecece;
  210. background:transparent;
  211. opacity:1;
  212. padding: 0px;
  213. width:110px;
  214. height:110px;
  215. background:transparent;
  216. color:{color:sidebar text};
  217. z-index:7;
  218. overflow:hidden;
  219. text-align:right;
  220. {block:ifonecolumn} margin-left:200px;{/block:ifonecolumn}
  221. }
  222.  
  223. #ppage {
  224. margin-top:20px;
  225. padding:0 5px 5px 5px;
  226. width:500px;
  227. margin-left:350px;    
  228. }
  229.  
  230. .links a{display:inline-block;font-size:12px;font-family:consolas;
  231. letter-spacing:1px;margin-bottom:2px; color:{color:link};background:transparent;border:0px solid #CCC;-webkit-transition: all 0.5s ease;
  232. -moz-transition: all 0.5s ease;
  233. -o-transition: all 0.5s ease;
  234. padding:2px 2px 2px 2px;text-transform: uppercase;
  235. }.links a:hover{text-shadow:3px 0 0 #777, -3px 0 0 #aaa;-webkit-transition: all 0.5s ease;
  236. -moz-transition: all 0.5s ease;
  237. -o-transition: all 0.5s ease;}.links a:active{-webkit-transition:all 0.05s ease-in-out;-moz-transition:all 0.05s ease-in-out;-o-transition:all 0.05s ease-in-out;transition:all 0.05s ease-in-out;color: #000;text-shadow:0px 0px 3px #000;
  238. }
  239.  
  240.  
  241.  #ocehans2{
  242. height:15px;
  243. text-align:center;
  244. overflow:hidden;
  245. border-bottom:1px solid white;
  246. text-transform:uppercase;
  247. background-color:#fff;
  248. letter-spacing:1px;
  249. font-size;12px;
  250. line-height:13px;
  251. z-index:999999999999999999999;
  252. -webkit-transition: all 0.5s ease-in-out;
  253. -moz-transition: all 0.5s ease-in-out;
  254. -o-transition: all 0.5s ease-in-out;
  255. }
  256.  
  257. #ocehans2:hover{
  258. height:190px;
  259. -webkit-transition: all 0.5s ease-in-out;
  260. -moz-transition: all 0.5s ease-in-out;
  261. -o-transition: all 0.5s ease-in-out;
  262. }
  263.  
  264. #ocehans3{
  265. height:15px;
  266. text-align:center;
  267. overflow:hidden;
  268. border-bottom:1px solid white;
  269. text-transform:uppercase;
  270. background-color:#fff;
  271. letter-spacing:1px;
  272. font-size;12px;
  273. line-height:13px;
  274. z-index:999999999999999999999;
  275. -webkit-transition: all 0.5s ease-in-out;
  276. -moz-transition: all 0.5s ease-in-out;
  277. -o-transition: all 0.5s ease-in-out;
  278. }
  279.  
  280. #ocehans3:hover{
  281. height:60px;
  282. -webkit-transition: all 0.5s ease-in-out;
  283. -moz-transition: all 0.5s ease-in-out;
  284. -o-transition: all 0.5s ease-in-out;
  285. }
  286.  
  287.  
  288.  
  289. #ocehans4{
  290. height:30px;
  291. text-align:center;
  292. overflow:hidden;
  293. text-transform:uppercase;
  294. background-color:#fff;
  295. letter-spacing:1px;
  296. border-bottom:1px solid white;
  297. font-size;12px;
  298. line-height:13px;
  299. z-index:999999999999999999999;
  300. -webkit-transition: all 0.5s ease-in-out;
  301. -moz-transition: all 0.5s ease-in-out;
  302. -o-transition: all 0.5s ease-in-out;
  303. }
  304.  
  305. #ocehans4:hover{
  306. height:75px;
  307. -webkit-transition: all 0.5s ease-in-out;
  308. -moz-transition: all 0.5s ease-in-out;
  309. -o-transition: all 0.5s ease-in-out;
  310. }
  311.  
  312. #ocehans5{
  313. height:15px;
  314. text-align:center;
  315. overflow:hidden;
  316. text-transform:uppercase;
  317. background-color:#fff;
  318. letter-spacing:1px;
  319. border-bottom:1px solid white;
  320. font-size;12px;
  321. line-height:13px;
  322. z-index:999999999999999999999;
  323. -webkit-transition: all 0.5s ease-in-out;
  324. -moz-transition: all 0.5s ease-in-out;
  325. -o-transition: all 0.5s ease-in-out;
  326. }
  327.  
  328. #ocehans5:hover{
  329. height:70px;
  330. -webkit-transition: all 0.5s ease-in-out;
  331. -moz-transition: all 0.5s ease-in-out;
  332. -o-transition: all 0.5s ease-in-out;
  333. }
  334.  
  335. #ocehans{
  336. text-align:left;
  337. font-size:10px;
  338. text-transform:uppercase;
  339. opacity: 1;
  340. border:1px solid #eee;
  341. position:fixed;
  342. font-family:consolas;
  343. right:25px;
  344. background-color:#fff;
  345. letter-spacing:1px;
  346. width:85px;
  347. z-index:9999;
  348. padding:6px;
  349. top:35px;
  350. }
  351. #secret{
  352. position:fixed:
  353. bottom:10px;
  354. right:-10px;
  355. width:10px;
  356. opacity:0;
  357. z-index:-3;
  358. }
  359.  
  360. #editthis{
  361.     /* EDIT THIS STUFF TO POSITION YOUR MUSIC PLAYER */
  362.     position:fixed;
  363.     top:20px; /* YOU CAN CHANGE THIS TO BOTTOM */
  364.     left:20px; /* YOU CAN CHANGE THIS TO RIGHT */
  365.     z-index:99;}
  366.    
  367. /* I DON'T RECOMMEND TOUCHING THIS STUFF */
  368. #music1{
  369.     position:fixed;
  370.     padding:2px;
  371.     -webkit-transition: all 0.5s ease-in-out;
  372.     -moz-transition: all 0.5s ease-in-out;
  373.     -o-transition: all 0.5s ease-in-out;}
  374.    
  375. #music1:hover #music2{
  376.     opacity:0;
  377.     margin-top:-25px;
  378.     z-index:-1;}
  379.    
  380. #music1:hover #music3{
  381.     opacity:1;
  382.     margin-top:-5px;
  383.     z-index:99;}
  384.    
  385. #music1:hover #musiclist{
  386.     opacity:1;}
  387.    
  388. #music2{
  389.     /* THIS IS THE GIF DIV */
  390.     opacity:1;
  391.     background-color:#fff;
  392.     border:1px dotted #ccc;
  393.     padding:6px;
  394.     -webkit-transition: all 0.5s ease-in-out;
  395.     -moz-transition: all 0.5s ease-in-out;
  396.         -o-transition: all 0.5s ease-in-out;}
  397.    
  398. #music3{
  399.     /* THIS IS THE ACTUAL MUSIC PLAYER DIV */
  400.     opacity:0;
  401.     position:fixed;
  402.     background-color:#fff;
  403.     border:1px dashed #ccc;
  404.     width:55px;
  405.     height:20px;
  406.     z-index:99;
  407.     margin-left:-5px;
  408.     overflow:hidden;
  409.     -webkit-transition: all 0.5s ease-in-out;
  410.     -moz-transition: all 0.5s ease-in-out;
  411.         -o-transition: all 0.5s ease-in-out;}
  412.    
  413. #musiclist{
  414.     /* THIS IS THE PLAYLIST DIV */
  415.     opacity:0;
  416.     position:fixed;
  417.     padding:6px;
  418.     border:1px dashed #ccc;
  419.     margin-left:10px;
  420.     margin-top:10px;
  421.     font-family:consolas;
  422.     font-size:12px;
  423.     background-color:#fff;
  424.     width:280px;
  425.     color:#999;
  426.     text-transform:uppercase;
  427.     -webkit-transition: all 0.5s ease-in-out;
  428.     -moz-transition: all 0.5s ease-in-out;
  429.         -o-transition: all 0.5s ease-in-out;}
  430.    
  431. #musiclist h1{
  432.     /*THIS IS THE PLAYLIST TITLE SETTINGS*/
  433.     font-family:consolas;
  434.     font-size:12px;
  435.     margin-top:0px;
  436.     margin-bottom:2px;
  437.     font-style:normal;
  438.     font-weight:normal;
  439.     color:#97c5e0; /*THIS IS THE PLAYLIST TITLE COLOR*/
  440.     border-bottom:1px dotted #ccc;
  441.     text-align:left;
  442.     text-transform:uppercase;}
  443.  
  444.  .photoset img{
  445.      width: 100%;
  446.  }
  447.  
  448. </style>
  449.  </head>
  450. {block:IndexPage}
  451.  
  452.  
  453. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  454.  
  455.  
  456. <script type="text/javascript"
  457. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  458.  
  459.  
  460.  
  461. <script type="text/javascript">
  462. $(window).load(function(){
  463. $("p").remove(":contains('Source:')");
  464. $("p").remove(":contains('via ')");
  465. });
  466. </script>
  467. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  468.  
  469. <script type="text/javascript"
  470. src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  471. <script type="text/javascript"
  472. src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  473.  
  474.  
  475. <script type="text/javascript">
  476. $(window).load(function () {
  477. var $content = $('#posts');
  478. $content.masonry({itemSelector: '.entry'}),
  479. $content.infinitescroll({
  480. navSelector : 'div#pagination',
  481. nextSelector : 'div#pagination a#nextPage',
  482. itemSelector : '.entry',
  483. loading: {
  484. finishedMsg: '',
  485. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  486. },
  487. bufferPx : 600,
  488. debug : false,
  489. },
  490. // call masonry as a callback.
  491. function( newElements ) {
  492. var $newElems = $( newElements );
  493. $newElems.hide();
  494. // ensure that images load before adding to masonry layout
  495. $newElems.imagesLoaded(function(){
  496. $content.masonry( 'appended', $newElems, true,
  497. function(){$newElems.fadeIn(300);} );
  498.  
  499.  
  500. });
  501. });
  502. });
  503. </script>
  504.  
  505.  
  506.  
  507. {/block:IndexPage}
  508.  
  509. <style>
  510. .entrytext img {
  511. width: 100%;
  512. }
  513.  
  514. .my-like {
  515.     cursor:pointer;
  516.     display:inline-block;
  517.     vertical-align:top;
  518. }
  519. .my-liked, .my-like:hover {
  520.     color: red;
  521.     cursor:pointer;
  522.     display:inline-block;
  523.     vertical-align:top;
  524. }
  525. </style>
  526. <script>
  527. window.onload = function () {
  528. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  529. document.addEventListener( 'click', function ( event ) {
  530.     var myLike = event.target;
  531.     if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  532.         var frame = document.getElementById( 'my-like-frame' ),
  533.             liked = ( myLike.className == 'my-liked' ),
  534.             command = liked ? 'unlike' : 'like',
  535.             reblog = myLike.getAttribute( 'data-reblog' ),
  536.             id = myLike.getAttribute( 'data-id' ),
  537.             oauth = reblog.slice( -8 );
  538.         frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  539.         liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  540.     };
  541. }, false );
  542. };
  543. </script>
  544.  
  545.  
  546. <title>{title}</title>
  547.  
  548. <body>
  549.  
  550. <div id="editthis">
  551. <div id="music1">
  552. <div id="music2">
  553.  
  554. <!-- YOU CAN CHANGE THE MUSIC GIF BELOW. -->
  555. <img src="http://www.picgifs.com/mini-graphics/mini-graphics/music/mini-graphics-music-124435.gif"></div>
  556.  
  557. <div id="music3">
  558. <Div style="margin-top:4px;">
  559. <!-- YOUR MUSIC CODE GOES HERE, RIGHT AFTER THIS LINE. -->
  560. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=false&f0=http://k007.kiwi6.com/hotlink/7jbyq46lp1/sgeir_-_Torrent_Video_Portrait_.mp3&t0=1&f1=http://k007.kiwi6.com/hotlink/q58ee4lqd0/Bon_Iver_-_Stacks.mp3&t1=2&f2=http://k007.kiwi6.com/hotlink/ixf85odz7u/James_Bay_-_Let_it_Go.mp3&t2=3&f3=http://k007.kiwi6.com/hotlink/3onp4o6n36/Gabrielle_Aplin_and_Bastille_-_Dreams.mp3&t3=4&f4=http://k002.kiwi6.com/hotlink/uxx49v4rq2/daughter_-_youth.mp3&t4=5&total=5" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />  
  561. </div>
  562. </div>
  563.  
  564. <div id="musiclist">
  565. <h1>Playlist</h1>
  566. <!-- PUT YOUR MUSIC TITLES HERE. BE SURE TO ADD A BREAK AFTER EACH ONE. -->
  567. 01. Asgeir - Torrent <br>
  568. 02. Bon Iver - Stacks <br>
  569. 03. James Bay - Let It Go <br>
  570. 04. Bastille & Gabrielle Aplin - Dreams<br>
  571. 05. Daughter -Youth
  572. </div>
  573.  
  574. </div>
  575. </div>
  576.  
  577. <div id="ocehans">
  578. <center>
  579.  
  580.  
  581. <div id="ocehans2">
  582. <div style="background: {color:link};padding-top: 2px; padding-bottom: 2px;font-size: 12px;color:White;"><b>updates</b></div><div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:12px; line-height:10px; text-align:center; color:#b9b9b9;">
  583. <br>
  584. New theme!
  585. ____________
  586. </br><br>
  587. Recently changed blog styles from vintage to personal
  588. ____________
  589. <p>
  590. <a href="http://borisschmitz.tumblr.com/tagged/oneline" title="Boris Schmitz the incredible artist.">Credit for background image</a>
  591. </div></div>
  592.  
  593. <div id="ocehans3">
  594. <div style="background: {color:link};padding-top: 2px; padding-bottom: 2px;font-size: 12px;color:White;"><b>stats</b></div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:12px; line-height:10px; text-align:center; color:#b9b9b9;">
  595. <br>
  596. <script language="JavaScript">
  597. var ref = (''+document.referrer+'');
  598. var w_h = window.screen.width + " x " + window.screen.height;
  599. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID4058487&e1=%&e2=%&r=' + ref + '&wh=' + w_h + '"><\/script>');
  600. </script>
  601. <br>
  602. <script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2517892&name=☆"></script>
  603. </div>
  604. </div>
  605.  
  606. <div id="ocehans4">
  607. <div style="background: {color:link};padding-top: 2px; padding-bottom: 2px;font-size: 12px;color:White;"><b>social media</b></div><div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:12px; line-height:10px; text-align:center; color:#b9b9b9;">
  608. <br>
  609.  <a href="http://instagram.com/hannahmcleaany"><img src="http://icons.iconarchive.com/icons/iconstoc/vintage-social/256/instagram-icon.png" width="32"/></a>
  610.   <a href="http://twitter.com/Hannah_Mcleaany"><img src="http://icons.iconarchive.com/icons/iconstoc/vintage-social/256/twitter-icon.png" width="32"/></a>
  611.  
  612. </div></div>
  613. <div id="ocehans5">
  614. <div style="background: {color:link};padding-top: 2px; padding-bottom: 2px;font-size: 12px;color:White;"><b>friends</b></div><div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:12px; line-height:10px; text-align:center; color:#b9b9b9;">
  615. <br>
  616. <a href="http://californiacrahz.tumblr.com/" title="Sister's Blog">♡Esther♡</a>
  617. <a href="http://durtsbag.tumblr.com/" title="Bestie">♡Nessa♡</a>
  618. <a href="http://lunaxias.tumblr.com/" title="Bestie">♡Hammy♡</a>
  619.  
  620. </div></div>
  621. </div></div></div></div>
  622.  
  623. <div id="secret">
  624. <script language="JavaScript" src="http://tc.freehostedscripts.net/tcounter.php?url=aspirantly.tumblr.com&name="></script>
  625. </div>
  626.  
  627. <div id="sidebar">
  628.  
  629. <div id="title"><a href="/">{title}</a></div>
  630. <div style="border-bottom:1px solid #cecece;padding:2px;"></div>
  631.  
  632. <div class="links">
  633. {block:ifcustomlinkonetitle}
  634. <a href="{text:custom link one}" title="{text:custom link one title}">{text:custom link one title}</a>  {/block:ifcustomlinkonetitle}
  635.  
  636. {block:ifcustomlinktwotitle}  <a href="{text:custom link two}" title="{text:custom link two title}">{text:custom link two title}</a> {/block:ifcustomlinktwotitle}
  637.  
  638. {block:ifcustomlinkthreetitle}  <a href="{text:custom link three}"title="{text:custom link three title}" >{text:custom link three title}</a>{/block:ifcustomlinkthreetitle}
  639.  
  640. {block:ifcustomlinkfourtitle}  <a href="{text:custom link four}" title="{text:custom link four title}">{text:custom link four title}</a>{/block:ifcustomlinkfourtitle}
  641.  
  642. {block:ifcustomlinkfivetitle}  <a href="{text:custom link five}" title="{text:custom link five title}">{text:custom link five title}</a>{/block:ifcustomlinkfivetitle}</div>
  643.  
  644.  
  645. <div id="des">{description}</div>
  646. </div>
  647.  
  648. <div id="winkz">
  649.  
  650. {block:ifshowsidebarimage}
  651. <a href="/"><img style="
  652. border: 1px solid #cecece;
  653. background:white;border-radius:100%;
  654. padding:; margin-bottom:10px;" src="{image:sidebar}" width="100" height="100"></a>
  655. {/block:ifshowsidebarimage}
  656.  
  657. </div>
  658.  
  659. <div id="posts">
  660.  
  661. {block:Posts}
  662. <div class="entry">
  663.  
  664. {block:IndexPage}
  665.  
  666. {/block:IndexPage}
  667.  
  668. {block:Text}
  669. <div style="padding-top:10px; padding-bottom:0px; padding-left:10px; padding-right:10px;">
  670. {block:Title}
  671. <a href="{permalink}"><span class="title">{Title}</span></a>
  672. {/block:Title}
  673. <span class="entrytext" style="line-height:12px;">{Body}</span>
  674. <div id="textperms">
  675. <div style="border-top:1px solid #cecece;padding:2px;"></div>
  676. <a href="{permalink}">{NoteCount}</a> &#8226;
  677. <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">like</div> &#8226;
  678. <a href="{ReblogURL}" target="_blank">reblog</a>
  679. </div>
  680. <a href="{Permalink}"></a></div>
  681. {block:IndexPage}
  682. <div align="right">
  683. <a href="{permalink}"></a></div>
  684. {/block:Date}{/block:IndexPage}
  685. {/block:Text}
  686.  
  687. {block:Link}
  688. <a href="{URL}" class="title">{Name}</a>
  689. {block:Description}{Description}{/block:Description}
  690. <br>
  691. <div id="textperms">
  692. <div style="border-top:1px solid #cecece;padding:2px;"></div>
  693. <a href="{permalink}">{NoteCount}</a> &#8226;
  694. <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">like</div> &#8226;
  695. <a href="{ReblogURL}" target="_blank">reblog</a>
  696. </div>
  697. {block:Link}
  698.  
  699. {block:Photo}
  700. {block:IndexPage}
  701. <div class="perma">
  702. <div class="perms">
  703. <a href="{permalink}">{NoteCount}</a> &#8226;
  704. <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">like</div> &#8226;
  705. <a href="{ReblogURL}" target="_blank">reblog</a>
  706. </div>
  707. </div>
  708. {LinkOpenTag}
  709. <div class="photo">
  710. <a href="{permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="200"></img></a>
  711. </div>
  712. {LinkCloseTag}
  713. {/block:IndexPage}
  714. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="525"/></a>{LinkCloseTag}{/block:PermalinkPage}
  715. {/block:Photo}
  716.  
  717. {block:Photoset}
  718. <div class="photoset">
  719. {Photoset}
  720. </div>
  721. {block:IndexPage}
  722. <div class="perma">
  723. <div class="perms">
  724.  
  725. <a href="{permalink}">{NoteCount}</a> &#8226;
  726. <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">like</div> &#8226;
  727. <a href="{ReblogURL}" target="_blank">reblog</a>
  728. </div>
  729. </div>
  730. {/block:IndexPage}
  731. {/block:Photoset}
  732.  
  733. {block:Quote}
  734. {Quote}</span><br>
  735. - {block:Source}<strong>{Source}</strong>{/block:Source}
  736. <br><br>
  737. <div id="textperms">
  738. <div style="border-top:1px solid #cecece;padding:2px;"></div>
  739. <a href="{permalink}">{NoteCount}</a> &#8226;
  740. <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">like</div> &#8226;
  741. <a href="{ReblogURL}" target="_blank">reblog</a>
  742. </div>
  743. {/block:Quote}
  744.  
  745. {block:Chat}
  746. {block:Title}<span class="title">{Title}</span>{/block:Title}
  747. <ul class="chat">
  748. {block:Lines}
  749. <li class="user_{UserNumber}">
  750. {block:Label}
  751. <span class="label">{Label}</span>
  752. {/block:Label}
  753. {Line}
  754. </li>
  755. {/block:Lines}
  756. </ul>
  757. <br>
  758. <div id="textperms">
  759. <div style="border-top:1px solid #cecece;padding:2px;"></div>
  760. <a href="{permalink}">{NoteCount}</a> &#8226;
  761. <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">like</div> &#8226;
  762. <a href="{ReblogURL}" target="_blank">reblog</a>
  763. </div>
  764. {/block:Chat}
  765.  
  766. {block:Audio}
  767. <center><div style="width:340px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  768. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  769. <br>
  770. <div id="textperms">
  771. <div style="border-top:1px solid #cecece;padding:2px;"></div>
  772. <a href="{permalink}">{NoteCount}</a> &#8226;
  773. <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">like</div> &#8226;
  774. <a href="{ReblogURL}" target="_blank">reblog</a>
  775. </div>
  776. {/block:Audio}
  777.  
  778. {block:Video}
  779. {block:IndexPage}
  780. <center>
  781. <section class="top media photoset">
  782. {Video-250}
  783. </section>
  784. <br>
  785. <div id="textperms">
  786. <div style="border-top:1px solid #cecece;padding:2px;"></div>
  787. <a href="{permalink}">{NoteCount}</a> &#8226;
  788. <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">like</div> &#8226;
  789. <a href="{ReblogURL}" target="_blank">reblog</a>  
  790. </div>
  791. </center>
  792. {/block:IndexPage}
  793. {block:PermalinkPage}
  794. <center>
  795. <section class="top media photoset">
  796. {Video-525}
  797. </section>  
  798. </center>
  799. {/block:PermalinkPage}
  800. {block:Video}
  801.  
  802. {block:PermalinkPage}
  803. <center>
  804. <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</center>
  805. {/block:PermalinkPage}
  806.  
  807.  
  808. {block:PostNotes}{PostNotes}
  809. {/block:PostNotes}
  810. </div>
  811.  
  812.  
  813. {/block:Posts}
  814. </div>
  815. </div>
  816. {block:IndexPage}
  817. {block:Pagination}
  818. <div id="pagination">
  819. {block:NextPage}
  820. <a id="nextPage" href="{NextPage}"></a>
  821. {/block:NextPage}
  822. {block:PreviousPage}
  823. <a href="{PreviousPage}"></a>
  824. {/block:PreviousPage}
  825. </div>
  826. {/block:Pagination}
  827. {/block:IndexPage}
  828. </div>
  829.  
  830.  
  831. </body>
  832.  
  833. <div style="position:fixed; bottom:10px; right:5px; opacity:.6">
  834. <a href="http://intrench.tumblr.com"><img src="http://static.tumblr.com/fxpo5zq/hamm1tqjw/champp.png" width="20px"></a>
  835.  
  836. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement