Advertisement
elevensaves

THEME 03

Apr 19th, 2014
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.50 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. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!--- SUP BRAAAHH
  10.  
  11. are you okay? sitting up straight?
  12. i hope you enjoy this theme, if you need anything don't be afraid to shoot me a message, i love to help c:
  13.  
  14. BUT PLEASE PLEASE PLEASE FOLLOW THE RULES: DO NOT REMOVE THE CREDIT, DO NOT STEAL PARTS OF MY THEME, DO NOT CLAIM AS YOUR OWN AND DO NOT USE MY THEME AS A BASE CODE (if you need a base code i use the one by perrlie) --->
  15.  
  16. <meta name="color:background" content="#ffffff"/>
  17. <meta name="color:text" content="#a8a8a8"/>
  18. <meta name="color:description" content="#b8b8b8"/>
  19. <meta name="color:link" content="#bbbbbb"/>
  20. <meta name="color:post link" content="#bbbbbb"/>
  21. <meta name="color:postinfo" content="#f1f1f1"/>
  22. <meta name="color:hover" content="#f2f2f2"/>
  23. <meta name="color:border" content="#bbbbbb"/>
  24. <meta name="color:select" content="#ee7a7a"/>
  25. <meta name="color:popuplinks" content="#bbbbbb"/>
  26. <meta name="color:popuplinkshover" content="#ffffff"/>
  27. <meta name="color:popuplink1" content="#78c9a1"/>
  28. <meta name="color:popuplink2" content="#56bc8a"/>
  29. <meta name="color:popuplink3" content="#45966e"/>
  30. <meta name="color:scrollbar" content="#000000"/>
  31. <meta name="color:scrollbarbg" content="#ffffff"/>
  32. <meta name="color:shadow1" content="#ee7a7a"/>
  33. <meta name="color:shadow2" content="#bbbbbb">
  34.  
  35.  
  36.  
  37. <meta name="image:sidebar" content=""/>
  38.  
  39. <meta name="text:link1" content="" />
  40. <meta name="text:link2" content="" />
  41. <meta name="text:link3" content="" />
  42. <meta name="text:link3 url" content=""/>
  43. <meta name="text:blogtitle" content="" />
  44. <meta name="text:asktitle" content="" />
  45. <meta name="text:URL" content="" />
  46. <meta name="text:popuptitle1" content="" />
  47. <meta name="text:popuptitle2" content="" />
  48. <meta name="text:popuptitle3" content="" />
  49. <meta name="text:popuptitle4" content="" />
  50. <meta name="text:popuptitle5" content="" />
  51. <meta name="text:popuptitle6" content="" />
  52. <meta name="text:popuplink1" content"/">
  53. <meta name="text:popuplink2" content"/">
  54. <meta name="text:popuplink3" content"/">
  55. <meta name="text:popuplink4" content"/">
  56. <meta name="text:popuplink5" content"/">
  57. <meta name="text:popuplink6" content"/">
  58.  
  59. <meta name="if:popupnavi" content="1"/>
  60.  
  61. <script type="text/javascript"
  62. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  63. <script>
  64. $(document).ready(function() {
  65. $('a.poplight[href^=#]').click(function() {
  66. var popID = $(this).attr('rel');
  67. var popURL = $(this).attr('href');
  68. var query= popURL.split('?');
  69. var dim= query[1].split('&');
  70. var popWidth = dim[0].split('=')[1];
  71. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  72. var popMargTop = ($('#' + popID).height() + 80) / 2;
  73. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  74. $('#' + popID).css({
  75. 'margin-top' : -popMargTop,
  76. 'margin-left' : -popMargLeft
  77. });
  78. $('body').append('<div id="fade"></div>');
  79. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();
  80. return false;
  81. });
  82. $('a.close, #fade').live('click', function() {
  83. $('#fade , .popup_block').fadeOut(function() {
  84. $('#fade, a.close').remove();
  85. });
  86. return false;
  87. });
  88. });
  89. </script>
  90.  
  91. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  92. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  93.  
  94. <script>
  95. (function($){
  96. $(document).ready(function(){
  97. $("a[title]").style_my_tooltips({
  98. tip_follows_cursor:true,
  99. tip_delay_time:90,
  100. tip_fade_speed:600,
  101. attribute:"title"
  102. });
  103. });
  104. })(jQuery);
  105. </script>
  106.  
  107. <style type="text/css">
  108.  
  109. ::-webkit-scrollbar-thumb {
  110. height:auto;
  111. background-color:{color:scrollbar};
  112. }
  113.  
  114. ::-webkit-scrollbar {
  115. height:9px;
  116. width:2px;
  117. background-color:{color:scrollbarbg};
  118. }
  119.  
  120. ::-moz-selection {color:#fff; background:{color:select};}
  121. ::selection {color:#fff; background:{color:select};}
  122.  
  123. body {
  124. background:{color:background};
  125. margin:0px;
  126. color:{color:text};
  127. font-family:calibri;
  128. font-size:10px;
  129. line-height:100%;
  130. letter-spacing:0px;
  131. text-align:justify;
  132. }
  133.  
  134. a {
  135. text-decoration:none;
  136. outline:none;
  137. -moz-outline-style:none;
  138. color:{color:post link};
  139. }
  140.  
  141. img {
  142. border:none;
  143. }
  144.  
  145. blockquote {
  146. padding-left:5px;
  147. border-left:2px solid;
  148. }
  149.  
  150. blockquote blockquote {
  151. padding-left:5px;
  152. border-left:2px solid;
  153. }
  154.  
  155. h1 {
  156. font-weight:normal;
  157. font-size:10px;
  158. text-align:center;
  159. font-style:normal;
  160. line-height:80%;
  161. letter-spacing:1px;
  162. text-transform:none;
  163. color:{color:text};
  164. }
  165.  
  166. h2 {
  167. font-size:15px;
  168. text-align:center;
  169. line-height:100%;
  170. letter-spacing:-0.5px;
  171. color:{color:titles};
  172. font-weight:normal;
  173. padding:5px;
  174. text-transform:uppercase;
  175. border-bottom:1px solid {color:border};
  176. padding-bottom:2px;
  177. -webkit-transition:all 0.3s ease-out;
  178. -moz-transition:all 0.3s ease-out;
  179. transition:all 0.3s ease-out;
  180. }
  181.  
  182. h2:hover {
  183. color:transparent;
  184. text-shadow:3px 0px 0px {color:shadow1}, -3px 0px 0px {color:shadow2};
  185. -webkit-transition:all 0.3s ease-out;
  186. -moz-transition:all 0.3s ease-out;
  187. transition:all 0.3s ease-out;
  188. }
  189.  
  190. h3 {
  191. font-weight:bold;
  192. font-size:10px;
  193. text-align:center;
  194. font-style:normal;
  195. line-height:100%;
  196. letter-spacing:1px;
  197. text-transform:uppercase;
  198. color:{color:text};
  199. }
  200.  
  201. a:hover {
  202. color:{color:hover};
  203. -moz-transition-duration:0.3s;
  204. -webkit-transition-duration:0.3s;
  205. -o-transition-duration:0.3s;
  206. }
  207.  
  208. /*TOOLTIP*/
  209.  
  210. #s-m-t-tooltip {
  211. max-width:150px;
  212. padding:3px 4px;
  213. margin:20px 0px 0px 20px;
  214. background-color:#fff;
  215. color:{color:text};
  216. font-family:calibri;
  217. border:1px solid #cacaca;
  218. font-size:8px;
  219. letter-spacing:1px;
  220. text-transform:uppercase;
  221. z-index:999999999999;
  222. }
  223.  
  224. /*POP UP STUFF*/
  225.  
  226. #fade {
  227. display: none;
  228. background: #000;
  229. position: fixed; left: 0; top: 0;
  230. width: 100%; height: 100%;
  231. opacity: .80;
  232. z-index: 9999;
  233. }
  234. .popup_block{
  235. display: none;
  236. padding: 10px;
  237. float: left;
  238. font-size: 10;
  239. position: fixed;
  240. background-color:#fff;
  241. top: 50%; left: 52.3%;
  242. z-index: 99999;
  243. }
  244. .heading{
  245. font-size:15px;
  246. margin-bottom:10px;
  247. color:#bbb;
  248. letter-spacing:2px;
  249. }
  250. /*--Making IE6 Understand Fixed Positioning--*/
  251. *html #fade {
  252. position: absolute;
  253. }
  254. *html .popup_block {
  255. position: absolute;
  256. }
  257.  
  258.  
  259. .poplinks {
  260. margin-left:0;
  261. margin-top:5px;
  262. }
  263.  
  264. .poplinks a {
  265. display:block;
  266. width:200px;
  267. font-family:calibri;
  268. font-size:9px;
  269. font-weight:bold;
  270. text-align:center;
  271. background-color:#fff;
  272. color:{color:popuplinks};
  273. padding:10px;
  274. margin:10px;
  275. text-transform:uppercase;
  276. letter-spacing:1px;
  277. -webkit-transition:opacity 0.8s linear;
  278. -webkit-transition:all 0.5s ease-out;
  279. -moz-transition:all 0.5s ease-out;
  280. transition: all 0.5s ease-out;
  281. }
  282.  
  283. .poplinks a:hover {
  284. color:{color:popuplinkshover};
  285. }
  286.  
  287.  
  288.  
  289.  
  290. /*ENTRIES*/
  291.  
  292. #entries {
  293. padding:10px;
  294. width:500px;
  295. margin-left:600px;
  296. margin-top:3px;
  297. font-size:10px;
  298. font-family:'calibri';
  299. letter-spacing:0px;
  300. }
  301.  
  302. #post {
  303. width:500px;
  304. padding-bottom:20px;
  305. padding:25px;
  306. margin-top:30px;
  307. }
  308.  
  309. /*SIDEBAR*/
  310.  
  311. .title {
  312. width:150px;
  313. font-family:calibri;
  314. color:#bbb;
  315. text-transform:uppercase;
  316. border-bottom:1px solid {color:border};
  317. font-style:itlaic;
  318. font-size:12px;
  319. -webkit-transition:all 0.3s ease-out;
  320. -moz-transition:all 0.3s ease-out;
  321. transition:all 0.3s ease-out;
  322. }
  323.  
  324. .title:hover {
  325. color:transparent;
  326. text-shadow:3px 0px 0px {color:shadow1}, -3px 0px 0px {color:shadow2};
  327. -webkit-transition:all 0.3s ease-out;
  328. -moz-transition:all 0.3s ease-out;
  329. transition:all 0.3s ease-out;
  330. }
  331.  
  332. #sidebar {
  333. margin-left:300px;
  334. color:{color:text};
  335. position:fixed;
  336. width:150px;
  337. height:auto;
  338. margin-top:180px;
  339. text-align:left;
  340. }
  341.  
  342. #sidebar img {
  343. margin-top:10px;
  344. width:150px;
  345. height:auto;
  346. margin-bottom:10px;
  347. }
  348.  
  349.  
  350. .links {
  351. width:150px;
  352. margin-left:0px;
  353. height:auto;
  354. padding:0px;
  355. position:fixed;
  356. margin-top:0px;;
  357. }
  358.  
  359. .links a {
  360. display:block;
  361. border-bottom:1px solid #eee;
  362. text-align:left;
  363. font-size:8px;
  364. padding:5px;
  365. letter-spacing:1px;
  366. text-transform:uppercase;
  367. font-family:calibri;
  368. color:{color:link};
  369. }
  370. .links a:hover {
  371. font-style:bold;
  372. letter-spacing:10px;
  373. background:#f1f1f1;
  374. color:#fff;
  375. -webkit-transition: all 0.5s ease-out;
  376. -moz-transition: all 0.5s ease-out;
  377. transition: all 0.5s ease-out;
  378. }
  379.  
  380. #description {
  381. overflow:auto;
  382. opacity:0;
  383. width:115px;
  384. height:110px;
  385. margin-left:7px;
  386. margin-top:20px;
  387. position:fixed;
  388. background:#fff;
  389. font-family:tahoma;
  390. font-size:9px;
  391. text-align:justify;
  392. padding:10px 10px;
  393. line-height:1.2;
  394. color:{color:description};
  395. z-index:1;
  396. -moz-transition-duration:0.8s;
  397. -webkit-transition-duration:0.8s;
  398. -o-transition-duration:0.8s;
  399. }
  400.  
  401.  
  402. #sidebar:hover #description {
  403. opacity:.8;
  404. -moz-transition-duration:0.8s;
  405. -webkit-transition-duration:0.8s;
  406. -o-transition-duration:0.8s;
  407. }
  408.  
  409. #pagi {
  410. font-size:8px;
  411. text-transform:uppercase;
  412. letter-spacing:2px;
  413. font-family:arial;
  414. font-style:normal;
  415. text-align:center;
  416. position:fixed;
  417. color:{color:link};
  418. margin-top:435px;
  419. margin-left:405px;
  420. }
  421.  
  422.  
  423. /*POST INFO*/
  424.  
  425. #info {
  426. width:500px;
  427. text-align:left;
  428. font-family:'trebuchet ms';
  429. margin-top:3px;
  430. margin-left:px;
  431. letter-spacing:1px;
  432. font-size:9px;
  433. text-transform:uppercase;
  434. font-style:none;
  435. padding:1px;
  436. line-height:10px;
  437. background-color:{color:postinfo};
  438. border-color:{color:Border};
  439. }
  440.  
  441. #info a {
  442. text-align:center;
  443. color:{color:Post Links};
  444. }
  445.  
  446. #info a:hover {
  447. -moz-transition-duration:0.3s;
  448. -webkit-transition-duration:0.3s;
  449. -o-transition-duration:0.3s;
  450. color:{color:Hover}
  451. }
  452.  
  453. #tags {
  454. float:left;
  455. width:489px;
  456. margin-top:2px;
  457. margin-left:-5px;
  458. text-align:left;
  459. font-size:7px;
  460. padding:5px;
  461. font-size:8px;
  462. opacity:0;
  463. transition-duration: 0.7s;
  464. -moz-transition-duration: 0.7s;
  465. -webkit-transition-duration: 0.7s;
  466. -o-transition-duration: 0.7s;
  467. color:{color:links};
  468. }
  469.  
  470. #post:hover #tags {
  471. opacity:1;
  472. background-color:#fff;
  473. -moz-transition-duration:0.5s;
  474. -webkit-transition-duration:0.5s;
  475. -o-transition-duration:0.5s;
  476. color:{color:hover};
  477. }
  478.  
  479. /*QUESTION*/
  480.  
  481. #ask {
  482. padding:10px;
  483. text-align:center;
  484. color:{color:text};
  485. }
  486.  
  487. #asker img {
  488. width:30px;
  489. border-radius:90px;
  490. position:absolute;
  491. margin-left:3px;
  492. margin-top:-2px;
  493. padding:2px;
  494. }
  495.  
  496. #question {
  497. letter-spacing:1px;
  498. font-size:9px;
  499. min-height:35px;
  500. margin-left:40px;
  501. }
  502.  
  503. #ans {
  504. text-align:left;
  505. padding:5px;
  506. color:{color:text};
  507. }
  508.  
  509. /*AUDIO POSTS*/
  510.  
  511. .audio {
  512. height:60px;
  513. padding:5px;
  514. margin-bottom:55px;
  515. }
  516.  
  517. .audio-album {
  518. position:absolute;
  519. width:110px;
  520. -webkit-transition: opacity 0.6s linear;
  521. opacity: 1;
  522. }
  523.  
  524. .audio-player {
  525. opacity:1;
  526. filter:alpha(opacity=90);
  527. width:25px;
  528. height:25px;
  529. overflow:hidden;
  530. position:absolute;
  531. border:30px;
  532. z-index:2;
  533. margin-left:43px;
  534. margin-top:43px;
  535. opacity:0;
  536. -webkit-transition: all 0.6s ease-out;
  537. -o-transition: all 0.6s ease-out;
  538. -webkit-transition: all 0.6s ease-out;
  539. -moz-transition: all 0.6s ease-out;
  540. }
  541.  
  542. .audio-info {
  543. margin-top:7px;
  544. position:relative;
  545. margin-left:120px;
  546. line-height:180%;
  547. padding:2px;
  548. }
  549.  
  550. .audio:hover .audio-player {
  551. opacity:.6;
  552. -webkit-transition: all 0.6s ease-out;
  553. -o-transition: all 0.6s ease-out;
  554. -webkit-transition: all 0.6s ease-out;
  555. -moz-transition: all 0.6s ease-out;
  556. }
  557.  
  558. /*CREDIT*/
  559.  
  560. #cred {
  561. position:fixed;
  562. font-family:'Calibri';
  563. text-transform:uppercase;
  564. border:1px solid #cacaca;
  565. font-size:8px;
  566. right:9px;
  567. bottom:9px;
  568. padding:4px;
  569. letter-spacing:1px;
  570. transition-duration: 0.5s;
  571. -moz-transition-duration: 0.5s;
  572. -webkit-transition-duration: 0.5s;
  573. -o-transition-duration: 0.5s;
  574. }
  575.  
  576. #cred:hover {
  577. color:#fff;
  578. background:#b1b1b1;
  579. transition-duration: 0.5s;
  580. -moz-transition-duration: 0.5s;
  581. -webkit-transition-duration: 0.5s;
  582. -o-transition-duration: 0.5s;
  583. }
  584.  
  585. {CustomCSS}</style></head><body>
  586.  
  587.  
  588. <div id="sidebar">
  589. <div class="title">{text:blogtitle}</div>
  590. <div id="description">
  591. {Description}
  592. </div>
  593. <img src="{image:sidebar}">
  594. <div class="links">
  595. <a href="/">{text:link1}</a>
  596. <a href="#?w=500" rel="02" class="poplight">{text:link2}</a>
  597. {block:ifpopupnavi}
  598. <a href="#?w=500" rel="more" class="poplight">{text:link3}</a>
  599. {/block:ifpopupnavi}
  600. {block:ifnotpopupnavi}
  601. <a href="{text:link3 url}">{text:link3}</a>
  602. {/block:ifnotpopupnavi}
  603. </div></div>
  604.  
  605. {block:Pagination}
  606. <div id="pagi">
  607. {block:PreviousPage}<a href="{PreviousPage}">future</a>{/block:PreviousPage}
  608. — {block:NextPage}<a href="{NextPage}">past</a>{/block:NextPage}
  609. </div>
  610. {/block:Pagination}
  611. </div>
  612. </div>
  613. </div>
  614.  
  615. <div id="more" class="popup_block">
  616. <center>
  617. <table>
  618. <td>
  619. <div class="poplinks">
  620. <a href="{text:popuplink1}" style="border-bottom:3px solid {color:popuplink1};">{text:popuptitle1}</a><br>
  621. <a href="{text:popuplink2}" style="border-bottom:3px solid {color:popuplink2};">{text:popuptitle2}</a><br>
  622. <a href="{text:popuplink3}" style="border-bottom:3px solid {color:popuplink3};">{text:popuptitle3}</a>
  623. <br></div>
  624. </td>
  625. <td>
  626. <div class="poplinks">
  627. <a href="{text:popuplink4}" style="border-bottom:3px solid {color:popuplink3};">{text:popuptitle4}</a><br>
  628. <a href="{text:popuplink5}" style="border-bottom:3px solid {color:popuplink2};">{text:popuptitle5}</a><br>
  629. <a href="{text:popuplink6}" style="border-bottom:3px solid {color:popuplink1};">{text:popuptitle6}</a>
  630. <br></div>
  631. </td>
  632. </table>
  633. </center>
  634. </div>
  635.  
  636. <div id="entries">
  637. {block:Posts}
  638. <div id="post">
  639.  
  640. {block:Text}
  641. <h2>{block:Title}{Title}{/block:Title}</h2>
  642. {Body}{/block:Text}
  643.  
  644. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  645. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  646.  
  647. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  648. {/block:Caption}{/block:Photoset}
  649.  
  650. {block:Quote}<h3>"{Quote}"</h3>
  651. {block:Source}<div class="qsource"> —{Source}</div>
  652. {/block:Source}{/block:Quote}
  653.  
  654. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  655.  
  656. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  657.  
  658. {block:Audio}
  659. <div class="audio">
  660. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  661. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  662.  
  663. <div class="audio-info">
  664. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  665. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  666. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  667. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  668. </div></div>
  669. <div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div>
  670. {/block:Audio}
  671.  
  672. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  673.  
  674. {block:Answer}
  675. <div id="asker"><img src="{AskerPortraitURL-30}"></div>
  676. <div id="question"><span style="font-size:9px; text-transform:uppercase; letter-spacing:1px; color:{color:link};">{Asker} whispered:</span> {Question}</div>
  677. {block:Answerer}<br>
  678. <div id="asker"><img src="{AnswererPortraitURL-16}">
  679. <div id="answer">{Answer}</div>
  680. {/block:Answerer}
  681. <div id="replies">{Replies}</div>
  682. {/block:Answer}
  683.  
  684. <div id="info">
  685. <a href="{Permalink}" title="{TimeAgo}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>
  686. {block:RebloggedFrom} — <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}
  687. — {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}" title="{SourceTitle}">source</a>{/block:ContentSource}
  688. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  689. with {NoteCountWithLabel}</a>
  690.  
  691. <div style="float:right;"><a href="{ReblogURL}">reblog</a></div>
  692.  
  693. {block:HasTags}<div id="tags">
  694. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  695. </div>{block:HasTags}
  696. </div>
  697. </div>
  698. {/block:Posts}
  699. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  700. {/block:Posts}</div></div></div>
  701. <br><br><br><br>
  702.  
  703.  
  704. <div id="cred"><a href="http://andysamberg.tk/ title="theme by julie">JT</a></div>
  705. </div>
  706. </div>
  707.  
  708. </body>
  709.  
  710. <div id="02" class="popup_block">
  711.  
  712. <Center><div class="heading">{text:asktitle}</div><iframe frameborder="0" scrolling="yes" width="100%" height="190" src="http://www.tumblr.com/ask_form/{text:URL}" style="background-color:transparent; overflow:hidden;" id="ask_form">
  713. </center></div>
  714.  
  715. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement