Advertisement
WonderWoman

Untitled

May 22nd, 2014
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.08 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <script type="text/javascript"
  5. src="http://tumblrenchantment.googlecode.com/files/QuickLikeAndReblog.js">
  6. </script>
  7.  
  8. <style>
  9.  
  10. .my-like {
  11. background-image: url(http://th774.photobucket.com/albums/yy22/nbpixel/mini_pixel/th_Heart_lai3elle_14.gif) !important;
  12. height:13px;
  13. width:13px;
  14. position:relative;
  15. left:360px;
  16. cursor:pointer;
  17. display:inline-block;
  18. vertical-align:top;
  19. }
  20. .my-liked, .my-like:hover {
  21. background-image: url(http://th774.photobucket.com/albums/yy22/nbpixel/mini_pixel/th_Heart_lai3elle_2.gif) !important;
  22. height:13px;
  23. width:13px;
  24. position:relative;
  25. left:360px;
  26. cursor:pointer;
  27. display:inline-block;
  28. vertical-align:top;
  29. }
  30. </style>
  31. <script>
  32. window.onload = function () {
  33. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  34. document.addEventListener( 'click', function ( event ) {
  35. var myLike = event.target;
  36. if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  37. var frame = document.getElementById( 'my-like-frame' ),
  38. liked = ( myLike.className == 'my-liked' ),
  39. command = liked ? 'unlike' : 'like',
  40. reblog = myLike.getAttribute( 'data-reblog' ),
  41. id = myLike.getAttribute( 'data-id' ),
  42. oauth = reblog.slice( -8 );
  43. frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  44. liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  45. };
  46. }, false );
  47. };
  48. </script>
  49.  
  50.  
  51.  
  52.  
  53. <link href='http://fonts.googleapis.com/css?family=Sorts+Mill+Goudy' rel='stylesheet' type='text/css'>
  54.  
  55. <!-- start of script tooltip -->
  56. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  57.  
  58. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  59.  
  60. <script>
  61.  
  62. (function($){
  63.  
  64. $(document).ready(function(){
  65.  
  66. $("a[title]").style_my_tooltips({
  67.  
  68. tip_follows_cursor:true,
  69.  
  70. tip_delay_time:90,
  71.  
  72. tip_fade_speed:600,
  73.  
  74. attribute:"title"
  75.  
  76. });
  77.  
  78. });
  79.  
  80. })(jQuery);
  81.  
  82. </script>
  83.  
  84. <!-- end of script tooltip -->
  85.  
  86.  
  87.  
  88.  
  89.  
  90. <script type="text/javascript"
  91. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  92. <script>
  93. $(document).ready(function() {
  94. //
  95. $('a.poplight[href^=#]').click(function() {
  96. var popID = $(this).attr('rel'); //Get Popup Name
  97. var popURL = $(this).attr('href'); //Get Popup href to define size
  98. var query= popURL.split('?');
  99. var dim= query[1].split('&');
  100. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  101. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://cdn1.theinertia.com/wp-content/themes/theinertia/images/close_button.png" class="btn_close" title="Close" alt="Close" /></a>');
  102. var popMargTop = ($('#' + popID).height() + 80) / 2;
  103. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  104. //Apply Margin to Popup
  105. $('#' + popID).css({
  106. 'margin-top' : -popMargTop,
  107. 'margin-left' : -popMargLeft
  108. });
  109. $('body').append('<div id="fade"></div>');
  110. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  111. return false;
  112. });
  113. $('a.close, #fade').live('click', function() {
  114. $('#fade , .popup_block').fadeOut(function() {
  115. $('#fade, a.close').remove(); //fade them both out
  116. });
  117. return false;
  118. });
  119. });
  120. </script>
  121.  
  122.  
  123.  
  124. <meta charset="utf-8">
  125. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  126. {block:Description}
  127. <meta name="description" content="{MetaDescription}" />
  128. {/block:Description}
  129.  
  130. <meta name="color:Background" content="#ffffff">
  131. <meta name="color:Post BG" content="#fff">
  132. <meta name="color:Text" content="#000000">
  133. <meta name="color:Link" content="#999999">
  134. <meta name="color:Link Hover" content="#000000">
  135. <meta name="color:Border" content="#eee">
  136. <meta name="color:sidebarimgborder" content=""/>
  137. <meta name="color:sidebar2bg" content=""/>
  138. <meta name="color:sidebar2" content="#eee">
  139. <meta name="color:sidebar3" content="#eee">
  140. <meta name="color:sbarlinksbg" content=""/>
  141. <meta name="color:sbarlinksborder" content=""/>
  142. <meta name="color:pagibg" content=""/>
  143.  
  144. <meta name="image:sidebar" content=""/>
  145. <meta name="image:sidebar2" content=""/>
  146. <meta name="image:sidebar3" content=""/>
  147. <meta name="image:sidebar4" content=""/>
  148. <meta name="image:sidebar5" content=""/>
  149. <meta name="image:sidebar6" content =""/>
  150.  
  151.  
  152. <meta name="text:Link 1" content="link one">
  153. <meta name="text:Link 1 URL" content="">
  154. <meta name="text:Link 2" content="link two">
  155. <meta name="text:Link 2 URL" content="">
  156. <meta name="text:Link 3" content="link three">
  157. <meta name="text:Link 3 URL" content="">
  158. <meta name="text:Link 4" content="link four">
  159. <meta name="text:Link 4 URL" content="">
  160. <meta name="text:Link 5" content="link five">
  161. <meta name="text:Link 5 URL" content="">
  162. <meta name="text:hovertitle1" content="">
  163. <meta name="text:hovertitle2" content="">
  164. <meta name="text:hovertitle3" content="">
  165. <meta name="text:hovertitle4" content="">
  166. <meta name="text:hovertitle5" content="">
  167.  
  168. <meta name="text:updates" content="">
  169. <meta name="text:links" content="">
  170. <meta name="text:projects" content="">
  171.  
  172.  
  173. <title>{Title}</title>
  174.  
  175. <link rel="shortcut icon" href="{Favicon}">
  176. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  177. <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  178.  
  179. <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
  180.  
  181. <style type="text/css">
  182.  
  183. img{-webkit-filter: Grayscale(100%); -webkit-transition-duration: 0.8s; -moz-transition-duration:0.8s; transition-duration:0.8s; -o-transition-duration:0.8s;}
  184.  
  185. .html_photoset {
  186. -webkit-filter: grayscale(100%);
  187. -webkit-transition: all .25s;
  188. ...
  189. }
  190. .html_photoset:hover {
  191. -webkit-filter: grayscale(0);
  192. }
  193.  
  194. img:hover{-webkit-filter: Grayscale(0%); -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
  195.  
  196. ::-webkit-scrollbar {
  197. width:5px;
  198. height:5px;
  199. background: {color:Background};}
  200. ::-webkit-scrollbar-thumb {background:{color:Text};}
  201.  
  202. body {
  203. margin:0px;
  204. background:{color:Background} url(http://www.graphicpanic.com/images/silver-powerpoint-background.jpg);
  205. background-attachment:fixed;
  206. background-repeat:no-repeat;
  207. background-position:top left;
  208. font-family: 'Sorts Mill Goudy', serif;
  209. font-size:11px;
  210. line-height:140%;
  211. color: {color:Text};
  212.  
  213. /** this makes the background image fullscreen \o/ **/
  214. -webkit-background-size: cover;
  215. -moz-background-size: cover;
  216. -o-background-size: cover;
  217. background-size: cover;
  218. }
  219.  
  220. a{
  221. color:{color:link};
  222. -webkit-transition: 0.6s ease;transition: 0.6s ease;
  223. -o-transition: 0.6s ease;-moz-transition: 0.6s ease;
  224. }
  225.  
  226. a:hover{
  227. color:{color:link hover};
  228. -webkit-transition: 0.6s ease;transition: 0.6s ease;
  229. -o-transition: 0.6s ease;-moz-transition: 0.6s ease;
  230. }
  231.  
  232. .post a{
  233. color:{color:Link};
  234. text-decoration:none;
  235. font-weight:normal;
  236. }
  237.  
  238. .post a:hover{
  239. color:{color:Link Hover};
  240. text-decoration:none;
  241. }
  242.  
  243.  
  244.  
  245.  
  246. #sidebar{
  247. margin-top:0px;
  248. margin-left:1150px;
  249. text-align:center;
  250. background:color:transparent;
  251. width:200px;
  252. height:1000px;
  253. padding:10px;
  254. position:fixed;
  255.  
  256. }
  257.  
  258. #sidebar2{
  259. margin-top:-10px;
  260. margin-left:1150px;
  261. text-align:center;
  262. background:{color:sidebar2bg};
  263. width:200px;
  264. height:1000px;
  265. padding:10px;
  266. position:fixed;
  267. border:5px solid {color:border};
  268. opacity:0.5;
  269.  
  270. }
  271.  
  272. #sidebar2img{
  273. margin-top:10px;
  274. }
  275.  
  276. #sidebar2img img{
  277. max-width:150px;
  278. border:3px solid {color:sidebarimgborder};
  279.  
  280. }
  281.  
  282. #sidebar2img3{
  283. margin-top:25px;
  284. }
  285.  
  286. #sidebar2img3 img{
  287. max-width:150px;
  288. border:3px solid {color:sidebarimgborder};
  289.  
  290. }
  291.  
  292. #sidebar2img4{
  293. margin-top:25px;
  294. }
  295.  
  296. #sidebar2img4 img{
  297. max-width:150px;
  298. border:3px solid {color:sidebarimgborder};
  299.  
  300. }
  301.  
  302.  
  303. #sidebar2img5{
  304. margin-top:25px;
  305. margin-bottom:5px;
  306. }
  307.  
  308. #sidebar2img5 img{
  309. max-width:150px;
  310.  
  311. border:3px solid {color:sidebarimgborder};
  312. }
  313.  
  314. #sidebar2img2{
  315. margin-top:25px;
  316. }
  317.  
  318. #sidebar2img2 img{
  319. max-width:150px;
  320. border:3px solid {color:sidebarimgborder};
  321.  
  322. }
  323.  
  324.  
  325. #sidebar3{
  326. margin-top:-10px;
  327. margin-left:-10px;
  328. text-align:center;
  329. background:url("http://imageshack.com/a/img811/3572/tp0b.jpg");
  330.  
  331. width:500px;
  332. height:1000px;
  333. padding:10px;
  334. position:fixed;
  335. border:5px solid {color:border};
  336. }
  337.  
  338. #sbarlinks {
  339.  
  340. margin-top:-55px;
  341. margin-left:-13px;
  342. background:url(http://www.graphicpanic.com/images/silver-powerpoint-background.jpg);
  343. border:3px solid {color:border};
  344. width:210px;
  345. padding:6px 5px;
  346. }
  347.  
  348. #sbarlinks a {
  349. margin:3px 10px -3px 10px;
  350. height:13px;
  351. padding:0;
  352. line-height:13px;
  353. display:inline-block;
  354. text-align:center;
  355. width:15px;
  356. background:{color:sbarlinksbg};
  357. border: 1px solid {color:sbarlinksborder};
  358. }
  359.  
  360.  
  361.  
  362.  
  363. #sidebar4{
  364. margin-top:100px;
  365. margin-left:140px;
  366. text-align:center;
  367. background:url(http://www.graphicpanic.com/images/silver-powerpoint-background.jpg);
  368. opacity:0.8;
  369. width:200px;
  370. height:400px;
  371. padding:10px;
  372. position:fixed;
  373. border:3px solid {color:border};
  374.  
  375.  
  376. }
  377.  
  378. #sidebar3img{
  379. margin-top:20px;
  380. margin-bottom:5px;
  381. }
  382.  
  383. #sidebar3img img{
  384. max-width:180px;
  385. border:3px solid {color:border};
  386.  
  387. }
  388.  
  389. #sidebar5{
  390. margin-top:525px;
  391. margin-left:110px;
  392. text-align:center;
  393. background:color:transparent;
  394. width:100px;
  395. height:100px;
  396. padding:10px;
  397. position:fixed;
  398. opacity:0.8;
  399. }
  400.  
  401.  
  402. #description{
  403. margin:20px 0;
  404. width:150px;
  405. text-align:justify;
  406. }
  407.  
  408. #description a{
  409. color:{color:Link};
  410. text-decoration:none;
  411. }
  412.  
  413. #description a:hover{
  414. color:{color:Link Hover};
  415. }
  416.  
  417. .nav{
  418. margin:0;
  419. font-size:10px;
  420. font-style:italic;
  421. width:54px;
  422. text-align:center;
  423. }
  424.  
  425. .nav a{
  426. text-decoration:none;
  427. padding:0 3px;
  428. }
  429.  
  430. #content{
  431. width:440px;
  432. padding:0px;
  433. margin-top:5px;
  434. margin-left:630px;
  435. overflow:hidden;
  436. }
  437.  
  438. .post{
  439. width:400px;
  440. padding:10px;
  441. margin:5px 0 0px 0;
  442. overflow:hidden;
  443. text-align:justify;
  444. border:0px solid {color:border};
  445. background:{color:post bg};
  446.  
  447. }
  448.  
  449. .post img{
  450. max-width:100%;
  451. }
  452.  
  453. .posttitle{
  454. font-weight:normal;
  455. font-size:16px;
  456. line-height:22px;
  457. text-decoration:none;
  458. margin:3px 0 -3px 0;
  459. }
  460.  
  461. .posttitle a{
  462. text-decoration:none;
  463. }
  464.  
  465. .quote{
  466. font-weight:normal;
  467. font-size:16px;
  468. font-style:italic;
  469. line-height:22px;
  470. text-decoration:none;
  471. }
  472.  
  473. .quotesource{
  474. text-align:right;
  475. }
  476.  
  477.  
  478. .question{
  479. padding-bottom:10px;
  480. margin:0;
  481. border-bottom:1px solid {color:Border};
  482. }
  483.  
  484. .caption{
  485. margin:0;
  486. }
  487.  
  488. blockquote{
  489. margin:0 0 0 15px;
  490. padding:0 0 0 10px;
  491. margin-left:5px;
  492. border-left:solid 1px {color:Border};
  493. }
  494.  
  495. .post .footer{
  496. margin-top:30px;
  497. margin-left:1px;
  498. font-size:10px;
  499. line-height:20px;
  500. text-align:center;
  501. background: 10px {color:background};
  502.  
  503. }
  504.  
  505. .perma{
  506. margin-bottom:5px;
  507. }
  508.  
  509. .tags {
  510. position:inherit;
  511. margin-top:0px;
  512. margin-left:0px;
  513. width: 400px;
  514. height:auto;
  515. padding-top:0px;
  516. padding-bottom:0px;
  517. text-align:left;
  518. opacity:0;
  519. -webkit-transition: all .8s linear;
  520. }
  521.  
  522. .post:hover .tags{
  523. opacity:1;
  524. -webkit-transition: all .8s linear;
  525. }
  526.  
  527. .tags a{
  528. color:{color:links};
  529. letter-spacing:0px;
  530. font-size:8px;
  531. }
  532.  
  533.  
  534. ol.notes li.note img {
  535. width:10px;
  536. height:10px;
  537. }
  538.  
  539. ol.notes{
  540. list-style-type:none;
  541. padding:2px 10px 2px 10px;
  542. font-size:10px;
  543. }
  544.  
  545. div.button a{
  546. position:inherit;
  547. margin-left:20px;
  548. margin-top:0px;
  549. display: table;
  550. color: #787878;
  551. background-color:{color:background};
  552. height:15px;
  553. width:210px;
  554. opacity:0.9;
  555. padding-left:5px;
  556. padding-right:5px;
  557. padding-top:2px;
  558. border-right:5px solid {color:border};
  559. }
  560.  
  561. div.button a:hover{
  562. width:130px;
  563. text-align:right;
  564. border-right:70px solid {color:border};
  565. padding-right:2px;
  566. color: {color:text};
  567. background-color:{color:background};
  568. -webkit-transition: 1.5s
  569. }
  570.  
  571. #pagi{
  572. margin-left:-10px;
  573. margin-top:-10px;
  574. }
  575.  
  576. .pagi{
  577. display:block;
  578. font-size:10px;
  579. font-style:;
  580. width:220px;
  581. text-align:center;
  582. background:{color:pagibg};
  583. padding:1px 1px;
  584.  
  585. }
  586.  
  587. .pagi a{
  588. margin-left:10px;
  589. margin-right:10px;
  590. text-decoration:none;
  591. padding:1px 1px;
  592. }
  593.  
  594.  
  595.  
  596. #fade {
  597. display:none;
  598. background:#000;
  599. position:fixed;
  600. left:0; top:0;
  601. width:100%;
  602. height:100%;
  603. opacity:.50;
  604. z-index:9999; }
  605. .popup_block {
  606. display:none;
  607. opacity:.90;
  608. background:{color:background};
  609. padding:10px;
  610. border:5px solid {color:border};
  611. float:left;
  612. font-size:10;
  613. position:fixed;
  614. top:50%; left:60%;
  615. z-index:99999;
  616. -webkit-box-shadow: 0px 0px 20px #000; -moz-box-shadow: 0px 0px 20px #000; box-shadow: 0px 0px 20px #000;
  617. }
  618. img.btn_close {
  619. float:right;
  620. margin:3px 3px 0px 0px; }
  621. *html #fade { position:absolute; }
  622. *html .popup_block { position:absolute; }
  623.  
  624.  
  625. /*** start of the bubble tab ***/
  626.  
  627. #tabs{
  628.  
  629. color: {color:text};
  630. background: color:transparent;
  631. position:fixed;
  632. left:0px;
  633. text-align: center;
  634. top:0px;
  635. padding: 7px;
  636. bottom: 0px;
  637. height:100px;
  638. width: 100px;
  639. overflow:hidden;
  640. -webkit-transition: opacity 0.7s linear;
  641. -webkit-transition: all 0.7s ease-in-out;
  642. -moz-transition: all 0.7s ease-in-out;
  643. -o-transition: all 0.7s ease-in-out;
  644. z-index:999999999;
  645. }
  646.  
  647. #tabs:hover{
  648. text-align: center;
  649. -webkit-transition: opacity 0.7s linear;
  650. -webkit-transition: all 0.7s ease-in-out;
  651. -moz-transition: all 0.7s ease-in-out;
  652. -o-transition: all 0.7s ease-in-out;
  653. padding:5px;
  654. height:800px;
  655. width:120px;
  656. z-index:999999999;
  657. background:{color:background};
  658. opacity:.80;
  659. }
  660.  
  661. .ttitle {
  662. background: {color:text};
  663. padding: 5px;
  664. font-size: 12px;
  665. }
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672. #s-m-t-tooltip {
  673.  
  674. max-width:500px; /* maximum width */
  675.  
  676. background-color:{color:background}; /* color background */
  677.  
  678. border:1px solid {color:border}; /* color, shape and thickness of the border */
  679.  
  680. font-family:’tahoma’; /* font of lyrics */
  681.  
  682. font-size:9px; /* font size */
  683.  
  684. {color:text}; /* font color */
  685.  
  686. letter-spacing:1px; /* font spacing */
  687.  
  688. text-transform:lowercase; /* uppercase, lowercase, none */
  689.  
  690. padding:2px 4px 2px 4px; /* padding size */
  691.  
  692. margin:20px 0px 0px 20px; /* margin size */
  693.  
  694. z-index: inherit;
  695.  
  696. border-radius: 2px; /* border radius */
  697.  
  698. }
  699.  
  700.  
  701.  
  702.  
  703.  
  704. {CustomCSS}
  705. </style>
  706. </head>
  707.  
  708. <body class="{block:IndexPage}index{/block:IndexPage} {block:PermalinkPage}permalink{/block:PermalinkPage}">
  709.  
  710. <!-- bubble tab -->
  711.  
  712. <div class="wrapper">
  713.  
  714. <div id="tabs">
  715.  
  716. <b><div style="font-size: 32px;"><img src="http://imageshack.com/a/img17/4816/sfuh.png"></div></b><br><p>
  717. <div style="background: #ccc;padding: 5px;font-size: 12px;"><b>Updates</b></div><p>
  718. {text:updates}
  719. </p>
  720. <div style="background: #ccc; padding: 5px;font-size: 12px;"><b>Links</b></div><p>
  721. {text:links}</p>
  722. <div style="background: #ccc;padding: 5px;font-size: 12px;"><b>Projects </b></div><p>
  723. {text:projects}<br><br>
  724. </p>
  725. <br>
  726. <br>
  727. <br>
  728. <br>
  729. <img src="http://media.tumblr.com/881f9a7eecd40b519ea96772031e2583/tumblr_inline_mowqpfRjcf1qz4rgp.png">
  730.  
  731. </div>
  732.  
  733. <!-- bubble tab -->
  734.  
  735. <div id="sidebar3">
  736.  
  737. </div>
  738.  
  739.  
  740. <div id="sidebar2"></div>
  741.  
  742. <div id="sidebar">
  743.  
  744. <div id="sidebar2img"><img src="{image:sidebar2}"></div>
  745.  
  746. <div id="sidebar2img2"><img src="{image:sidebar3}"></div>
  747.  
  748.  
  749. <div id="sidebar2img3"><img src="{image:sidebar4}"></div>
  750.  
  751. <div id="sidebar2img4"><img src="{image:sidebar5}"></div>
  752.  
  753. <div id="sidebar2img5"><img src="{image:sidebar6}"></div>
  754.  
  755. </div>
  756.  
  757.  
  758. <div id="sidebar5">
  759.  
  760. <div class="button">
  761. {block:ifLink1}
  762. <a href="{text:Link 1 URL}" title="{text:hovertitle1}">{text:Link 1}</a>
  763. {/block:ifLink1}{block:ifLink2}
  764. <a href="{text:Link 2 URL}" title="{text:hovertitle2}">{text:Link 2}</a>
  765. {/block:ifLink2}{block:ifLink3}
  766. <a href="{text:Link 3 URL}" title="{text:hovertitle3}">{text:Link 3}</a>
  767. {/block:ifLink3}{block:ifLink4}
  768. <a href="{text:Link 4 URL}" title="{text:hovertitle4}">{text:Link 4}</a>
  769. {/block:ifLink4}
  770. {block:ifLink5}
  771. <a href="{text:Link 5 URL}" title="{text:hovertitle5}">{text:Link 5}</a>
  772. {/block:ifLink5}
  773. </div>
  774. </div>
  775.  
  776.  
  777. <div id="sidebar4">
  778.  
  779. <div id="sbarlinks">
  780.  
  781. <div class="sbarlinks"></div>
  782. <center><A title="Home" HREF="/"style="text-decoration:none"> I</A>
  783.  
  784.  
  785. <a title="Ask" href="#?w=500" rel="02" class="poplight" style="text-decoration:none">II</A>
  786. <A title="Tags" HREF="http://{Name}.tumblr.com/tags" style="text-decoration:none">III</A>
  787. <A title="Archives" HREF="http://{Name}.tumblr.com/archive"style="text-decoration:none">IV </A>
  788. <A title="Random" HREF="http://{Name}.tumblr.com/random"style="text-decoration:none">V </A></center>
  789. </div>
  790.  
  791. <div id="sidebar3img"><img src="{image:sidebar}"></div>
  792.  
  793.  
  794. <center> {block:Description}
  795. <div id="description">{Description}</div>
  796. {/block:Description} </center>
  797.  
  798. <div id="pagi">
  799.  
  800. <div class="pagi">
  801.  
  802. {block:Pagination}{block:PreviousPage}
  803. <a href="{PreviousPage}"><</a>
  804. {/block:PreviousPage}{block:JumpPagination length="5"}{block:CurrentPage}
  805. <span class="current_page">&nbsp; &nbsp; &nbsp; &nbsp;{PageNumber}&nbsp; &nbsp; &nbsp; &nbsp;</span>
  806. {/block:CurrentPage}{block:JumpPage}
  807. <a class="jump_page" href="{URL}">{PageNumber}</a>
  808. {/block:JumpPage}{/block:JumpPagination}{block:NextPage}
  809. <a href="{NextPage}">></a>
  810. {/block:NextPage}{/block:Pagination}
  811. </div>
  812.  
  813.  
  814. </div>
  815.  
  816. </div>
  817.  
  818.  
  819. <div id="content">
  820. {block:Posts}
  821.  
  822. <div class="post">
  823.  
  824.  
  825. {block:Text}
  826. {block:Title}
  827. <div class="posttitle">{Title}</div>
  828. {/block:Title}
  829. {Body}
  830. {/block:Text}
  831.  
  832. {block:Photo}
  833. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  834. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  835. {/block:Photo}
  836.  
  837. {block:Photoset}
  838. {Photoset-400}
  839. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  840. {/block:Photoset}
  841.  
  842. {block:Quote}
  843. <div class="quote">"{Quote}"</div>
  844. {block:Source}
  845. <div class="quotesource">{Source}</div>
  846. {/block:Source}
  847. {/block:Quote}
  848.  
  849. {block:Link}
  850. <div class="posttitle"><a href="{URL}">{Name}</a></div>
  851. {block:Description}
  852. <div class="description">{Description}</div>
  853. {/block:Description}
  854. {/block:Link}
  855.  
  856. {block:Chat}
  857. {block:Title}
  858. <div class="posttitle">{Title}</div>
  859. {/block:Title}
  860.  
  861. {block:Lines}
  862. <div class="{Alt} user_{UserNumber}">
  863. {block:Label}
  864. <b>{Label}</b>{/block:Label}
  865. &nbsp;{Line}
  866. </div>
  867. {/block:Lines}
  868. {/block:Chat}
  869.  
  870. {block:Video}
  871. {Video-400}
  872. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  873. {/block:Video}
  874.  
  875. {block:Audio}
  876. <div class="cover">{block:AlbumArt}
  877. <img src="{AlbumArtURL}">
  878. {/block:AlbumArt}</div>
  879.  
  880. {AudioPlayerWhite}
  881.  
  882. <i>{block:TrackName}{TrackName}{/block:TrackName} - {block:Artist}{Artist}{/block:Artist} ({block:Album}{Album}{/block:Album})</i>
  883.  
  884. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  885. {/block:Audio}
  886.  
  887. {block:Answer}
  888. <div class="question"><i>{Asker} asked:</i> {Question}</div>
  889. <div class="caption">{Answer}</div>
  890. {/block:Answer}
  891.  
  892.  
  893.  
  894. <div class="footer">
  895.  
  896. <div class=perma>
  897. <a href="{Permalink}">{block:Date} {DayOfMonthWithZero} / {MonthNumberWithZero} / {ShortYear}&nbsp; - &nbsp; {/block:Date}{block:NoteCount} {NoteCount}&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {/block:NoteCount}</a>{block:RebloggedFrom} <a href="{ReblogParentURL}">via &nbsp;{ReblogParentName}&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </a>{/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}">src &nbsp; {SourceTitle}</a>{/block:ContentSource}</div>
  898. </div>
  899.  
  900. <div class="tags"><div align="center">{block:HasTags}
  901. {block:Tags}<a href="{TagURL}" title="{Tag}">#{Tag}&nbsp</a> {/block:Tags}{/block:HasTags}</div>
  902.  
  903. <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};"><img src="http://static.tumblr.com/nfj2p6f/rnCma8u6y/dashboard_controls_radar_button_reblog.png"></a>
  904.  
  905. <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div>
  906. </div>
  907.  
  908.  
  909.  
  910.  
  911. {block:PermalinkPage}
  912. {block:NoteCount}
  913. {block:PostNotes}{PostNotes}{/block:PostNotes}
  914. {/block:NoteCount}
  915. {/block:PermalinkPage}
  916.  
  917.  
  918.  
  919. </div>
  920. {/block:Posts}
  921.  
  922. </div>
  923. </div>
  924.  
  925.  
  926. </div>
  927.  
  928. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  929. <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  930.  
  931. <!-- add Javascript file here -->
  932. <!--<script src=""></script>-->
  933. </body>
  934.  
  935.  
  936.  
  937.  
  938.  
  939.  
  940. <div id="02" class="popup_block">
  941.  
  942. <center>
  943. <iframe frameborder="0" scrolling="yes" width="100%" height="200" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
  944. </center></div></div></div></div></div></div></div></div></div></div></div>
  945.  
  946.  
  947. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement