Advertisement
konstantina

Olga Theme by perfectic

Aug 9th, 2012
22,676
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 17.51 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">
  3.  
  4. <!---------------------------------
  5. __   __  _   __  __   __  ___    __
  6. |__| |__ |_| |__ |__  /     |  | /
  7. |    |__ | \ |   |__  \__   |  | \__
  8.  
  9. Olga Theme
  10.  
  11. personal: perfectic.tumblr.com
  12. themes: perfecticthemes.tumblr.com
  13.  
  14. please don't remove the credit.
  15. if you do, i'll report you.
  16.  
  17. ---------------------------------->
  18.  
  19. <head>
  20.  
  21. <script type="text/javascript"
  22. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  23.  
  24.  
  25. <meta name="color:Background" content="#FDFAF80"/>
  26. <meta name="color:Text" content="#030303"/>
  27. <meta name="color:Links" content="#030303"/>
  28. <meta name="color:Links Hover" content="#6fabdd"/>
  29. <meta name="color:Sidebar Background" content="#fff"/>
  30. <meta name="color:Scrollbar background colour" content="#fff"/>
  31. <meta name="color:Scrollbar colour" content="#000"/>
  32. <meta name="color:Posts Background" content="#fff"/>
  33.  
  34. <meta name="image:Sidebar Background" content=""/>
  35. <meta name="image:Sidebar Photo" content=""/>
  36. <meta name="image:Background" content=""/>
  37. <meta name="image:Posts Background" content=""/>
  38.  
  39. <meta name="if:show blogtitle" content="1"/>
  40. <meta name="if:show home link" content="1"/>
  41. <meta name="if:show ask link" content="1"/>
  42. <meta name="if:show archive link" content="0"/>
  43. <meta name="if:show photo" content="0"/>
  44. <meta name="if:three columns" content="0"/>
  45. <meta name="if:custom scrollbar" content="1"/>
  46. <meta name="if:pop up ask box" content="1"/>
  47.  
  48. <meta name="text:Link One Title" content="link1" />
  49. <meta name="text:Link One" content="" />
  50. <meta name="text:Link Two Title" content="link2" />
  51. <meta name="text:Link Two" content="" />
  52. <meta name="text:Link Three Title" content="link3" />
  53. <meta name="text:Link Three" content="" />
  54.  
  55. {block:ifpopupaskbox}
  56. <script>
  57. $(document).ready(function() {
  58. //
  59. $('a.poplight[href^=#]').click(function() {
  60. var popID = $(this).attr('rel'); //Get Popup Name
  61. var popURL = $(this).attr('href'); //Get Popup href to define size
  62. var query= popURL.split('?');
  63. var dim= query[1].split('&');
  64. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  65. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://png.findicons.com/files/icons/1714/dropline_neu/24/dialog_close.png" class="btn_close" title="Close" alt="Close" /></a>');
  66. var popMargTop = ($('#' + popID).height() + 80) / 2;
  67. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  68. //Apply Margin to Popup
  69. $('#' + popID).css({
  70. 'margin-top' : -popMargTop,
  71. 'margin-left' : -popMargLeft
  72. });
  73. $('body').append('<div id="fade"></div>');
  74. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  75. return false;
  76. });
  77. $('a.close, #fade').live('click', function() {
  78. $('#fade , .popup_block').fadeOut(function() {
  79. $('#fade, a.close').remove(); //fade them both out
  80. });
  81. return false;
  82. });
  83. });
  84. </script>
  85. {/block:ifpopupaskbox}
  86.  
  87. <link href='http://fonts.googleapis.com/css?family=Happy+Monkey' rel='stylesheet' type='text/css'>
  88.  
  89. <script type="text/javascript">
  90.   WebFontConfig = {
  91.     google: { families: [ 'Happy+Monkey::latin' ] }
  92.   };
  93.   (function() {
  94.     var wf = document.createElement('script');
  95.     wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  96.       '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  97.     wf.type = 'text/javascript';
  98.     wf.async = 'true';
  99.     var s = document.getElementsByTagName('script')[0];
  100.     s.parentNode.insertBefore(wf, s);
  101.   })(); </script>
  102.  
  103.  
  104. <link href='http://fonts.googleapis.com/css?family=Miniver' rel='stylesheet' type='text/css'>
  105.  
  106. <script type="text/javascript">
  107.   WebFontConfig = {
  108.     google: { families: [ 'Miniver::latin' ] }
  109.   };
  110.   (function() {
  111.     var wf = document.createElement('script');
  112.     wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  113.       '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  114.     wf.type = 'text/javascript';
  115.     wf.async = 'true';
  116.     var s = document.getElementsByTagName('script')[0];
  117.     s.parentNode.insertBefore(wf, s);
  118.   })(); </script>
  119.  
  120. <style type="text/css">
  121.  
  122. @import url(http://fonts.googleapis.com/css?family=Happy+Monkey);
  123.  
  124. @import url(http://fonts.googleapis.com/css?family=Miniver);
  125.  
  126.  
  127. #tumblr_controls{
  128. position:fixed !important;
  129. -webkit-filter: invert(100%)
  130.  
  131. }
  132.  
  133. .wrapper{
  134. margin: 0px auto;
  135. width: 802px;
  136. }
  137.  
  138. .header{
  139. float: left;
  140. width: 100%;
  141. }
  142.  
  143.  
  144. body {
  145. position: relative;
  146. padding: 10px;
  147. margin: 0px;
  148. color:{color:text};
  149. font-family: 'Happy Monkey', cursive;
  150. font-size:13px;
  151. background-color: {color:Background};
  152. background-image:url({image:Background});
  153. background-attachment: fixed;
  154. background-repeat: repeat;
  155. }
  156.  
  157. a:link, a:active, a:visited{
  158. color:{color:Links};
  159. text-decoration: none;
  160. -webkit-transition: color 0.4s ease-out;
  161. -moz-transition: color 0.4s ease-out;
  162. }
  163.  
  164. a:hover{
  165. color:{color:Links Hover};
  166. -webkit-transition: color 0.4s ease-out;
  167. -moz-transition: color 0.4s ease-out;
  168. }
  169.  
  170.  
  171. #posts {
  172. width: 900px;
  173. margin-top: 12px;
  174. margin-left:360px;
  175. border: 3px;
  176. {block:PermalinkPage}
  177. margin-left:100px;
  178. padding-top:0px;
  179. {/block:PermalinkPage}
  180. top: 0px;
  181. float:left;
  182. font-family: 'Happy Monkey', cursive;
  183. }
  184.  
  185. #infscr-loading{
  186. bottom: -70px;
  187. position: absolute;
  188. left: 50%;
  189. left:100px;
  190. width:16px;
  191. height:11px;
  192. overflow:hidden;
  193. margin-bottom: 50px;
  194. }
  195.  
  196. .entry {
  197. width:300px;
  198. overflow: hidden;
  199. position:relative;
  200. margin: 10px;
  201. padding: 10px;
  202. float:left;
  203. border: 1px solid #cccccc;
  204. text-align: justify;
  205. background-color: {color:Posts Background};
  206. background-image:URL({image:Posts Background});
  207. font-family: 'Happy Monkey', cursive;
  208. font-size: 12px;
  209. line-height:11px;
  210. letter-spacing:1px;
  211. {block:ifthreecolumns}
  212. width:250px;
  213. {/block:ifthreecolumns}
  214. {block:PermalinkPage}
  215. margin-top:4px;
  216. margin-left:400px;
  217. width:400px;
  218. {/block:PermalinkPage}
  219. -o-border-radius: 3px
  220. }
  221.  
  222.  
  223. .entry .perma{
  224. position:absolute;
  225. width:auto;
  226. height:15px;
  227. padding-top:2px;
  228. margin-left: 0px;
  229. margin-top: 0px;
  230. font-family: 'Happy Monkey'
  231. text-transform: uppercase;
  232. font-size: 8px;
  233. line-height:14px;
  234. text-align:center;
  235. padding-left: 10px;
  236. padding-right: 10px;
  237. opacity:0.0;
  238. -webkit-transition: all 0.3s linear;
  239. -moz-transition: all 0.3s linear;
  240. transition: all 0.3s linear;
  241. }
  242.  
  243. .entry:hover .perma{
  244. overflow:visible;
  245. -webkit-transition: opacity 0.5s linear; opacity: 0.6;
  246. transition: all 0.4s linear;
  247. margin-left: 6px;
  248. width: auto;
  249. height: 15px;
  250. margin-top: 6px;
  251. padding-left: 10px;
  252. padding-right: 10px;
  253. }
  254.  
  255. .entry:hover .perma:hover{
  256. opacity: 1;
  257. padding-top:2px;
  258. height: 15px;
  259. width: auto;
  260. padding-left: 10px;
  261. }
  262.  
  263. .entry .perma2{
  264. position:absolute;
  265. width:auto;
  266. height:15px;
  267. padding-top:2px;
  268. background-color:#fff;
  269. overflow:hidden;
  270. margin-top: 0px;
  271. font-family: littlefont;
  272. text-transform: uppercase;
  273. font-size: 8px;
  274. line-height:17px;
  275. text-align:center;
  276. padding-right: 0px;
  277. opacity:0.0;
  278. padding-left: 10px;
  279. padding-right: 10px;
  280. }
  281.  
  282. .entry:hover .perma2{
  283. overflow:visible;
  284. -webkit-transition: opacity 0.5s linear; opacity: 0.6;
  285. transition: all 0.4s linear;
  286. right: 6px;
  287. width: auto;
  288. height: 15px;
  289. margin-top: 6px;
  290. padding-left: 10px;
  291. padding-right: 10px;
  292. }
  293.  
  294. .entry:hover .perma2:hover{
  295. opacity: 1;
  296. padding-top:2px;
  297. height: 15px;
  298. width: auto;
  299. padding-left: 10px;
  300. padding-right:10px;
  301. -webkit-transition: all 0.5s linear;
  302. -moz-transition: all 0.5s linear;
  303. transition: all 0.5s linear;
  304. }
  305.  
  306.  
  307.  
  308. .perm{
  309. margin-top: 0px;
  310. font-family: 'Happy Monkey', cursive;
  311. font-size: 8px;
  312. line-height: 0px;
  313. text-transform: uppercase;
  314. }
  315.  
  316.  
  317. .entry .perm{
  318. opacity: 0;
  319. width: 100%;
  320. margin-bottom: 14px;
  321. text-align:center;
  322. position:absolute;
  323. -webkit-transition: all 0.4s linear;
  324. }
  325.  
  326. .entry:hover .perm{
  327. overflow:visible;
  328. text-align:center;
  329. opacity: 0.8;
  330. -webkit-transition: all 0.4s linear;
  331. }
  332.  
  333. blockquote{
  334. padding:0px 0px 2px 5px;
  335. margin:0px 0px 2px 1px;
  336. border-left: 1px solid #130C11;}
  337. blockquote p, ul{margin:0px; padding:0px;}
  338.  
  339. #sidebar {
  340. position:fixed;
  341. height: auto;
  342. width: 230px;
  343. left:85px;
  344. top:120px;
  345. z-index:100;
  346. text-align: center;
  347. border: 1px solid #cccccc;
  348. padding: 4px;
  349. padding-right: 10px;
  350. padding-left:10px;
  351. background:{color:Sidebar Background};
  352. background-image:url({image:Sidebar Background});
  353. font-family: 'Happy Monkey', cursive;
  354. font-size:14px;
  355. line-height:13px;
  356. color: {color:text};
  357. }
  358.  
  359. .sidelinks a {
  360.     text-transform: normal;
  361.     line-height: 20px;
  362. }
  363.  
  364. .title{
  365. font-family: 'Happy Monkey', cursive;
  366. font-size: 17px;
  367. line-height:11px;
  368. color: black;
  369. font-weight: normal;
  370. }
  371.  
  372. .blogtitle{
  373. font-family: 'Miniver', cursive;
  374. font-size: 37px;
  375. line-height: 22px;
  376. color: {color:Title};
  377. letter-spacing: 0px;
  378. font-weight: normal;
  379. padding:0px 0px 0px 0px;
  380. }
  381.  
  382. blockquote{
  383. padding:0px 0px 2px 5px;
  384. margin:0px 0px 2px 10px;
  385. border-left: 1px dotted #555555;
  386. }
  387.  
  388. {block:ifpopupaskbox}
  389. #fade { /*--Transparent background layer--*/
  390.     display: none; /*--hidden by default--*/
  391.     background: #000;
  392.     position: fixed; left: 0; top: 0;
  393.     width: 100%; height: 100%;
  394.     opacity: .80;
  395.     z-index: 9999;
  396. }
  397. .popup_block{
  398.     display: none; /*--hidden by default--*/
  399.     background: #fff;
  400.     padding: 20px;
  401.     border: 3px solid #ddd;
  402.     float: left;
  403.     font-size: 1.2em;
  404.     position: fixed;
  405.     top: 50%; left: 50%;
  406.     z-index: 99999;
  407.     /*--CSS3 Box Shadows--*/
  408.     -webkit-box-shadow: 0px 0px 20px #000;
  409.     -moz-box-shadow: 0px 0px 20px #000;
  410.     box-shadow: 0px 0px 20px #000;
  411.     /*--CSS3 Rounded Corners--*/
  412.     -webkit-border-radius: 10px;
  413.     -moz-border-radius: 10px;
  414.     border-radius: 0px;
  415. }
  416. img.btn_close {
  417.     float: right;
  418.     margin:-5px -5px 0 0;
  419. }
  420. /*--Making IE6 Understand Fixed Positioning--*/
  421. *html #fade {
  422.     position: absolute;
  423. }
  424. *html .popup_block {
  425.     position: absolute;
  426. }
  427. {/block:ifpopupaskbox}
  428.  
  429. iframe, img, embed, object, video {
  430.     max-width: 100%;
  431. }
  432. img {
  433.     height: auto;
  434.     width: auto;
  435. }
  436. article {
  437.     width: 41.5%;
  438.     margin: 0 10px;
  439. }
  440.  
  441. {CustomCSS}
  442.  
  443. {block:ifcustomscrollbar}
  444. ::-webkit-scrollbar { width: 8px; height: 4px; }
  445. ::-webkit-scrollbar-button:start:decrement,
  446. ::-webkit-scrollbar-button:end:increment  { height: 0px; display: block; background: #fff; }
  447. ::-webkit-scrollbar-track-piece  { background: {color:Scrollbar background}; }
  448. ::-webkit-scrollbar-thumb {height: 50px; background-color: {color:Scrollbar colour}; }
  449. {/block:ifcustomscrollbar}
  450.  
  451. </style>
  452.  
  453. {block:IndexPage}
  454. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  455. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  456.  
  457. <script type="text/javascript">
  458. $(window).load(function () {
  459. var $content = $('#posts');
  460. $content.masonry({itemSelector: '.entry'}),
  461. $content.infinitescroll({
  462. navSelector : 'div#pagination',
  463. nextSelector : 'div#pagination a#nextPage',
  464. itemSelector : '.entry',
  465. loading: {
  466. finishedMsg: '',
  467. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  468. },
  469. bufferPx : 600,
  470. debug : false,
  471. },
  472. // call masonry as a callback.
  473. function( newElements ) {
  474. var $newElems = $( newElements );
  475. $newElems.hide();
  476. // ensure that images load before adding to masonry layout
  477. $newElems.imagesLoaded(function(){
  478. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  479.  
  480.  
  481. });
  482. });
  483. });
  484. </script>
  485.  
  486. {/block:IndexPage}
  487.  
  488. <title>{title}</title>
  489.  
  490. <link rel="shortcut icon" href="{Favicon}">
  491. <meta name="viewport" content="width=820" />
  492.  
  493. </head>
  494. <body>
  495.  
  496.  
  497. </div>
  498. </div>
  499.  
  500. <div class="wrapper">
  501. <div class="header">
  502. </div>
  503.  
  504.  
  505. <div id="sidebar">
  506. <p>{block:ifshowblogtitle}<a href="/"><span class="blogtitle">{Title}</span></a>{/block:ifshowblogtitle}</P>
  507. {block:ifshowphoto}<a href="/"><img src="{image:Sidebar Photo}" width=190px; height:auto; ></a>{/block:ifshowphoto}
  508. <br>
  509. <p>{Description}</p>
  510.  
  511. <center>
  512. {block:ifshowhomelink}<span class="sidelinks"><a href="/">home</a></span>  {/block:ifshowhomelink}
  513. {block:ifshowasklink} ~
  514. {block:ifpopupaskbox}<span class="sidelinks"><a href="#?w=500" rel="02" class="poplight">message</a></span>{/block:ifpopupaskbox}{block:ifnotpopupaskbox}<span class="sidelinks"><a href="/ask">message</a></span>{/block:ifnotpopupaskbox} {/block:ifshowasklink}
  515. {block:iflinkone} ~ <span class="sidelinks"><a href="{text:Link One}">{text:Link One Title}</a></span> {/block:iflinkone}
  516. {block:iflinktwo} ~ <span class="sidelinks"><a href="{text:Link Two}">{text:Link Two Title}</a></span>{/block:iflinktwo}
  517. {block:iflinkthree} ~ <span class="sidelinks"><a href="{text:Link Three}">{text:Link Three Title}</a></span> {/block:iflinkthree}
  518. {block:HasPages} {block:Pages} ~ <span class="sidelinks"><a href="{URL}">{Label}</a></span> {/block:Pages} {/block:HasPages}
  519. ~ <span class="sidelinks"><a href="http://perfectic.tumblr.com/">theme</a></span></div>
  520.  
  521. </div>
  522.  
  523.  
  524. <div id="posts">
  525.  
  526. {block:Posts}
  527.  
  528. <div class="entry">
  529.  
  530. {block:Text}<strong>{block:Title}<span class="title">{Title}</span>{/block:Title}</strong><span class="entrytext">{Body}<br>{block:IndexPage}<span class="perm"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a><a href="{permalink}"><a href="{ReblogURL}" target="_blank">REBLOG</a>{/block:IndexPage}{/block:text}
  531.  
  532. {block:Photo}
  533. {block:IndexPage}
  534. <div class="perma">
  535. <a href="{permalink}"><a href="{ReblogURL}" target="_blank"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?4"></a></div>
  536. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="300"/></a></div>{LinkCloseTag}
  537. {/block:IndexPage}
  538. {block:PermalinkPage}<center>{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/></a>{LinkCloseTag}
  539. {block:Caption}
  540. {Caption}
  541. {/block:Caption}  
  542. {/block:PermalinkPage}</center>
  543. {/block:Photo}
  544.  
  545. {block:Photoset}
  546. {block:IndexPage}
  547. <div class="perma">
  548. <a href="{permalink}">{NoteCount} Notes</a><a href="{ReblogURL}" target="_blank">Reblog</a></div>
  549. {/block:IndexPage}
  550. <center>{Photoset-250}</center></span>
  551. {/block:Photoset}
  552.  
  553. {block:Link}<a href="{URL}" class="title">{Name}</a><br><br>{block:Description}{Description}{/block:Description}<br>{block:IndexPage}<span class="perm"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a><a href="{permalink}"><a href="{ReblogURL}" target="_blank">REBLOG</a> {/block:IndexPage}{/block:link}
  554.  
  555. {block:Answer}
  556. <div class="ask">{Asker} whispered: <b>{Question}</b></div>
  557. {Answer}<br>
  558. {block:IndexPage}<span class="perm"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a>{/block:IndexPage}
  559. {/block:Answer}
  560.  
  561. {block:Quote}<span class="title">"{Quote}"</span>{block:Source}<i> - {Source}</i>{/block:Source}<br><br><br>{block:IndexPage}<span class="perm"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a><a href="{permalink}"><a href="{ReblogURL}" target="_blank">REBLOG</a>{/block:IndexPage}{/block:Quote}
  562.  
  563. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}{Line}</li>{/block:Lines}</ul><br>
  564. {block:IndexPage}
  565. <span class="perm"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a><a href="{permalink}"><a href="{ReblogURL}" target="_blank">REBLOG</a>
  566. {block:IndexPage}
  567. {/block:Chat}
  568.  
  569.  
  570. {Line}
  571. </li>
  572. {/block:Lines}
  573. </ul>
  574. {/block:Chat}
  575.  
  576.  
  577. {block:Audio}
  578. <center><div style="width:300px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  579. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br><br>{block:IndexPage}<span class="perm"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a><a href="{permalink}"><a href="{ReblogURL}" target="_blank">REBLOG</a>{/block:IndexPage}
  580. {/block:Audio}
  581.  
  582. {block:Video}
  583. {block:IndexPage}
  584. <span class="perm"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a><a href="{permalink}"><a href="{ReblogURL}" target="_blank">REBLOG</a>
  585. {Video-250}</center>
  586. {/block:IndexPage}
  587. {block:PermalinkPage}
  588. <center>
  589. {Video-500}</center>
  590. {/block:PermalinkPage}
  591. {block:Video}
  592.  
  593. {block:PermalinkPage}
  594. <center>
  595. <p>{block:HasTags} tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</p>
  596. <br>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</center>
  597. {/block:PermalinkPage}
  598.  
  599.  
  600. {block:PostNotes}{PostNotes}
  601. {/block:PostNotes}
  602. </div>
  603.  
  604.  
  605. {/block:Posts}
  606. </div>
  607. </div>
  608. {block:IndexPage}
  609. {block:Pagination}
  610. <div id="pagination">
  611. {block:NextPage}
  612. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  613. {/block:NextPage}
  614. {block:PreviousPage}
  615. <a href="{PreviousPage}">&larr;&nbsp;</a>
  616. {/block:PreviousPage}
  617. </div>
  618. {/block:Pagination}
  619. {/block:IndexPage}
  620. </div>
  621.  
  622. </body>
  623.  
  624.  
  625. <div style="font-size: 12px; float: right; position: fixed; bottom: 1px; right: 5px; text-transform:lowercase;"><a href="http://perfectic.tumblr.com/">credit</a></div>
  626.  
  627. {block:ifpopupaskbox}
  628. <div id="02" class="popup_block">
  629.  
  630. <Center><font size="2" color="#1C1C1C">Ask Me Anything<p></font><iframe frameborder="0" scrolling="yes" width="100%" height="150" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
  631. </center></div>
  632.  
  633. </div></div></div></div></div></div></div></div></div></div>
  634. {/block:ifpopupaskbox}
  635.  
  636. <html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement