Advertisement
benedictcumbvrbatch

essence (#24)

Sep 18th, 2014
864
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.60 KB | None | 0 0
  1.  
  2.  
  3. <!--theme by rachael (tietjens.co.vu)
  4.  
  5. just 2 things, remove credit and i kill you, steal theme i kill you. bUT OTHERWISE HAVE FUN GUYSSSSS!!!!
  6.  
  7. if you have any questions dont hesitate to ask!-->
  8.  
  9. <!DOCTYPE html>
  10. <head>
  11.  
  12.  
  13. <title>{Title}</title>
  14.  
  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. <!--Default Variables-->
  20.  
  21. <meta name="image:Sidebar Image" content=""/>
  22.  
  23. <meta name="color:Background" content="#ffffff"/>
  24. <meta name="color:Text" content="#7b7b7b"/>
  25. <meta name="color:hover" content="#aeaeae"/>
  26. <meta name="color:scrollbar" content="#def4f9"/>
  27. <meta name="color:border" content="#def4f9"/>
  28. <meta name="color:Link" content="#555555"/>
  29. <meta name="color:title" content="#7bd4e7"/>
  30. <meta name="color:post background" content="#f3f3f3"/>
  31. <meta name="color:ask background" content="#dadada"/>
  32. <meta name="color:tooltip background" content="#ffffff"/>
  33. <meta name="text:pop up askbox title" content=""/>
  34.  
  35. <meta name="text:Body Font Size" content="9px"/>
  36. <meta name="text:links Font Size" content="9px"/>
  37. <meta name="text:Title Font Size" content="20px"/>
  38.  
  39. <meta name="if:Black and White Posts" content="0"/>
  40. <meta name="if:500pxposts" content="1"/>
  41. <meta name="if:border" content="1"/>
  42. <meta name="if:sidebarimage" content="0"/>
  43.  
  44. <meta name="text:Link1 Title" content="Link 1 Title"/>
  45. <meta name="text:Link1 Name" content="I"/>
  46.  
  47. <meta name="text:Link2 Title" content="Link 2 Title"/>
  48. <meta name="text:Link2 Name" content="II"/>
  49.  
  50. <meta name="text:Link3 Url" content="http://"/>
  51. <meta name="text:Link3 Title" content="Link 3 Title"/>
  52. <meta name="text:Link3 Name" content="III"/>
  53.  
  54. <meta name="text:Link4 Url" content="http://"/>
  55. <meta name="text:Link4 Title" content="Link 4 Title"/>
  56. <meta name="text:Link4 Name" content="IV"/>
  57.  
  58. <meta name="text:Link5 Url" content="http://"/>
  59. <meta name="text:Link5 Title" content="Link 5 Title"/>
  60. <meta name="text:Link5 Name" content="V"/>
  61.  
  62. <meta name="text:Link6 Url" content="http://"/>
  63. <meta name="text:Link6 Title" content="Link 6 Title"/>
  64. <meta name="text:Link6 Name" content="VI"/>
  65.  
  66.  
  67.  
  68.  
  69.  
  70. <!-- jquery for tooltips-->
  71.  
  72.  
  73. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  74.  
  75. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  76.  
  77. <script>
  78.  
  79. (function($){
  80.  
  81. $(document).ready(function(){
  82.  
  83. $("a[title]").style_my_tooltips({
  84.  
  85. tip_follows_cursor:true,
  86.  
  87. tip_delay_time:30,
  88.  
  89. tip_fade_speed:300,
  90.  
  91. attribute:"title"
  92.  
  93. });
  94.  
  95. });
  96.  
  97. })(jQuery);
  98.  
  99. </script>
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106. <!--CSS customization here. -->
  107.  
  108. <style type="text/css">
  109.  
  110. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  111.  
  112. ::-webkit-scrollbar {width: 2px; height: 4px; background:{color:background}; }
  113. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; }
  114.  
  115. #s-m-t-tooltip{
  116. position:absolute;
  117. margin-top: 15px;
  118. z-index:9999;
  119. background:{color:tooltip background};
  120. padding:3px;
  121. border: solid 1px #aeaeae;
  122. }
  123.  
  124.  
  125.  
  126. /*basics*/
  127. blockquote {padding:5px 0 5px 30px;
  128. border-left:1px solid {color:text};
  129. margin-left:30px;
  130. }
  131.  
  132. body {
  133. background:{color:background};
  134. color:{color:text};
  135. font-family:helvetica;
  136. font-size: {text:Body Font Size};
  137. text-align:justify;
  138. margin:0;
  139. line-height:16px;}
  140.  
  141.  
  142. a {
  143. color:{color:link};
  144. text-decoration:none;
  145. }
  146.  
  147. a:hover {
  148. color:{color:hover};}
  149.  
  150. img{opacity:1;
  151. border:none;
  152. text-decoration:none}
  153.  
  154.  
  155. small {
  156. font-size:9px;}
  157.  
  158. big {
  159. font-size:12px;}
  160.  
  161.  
  162. #title {font-size:12px;
  163. line-height:18px;
  164. font-weight:bold;
  165. margin-bottom:10px;
  166. text-transform:uppercase;
  167. text-align:left;}
  168.  
  169.  
  170. /*sidebar*/
  171. #sidebar {text-align:left;
  172. position:fixed;
  173. margin-left:600px;
  174. margin-top:100px;
  175. width:150px;
  176. }
  177.  
  178. {block:ifsidebarimage}
  179. #sidebarim {margin-bottom:20px;
  180. text-align:center;
  181. font-family:baskerville;
  182. }
  183.  
  184. #sidebarim img {width:150px;
  185. text-align:center;
  186. font-family:baskerville;
  187. height:80px;
  188.  
  189. margin-top:50px;
  190. }
  191. {block:ifsidebarimage}
  192.  
  193. #blogt {font-size: {text:Title Font Size};
  194. color:{color:title};
  195. letter-spacing:3px;
  196. text-align:center;
  197. font-family: 'Ubuntu', sans-serif;
  198. width:150px;
  199. background-color:{color:background};
  200. {block:ifsidebarimage}
  201. margin-top:10px;
  202. {/block:ifsidebarimage}
  203. {block:ifnotsidebarimage}
  204. margin-top:50px;
  205. {/block:ifnotsidebarimage}
  206. -webkit-transition: all 0.7s;
  207. -moz-transition: all 0.7s;
  208. -ms-transition:all 0.7s;
  209. -o-transition: all 0.7s;
  210. transition: all 0.7s;
  211. }
  212.  
  213. #blogt:hover {
  214. letter-spacing:6px;
  215. -webkit-transition: all 0.7s;
  216. -moz-transition: all 0.7s;
  217. -ms-transition:all 0.7s;
  218. -o-transition: all 0.7s;
  219. transition: all 0.7s;
  220. }
  221.  
  222. #links {
  223. position:fixed;
  224. font-family:times;
  225. width:150px;
  226. margin-top:10px;
  227. font-size:{text:links font size}
  228. text-transform:lowercase;
  229. text-align:center;
  230. line-height:170%;
  231. }
  232.  
  233. #links a{
  234. line-height:170%;
  235. padding:1px;
  236. text-shadow:rgba(0,0,0,0.2)3px 2px;
  237. margin-top:1px;
  238. margin-left:2px;
  239. letter-spacing:1px;
  240. color:{color:link};
  241. -moz-transition-duration:.7s;
  242. -webkit-transition-duration:.7s;
  243. -o-transition-duration:.7s;
  244. }
  245.  
  246. #links a:hover {
  247. color: #fff;
  248. -moz-transition-duration:.4s;
  249. -webkit-transition-duration:.4s;
  250. -o-transition-duration:.4s;
  251. }
  252.  
  253.  
  254.  
  255. #description {
  256. margin-top:10px;
  257. width:150px;
  258. font-family:times;
  259. opacity:1;
  260. text-align:center;
  261. color:{color:Description Text};
  262. -webkit-transition-duration:0.7s;
  263. -moz-transition-duration:0.7s;
  264. -o-transition-duration:0.7s;
  265. }
  266.  
  267. #sidebar:hover #description {
  268. opacity:1;
  269. margin-top:10px;
  270. -webkit-transition-duration:0.7s;
  271. -moz-transition-duration:0.7s;
  272. -o-transition-duration:0.7s;
  273. }
  274.  
  275. #bangas {
  276. position:fixed;
  277. margin-top:5px;
  278. }
  279.  
  280. #bangas img {
  281. width:140px;
  282. height:30px;
  283. padding:5px;
  284. }
  285.  
  286. /*pagination*/
  287. #pagination {
  288. text-align:right;
  289. margin:40px 0;
  290. text-transform:lowercase;
  291. font-weight:bold;
  292. }
  293. #pagination a {
  294. padding:0 15px;
  295. }
  296.  
  297. /*container*/
  298. #con {
  299. left:50%;
  300. margin-left:-350px;
  301. position:absolute;
  302. }
  303.  
  304.  
  305.  
  306. /*posts*/
  307.  
  308. #entries {
  309. margin-top:100px;
  310. {block:if500pxposts}width:500px;{/block:if500pxposts}
  311. {block:ifnot500pxposts}width:400px;{/block:ifnot500pxposts}
  312. {block:IfBlackandWhitePosts}
  313. -webkit-filter: grayscale(100%);
  314. -moz-filter: grayscale(100%);
  315. filter: grayscale(100%);
  316. -webkit-transition:all 0.5s;
  317. -moz-transition:all 0.5s;
  318. -ms-transition:all 0.5s;
  319. -o-transition:all 0.5s;
  320. transition:all 0.5s;
  321. }
  322.  
  323. #entries:hover {
  324. background-color:transparent;
  325. -webkit-transition:all 0.5s;
  326. -moz-transition:all 0.5s;
  327. -ms-transition:all 0.5s;
  328. -o-transition:all 0.5s;
  329. transition:all 0.5s;
  330. -webkit-filter: grayscale(0%);
  331. -moz-filter: grayscale(0%);
  332. filter: grayscale(0%);
  333. {/block:IfBlackandWhitePosts}}
  334.  
  335.  
  336.  
  337.  
  338. #posts {
  339. margin-bottom:35px;;
  340. {block:if500pxposts} margin-left:30px;{/block:if500pxposts}
  341. {block:ifnot500pxposts} margin-left:120px; {/block:ifnot500pxposts}
  342. {block:if500pxposts}width:500px;{/block:if500pxposts}
  343. {block:ifnot500pxposts}width:400px;{/block:ifnot500pxposts}
  344. {block:IndexPage}
  345. margin-bottom:75px;
  346. {/block:IndexPage}
  347. {block:PermalinkPage}
  348. margin-bottom:50px;
  349. {/block:PermalinkPage}
  350. padding:15px;
  351. }
  352.  
  353.  
  354. #posts img {
  355. max-width:400px;
  356.  
  357. }
  358.  
  359. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  360. .caption {width:100%;
  361. padding:1px;
  362. margin-top:10px;
  363.  
  364. }
  365.  
  366. /*quote*/
  367.  
  368. #titlequote{text-align:left;
  369. font-size:14px;
  370. line-height:18px;
  371. font-weight:bold;
  372. }
  373. #source {
  374. margin-top:15px;
  375. margin-left:15px;}
  376.  
  377. /*audio*/
  378.  
  379. .player {
  380. width:25px;
  381. height:25px;
  382. overflow:hidden;
  383. position:absolute;
  384. background:white;}
  385.  
  386. .audioinfo {
  387. margin-left:50px;
  388. }
  389.  
  390.  
  391. /*asks*/
  392. .q {margin-bottom:10px;
  393. background-color:{color:ask background};
  394. border: 1px dotted;
  395. padding:3px;
  396. }
  397. .as {
  398. font-weight:bold;}
  399.  
  400. .a {
  401. margin-top:10px;
  402. }
  403.  
  404.  
  405. /*chat*/
  406.  
  407. .chat ol {
  408. padding:0;
  409. list-style:none;
  410. }
  411. .line {padding:5px 0;}
  412.  
  413. .label {font-weight:bold;
  414. }
  415.  
  416.  
  417. /*permalink and notes*/
  418. #permalink {
  419. font-size:{text:body font size};
  420. text-align:center;
  421. margin-top:10px;
  422. {block:indexpage}
  423. opacity:0;
  424. {/block:indexpage}
  425. transition-duration: 0.6s;
  426. -moz-transition:all ease-in-out 0.6s;
  427. -ms-transition:all ease-in-out 0.6s;
  428. -o-transition:all ease-in-out 0.6s;
  429. transition:all ease-in-out 0.6s;
  430. }
  431.  
  432. .tags {
  433. border-top:solid 1px {color:text};
  434. text-align:center;
  435. font-size:{text:body font size};
  436. font-weight:normal;
  437. {block:if500pxposts}width:500px;{/block:if500pxposts}
  438. {block:ifnot500pxposts}width:400px;{/block:ifnot500pxposts}
  439. margin-top:5px;
  440. }
  441. .tags a {
  442. margin-left:2px;
  443. }
  444.  
  445. #posts:hover #permalink {
  446. opacity:1;
  447. transition-duration: 0.6s;
  448. -moz-transition:all ease-in-out 0.6s;
  449. -ms-transition:all ease-in-out 0.6s;
  450. -o-transition:all ease-in-out 0.6s;
  451. transition:all ease-in-out 0.6s;
  452. }
  453. .pagenotes {
  454. {block:IndexPage}
  455. display: none!important;
  456. {/block:IndexPage}
  457. width:400px;
  458. text-align:left;
  459. margin-left:40px;
  460. }
  461. .pagenotes img {
  462. display:none!important;}
  463. .pagenotes li {
  464. list-style-type:none;
  465. padding:5px 0px;
  466. text-align:left;
  467. margin-left:40px;
  468. }
  469.  
  470. {block:ifborder}
  471. #l, #r, #t, #b {position:fixed;
  472. background:{color:border};
  473. z-index:99;
  474. }
  475.  
  476.  
  477. #l {height:100%;
  478. width:14px;
  479. left:0;
  480. top:0;}
  481.  
  482. #r {height:100%;
  483. width:14px;
  484. right:0;
  485. top:0;}
  486.  
  487. #t {height:14px;
  488. width:100%;
  489. right:0;
  490. top:0;}
  491.  
  492. #b {height:14px;
  493. width:100%;
  494. right:0;
  495. bottom:0;}
  496. {/block:ifborder}
  497.  
  498. .popup_block{
  499. display:none;
  500. background:#fff;
  501. padding:20px;
  502. border:1px solid #eee; /* if you want a solid white pop-up, delete this */
  503. float:left;
  504. text-align:center;
  505. position:fixed;
  506. top:50%;left:50%;
  507. z-index: 99999;
  508. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  509. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  510. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  511. }
  512.  
  513. *html #fade {position: absolute;}
  514. *html .popup_block {position: absolute;}
  515. #fade {
  516. display:none;
  517. position:fixed;
  518. left:0px;
  519. top:0px;
  520. width:100%;
  521. height:100%;
  522. z-index:9999;
  523. background:#000; /* change to #fff for solid white */
  524. opacity:0.7; /* change to opacity:1; */
  525. }
  526.  
  527.  
  528. {CustomCSS}
  529.  
  530.  
  531. </style>
  532.  
  533.  
  534.  
  535. </head>
  536.  
  537. <script type="text/javascript">
  538. WebFontConfig = {
  539. google: { families: [ 'Ubuntu:500:latin' ] }
  540. };
  541. (function() {
  542. var wf = document.createElement('script');
  543. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  544. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  545. wf.type = 'text/javascript';
  546. wf.async = 'true';
  547. var s = document.getElementsByTagName('script')[0];
  548. s.parentNode.insertBefore(wf, s);
  549. })(); </script>
  550.  
  551.  
  552.  
  553. <script type="text/javascript"
  554. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  555. <script>
  556. $(document).ready(function() {
  557. //
  558. $('a.poplight[href^=#]').click(function() {
  559. var popID = $(this).attr('rel'); //Get Popup Name
  560. var popURL = $(this).attr('href'); //Get Popup href to define size
  561. var query= popURL.split('?');
  562. var dim= query[1].split('&');
  563. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  564. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  565. var popMargTop = ($('#' + popID).height() + 80) / 2;
  566. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  567. //Apply Margin to Popup
  568. $('#' + popID).css({
  569. 'margin-top' : -popMargTop,
  570. 'margin-left' : -popMargLeft
  571. });
  572. $('body').append('<div id="fade"></div>');
  573. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  574. return false;
  575. });
  576. $('a.close, #fade').live('click', function() {
  577. $('#fade , .popup_block').fadeOut(function() {
  578. $('#fade, a.close').remove(); //fade them both out
  579. });
  580. return false;
  581. });
  582. });
  583. </script>
  584.  
  585.  
  586.  
  587. <body>
  588. {block:ifborder}
  589. <div id="l"></div><div id="r"></div><div id="t"></div><div id="b"></div>
  590. {/block:ifborder}
  591. <div id="con">
  592.  
  593. <div id="sidebar">
  594. <div id="bangas"><img src="http://media.tumblr.com/c4109b9d24ddd99784f9144f9a77c84b/tumblr_inline_n1xc7mfyQt1rb3m8r.png"></div>
  595. {block:ifsidebarimage}
  596. <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
  597. {block:ifsidebarimage}
  598. <div id="blogt">{Title}</div>
  599. <div id="description">{Description}</div>
  600. <div id="links">
  601. <a href="/" title="{text:Link1 Title}" > {text:Link1 Name}</a>
  602. <a href="#?w=500" title="{text:Link2 Title}" rel="box2" class="poplight">{text:Link2 Name}</a>
  603. {/block:IfLink3Name}<a href="{text:Link3 URL}" title="{text:Link3 Title}">{text:Link3 Name}</a>{/block:IfLink3Name}
  604. {/block:IfLink4Name}<a href="{text:Link4 URL}" title="{text:Link4 Title}">{text:Link4 Name}</a>{/block:IfLink4Name}
  605. {/block:IfLink5Name}<a href="{text:Link5 URL}" title="{text:Link5 Title}">{text:Link5 Name}</a>{/block:IfLink5Name}
  606. {/block:IfLink6Name}<a href="{text:Link6 URL}" title="{text:Link6 Title}">{text:Link6 Name}</a>{/block:IfLink6Name}
  607. </div>
  608.  
  609. </div>
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616. <div id="entries">
  617.  
  618. {block:Posts}
  619. <div id="posts">
  620.  
  621.  
  622. {block:Quote}
  623.  
  624.  
  625. <div id="titlequote">“{Quote}”</div>
  626. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  627. {/block:Quote}
  628.  
  629.  
  630.  
  631. {block:Text}
  632.  
  633. {block:Title}
  634. <div id="title">{Title}</div>{/block:Title}
  635. {Body}
  636. {/block:Text}
  637.  
  638. {block:Link}
  639. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  640. {/block:Link}
  641.  
  642. {block:Chat}
  643. {block:Title}
  644. <h1>{Title}</h1>
  645. {/block:Title}
  646. <div class="chat">
  647. <ol>{block:Lines}
  648. <li class="line {Alt}">
  649. {block:Label}
  650. <span class="label">
  651. {Label}</span>
  652. {/block:Label}{Line}</li>
  653. {/block:Lines}
  654. </ol></div>
  655. {/block:Chat}
  656.  
  657. {block:Photo}
  658. {LinkOpenTag}<img src="{block:if500pxposts}{PhotoURL-500}{/block:if500pxposts}
  659. {block:ifnot500pxposts}{PhotoURL-400}{/block:ifnot500pxposts}"
  660. {block:if500pxposts}width="500"{/block:if500pxposts}
  661. {block:ifnot500pxposts}width="400"{/block:ifnot500pxposts}
  662. >{LinkCloseTag}
  663. {/block:Photo}
  664.  
  665. {block:Photoset}
  666. {block:if500pxposts}{Photoset-500}{/block:if500pxposts} {block:ifnot500pxposts}{Photoset-400}{/block:ifnot500pxposts}
  667. {/block:Photoset}
  668.  
  669. {block:Video}
  670. {block:if500pxposts}{Video-500}{/block:if500pxposts}{block:ifnot500pxposts}{Video-400}{/block:ifnot500pxposts}
  671. {/block:Video}
  672.  
  673. {block:Audio}
  674. <div class="player">{AudioPlayerWhite}</div>
  675. <div class="audioinfo">
  676. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  677. </div>
  678. {/block:Audio}
  679.  
  680. {block:Answer}
  681. <div class="q">
  682. <div class="as">{Asker} enquired: </div>
  683. {Question}</div>
  684. <div class="a">{Answer}</div>
  685. {/block:Answer}
  686.  
  687. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  688.  
  689. {block:Date}
  690. <div id="permalink">
  691. <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm} | </a>{block:NoteCount}<a href="{Permalink}"> + {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}"> | via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}"> | source</a>{/block:ContentSource}{/block:RebloggedFrom}
  692. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  693. </div>
  694. {/block:Date}
  695.  
  696.  
  697.  
  698. </div>
  699.  
  700.  
  701.  
  702.  
  703. {block:PostNotes}
  704. <div class="pagenotes">
  705. {PostNotes}
  706. </div>
  707. {/block:PostNotes}
  708.  
  709.  
  710. {/block:Posts}
  711.  
  712.  
  713. </div>
  714.  
  715.  
  716. <div id="pagination">
  717. {block:Pagination}
  718. {block:PreviousPage}
  719. <a href="{PreviousPage}">&larr; backwards</a>
  720. {/block:PreviousPage}
  721.  
  722.  
  723. {block:NextPage}
  724. <a href="{NextPage}"> onwards &rarr;</a>
  725. {/block:NextPage}
  726. {/block:Pagination}
  727. </div>
  728.  
  729.  
  730.  
  731. {block:ContentSource}
  732. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  733. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  734. {/block:SourceLogo}
  735. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  736. {/block:ContentSource}
  737.  
  738. </body>
  739. <div id="box2" class="popup_block">
  740.  
  741. {text:pop up askbox title}
  742.  
  743. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  744.  
  745.  
  746.  
  747. </div>
  748.  
  749. </div></div></div></div></div></div></div></div></div></div>
  750.  
  751.  
  752.  
  753. <div style="position:fixed;bottom:10px; right:13px; font-size:9px; letter-spacing:1px; font-family:calibri;padding:4px;"><a href="http://tietjens.co.vu/">BCV THEMES</a></center></div>
  754.  
  755.  
  756. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement