Advertisement
Guest User

Theme layout

a guest
Aug 30th, 2015
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.25 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!-------------------------------------------
  5. Base Code by Clara
  6. http://mandrakescry.tumblr.com/
  7. No credit is necessary but please do not copy
  8. and redistribute as your own base code.
  9. LIKE/REBLOG IF USING!
  10. -------------------------------------------->
  11. <html>
  12. <head>
  13. <script type="text/javascript"
  14. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  15. <script>
  16. $(document).ready(function() {
  17. //
  18. $('a.poplight[href^=#]').click(function() {
  19. var popID = $(this).attr('rel'); //Get Popup Name
  20. var popURL = $(this).attr('href'); //Get Popup href to define size
  21. var query= popURL.split('?');
  22. var dim= query[1].split('&');
  23. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  24. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  25. var popMargTop = ($('#' + popID).height() + 80) / 2;
  26. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  27. //Apply Margin to Popup
  28. $('#' + popID).css({
  29. 'margin-top' : -popMargTop,
  30. 'margin-left' : -popMargLeft
  31. });
  32. $('body').append('<div id="fade"></div>');
  33. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  34. return false;
  35. });
  36. $('a.close, #fade').live('click', function() {
  37. $('#fade , .popup_block').fadeOut(function() {
  38. $('#fade, a.close').remove(); //fade them both out
  39. });
  40. return false;
  41. });
  42. });
  43. </script>
  44.  
  45. <meta name="color:background" content="#FFFFFF">
  46. <meta name="color:bold" content="#62c4e9">
  47. <meta name="color:italics" content="#ff7eab">
  48. <meta name="color:sidebar link" context="#413f3f">
  49. <meta name="color:link" content="#928f8f">
  50. <meta name="color:post links" content="#928f8f">
  51. <meta name="color:hover" content="#454545">
  52. <meta name="color:info" content="#dadada">
  53. <meta name="color:text" content="#9A9A9A">
  54. <meta name="color:Hover Title BG" content="#000"/>
  55. <meta name="color:Hover Title Text" content="#fff"/>
  56. <meta name="color:title" content="#0a0a0a">
  57. <meta name="color:sidebar text" content="#a8a6a6">
  58. <meta name="color:tags" content="#dddddd">
  59. <meta name="color:ask bubble" content="#ebf1c2"/>
  60. <meta name="color:asker" content="#fff"/>
  61. <meta name="color:Pagi bg" content="#FFFFFF"/>
  62. <meta name="color:scrollbar" content="#313231">
  63. <meta name="color:scrollbar bg" content="#fff">
  64. <meta name="color:border" content="#313231">
  65. <meta name="color:Posts Background" content="Transparent">
  66. <meta name="color:Navigation Link Color" content="#fff">
  67.  
  68. <meta name="image:sidebar" content=""/>
  69. <meta name="image:background" content="">
  70.  
  71. <meta name="text:Navigation Link Top" content="px" />
  72. <meta name="text:Navigation Link Left" content="px" />
  73. <meta name="text:Posts Top" content="px" />
  74. <meta name="text:Posts Left" content="px" />
  75. <meta name="text:Pagi Top" content="px" />
  76. <meta name="text:Pagi Left" content="px" />
  77. <meta name="text:Music Player Top" content="px" />
  78. <meta name="text:Music Player Left" content="px" />
  79. <meta name="text:Link1" content="" />
  80. <meta name="text:Link1 Title" content="link 1" />
  81. <meta name="text:Link2" content="" />
  82. <meta name="text:Link2 Title" content="link 2" />
  83. <meta name="text:Link3" content="" />
  84. <meta name="text:Link3 Title" content="link 3" />
  85. <meta name="text:Link4" content="" />
  86. <meta name="text:Link4 Title" content="link 4" />
  87. <meta name="text:Link5" content="" />
  88. <meta name="text:Link5 Title" content="link 5" />
  89. <meta name="text:Link6" content="" />
  90. <meta name="text:Link6 Title" content="link 6" />
  91.  
  92.  
  93.  
  94.  
  95. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  96. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  97. <link rel="shortcut icon" href="{Favicon}" />
  98. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  99.  
  100. <script type="text/javascript"
  101. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  102. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  103.  
  104. <script>
  105. (function($){
  106. $(document).ready(function(){
  107. $("[title]").style_my_tooltips();
  108. });
  109. })(jQuery);
  110. </script>
  111.  
  112. <SCRIPT TYPE="text/javascript">
  113. <!--
  114. function clickIE() {if (document.all) {(message);return false;}}
  115. function clickNS(e) {if
  116. (document.layers||(document.getElementById&&!document.all)) {
  117. if (e.which==2||e.which==3) {(message);return false;}}}
  118. if (document.layers)
  119. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  120. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  121. document.oncontextmenu=new Function("return false")
  122. // -->
  123. </SCRIPT>
  124.  
  125.  
  126.  
  127. <style type="text/css">
  128. #fade { /*--Transparent background layer--*/
  129. display: none; /*--hidden by default--*/
  130.  
  131. position: fixed; left: 0; top: 0;
  132. width: 100%; height: 100%;
  133. opacity: 1;
  134. z-index: 999999;
  135. }
  136.  
  137. .popup_block{
  138. display: none; /*--hidden by default--*/
  139. background-color: {color:background};
  140. background-image: url('');
  141. font-size:12px;
  142. font-family: "Arial Narrow", Arial, sans-serif;
  143. padding: 10px;
  144. height: 380px;
  145. overflow-y:scroll;
  146. overflow-x:hidden;
  147. border: 5px solid #aaa9a9;
  148. float: left;
  149. letter-spacing:0px;
  150. position: fixed;
  151. top: 50%; left: 50%;
  152. z-index: 99999999999;
  153. }
  154. img.btn_close {
  155. float: right;
  156. margin: -20 -20px 0 0;
  157. }
  158. /*--Making IE6 Understand Fixed Positioning--*/
  159. *html #fade {
  160. position: absolute;
  161. }
  162. *html .popup_block {
  163. position: absolute;
  164. }
  165.  
  166. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  167.  
  168. #s-m-t-tooltip {
  169. display: block;
  170. background:#ff7eab;
  171. font-size: 12px;
  172. font-family: 'elkwood';
  173. letter-spacing: 1px;
  174.  
  175. color:#fff;
  176. text-align: center;
  177. margin-left: 18px;
  178. margin-top: 18px;
  179. padding: 4px;
  180. max-height:20;
  181. min-width: 20px;
  182. max-width: 200px;
  183. border:2px solid #fff;
  184. z-index: 99999;
  185. }
  186.  
  187.  
  188. a {
  189. color:{color:link};
  190. font-size:10px;
  191. text-decoration:none;
  192. -moz-transition-duration:0.5s;
  193. -webkit-transition-duration:0.5s;
  194. -o-transition-duration:0.5s;
  195. }
  196.  
  197. a:hover {
  198. color:{color:hover};
  199. text-decoration:none;
  200. -moz-transition-duration:0.5s;
  201. -webkit-transition-duration:0.5s;
  202. -o-transition-duration:0.5s;
  203. }
  204.  
  205.  
  206. ::-webkit-scrollbar-thumb{
  207. background-color:{color:scrollbar};
  208.  
  209. height:auto;
  210. -moz-border-radius:30px; -webkit-border-radius:30px;
  211. }
  212.  
  213. ::-webkit-scrollbar {
  214. height:auto;
  215. width:6px;
  216.  
  217.  
  218. -moz-border-radius:1000px; -webkit-border-radius:1000px;
  219. }
  220.  
  221.  
  222. body {
  223. background-image: url({image:background});
  224. background-repeat:no-repeat;
  225. background-attachment:fixed no-repeat;
  226. background-position:center top fixed;
  227. overflow:hidden;
  228.  
  229. background-color:{color:background};
  230. font-size:12px;
  231. font-family: "Arial Narrow", Arial, sans-serif;
  232. line-height:11px;
  233. font-weight:normal;
  234. }
  235.  
  236. b,strong {color:{color:bold};
  237. font-size:13px;
  238. text-shadow: -1px 0 #f95b9d, 0 1px #f95b9d, 1px 0 #f95b9d, 0 -1px #f95b9d;
  239.  
  240. }
  241. sup,small,sub { font-size:10px;}
  242. i,em { color:{color:italics};
  243. font-size:10px;
  244.  
  245. text-shadow:1px 1px 0px #ffe9f4, 1px 1px 1px #ffa7d0;
  246. }
  247.  
  248.  
  249.  
  250. h1 {
  251. font-weight:normal;
  252. font-size:10px;
  253. text-align:center;
  254. font-style:normal;
  255. line-height:80%;
  256. letter-spacing:1px;
  257. text-transform:uppercase;
  258. color:{color:text};
  259. }
  260.  
  261. h2 {
  262. font-size:25px;
  263. text-align:left;
  264. line-height:100%;
  265. letter-spacing:1px;
  266. font-family: Elkwood;
  267. color:{color:title};
  268. font-weight:normal;
  269. text-transform:uppercase;
  270. padding:0px;
  271. padding-bottom:2px;
  272. }
  273.  
  274. img {
  275. border: 0;
  276. max-width: 100%;
  277. }
  278.  
  279. pre {
  280. white-space: pre-wrap;
  281. white-space: -moz-pre-wrap;
  282. white-space: -pre-wrap;
  283. white-space: -o-pre-wrap;
  284. word-wrap: break-word;
  285. }
  286.  
  287. blockquote {
  288. padding:5px 30px 5px 30px ;
  289. border-left:1px solid {color:border};
  290. margin-left:10px;
  291. background:transparent;
  292. max-width: 100%;
  293. }
  294.  
  295.  
  296.  
  297. #sidebar {
  298. position:fixed;
  299. margin-left:1008px;
  300. width: 200px;
  301. margin-top:197px;
  302. background-color: transparent;
  303. padding:0px 5px 0px;
  304. z-index: 999;
  305. }
  306.  
  307. #simg img {
  308. width:186px;
  309. height:295px;
  310. margin-left:10px;
  311. padding:0px;
  312. z-index:9999;
  313. }
  314.  
  315.  
  316.  
  317. #description {
  318. width:0px;
  319. margin-top:65px;
  320. font-size: 10px;
  321. color:#ffffff;
  322. background:#transparent;
  323. border:0px solid #9e9f9f;
  324. margin-left:30px;
  325. letter-spacing:0px;
  326. line-height: 18px;
  327. text-align:left;
  328. line-height:10px;
  329. padding:5px 5px 5px;
  330. }
  331.  
  332. #pagi{
  333. width:100px;
  334. font-size:17px;
  335. text-align:center;
  336. background-color:{color:Pagi bg};
  337. margin-left:{text:Pagi Left};
  338. margin-top:{text:Pagi Top};
  339. position:fixed;
  340. font-family:helvetica neue, arial, sans-serif;
  341. letter-spacing:0px;
  342. }
  343.  
  344. .links {
  345. margin-top:{text:Navigation Link Top};
  346. margin-left:{text:Navigation Link left};
  347. width: 410px;
  348. font-size: 10px;
  349. font-family: baby universe;
  350. text-transform: uppercase;
  351. text-align: left;
  352. }
  353.  
  354. .links a {
  355. padding:2px;
  356. color: {color:Navigation Link Color};
  357. background: transparent;
  358. padding: 5px;
  359. text-shadow:1px 1px 0px #ff7eab, 2px 2px 1px #b18599;
  360. margin-bottom: 8px;
  361. width: 70px;
  362. -webkit-transition:0.3s linear;
  363. }
  364.  
  365. .links a:hover {
  366. color:white;
  367. background: transparent;
  368. padding-left:5px;
  369. padding-right:5px;
  370. border-radius:5px;
  371. }
  372.  
  373.  
  374. #stuffcontainer {
  375. float:left;
  376. margin-left:400px;
  377. margin-top:-10px;
  378. text-align:justify;
  379. color:{color:text};
  380. margin-bottom: 35px;
  381. }
  382.  
  383.  
  384. #stuff {
  385. width:400px;
  386. margin-top:15px;
  387. text-align:justify;
  388. font-size:10px;
  389. font-family: calibri;
  390. background:{color:Posts Background};
  391. padding:5px;
  392. border:1px solid {color:border};
  393. line-height:100%;
  394. letter-spacing:0x;
  395. color:{color:text};
  396.  
  397. }
  398.  
  399. .caption {
  400. width:400px;
  401. text-align:justify;
  402. line-height:120%;
  403. }
  404.  
  405. .asker {
  406. padding:5px;
  407. font-family:cheddar jack;
  408. color: {color:asker};
  409. font-weight:bold;
  410. font-size: 18px;
  411. text-shadow:1px 1px 0px #f95b9d, 2px 2px 1px #e288a7;
  412. letter-spacing:1px;
  413. text-align:left;
  414. text-transform:none;
  415. }
  416.  
  417. .bubble {
  418. width:300px;
  419. position: relative;
  420. background:{color:ask bubble};
  421. left:60px;
  422. margin: 0;
  423. padding:10px;
  424. text-align:left;
  425. -moz-border-radius:10px;
  426. -webkit-border-radius:10px;
  427. -webkit-box-shadow: 0px 0 1px rgba(0,0,0,0);
  428. -moz-box-shadow: 0px 0 1px rgba(0,0,0,0);
  429. box-shadow: 0px 0 1px rgba(0,0,0,0);
  430. }
  431.  
  432.  
  433. .bubble:after {
  434. position: absolute;
  435. display: block;
  436. content: "";
  437. border-color: {color:ask bubble} transparent transparent transparent;
  438. border-style: solid;
  439. border-width: 15px 15px 0px;
  440. height:0;
  441. width:0;
  442. position:absolute;
  443. left:-15px;
  444. top:10px;
  445. }
  446.  
  447.  
  448.  
  449.  
  450. .audio {
  451. width:400px;
  452. padding-bottom:10px;
  453. background-color:{color:c9cac8};
  454. }
  455.  
  456. .albumart {
  457. float:left;
  458. padding:0px 10px 10px 0px;
  459. }
  460.  
  461. .albumart img {
  462. width:45px;
  463. height:45px;
  464. }
  465.  
  466. .playercontainer {
  467. text-align:left;
  468. padding:10px;
  469. background-color:#ffffff;
  470. width:380px;
  471. }
  472.  
  473. .audioinfo {
  474. padding:10px;
  475. color:{color:text};
  476. }
  477.  
  478. #postinfo {
  479. width:390px;
  480. padding:5px;
  481. font-size:10px;
  482. color:{color:link};
  483. text-transform:uppercase;
  484. font-style:normal;
  485. font-family: calibri;
  486. letter-spacing:2px;
  487. text-align:left;
  488. -moz-transition-duration:0.5s;
  489. -webkit-transition-duration:0.5s;
  490. -o-transition-duration:0.5s;
  491. background:{color:info};
  492. }
  493.  
  494. #postinfo a {
  495. color:{color:post links};
  496. text-align:center;
  497. letter-spacing:1px;
  498. font-style:normal;
  499. }
  500.  
  501. #postinfo a:hover {
  502. color:{color:hover};
  503. }
  504. #entries {
  505. position:relative;
  506. height:418px;
  507. overflow-x:hidden;
  508. overflow-y:auto;
  509. width:365px;
  510. text-align:justify;
  511. padding-left:10px;
  512. background:transparent;
  513. top:{text:Posts Top};
  514. z-index:999;
  515. margin-left:{text:Posts Left};
  516. }
  517.  
  518.  
  519. .note {
  520. text-transform:uppercase;
  521. font-style:normal;
  522. letter-spacing:0px;
  523. font-size: 9px;
  524. text-align:left;
  525. line-height:90%;
  526. margin-left:-40px;
  527. }
  528.  
  529. .note li {
  530. list-style-type:none;
  531. padding:10px 25px 10px 25px;
  532. text-align:left;
  533. margin:0px;
  534. -moz-transition-duration:0.5s;
  535. -webkit-transition-duration:0.5s;
  536. -o-transition-duration:0.5s;
  537. }
  538.  
  539. .tags {
  540. font-style:normal;
  541. width:400px;
  542. text-transform:uppercase;
  543. font-style:normal;
  544. color:{color:tags};
  545. letter-spacing:2px;
  546. line-height:120%;
  547. font-size:8px;
  548. text-align:left;
  549. padding:2px;
  550. -moz-transition-duration:0.5s;
  551. -webkit-transition-duration:0.5s;
  552. -o-transition-duration:0.5s;
  553. }
  554.  
  555. .tags a {
  556. color:{color:tags};
  557. letter-spacing:1px;
  558. padding:1px;
  559. }
  560.  
  561. .tags a:hover {
  562. color:{color:link};
  563. }
  564.  
  565. ul.chat, .chat ol, .chat li {
  566. list-style:none;
  567. margin:0px;
  568. padding:2px;
  569. }
  570.  
  571. .label {
  572. text-decoration:underline;
  573. font-weight:700;
  574. background-color:{color:infobg};
  575. margin-right:5px;
  576. }
  577.  
  578. #musicplayer {
  579. position: fixed;
  580. left:{text:Music Player Left};
  581. top: {text:Music Player Top}; }
  582.  
  583. .yo {
  584. position: absolute;
  585. left: 35px;
  586. top: 0px;
  587. font-style: oblique; font: 9px georgia;
  588. width: 80px;
  589. height: 50px;
  590. padding: 5px;
  591. background-color: #c9cac8;
  592. opacity: 0;
  593. -webkit-transition: all 0.3s ease-in;
  594. -moz-transition: all 0.3s ease-in;
  595. -o-transition: all 0.3s ease-in;
  596. -ms-transition: all 0.3s eease-in;
  597. transition: all 0.3s ease-in; }
  598.  
  599. .player {
  600.  
  601. padding-top:2px;
  602. padding-right:1px;
  603. position: fixed;
  604. width: 100px;
  605. margin: 3px 0px 0px 0px;
  606. overflow: hidden;
  607. z-index: 9999;
  608. opacity: 0.4; }
  609.  
  610. {CustomCSS}
  611. </style>
  612. </head>
  613.  
  614. <div id="sidebar">
  615. <div id="simg"><img src="{image:sidebar}"/>
  616. </div>
  617.  
  618. <div class="links">
  619. <a href="/" title= "home"><big>●</a>
  620. <a href="#?w=400" rel="01" class="poplight"><big>●</big></a>
  621. <a href="#?w=400" rel="02" class="poplight"><big>{text:Link1 Title}</a>
  622. <a href="#?w=400" rel="03" class="poplight"><big>{text:Link2 Title}</a>
  623. <a href="#?w=400" rel="04" class="poplight"><big>{text:Link3 Title}</a>
  624. <a href="#?w=400" rel="05" class="poplight"><big>{text:Link4 Title}</a>
  625. <a href="#?w=400" rel="06" class="poplight"><big>{text:Link5 Title}</a>
  626. <a href="{text:Link6}" title= "tags"><big>{text:Link6 Title}</a>
  627. </div>
  628.  
  629.  
  630. <div id="description">
  631. {block:Description}{Description}{/block:Description}
  632. </div>
  633.  
  634. <div id="musicplayer">
  635.  
  636. <div class="yo"></div>
  637.  
  638. <div class="player"><object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_multi.swf" width="200" height="15">
  639. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_multi.swf" />
  640. <param name="bgcolor" value="ffffff" />
  641. <param name="FlashVars" value="mp3=&amp;volume=40&amp;shuffle=1&amp;autoplay=1&amp;bgcolor=ffffff&amp;bgcolor1=cacbc9&amp;bgcolor2=c9cac8&amp;loadingcolor=cfb3d4&amp;buttoncolor=ff7eab" />
  642.  
  643. </object></div>
  644.  
  645. </div>
  646.  
  647.  
  648. {block:Pagination}
  649. <div id="pagi">
  650. {block:PreviousPage}
  651. <a href="{PreviousPage}">back</a>
  652. {/block:PreviousPage}
  653. /{block:NextPage}
  654. <a href="{NextPage}">forth</a>
  655. {/block:NextPage}
  656. </div>
  657. {/block:Pagination}
  658.  
  659. </div>
  660.  
  661. </div>
  662.  
  663. <div id="stuffcontainer">
  664. <div id="entries">
  665.  
  666.  
  667.  
  668.  
  669. {block:Posts}
  670.  
  671. <div id="stuff">
  672.  
  673. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  674.  
  675. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  676.  
  677. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  678. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  679.  
  680. {block:Photo}<img src="{PhotoURL-400}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  681.  
  682. {block:Photoset}{Photoset-400}
  683. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  684.  
  685. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  686.  
  687. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  688.  
  689. {block:Answer}
  690. <div class="post"><br>
  691. <div class="askerportrait"><img style="border-radius:50px;" src="{AskerPortraitURL-40}" align="left" /></div><div class="bubble">{Asker} asked: {Question}</div><br>
  692. <div style="margin-left:10px;">{Answer}</div>
  693. </div>
  694. {/block:Answer}
  695.  
  696. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  697. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  698. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  699. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  700. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  701.  
  702. <p>
  703.  
  704. {block:Date}<div id="postinfo">{MonthNumberWithZero}-{DayOfMonthWithZero} • <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} • <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} • <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  705. {block:ContentSource} • <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  706. {block:HasTags}
  707. <div class="tags">
  708. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  709. {/block:HasTags}
  710. <div class="note">
  711. {block:PostNotes}{PostNotes}{/block:PostNotes}
  712. </div>
  713. </div>
  714. {/block:Posts}
  715.  
  716.  
  717. </div>
  718.  
  719.  
  720.  
  721. </body>
  722. <div id="01" class="popup_block">
  723. <img src="" />
  724. <p><iframe frameborder="0" height="190" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe></p>
  725. </div></div></div></div></div></div></div></div></div></div></div>
  726. <BODY onselectstart="return false;" ondragstart="return false;">
  727. <div id="02" class="popup_block">
  728. <img src="" />
  729. <p><iframe frameborder="0" height="190" id="submit_form" scrolling="no" src="http://www.tumblr.com/submit_form/{Name}.tumblr.com" width="100%"></iframe></p></div>
  730.  
  731. <div id="03" class="popup_block">
  732.  
  733. <center><img src="" /></center>
  734. <div style="width:380px;height:350px;overflow-y:scroll;padding:5px;background-color: #979696;overflow-x:hidden;font-size:12px; border:1px solid #f95b9d;">
  735. <p>
  736. <center><img src="https://41.media.tumblr.com/d6dfe3ba8271b79c9fb6bc1b093b7874/tumblr_inline_ntmnwxijHT1tb2tx2_540.png" /> &nbsp; <img src="https://41.media.tumblr.com/232e0eb5d1f46ec0020c6a6c34c2c7e7/tumblr_inline_ntmnxgQHTx1tb2tx2_540.png" /> &nbsp; <img src="https://41.media.tumblr.com/737b7bcd4e2608bd3de8afa8b71a2785/tumblr_inline_ntmnxruK5t1tb2tx2_540.png" /></center>
  737. <p>
  738. <div style="text-align:center; font-size:8px; font-family: arial">
  739. <b>NAME</b>: Kusuo Saiki<br>
  740. <b>AGE</b>: 17</b><br>
  741. <b>HOMETOWN</b>: Japan<br>
  742. <b>GENDER</b>: Male<br>
  743. <b>SEXUALITY</b>: Asexual<br>
  744. <b>OCCUPATION</b>: Student <br>
  745. <b>BIRTHDAY</b>: August 20th<br> <b>(</b> Leo <b>)</b><br>
  746.  
  747.  
  748.  
  749.  
  750. </div></div></div></div></div></div></div></div></div></div></div></div>
  751.  
  752.  
  753. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement