Advertisement
Themes_Mandrakescry

Theme 44

Aug 23rd, 2014
935
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.62 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. <!-------------------------------------------
  6. Theme by Clara
  7. http://mandrakescry.tumblr.com/
  8. DON'T REMOVE THE CREDITS
  9. -------------------------------------------->
  10.  
  11.  
  12.  
  13.  
  14. <head><title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19. <head>
  20. <meta name="color:hover" content="#454545">
  21. <meta name="color:background" content="#ffffff" />
  22. <meta name="color:scrollbar" content="#dfdfdf" />
  23. <meta name="color:text" content="#9b9b9b" />
  24. <meta name="color:info" content="#000" />
  25. <meta name="color:tags" content="#9b9b9b" />
  26. <meta name="color:title" content="#9b9b9b" />
  27. <meta name="color:link" content="#9b9b9b" />
  28. <meta name="color:sidebar link" content="#9b9b9b" />
  29. <meta name="color:nav" content="#9b9b9b" />
  30. <meta name="color:Ask Background" content="#e9e9e9"/>
  31.  
  32. <meta name="image:Title" content="http://static.tumblr.com/c5gdi2k/ANhnas6dd/011.jpg"/>
  33. <meta name="if:Image Title" content="1"/>
  34.  
  35. <meta name="text:Link1" content="" />
  36. <meta name="text:Link1 Title" content="" />
  37. <meta name="text:Link2" content="" />
  38. <meta name="text:Link2 Title" content="" />
  39. <meta name="text:Link3" content="" />
  40. <meta name="text:Link3 Title" content="" />
  41. <meta name="text:Link4" content="" />
  42. <meta name="text:Link4 Title" content="" />
  43. <meta name="text:Link5" content="" />
  44. <meta name="text:Link5 Title" content="" />
  45. <meta name="text:Link6" content="" />
  46. <meta name="text:Link6 Title" content="" />
  47. <meta name="text:Link7" content="" />
  48. <meta name="text:Link7 Title" content="" />
  49. <meta name="text:Link8" content="" />
  50. <meta name="text:Link8 Title" content="" />
  51.  
  52.  
  53.  
  54. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js">
  55. </script>
  56.  
  57. <script>
  58. $(document).ready(function(){
  59. $("#desc").click(function(){
  60. $("#m1").slideToggle();
  61. $("#m2").hide();
  62. });
  63. });
  64. </script>
  65.  
  66. <script>
  67. $(document).ready(function(){
  68. $("#links").click(function(){
  69. $("#m2").slideToggle();
  70. $("#m1").hide();
  71. });
  72. });
  73. </script>
  74.  
  75.  
  76.  
  77.  
  78. <script type="text/javascript"
  79. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  80. <script>
  81. $(document).ready(function() {
  82. //
  83. $('a.poplight[href^=#]').click(function() {
  84. var popID = $(this).attr('rel'); //Get Popup Name
  85. var popURL = $(this).attr('href'); //Get Popup href to define size
  86. var query= popURL.split('?');
  87. var dim= query[1].split('&');
  88. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  89. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://i47.tinypic.com/mawh08.png" class="btn_close" alt="Close" /></a>');
  90. var popMargTop = ($('#' + popID).height() + 80) / 2;
  91. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  92. //Apply Margin to Popup
  93. $('#' + popID).css({
  94. 'margin-top' : -popMargTop,
  95. 'margin-left' : -popMargLeft
  96. });
  97. $('body').append('<div id="fade"></div>');
  98. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  99. return false;
  100. });
  101. $('a.close, #fade').live('click', function() {
  102. $('#fade , .popup_block').fadeOut(function() {
  103. $('#fade, a.close').remove(); //fade them both out
  104. });
  105. return false;
  106. });
  107. });
  108. </script>
  109.  
  110.  
  111.  
  112.  
  113.  
  114. <script type="text/javascript"
  115. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  116.  
  117. <link href='http://fonts.googleapis.com/css?family=Didact+Gothic' rel='stylesheet' type='text/css'>
  118.  
  119.  
  120. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  121. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  122. <script>
  123. (function($){
  124. $(document).ready(function(){
  125. $("a[title]").style_my_tooltips({
  126. tip_follows_cursor:true,
  127. tip_delay_time:90,
  128. tip_fade_speed:600,
  129. attribute:"title"
  130. });
  131. });
  132. })(jQuery);
  133. </script>
  134.  
  135. <style type="text/css">
  136.  
  137.  
  138. #s-m-t-tooltip{
  139. max-width:250px;
  140. z-index:999999;
  141. margin-top:-20px;
  142. padding-left:2px;
  143. padding-right:2px;
  144. padding-bottom:2px;
  145. text-transform:uppercase;
  146. font-family: PF Arma Five;
  147. font-size:8px;
  148. box-shadow:2px 2px 5px rgba(0,0,0,.1);
  149. border:1px solid #363642;
  150. background:#1e1e1e;
  151. color:#fff;
  152. }
  153.  
  154.  
  155. a {
  156. color:{color:link};
  157. text-decoration:none;
  158. -moz-transition-duration:0.5s;
  159. -webkit-transition-duration:0.5s;
  160. -o-transition-duration:0.5s;
  161. }
  162.  
  163. a:hover {
  164. color:{color:hover};
  165. text-decoration:none;
  166. -moz-transition-duration:0.5s;
  167. -webkit-transition-duration:0.5s;
  168. -o-transition-duration:0.5s;
  169. }
  170.  
  171.  
  172. ::-webkit-scrollbar-thumb:vertical {
  173. height:12px;
  174. border:2px solid {color:background};
  175. background-color:{color:scrollbar};
  176. }
  177. ::-webkit-scrollbar-thumb:horizontal {
  178. background-color:{color:background};
  179. }
  180. ::-webkit-scrollbar {
  181. width:11px;
  182. height:7px;
  183. border:5px solid {color:background};
  184. background-color:{color:scrollbar};
  185. }
  186.  
  187. @font-face {src: url('http://static.tumblr.com/08l8cbl/UsQmgu9kz/pf_arma_five.ttf'); font-family: PF Arma Five;}
  188.  
  189.  
  190. body {
  191. background-color:{color:bg};
  192. font-family:cambria;
  193. font-weight:normal;
  194. }
  195.  
  196. h1 {
  197. font-weight:normal;
  198. font-size:10px;
  199. text-align:center;
  200. font-style:normal;
  201. line-height:80%;
  202. letter-spacing:1px;
  203. text-transform:uppercase;
  204. color:{color:text};
  205. }
  206.  
  207. h2 {
  208. font-weight:normal;
  209. text-align:center;
  210. font-size:15px;
  211. font-family:cambria;
  212. font-style:italic;
  213. letter-spacing:1px;
  214. line-height:150%;
  215. margin-top:-2px;
  216. padding-bottom:2px;
  217. }
  218.  
  219. blockquote {
  220. padding-left:5px;
  221. padding:10px;
  222. margin:5px;
  223. border-left:2px solid;
  224. border-color:{color:border};
  225.  
  226. }
  227.  
  228. #theme {
  229. width:700px;
  230. margin: 0 auto -12px auto;
  231. text-align: center;
  232. }
  233.  
  234. #sidebar{
  235. margin: 0px auto 0px
  236. width:500px;
  237. height:150px;
  238. margin-top:-170px;
  239. margin-left:-15px;
  240. position:fixed;
  241. }
  242.  
  243.  
  244. #menu{
  245. position:fixed;
  246. margin-left: -475px;
  247. margin-top: -100px;
  248. width:150px;
  249. height:500px;
  250. display:inline-block;
  251. text-align:right;
  252. letter-spacing:1px;
  253. font-size:9px;
  254. text-transform:uppercase;
  255. font-family: 'Didact Gothic', sans-serif;
  256. border-right:1px solid #ddd;
  257. padding:35px;
  258. cursor: pointer; cursor: hand
  259. }
  260.  
  261. #menu a {
  262. color:{color:sidebar link};
  263. }
  264.  
  265.  
  266.  
  267.  
  268. .links {
  269. margin-top:5px;
  270. margin-left:-20px;
  271. width: 150px;
  272. line-height:100%;
  273. font-size: 9px;
  274. text-transform:uppercase;
  275. font-family: 'Didact Gothic', sans-serif;
  276. text-align:right;
  277. letter-spacing:1px;
  278. }
  279.  
  280. .links a {
  281. padding:3px;
  282. color: {color:nav};
  283. margin-bottom: 8px;
  284. width: 70px;
  285. -webkit-transition:0.3s linear;
  286. }
  287.  
  288. .links a:hover {
  289. color:{color:hover};
  290. }
  291.  
  292.  
  293. #ttl {
  294. width:720px;
  295. height:175px;
  296. margin-left:-50px;
  297. margin-top:-40px;
  298. background:{color:background};
  299. border-bottom:1px solid #ddd;
  300. }
  301.  
  302. #title {
  303. {block:IfImageTitle}
  304. -webkit-text-fill-color: transparent;
  305. background: -webkit-linear-gradient(transparent, transparent), url({image:title});
  306. background: -o-linear-gradient(transparent, transparent);
  307. -webkit-background-clip: text;
  308. -webkit-background-clip: text;
  309. background-size:contain;
  310. background-position:center;
  311. {/block:IfImageTitle}
  312. opacity:1;
  313. margin-left:110px;
  314. margin-top:-100px;
  315. letter-spacing:1px;
  316. font-size:80px;
  317. color:{color:title};
  318. text-align:left;
  319. font-family:'Alegreya Sans SC', sans-serif;
  320. text-transform:lowercase;
  321. font-weight:800;
  322. width:auto;
  323. padding:5px;
  324. line-height:110%;
  325. position:fixed;
  326. }
  327.  
  328.  
  329.  
  330.  
  331.  
  332. .desc {
  333. font-family: 'Didact Gothic', sans-serif;
  334. margin-top:5px;
  335. margin-left:60px;
  336. width: 80px;
  337. font-size: 10px;
  338. text-align:right;
  339. letter-spacing:0.5px;
  340. line-height:100%;
  341. color:{color:text};
  342. }
  343.  
  344. .desc a {
  345. color:{color:link};
  346. }
  347.  
  348. .revealed {
  349. display:none;
  350. position:absolute;
  351. background-color:{color:background};
  352. padding-top:10px;
  353. padding-bottom:10px;
  354. text-align:right;
  355. }
  356.  
  357.  
  358. #m1 {
  359. margin-left:-70px;
  360. width: 150px;
  361. background:transparent;
  362. }
  363.  
  364. #m2 {
  365. margin-left:-60px;
  366. width: 150px;
  367. background:transparent;
  368.  
  369. }
  370.  
  371. .next {
  372. position:fixed;
  373. font-family:georgia;
  374. font-size:50px;
  375. padding-bottom: 10px;
  376. position:fixed;
  377. z-index:4;
  378. bottom: 15px;
  379. margin-left: 685px;
  380. color:{color:sbar border};
  381. }
  382.  
  383.  
  384. .prev {
  385. position:fixed;
  386. font-family:georgia;
  387. font-size:50px;
  388. padding-bottom: 10px;
  389. position:fixed;
  390. z-index:4;
  391. bottom: 15px;
  392. margin-left: 30px;
  393. color:{color:sbar border}
  394. }
  395.  
  396. #stuffcontainer {
  397. margin: 0px auto 0px
  398. float:left;
  399. margin-left:100px;
  400. margin-top:190px;
  401. background-color:{color:bg};
  402. color:{color:text};
  403. margin-bottom:50px;
  404. }
  405.  
  406. #stuff {
  407. width:500px;
  408. margin-top:35px;
  409. text-align:justify;
  410. font-size:11px;
  411. line-height:100%;
  412. letter-spacing:1px;
  413. color:{color:text};
  414. box-shadow:2px 2px 5px 2px rgba(0,0,0,.4);
  415. padding:15px;
  416.  
  417. }
  418.  
  419. .caption {
  420. width:500px;
  421. text-align:center;
  422. line-height:120%;
  423. }
  424.  
  425.  
  426. .question {
  427. padding:10px;
  428. text-align:justify;
  429. font-style:italic;
  430. background-color:{color:Ask Background};
  431. color:{color:links};
  432. }
  433.  
  434. .asker {
  435. font-size:8px;
  436. font-weight:bold;
  437. text-transform:uppercase;
  438. text-align:right;
  439. margin-right:10px;
  440. margin-top:-2px;
  441. font-family:calibri;
  442. }
  443.  
  444. .audio {
  445. width:500px;
  446. padding-bottom:10px;
  447. padding-top:10px;
  448. padding-left:3px;
  449. background-color:{color:bg};
  450. }
  451.  
  452. .albumart {
  453. float:left;
  454. padding:0px 10px 10px 0px;
  455. }
  456.  
  457. .albumart img {
  458. width:75px;
  459. height:75px;
  460. border:3px double;
  461. border-color:{color:border};
  462. padding:10px;
  463. }
  464.  
  465. .playercontainer {
  466. width:400px;
  467. text-align:justify;
  468. padding:10px;
  469. }
  470.  
  471. .audioinfo {
  472. padding:10px;
  473. color:{color:text};
  474. }
  475.  
  476. #postinfo {
  477. margin-top:7px;
  478. width:470px;
  479. padding:2px;
  480. font-size:8px;
  481. color:{color:info};
  482. text-transform:uppercase;
  483. font-style:normal;
  484. letter-spacing:2px;
  485. text-align:left;
  486. -moz-transition-duration:0.5s;
  487. -webkit-transition-duration:0.5s;
  488. -o-transition-duration:0.5s;
  489. }
  490.  
  491. #postinfo a {
  492. color:{color:info};
  493. text-align:center;
  494. letter-spacing:1px;
  495. font-style:normal;
  496. }
  497.  
  498. #postinfo a:hover {
  499. color:{color:hover};
  500. }
  501.  
  502. .note {
  503. text-transform:uppercase;
  504. font-style:normal;
  505. letter-spacing:0px;
  506. font-size: 9px;
  507. text-align:left;
  508. line-height:90%;
  509. margin-left:-40px;
  510. }
  511.  
  512. .note li {
  513. list-style-type:none;
  514. padding:10px 25px 10px 25px;
  515. text-align:left;
  516. margin:0px;
  517. -moz-transition-duration:0.5s;
  518. -webkit-transition-duration:0.5s;
  519. -o-transition-duration:0.5s;
  520. }
  521.  
  522. .tags {
  523. font-style:normal;
  524. width:470px;
  525. text-transform:uppercase;
  526. font-style:normal;
  527. color:{color:link};
  528. letter-spacing:2px;
  529. line-height:100%;
  530. margin-left:2px;
  531. margin-top:-3px;
  532. font-size:8px;
  533. text-align:left;
  534. -moz-transition-duration:0.5s;
  535. -webkit-transition-duration:0.5s;
  536. -o-transition-duration:0.5s;
  537. }
  538.  
  539. .tags a {
  540. color:{color:tags};
  541. letter-spacing:1px;
  542. padding:1px;
  543. }
  544.  
  545. .tags a:hover {
  546. color:{color:link};
  547. }
  548.  
  549. #reblog {
  550. margin-top:10px;
  551. height:10px;
  552. text-align:right;
  553. float:right;
  554. margin-right:75px;
  555. }
  556.  
  557. #like {
  558. margin-top:10px;
  559. text-align:right;
  560. float:right;
  561. margin-right:6px;
  562. }
  563.  
  564.  
  565.  
  566. ul.chat, .chat ol, .chat li {
  567. list-style:none;
  568. margin:0px;
  569. padding:2px;
  570. }
  571.  
  572. .label {
  573. text-decoration:underline;
  574. font-weight:700;
  575. margin-right:5px;
  576. }
  577.  
  578.  
  579. #fade { /*--Transparent background layer--*/
  580. display: none; /*--hidden by default--*/
  581. background: #000;
  582. position: fixed; left: 0; top: 0;
  583. width: 100%; height: 100%;
  584. opacity: .80;
  585. z-index: 9999;
  586. }
  587. .popup_block{
  588. display: none; /*--hidden by default--*/
  589. background: #f8f8f8;
  590. padding: 20px;
  591. border: 4px solid #3c3b3b;
  592. float: left;
  593. font-size: 1.2em;
  594. position: fixed;
  595. top: 50%; left: 51%;
  596. z-index: 99999;
  597. /*--CSS3 Box Shadows--*/
  598. -webkit-box-shadow: 0px 0px 20px #000;
  599. -moz-box-shadow: 0px 0px 20px #000;
  600. box-shadow: 0px 0px 20px #000;
  601.  
  602. }
  603. img.btn_close {
  604. width:18px;
  605. float: right;
  606. margin: -20px -20px 0 0;
  607. opacity:0.5;
  608. }
  609. /*--Making IE6 Understand Fixed Positioning--*/
  610. *html #fade {
  611. position: absolute;
  612. }
  613. *html .popup_block {
  614. position: absolute;
  615. }
  616.  
  617.  
  618. #credit{
  619. width:20px;
  620. position:fixed;
  621. bottom:10px;
  622. right:10px;
  623. opacity:1;
  624. z-index:1;
  625. -webkit-transition: all 0.3s linear;
  626. -moz-transition: all 0.3s linear;
  627. -o-transition: all 0.3s linear;
  628. -ms-transition: all 0.3s linear;
  629. -webkit-filter: grayscale(100%);
  630. -moz-filter: grayscale(100%);
  631. -ms-filter: grayscale(100%);
  632. -o-filter: grayscale(100%);
  633. }
  634.  
  635. #credit:hover{
  636. opacity:0.3;
  637. -webkit-filter: grayscale(0%);
  638. -moz-filter: grayscale(0%);
  639. -ms-filter: grayscale(0%);
  640. -o-filter: grayscale(0%);
  641. }
  642.  
  643.  
  644.  
  645.  
  646. </style></head><body>
  647.  
  648.  
  649.  
  650.  
  651.  
  652. <div id="theme">
  653.  
  654.  
  655. <div id="sidebar">
  656.  
  657. <div id="ttl"></div>
  658. <div id="title">{Title}</div>
  659.  
  660.  
  661. <div id="menu">
  662. <a href="/">home</a><br>
  663.  
  664. <a href="#?w=500" rel="02" class="poplight">askbox</a><br>
  665.  
  666. <a id="desc">about</a><br>
  667.  
  668. <a id="links">links</a>
  669. </div>
  670.  
  671. <div id="m1" class="revealed">
  672. <div class="desc">
  673. {Description}
  674. </div></div>
  675.  
  676. <div id="m2" class="revealed">
  677. <div class="links">
  678. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}■<br>
  679. {block:iflink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:iflink2}■<br>
  680. {block:iflink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:iflink3}■<br>
  681. {block:iflink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:iflink4}■<br>
  682. {block:iflink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:iflink5}■<br>
  683. {block:iflink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:iflink6}■<br>
  684. {block:iflink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:iflink7}■<br>
  685. {block:iflink8}<a href="{text:Link8}">{text:Link8 Title}</a>{/block:iflink8}■
  686. </div></div>
  687.  
  688. <div class="prev">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}</div>
  689. <div class="next">{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>
  690.  
  691. </div>
  692.  
  693. <div id="stuffcontainer">
  694.  
  695. {block:Posts}
  696. <div id="stuff">
  697.  
  698. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  699.  
  700. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  701.  
  702. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  703. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  704.  
  705. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  706.  
  707. {block:Photoset}<center>{Photoset-500}</center>
  708. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  709.  
  710. {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}
  711.  
  712. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  713.  
  714. {block:Answer}<div class="question">{Question}</div><div class="asker"><span style="font-size:20px;color:{color:Ask Background};">◥</span> {Asker}</div>{Answer}{/block:Answer}
  715.  
  716.  
  717. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  718. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  719. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  720. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  721. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  722. </div>
  723.  
  724.  
  725. {block:Date}
  726. <div id="reblog">{ReblogButton size="15"}&nbsp;&nbsp;</div>
  727. <div id="like">{LikeButton size="15"}</div>
  728. <div id="postinfo">
  729. <big>•</big> <a href="{Permalink}">{TimeAgo}</a> </span>{24Hour}:{Minutes} {block:NoteCount}<a href="{Permalink}"></span> {NoteCount} NOTES</a> {/block:NoteCount}{block:RebloggedFrom} <a href="{ReblogParentURL}">via</a> <a href="{ReblogRootURL}">source</a> {/block:RebloggedFrom}</font>{/block:Date}</div>
  730. {block:HasTags}
  731. <div class="tags"><big>•</big>
  732. {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>
  733. {/block:HasTags}
  734. <div class="note">
  735. {block:PostNotes}{PostNotes}{/block:PostNotes}
  736. </div>
  737. {/block:Posts}
  738.  
  739.  
  740.  
  741. <a href="http://mandrakescry.tumblr.com/" title="theme by mandrakescry"><img src="http://static.tumblr.com/xkrznpq/PMOmud849/m.png" id="credit" class="roda" ></a>
  742.  
  743.  
  744. </div>
  745. </div></div>
  746.  
  747.  
  748.  
  749.  
  750. </body>
  751.  
  752. <div id="02" class="popup_block">
  753.  
  754.  
  755. <center><iframe frameborder="0" scrolling="yes" width="100%" height="190" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
  756. </center></div>
  757. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement