Advertisement
milkdesu

Theme #1 - Kawaii

Aug 23rd, 2013
5,222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.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.  
  3. <!--
  4.  
  5. _ _ _ _
  6. (_) | | | |
  7. _ __ ___ _| | | ____| | ___ ___ _ _
  8. | '_ ` _ \| | | |/ / _` |/ _ \/ __| | |♥| T H E M E S .
  9. | | | | | | | | < (_| | __/\__ \ |_| |
  10. |_| |_| |_|_|_|_|\_\__,_|\___||___/\__,_|
  11. * ** ** * * ** ** * * ** *
  12. BY BAEKDO.TUMBLR.COM
  13. © DO NOT remove my credit.
  14. or else i'll hunt you down and shoot (report) you~!
  15. please appreciate that i've provided this theme for you.
  16.  
  17. * ** * * ** * * **
  18. ** * *
  19. * ** *
  20. * * *
  21. * * * * * *
  22. * * * *
  23. * * * * *
  24.  
  25. * *
  26. *
  27. *
  28.  
  29. -->
  30.  
  31.  
  32. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  33. <head>
  34.  
  35. <title>{Title}</title>
  36. <link rel="shortcut icon" href="{Favicon}">
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  38. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  39.  
  40. <meta name="color:Background" content="#fdf8fb"/>
  41. <meta name="color:Text" content="#bbbbbb"/>
  42. <meta name="color:Links" content="#aaaaaa"/>
  43. <meta name="color:Tags" content="#cccccc"/>
  44. <meta name="color:Links Hover" content="#f0f0f0"/>
  45. <meta name="color:Border" content="#f2f2f2"/>
  46. <meta name="color:Scrollbar" content="#ffccdd"/>
  47.  
  48. <meta name="image:Sidebar" content="http://static.tumblr.com/f4f5af85543d23aa6a8014b4adbbf527/7dwvytx/7tymrzl5d/tumblr_static_sidebar-120823.gif"/>
  49. <meta name="image:Corner" content="http://media.tumblr.com/58a439e7730c9f5339a91a7b4631af99/tumblr_inline_mrwddw6tWd1qz4rgp.png">
  50. <meta name="image:Ribbon" content="http://media.tumblr.com/31f1c961d19ce148fc77ce3d6f9a6d7f/tumblr_inline_mukeonmgot1r9nnh5.gif">
  51. <meta name="image:Pagination Icon" content="http://media.tumblr.com/tumblr_m11bmgWoKR1qb1380.gif">
  52.  
  53. <meta name="text:posted" content="breathed:">
  54. <meta name="text:asked" content="whispered:">
  55. <meta name="text:Corner message" content="MESSAGE GOES HERE">
  56.  
  57. <meta name="text:linkA" content="link 1">
  58. <meta name="text:linkA url" content="/">
  59. <meta name="text:linkB" content="link 2">
  60. <meta name="text:linkB url" content="/">
  61. <meta name="text:linkC" content="link 3">
  62. <meta name="text:linkC url" content="/">
  63. <meta name="text:linkD" content="link 4">
  64. <meta name="text:linkD url" content="/">
  65. <meta name="text:linkE" content="link 5">
  66. <meta name="text:linkE url" content="/">
  67. <meta name="text:linkF" content="link 6">
  68. <meta name="text:linkF url" content="/">
  69.  
  70.  
  71.  
  72. <script type="text/javascript" src="http://static.tumblr.com/p2evvtm/Wycm17d1m/tumblr_search_box.js"></script>
  73.  
  74. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  75.  
  76. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  77. <script>
  78. (function($){
  79. $(document).ready(function(){
  80. $("[title]").style_my_tooltips();
  81. });
  82. })(jQuery);
  83. </script>
  84.  
  85. <script type="text/javascript"
  86. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  87.  
  88. <script>
  89.  
  90.  
  91.  
  92. $(document).ready(function() {
  93.  
  94. //
  95.  
  96.  
  97.  
  98. //When you click on a link with class of poplight and the href starts with a #
  99.  
  100. $('a.poplight[href^=#]').click(function() {
  101.  
  102. var popID = $(this).attr('rel'); //Get Popup Name
  103.  
  104. var popURL = $(this).attr('href'); //Get Popup href to define size
  105.  
  106.  
  107.  
  108. //Pull Query & Variables from href URL
  109.  
  110. var query= popURL.split('?');
  111.  
  112. var dim= query[1].split('&');
  113.  
  114. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  115.  
  116.  
  117.  
  118. //Fade in the Popup and add close button
  119.  
  120. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/7dwvytx/AFhng0xhl/close.png" class="btn_close" title="close window" alt="Close" /></a>');
  121.  
  122.  
  123. //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
  124.  
  125. var popMargTop = ($('#' + popID).height() + 80) / 2;
  126.  
  127. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  128.  
  129.  
  130.  
  131. //Apply Margin to Popup
  132.  
  133. $('#' + popID).css({
  134.  
  135. 'margin-top' : -popMargTop,
  136.  
  137. 'margin-left' : -popMargLeft
  138.  
  139. });
  140.  
  141.  
  142.  
  143. //Fade in Background
  144.  
  145. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  146.  
  147. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
  148.  
  149.  
  150.  
  151. return false;
  152.  
  153. });
  154.  
  155.  
  156.  
  157. //Close Popups and Fade Layer
  158.  
  159. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  160.  
  161. $('#fade , .popup_block').fadeOut(function() {
  162.  
  163. $('#fade, a.close').remove(); //fade them both out
  164.  
  165. });
  166.  
  167. return false;
  168.  
  169. });
  170.  
  171.  
  172.  
  173.  
  174.  
  175. });
  176.  
  177. </script>
  178.  
  179. <style type="text/css">
  180.  
  181. body, a, a:hover { cursor: url(http://cur.cursors-4u.net/others/oth-6/oth652.cur), auto;}
  182.  
  183. ::-webkit-scrollbar-thumb:vertical {
  184. background: {color:Scrollbar};
  185. border: 5px double #fff;
  186. border-radius: 10px;
  187. height: 80px;
  188. }
  189.  
  190. ::-webkit-scrollbar {
  191. height: 10px;
  192. width: 15px;
  193. background: {color:Background};
  194. }
  195.  
  196. :-moz-selection {
  197. background: transparent;
  198. color: #000;
  199. }
  200.  
  201. ::selection {
  202. background: transparent;
  203. color: #000;
  204. }
  205.  
  206.  
  207. body {
  208. background:{color:Background};
  209. margin:0px;
  210. color:{color:Text};
  211. font-family:sans-serif;
  212. font-size:9px;
  213. letter-spacing:1px;
  214. line-height:100%;
  215. }
  216.  
  217. a {
  218. text-decoration:none;
  219. -moz-outline-style:none;
  220. color:{color:Links};
  221. }
  222.  
  223. a:hover {
  224. opacity:1;
  225. color:{color:Links Hover};
  226. text-decoration:none;
  227. font-style:italic;
  228. font-weight:bold;
  229. -webkit-transition: all 0.5s ease;
  230. -moz-transition: all 0.5s ease;
  231. -o-transition: all 0.5s ease;
  232. }
  233.  
  234. img {
  235. border:none;
  236. }
  237.  
  238. #posts img {
  239. opacity:0.85;
  240. -webkit-transition: opacity 0.5s linear;
  241. -webkit-transition: all 0.5s ease-in-out;
  242. -moz-transition: all 0.5s ease-in-out;}
  243.  
  244. #posts img:hover {
  245. opacity:1;
  246. -webkit-transition: opacity 0.7s linear;
  247. -webkit-transition: all 0.7s ease-in-out;
  248. -moz-transition: all 0.7s ease-in-out;}
  249.  
  250.  
  251. h1 {
  252. font-family:cambria;
  253. font-size: 15px;
  254. }
  255.  
  256. blockquote {
  257. padding-left:5px;
  258. border-left:2px solid;
  259. }
  260.  
  261. blockquote blockquote {
  262. padding-left:5px;
  263. border-left:2px solid;
  264. }
  265.  
  266. #s-m-t-tooltip {
  267. z-index: 9999999999;
  268. background: #FFF;
  269. font-size: 9px;
  270. line-height: 11px;
  271. font-family: cambria;
  272. letter-spacing: 1px;
  273. text-transform: none;
  274. color: #000;
  275. text-align: center;
  276. padding: 5px;
  277. padding-left: 10px;
  278. padding-right: 10px;
  279. border: 3px double #eeeded;
  280. display: block;
  281. max-width: 170px;
  282. margin: 10px 0px;
  283. -webkit-box-shadow: 2px 2px 2px rgba(20, 20, 20, 0.1);
  284. -moz-box-shadow: 2px 2px 2px rgba(20, 20, 20, 0.1);
  285. box-shadow: 2px 2px 2px rgba(20, 20, 20, 0.1);
  286. }
  287.  
  288. iframe#tumblr_controls {
  289. top: 0% !important;
  290. right:0% !important;
  291. position: fixed !important;
  292. z-index:99999999 !important;
  293. -webkit-filter: invert(100%);
  294. -moz-filter: invert(100%);
  295. -o-filter: invert(100%);
  296. -ms-filter: invert(100%);
  297. filter: invert(100%);
  298. opacity:0.2;
  299. }
  300.  
  301. #sidebar {
  302. position:fixed;
  303. width:120px;
  304. margin-left:250px;
  305. margin-top:50px;
  306. opacity:1;
  307. }
  308.  
  309. #sidebarimage {
  310. width 120px;
  311. margin-left:5px;
  312. }
  313.  
  314. #sidebarimage img {
  315. width:120px;
  316. padding:5px;
  317. background:#fff;
  318. border: 3px double {color:Border};
  319. }
  320.  
  321.  
  322. #desc {
  323. position:fixed;
  324. background-color:#fff;
  325. margin-top:10px;
  326. margin-left:-10px;
  327. font-family:sans-serif;
  328. line-height:100%;
  329. font-size:9px;
  330. font-style:none;
  331. text-align:center;
  332. width:158px;
  333. padding:6px;
  334. padding-left:0px;
  335. border-top: 1px solid {color:Border};
  336. border-right: 1px solid {color:Border};
  337. border-left: 1px solid {color:Border};
  338. border-radius:5px;
  339. color:{color:Text};
  340. }
  341.  
  342. #desc a
  343. {color:{color:Text};
  344. -moz-transition-duration:0.6s;
  345. -webkit-transition-duration:0.6s;
  346. -o-transition-duration:0.6s;
  347. }
  348.  
  349. .pixelposition {
  350. position:fixed;
  351. margin-left:210px;
  352. margin-top:208px;
  353. text-align:center;
  354. }
  355.  
  356. .pixel img {
  357. margin-bottom:12px;
  358. -webkit-filter: grayscale(100%);
  359. -webkit-transition: opacity .5s ease;
  360. }
  361. .pixel:hover img {
  362. -webkit-filter: grayscale(0);
  363. }
  364.  
  365. #pagi{
  366. position:fixed;
  367. width:100px;
  368. font-size:8px;
  369. font-style:normal;
  370. text-align:center;
  371. margin-left:15px;
  372. margin-top:275px;
  373. text-transform:uppercase;
  374. letter-spacing:5px;
  375. }
  376.  
  377.  
  378. #postwrap {
  379. background-color: #fff;
  380. padding: 10px;
  381. width: 545px;
  382. margin-left: 500px;
  383. padding-left: 25px;
  384. margin-top: 50px;
  385. font-size: 10px;
  386. border: 3px double {color:Border};
  387. }
  388.  
  389. #posts {
  390. width:500px;
  391. padding-bottom:30px;
  392. padding:10px;
  393. margin-top:20px;
  394. background-color:{color:Post};
  395. }
  396.  
  397.  
  398. #details {
  399. text-align:right;
  400. margin-top:12px;
  401. text-transform:uppercase;
  402. font-size:8px;
  403. font-style:none;
  404. margin-left:-10px;
  405. width: 530px;
  406. border-top:1px solid {color:Border};
  407. }
  408.  
  409.  
  410. #tags {
  411. font-family:cambria;
  412. letter-spacing:0px;
  413. text-transform:lowercase;
  414. font-size:9px;
  415. font-style:italic;
  416. margin-top:2px;
  417. text-align:right;
  418. }
  419.  
  420. #tags a {
  421. display:inline-block;
  422. padding:-3px;
  423. text-align:right;
  424. color:{color:Tags};
  425. -webkit-transition: all 0.6s ease-in-out;
  426. -moz-transition: all 0.6s ease-in-out;
  427. -o-transition: all 0.6s ease-in-out;
  428. -ms-transition: all 0.6s ease-in-out;
  429. -transition: all 0.6s ease-in-out;
  430. }
  431.  
  432. #quote {
  433. font-family:cambria;
  434. letter-spacing:0px;
  435. font-size: 17px;
  436. font-style:italic;
  437. text-align:center;
  438. line-height: 100%;
  439. }
  440.  
  441. #audio {
  442. padding-bottom:30px;
  443. }
  444.  
  445. .audio-player {
  446. position:absolute;
  447. width:27px;
  448. height:27px;
  449. overflow:hidden;
  450. margin-left:-66px;
  451. margin-top:27px;
  452. opacity:0.6;
  453. filter:alpha(opacity=60);
  454. border:2px solid #f2f2f2;
  455. }
  456.  
  457. #ask {
  458. background-color: #fbfbfb;
  459. padding: 5px;
  460. margin-bottom: 3px;
  461. font-family: cambria;
  462. letter-spacing: 2px;
  463. text-align: left;
  464. font-style: none;
  465. border-bottom: 1px solid #eee;
  466. border-radius:3px;
  467. color: {color:Text};
  468. }
  469.  
  470. #holder {
  471. width: 158px;
  472. background: #eeeded;
  473. margin-top: 6px;
  474. }
  475.  
  476. #search {
  477. border-top: 1px solid #fff;
  478. border-right: 1px solid #eeeded;
  479. border-left: 1px solid #eeeded;
  480. border-bottom: 1px solid #eeeded;
  481. border-radius:3px;
  482. position: fixed;
  483. width: 160px;
  484. height: 12px;
  485. font-size: 9px;
  486. padding-left: 3px;
  487. color: #DDD;
  488. margin-left:-80px;
  489. margin-top:2px;
  490. }
  491.  
  492. #button {
  493. position: fixed;
  494. border-radius:3px;
  495. margin-left: 70px;
  496. margin-top:2px;
  497. background: #eeeded;
  498. }
  499.  
  500. #fade {
  501. display: none;
  502. background: #000;
  503. position: fixed;
  504. left: 0;
  505. top: 0;
  506. width: 100%;
  507. height: 100%;
  508. opacity: .80;
  509. z-index: 9999;
  510. }
  511.  
  512. .popup_block{
  513. display: none;
  514. background: #FFFFFF;
  515. padding: 30px;
  516. float: left;
  517. position: fixed;
  518. top: 50%;
  519. left: 50%;
  520. border:1px double #f0f0f0;
  521. z-index: 99999;
  522. }
  523.  
  524. img.btn_close {
  525. float: right;
  526. margin: -20px -20px 0 0;
  527. }
  528.  
  529. *html #fade {
  530. position: absolute;
  531. }
  532.  
  533. *html .popup_block {
  534. position: absolute;
  535. }
  536.  
  537. .credit {
  538. position:fixed;
  539. bottom:10px;
  540. right:0px;
  541. font-size:9px;
  542. letter-spacing:1px;
  543. font-family:calibri;
  544. border:1px solid #efefef;
  545. padding:4px;
  546. background-color:#fff;
  547. }
  548.  
  549. .corner img {
  550. -webkit-filter: grayscale(20);
  551. -webkit-transition: opacity .5s ease;
  552. opacity:0.7;
  553. }
  554. .corner:hover img {
  555. -webkit-filter: grayscale(0);
  556. -webkit-transition: opacity .5s ease;
  557. opacity:1;
  558. }
  559.  
  560. #scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; bottom: 50px; right: 30px; z-index: 999999999; opacity:0.6;}
  561.  
  562.  
  563. {CustomCSS}</style>
  564.  
  565.  
  566. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"><img src="http://media.tumblr.com/d3dc71e8dadae946849df96a1faaa11c/tumblr_inline_mrxoppHF6y1qz4rgp.gif" border="0"></a>
  567.  
  568. </head><body>
  569.  
  570.  
  571.  
  572. <div class="pixelposition">
  573. <p><div class="pixel"><a title="home" href="/"><img src="http://media.tumblr.com/3548304e19a6c73c4d97085f5ff56727/tumblr_inline_mrxoq6atNk1qz4rgp.gif"></a></div>
  574. <p><div class="pixel"><a title="message" href="/ask"><img src="http://media.tumblr.com/247004d5c55096663bf037e922a2254c/tumblr_inline_mrxoufNJvl1qz4rgp.gif"></a></div>
  575. <p><div class="pixel"><a title="archive" href="/archive"><img src="http://media.tumblr.com/ea730a08052fcf6988f6b7bc421a462d/tumblr_inline_mrxor2Ts4E1qz4rgp.gif"></a></div>
  576. <p><div class="pixel"><a title="links" href="#?w=400" rel="linkseu" class="poplight"><img src="http://media.tumblr.com/ddd4f9f196d7a7fbeebb5ef8ec5a8be9/tumblr_inline_mrxpglFVRT1qz4rgp.png"></a></div>
  577. </div>
  578.  
  579. <div id="sidebar">
  580. <div id="sidebarimage"><img src="{image:Sidebar}"></div>
  581. <div id="desc">
  582. <img src="{image:Ribbon}"></p>
  583. {Description}
  584. <p><img src="http://media.tumblr.com/d13eecccc995d567e859b8efb1722be1/tumblr_inline_monjx0mGHU1qz4rgp.png" style="background-color:#fff;
  585. -webkit-filter: grayscale(100%); opacity: 0.6">
  586.  
  587. <div id="holder">
  588. <form onsubmit="return tagSearch(this)">
  589. <input type="text" id="search" name="tag" value="Search Tags" onfocus="if (this.value == '') {this.value=''}" onblur="if (this.value == '') {this.value=''}">
  590. <input type="image" id="button" src="http://static.tumblr.com/7qjmkr5/uxRmhf6ak/search.png" value="Search">
  591. </form>
  592. </div>
  593.  
  594. </div>
  595.  
  596. {block:Pagination}<div id="pagi">
  597. <img src="{image:Pagination Icon}">
  598. {block:PreviousPage}
  599. <a href="{PreviousPage}">«</a>
  600. {/block:PreviousPage}
  601.  
  602. {block:JumpPagination length="6"}
  603. {block:CurrentPage}
  604. <span class="current_page">{PageNumber}</span>
  605. {/block:CurrentPage}
  606.  
  607. {block:JumpPage}
  608. <a class="jump_page" href="{URL}">{PageNumber}</a>
  609. {/block:JumpPage}
  610. {/block:JumpPagination}
  611.  
  612. {block:NextPage}
  613. <a href="{NextPage}">»</a>
  614. {/block:NextPage}
  615. </div>{/block:Pagination}
  616.  
  617. </div>
  618.  
  619. <div id="postwrap">{block:Posts}<div id="posts">
  620.  
  621. {block:Text}
  622. <h1>{block:Title}{Title}{/block:Title}</h1>
  623. {Body}
  624. {/block:Text}
  625.  
  626. {block:Photo}
  627. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  628. {block:Caption}{Caption}{/block:Caption}
  629. {/block:Photo}
  630.  
  631. {block:Photoset}
  632. {Photoset-500}
  633. {block:Caption}{Caption}{/block:Caption}
  634. {/block:Photoset}
  635.  
  636. {block:Link}
  637. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  638. {block:Description}{Description}{/block:Description}
  639. {/block:Link}
  640.  
  641. {block:Quote}
  642. <div id="quote">
  643. {Quote}
  644. <br><small><small>—{Source}</small></small>
  645. </div>
  646. {/block:Quote}
  647.  
  648. {block:Audio}
  649. <div id="audio">
  650. <left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px; border-radius:3px;"/>{/block:AlbumArt}
  651. {block:AudioPlayer}<span class="audio-player">{AudioPlayerWhite}{/block:AudioPlayer}</span></left>
  652. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  653. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  654. <br>{block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  655. <br>{/block:ExternalAudio}<b>Played:</b> {PlayCount} times
  656. </div>
  657. {/block:Audio}
  658.  
  659. {block:Video}
  660. {Video-500}
  661. {block:Caption}{Caption}{/block:Caption}
  662. {/block:Video}
  663.  
  664. {block:Chat}
  665. {block:Title}<h1>{Title}</h1>{/block:Title}
  666. {block:Lines}{block:Label}<b><span style="text-transform:uppercase;">{Label}</span></b>{/block:Label} {Line}<br>{/block:Lines}
  667. {/block:Chat}
  668.  
  669.  
  670. {block:Answer}
  671. <div id="ask"><font face="cambria"><span style="text-transform:uppercase;font-size:14px;"><img style="border-radius:3px;" src="{AskerPortraitURL-64}"> {Asker} <small>{text:asked}</small></span> <span style="font-size:12px;">{Question}</span></font></div>
  672. <left> {Answer}
  673. {/block:Answer}
  674.  
  675. <div id="details">
  676. <br> <a title="reblog~!" href="{ReblogURL}">♡</a> {text:posted} <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year} at {12Hour}:{Minutes} </a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} ★ <a href="{Permalink}">{NoteCountWithLabel}</a>
  677. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  678. {/block:Posts}
  679. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  680. {/block:Posts}</div></div></div>
  681.  
  682. <div id="linkseu" class="popup_block"><p>
  683. <p align="center"><big><b>L I N K S</b></big></p>
  684. <font size="4">
  685. {block:IfLinkA}
  686. <p><img src="http://media.tumblr.com/303b3568cc8f797ca4e2a03ba6cf9add/tumblr_inline_mrxryuN88k1qz4rgp.gif"> <a href="{text:linkA url}">{text:linkA}</a>
  687. {/block:IfLinkA}
  688. {block:IfLinkB}
  689. <p><img src="http://media.tumblr.com/303b3568cc8f797ca4e2a03ba6cf9add/tumblr_inline_mrxryuN88k1qz4rgp.gif"> <a href="{text:linkB url}">{text:linkB}</a>
  690. {/block:IfLinkB}
  691. {block:IfLinkC}
  692. <p><img src="http://media.tumblr.com/303b3568cc8f797ca4e2a03ba6cf9add/tumblr_inline_mrxryuN88k1qz4rgp.gif"> <a href="{text:linkC url}">{text:linkC}</a>
  693. {/block:IfLinkC}
  694. {block:IfLinkD}
  695. <p><img src="http://media.tumblr.com/303b3568cc8f797ca4e2a03ba6cf9add/tumblr_inline_mrxryuN88k1qz4rgp.gif"> <a href="{text:linkD url}">{text:linkD}</a>
  696. {/block:IfLinkD}
  697. {block:IfLinkE}
  698. <p><img src="http://media.tumblr.com/303b3568cc8f797ca4e2a03ba6cf9add/tumblr_inline_mrxryuN88k1qz4rgp.gif"> <a href="{text:linkE url}">{text:linkE}</a>
  699. {/block:IfLinkE}
  700. {block:IfLinkF}
  701. <p><img src="http://media.tumblr.com/303b3568cc8f797ca4e2a03ba6cf9add/tumblr_inline_mrxryuN88k1qz4rgp.gif"> <a href="{text:linkF url}">{text:linkF}</a>
  702. {/block:IfLinkF}
  703. </font>
  704. </div>
  705.  
  706. <div class="corner"><a title="{text:Corner message}"><img src="{image:corner}" style="position:fixed;bottom:10px;left:5px"></a></div>
  707.  
  708. <div class="credit"><a href="http://baekdo.tumblr.com/" title="theme by helen"><big>©</big> MILKDESU's</a></center></div>
  709.  
  710.  
  711. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement