Advertisement
hor4ny

Special theme 4 - Cuntcealer

Jul 31st, 2012
1,510
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.72 KB | None | 0 0
  1. <!--
  2. Theme by miserywishes.
  3.  
  4. This is my 4th special theme so please keep the tiny credit/put it in your FAQ or I will CUT YOU.
  5.  
  6.  
  7. *******************READ*****************
  8.  
  9. Banner must be the size of 474x98 or else it would look all squished and ugly and nobody wants that :-)
  10.  
  11. If you want to change the size of the sidebar photos, find #pic1 img{ and pic2 img{.
  12.  
  13. To change where it says "ask me anything!" for the pop up ask, go all the way down and find that and change it to faq or whatever you want it to say. Put the faq information (or w/e) between <p> and </p>. It would show up as the regular body font instead of the title font. if this makes sense haha.
  14.  
  15.  
  16. If you have any problems or questions, feel free to message me! xx
  17.  
  18.  
  19. -->
  20.  
  21. <html lang="en">
  22. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  23. <html xmlns="http://www.w3.org/1999/xhtml">
  24. <head>
  25.  
  26.  
  27. <script type="text/javascript">
  28. <!--
  29.  
  30. // Disable Right Click Script
  31.  
  32. function IE(e)
  33. {
  34. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  35. {
  36. return false;
  37. }
  38. }
  39. function NS(e)
  40. {
  41. if (document.layers || (document.getElementById && !document.all))
  42. {
  43. if (e.which == "2" || e.which == "3")
  44. {
  45. return false;
  46. }
  47. }
  48. }
  49. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  50.  
  51. //-->
  52. </script>
  53.  
  54.  
  55. <script type="text/javascript"
  56. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  57.  
  58.  
  59.  
  60. <!-- DEFAULT VARIABLES -->
  61. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  62. <meta name="color:background" content="#fff"/>
  63. <meta name="color:link" content="#777777"/>
  64. <meta name="color:text" content="#777777"/>
  65. <meta name="color:title" content="#333333"/>
  66. <meta name="color:hover" content="#ffffff"/>
  67. <meta name="color:scrollbar" content="#dddddd" />
  68. <meta name="color:title shadow" content="#cccccc" />
  69. <meta name="color:border" content="#bbbbbb" />
  70. <meta name="color:blogtitle" content="#444444" />
  71.  
  72. <meta name="image:background" content=""/>
  73. <meta name="image:sidebar1" content="" />
  74. <meta name="image:sidebar2" content="" />
  75. <meta name="image:banner" content="" />
  76. <meta name="image:side photo" content="" />
  77. <meta name="if:fadedposts" content="0" />
  78.  
  79. <meta name="text:sidebar1 margin left" content="40" />
  80. <meta name="text:sidebar2 margin left" content="350" />
  81. <meta name="text:blogtitle spacing" content="5" />
  82. <meta name="text:blog title" content="title" />
  83. <meta name="text:blog title size" content="60" />
  84. <meta name="text:link separation" content="&middot;" />
  85. <meta name="text:link one" content="" />
  86. <meta name="text:link one title" content="" />
  87. <meta name="text:link two" content="" />
  88. <meta name="text:link two title" content="" />
  89. <meta name="text:link three" content="" />
  90. <meta name="text:link three title" content="" />
  91.  
  92. <script>
  93. $(document).ready(function() {
  94. //
  95. $('a.poplight[href^=#]').click(function() {
  96. var popID = $(this).attr('rel'); //Get Popup Name
  97. var popURL = $(this).attr('href'); //Get Popup href to define size
  98. var query= popURL.split('?');
  99. var dim= query[1].split('&');
  100. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  101. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="" class="btn_close" title="" alt="" /></a>');
  102. var popMargTop = ($('#' + popID).height() + 80) / 2;
  103. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  104. //Apply Margin to Popup
  105. $('#' + popID).css({
  106. 'margin-top' : -popMargTop,
  107. 'margin-left' : -popMargLeft
  108. });
  109. $('body').append('<div id="fade"></div>');
  110. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  111. return false;
  112. });
  113. $('a.close, #fade').live('click', function() {
  114. $('#fade , .popup_block').fadeOut(function() {
  115. $('#fade, a.close').remove(); //fade them both out
  116. });
  117. return false;
  118. });
  119. });
  120. </script>
  121.  
  122. <style type="text/css">
  123.  
  124.  
  125. ::-webkit-scrollbar {width: 4px; height: 4px; border-left:1px solid #ccc; background: #fff;}
  126. ::-webkit-scrollbar-thumb { border-left:1px solid #ccc; background: {color:scrollbar};}
  127.  
  128. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  129.  
  130. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  131.  
  132.  
  133. p {
  134. margin:0px;
  135. margin-top:0px;
  136. }
  137.  
  138. #fade { /*--Transparent background layer--*/
  139. display: none; /*--hidden by default--*/
  140. background: #000;
  141. position: fixed; left: 0; top: 0;
  142. width: 100%; height: 100%;
  143. opacity: .7;
  144. z-index: 9999;
  145. }
  146. .popup_block{
  147. display: none; /*--hidden by default--*/
  148. background: {color:background};
  149. background-image:url({image:Background});
  150. padding: 10px;
  151. border: 0px solid #555;
  152. float: left;
  153. font-size: 10;
  154. opacity:0.99;
  155. position: fixed;
  156. top: 49%; left: 50%;
  157. z-index: 99999;
  158. -webkit-transition: all .7s ease;
  159. -moz-transition: all .7s ease;
  160. -o-transition: all .7s ease;
  161. transition: all .7s ease;
  162. /*--CSS3 Box Shadows--*/
  163. -webkit-box-shadow: 0px 0px 5px {color:background};
  164. -moz-box-shadow: 0px 0px 5px {color:background};
  165. box-shadow: 0px 0px 5px {color:background};
  166. /*--CSS3 Rounded Corners--*/
  167. -webkit-border-radius: 0px;
  168. -moz-border-radius: 0px;
  169. border-radius: 0px;
  170. }
  171.  
  172. img.btn_close {
  173. float: right;
  174. margin: -20 -20px 0 0;
  175. }
  176. /*--Making IE6 Understand Fixed Positioning--*/
  177. *html #fade {
  178. position: absolute;
  179. }
  180. *html .popup_block {
  181. position: absolute;
  182. }
  183.  
  184.  
  185. body {
  186. padding: 0px;
  187. margin: 0px;
  188. color:{color:text};
  189. font-family: dixel;
  190. font-size: 8px;
  191. line-height:8px;
  192. letter-spacing: 0x;
  193. background-color: {color:Background};
  194. background-image:url({image:Background});
  195. background-attachment: fixed;
  196. background-repeat: repeat;
  197. }
  198.  
  199. a:link, a:active, a:visited{
  200. text-decoration: none;
  201. -webkit-transition: color 0.3s ease-out;
  202. -moz-transition: color 0.3s ease-out;
  203. transition: color 0.3s ease-out;
  204. color: {color:Link};
  205. }
  206.  
  207. a:hover {
  208. text-decoration: none;
  209. font-style: italic;
  210. color: {color:Hover};
  211. }
  212.  
  213. div#center{
  214. margin:auto;
  215. position:relative;
  216. width:1000px;
  217. background-color:;
  218. overflow:auto;
  219. overflow-y:hidden;
  220. }
  221.  
  222.  
  223. .entry .perma a{
  224. color:{color:text};}
  225.  
  226. .entry .perma{
  227. width:230px;
  228. position: absolute;
  229. line-height: 10px;
  230. padding-bottom:1px;
  231. padding-top:1px;
  232. text-align: center;
  233. overflow:hidden;
  234. opacity: 0;
  235. height:0px;
  236. background-color:{color:background};
  237. -webkit-transition: all 0.5s ease-out;
  238. -moz-transition: all 0.5s ease-out;
  239. transition: all 0.8s ease-out;
  240. }
  241.  
  242. .entry:hover .perma{
  243. text-align: center;
  244. overflow:visible;
  245. opacity:0.8;
  246. height:12px;
  247. -webkit-transition: all 0.5s linear;
  248. -moz-transition: all 0.5s linear;
  249. transition: all 0.5s linear;
  250.  
  251. }
  252.  
  253. .entry {
  254. float:left;
  255. display: block;
  256. margin: 2px;
  257. {block:iffadedposts}
  258. opacity:0.75;
  259. {/block:iffadedposts}
  260. padding:2px;
  261. border:1px solid {color:border};
  262. overflow:hidden;
  263. width:230px;
  264. {block:PermalinkPage}
  265. width:470px;
  266. text-align:left;
  267. {/block:PermalinkPage}
  268. background: {color:background};
  269. background-image:URL();
  270. -webkit-transition: all .7s ease;
  271. -moz-transition: all .7s ease;
  272. -o-transition: all .7s ease;
  273. transition: all .7s ease;
  274. }
  275.  
  276. .entry:hover{
  277. opacity:1;
  278. -webkit-transition: all .7s ease;
  279. -moz-transition: all .7s ease;
  280. -o-transition: all .7s ease;
  281. transition: all .7s ease;
  282. }
  283.  
  284. #posts {
  285. width:480px;
  286. margin-top: 105px;
  287. margin-left:228px;
  288. right:auto;
  289. margin-right:auto;
  290. position:relative;
  291. overflow-y: hidden;
  292. }
  293.  
  294. #desc{
  295. margin-top:5px;
  296. -webkit-transition: all .7s ease;
  297. -moz-transition: all .7s ease;
  298. -o-transition: all .7s ease;
  299. transition: all .7s ease;
  300. }
  301.  
  302. #sidebar:hover #desc{
  303. opacity:0;
  304. -webkit-transition: all .7s ease;
  305. -moz-transition: all .7s ease;
  306. -o-transition: all .7s ease;
  307. transition: all .7s ease;}
  308.  
  309. #sidebar{
  310. position:fixed !important;
  311. width:474px;
  312. height:98px;
  313. opacity:0.75;
  314. font-family:dixel;
  315. padding-top:0px;
  316. background:{color:background};
  317. margin-top:3px;
  318. z-index:1;
  319. letter-spacing:4px;
  320. margin-left:230px;
  321. border:1px solid {color:border};
  322. -webkit-transition: all 0.5s linear;
  323. -moz-transition: all 0.5s linear;
  324. transition: all 0.5s linear;
  325. }
  326.  
  327. #sidebar:hover{
  328. opacity:1;
  329. -webkit-transition: all 0.5s linear;
  330. -moz-transition: all 0.5s linear;
  331. transition: all 0.5s linear;
  332. }
  333.  
  334. #pic1{
  335. margin-top:6px;
  336. margin-left:{text:sidebar1 margin left}px;
  337. position:fixed;
  338. -webkit-transition: all .7s ease;
  339. -moz-transition: all .7s ease;
  340. -o-transition: all .7s ease;
  341. transition: all .7s ease;
  342. }
  343.  
  344. #sidebar:hover #pic1{
  345. opacity:0;
  346. -webkit-transition: all .7s ease;
  347. -moz-transition: all .7s ease;
  348. -o-transition: all .7s ease;
  349. transition: all .7s ease;
  350. }
  351.  
  352. #pic1 img{
  353. width:80px;
  354. height:65px;
  355. }
  356.  
  357. #pic2{
  358. margin-top:6px;
  359. margin-left:{text:sidebar2 margin left}px;
  360. position:fixed;
  361. -webkit-transition: all .7s ease;
  362. -moz-transition: all .7s ease;
  363. -o-transition: all .7s ease;
  364. transition: all .7s ease;
  365. }
  366.  
  367. #sidebar:hover #pic2{
  368. opacity:0;
  369. -webkit-transition: all .7s ease;
  370. -moz-transition: all .7s ease;
  371. -o-transition: all .7s ease;
  372. transition: all .7s ease;
  373. }
  374.  
  375. #pic2 img {
  376. width:80px;
  377. height:65px;
  378. }
  379.  
  380. #banner{
  381. opacity:0;
  382. margin-top:-20px;
  383. position:fixed;
  384. margin-left:-20px;
  385. -webkit-transition: all .7s ease;
  386. -moz-transition: all .7s ease;
  387. -o-transition: all .7s ease;
  388. transition: all .7s ease;
  389. }
  390.  
  391. #sidebar:hover #banner{
  392. opacity:0.8;
  393. margin-top:0px;
  394. margin-left:0px;
  395. -webkit-transition: all .7s ease;
  396. -moz-transition: all .7s ease;
  397. -o-transition: all .7s ease;
  398. transition: all .7s ease;
  399. }
  400.  
  401. #banner img{
  402. width:474px;
  403. height:98px;
  404. }
  405.  
  406.  
  407. #linkz{
  408. opacity:0;
  409. background:white;
  410. height:20px;
  411. width:474px;
  412. line-height:19px;
  413. font-size:18px;
  414. text-align:center;
  415. font-family:existance;
  416. text-transform:uppercase;
  417. letter-spacing:3px;
  418. position:fixed;
  419. margin-top:90px;
  420. margin-left:-20px;
  421. z-index:1;
  422. -webkit-transition: all .7s ease;
  423. -moz-transition: all .7s ease;
  424. -o-transition: all .7s ease;
  425. transition: all .7s ease;
  426. }
  427.  
  428. #sidebar:hover #linkz{
  429. opacity:0.55;
  430. margin-top:70px;
  431. margin-left:0px;
  432. -webkit-transition: all .7s ease;
  433. -moz-transition: all .7s ease;
  434. -o-transition: all .7s ease;
  435. transition: all .7s ease;
  436. }
  437.  
  438.  
  439. .title{
  440. font-family:existance;
  441. font-size: 15px;
  442. line-height: 15px;
  443. color:{color:Title};
  444. letter-spacing: 0px;
  445. font-weight: normal;
  446. padding:0px 0px 0px 0px;
  447. }
  448.  
  449. @font-face { font-family: "existance"; src: url('http://static.tumblr.com/u37ad6e/OCIm7s3av/existence-unicaselight.otf'); }
  450.  
  451. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  452.  
  453. .blogtitle{
  454. font-family:existance;
  455. line-height:60px;
  456. text-transform:uppercase;
  457. text-shadow:3px 2px 1px {color:title shadow};
  458. font-size: {text:blog title size}px;
  459. letter-spacing:{text:blogtitle spacing}px;
  460. color:{COLOR:blogtitle}; }
  461.  
  462. #blogtitle{
  463. margin-top:8px;
  464. -webkit-transition: all .7s ease;
  465. -moz-transition: all .7s ease;
  466. -o-transition: all .7s ease;
  467. transition: all .7s ease;
  468. }
  469.  
  470. #sidebar:hover #blogtitle{
  471. opacity:0;
  472. -webkit-transition: all .7s ease;
  473. -moz-transition: all .7s ease;
  474. -o-transition: all .7s ease;
  475. transition: all .7s ease;
  476. }
  477. .permalink{
  478. text-transform: normal;
  479. display: block;
  480. text-align: right;
  481. padding-top:1px;
  482. padding-bottom:2px;
  483. margin-top:3px;
  484. border-top:1px solid {color:border};
  485. text-decoration: none;
  486. }
  487.  
  488. #infscr-loading{
  489. bottom: -70px;
  490. position: absolute;
  491. left: 50%;
  492. margin-left:-8px;
  493. width:16px;
  494. height:11px;
  495. overflow:hidden;
  496. margin-bottom: 50px;
  497. }
  498.  
  499.  
  500. #postnotes{
  501. text-align: justify;}
  502.  
  503. #postnotes blockquote{
  504. border: 0px;}
  505.  
  506. blockquote{
  507. padding:0px 0px 2px 5px;
  508. margin:0px 0px 2px 10px;
  509. border-left: 1px dotted #555555;
  510. }
  511.  
  512. blockquote p, ul{
  513. margin:0px;
  514. padding:0px;
  515. }
  516.  
  517. a img{border: 0px;}
  518.  
  519.  
  520. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  521.  
  522. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  523. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  524.  
  525. .notes img{width:10px; position:relative; top:3px;}
  526. <--ses-->
  527. small{font-size: 90%;}
  528.  
  529. {CustomCSS}
  530.  
  531. </style>
  532.  
  533. <title>{title}</title>
  534.  
  535. <link rel="shortcut icon" href="{Favicon}" />
  536. <meta name="viewport" content="width=820" />
  537.  
  538. {block:IndexPage}
  539. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  540. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  541.  
  542. <script type="text/javascript">
  543. $(window).load(function () {
  544. var $content = $('#posts');
  545. $content.masonry({itemSelector: '.entry'}),
  546. $content.infinitescroll({
  547. navSelector : 'div#pagination',
  548. nextSelector : 'div#pagination a#nextPage',
  549. itemSelector : '.entry',
  550. loading: {
  551. finishedMsg: '',
  552. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  553. },
  554. bufferPx : 600,
  555. debug : false,
  556. },
  557. // call masonry as a callback.
  558. function( newElements ) {
  559. var $newElems = $( newElements );
  560. $newElems.hide();
  561. // ensure that images load before adding to masonry layout
  562. $newElems.imagesLoaded(function(){
  563. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  564.  
  565.  
  566. });
  567. });
  568. });
  569. </script>
  570.  
  571. {/block:IndexPage}
  572. </head>
  573.  
  574. <body>
  575.  
  576. <div id="cage">
  577. <div id="center">
  578. <div id="sidebar">
  579.  
  580. <div id="pic1"><a href="/"><img src="{image:sidebar1}"></a></div>
  581. <div id="pic2"><a href="/"><img src="{image:sidebar2}"></a></div>
  582. <div id="banner"><a href="/"><img src="{image:banner}"></a></div>
  583.  
  584. <div id="linkz"><a href="/">home</a> {text:link separation}
  585. <a href="#?w=370" rel="02" class="poplight">inbox</a> {text:link separation}
  586. <a href="{text:link one}">{text:link one title}</a>
  587. {block:iflinktwotitle}
  588. {text:link separation}
  589. <a href="{text:link two}">{text:link two title}</a>
  590. {/block:iflinktwotitle}
  591. {block:iflinkthreetitle}
  592. {text:link separation}
  593. <a href="{text:link three}">{text:link three title}</a>
  594. {/block:iflinkthreetitle}</div>
  595. <center><div id="blogtitle"><span class="blogtitle">{text:blog title}</span></div>
  596. <div id="desc">
  597. {Description}
  598. </div></div>
  599.  
  600.  
  601. </center>
  602.  
  603. <div class="left">
  604. <div id="posts">
  605. {block:Posts}
  606. <div class="entry">
  607.  
  608. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel} - posted {timeago}</a></a><br>{/block:HasTags}</span></align>
  609. {/block:Text}
  610.  
  611. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} - posted {timeago}</a> <a href="{Permalink}"></span></align>{block:Link}
  612.  
  613. {block:Photo}
  614. {block:IndexPage}
  615. <div class="perma">
  616. <a href="{permalink}">{NoteCountWithLabel}</a> / {TimeAgo} / <a href="{ReblogURL}" target="_blank"> reblog </a> </span></div>
  617. <center>
  618. <div class="photo"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></div>
  619. {/block:IndexPage}
  620. {block:PermalinkPage}
  621. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="470px"/></div><Center>{block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}{LinkCloseTag}</center>
  622. {/block:PermalinkPage}
  623. {/block:Photo}
  624.  
  625. {block:Photoset}
  626. {block:IndexPage}
  627. <center>
  628. {Photoset-250}</center>
  629. {/block:IndexPage}
  630. {block:PermalinkPage}
  631. <center>
  632. {Photoset-500}</center>
  633. {/block:PermalinkPage}
  634. {/block:Photoset}
  635.  
  636. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} - posted {timeago}</a> <a href="{Permalink}"> </span>{/block:Quote}
  637.  
  638. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  639. <ul class="chat">
  640. {block:Lines}
  641. <li class="user_{UserNumber}">
  642. {block:Label}
  643. <span class="label">{Label}</span>
  644. {/block:Label}
  645.  
  646. {Line}
  647. </li>
  648. {/block:Lines}
  649. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} - posted {timeago}</a> <a href="{Permalink}">
  650. {/block:Chat}
  651.  
  652. {block:Audio}
  653. <div style="width:400px; height:30px;">
  654. {AudioPlayerBlack}
  655. </div>
  656. {block:IndexPage}<span class="permalink">
  657. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} - posted {timeago}</a> <a href="{Permalink}"> </a>
  658. </span>{/block:IndexPage}
  659. {/block:Audio}
  660.  
  661. {block:Video}
  662. {block:IndexPage}
  663. <center>
  664. {Video-250}</center>
  665. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} - posted {timeago}</a> <a href="{Permalink}"></span></align>
  666. {/block:IndexPage}
  667. {block:PermalinkPage}
  668. <center>
  669. {Video-400}</center>
  670. {/block:PermalinkPage}
  671. {block:Video}
  672.  
  673.  
  674. {block:PostNotes}<div align="middle">{caption}</div>
  675. <center>
  676.  
  677. {block:HasTags}
  678. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  679. {block:RebloggedFrom}
  680. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  681. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  682.  
  683. {/block:RebloggedFrom}
  684. </center></span>
  685. <br>
  686. <div id="postnotes">{PostNotes}</div><br>
  687.  
  688. <center>{block:ContentSource}
  689. <br><a href="{SourceURL}">
  690. {lang:Source}:
  691. {block:SourceLogo}
  692. <img src="{BlackLogoURL}" width="{LogoWidth}"
  693. height="{LogoHeight}" alt="{SourceTitle}" />
  694. {/block:SourceLogo}
  695. {block:NoSourceLogo}
  696. {SourceLink}
  697. {/block:NoSourceLogo}
  698. </a>
  699. {/block:ContentSource}</center>
  700.  
  701. {/block:PostNotes}
  702. </div>
  703. {/block:Posts}
  704. </div></div>
  705.  
  706. {block:IndexPage}
  707. {block:Pagination}
  708. <div id="pagination">
  709. {block:NextPage}
  710. <a id="nextPage" href="{NextPage}"></a>
  711. {/block:NextPage}
  712. {block:PreviousPage}
  713. <a href="{PreviousPage}"></a>
  714. {/block:PreviousPage}
  715. </div>
  716. {/block:Pagination}
  717. {/block:IndexPage}
  718. </body>
  719.  
  720. </div>
  721.  
  722. <div style="position:fixed; left:2px; bottom:2px; width:px; height:px;"><a href="/"><img src="{image:side photo}"></a></div>
  723.  
  724. <div id="02" class="popup_block">
  725. <center>
  726. <div style="text-transform:uppercase;font-family:existance;font-size:15px;line-height:15px; letter-spacing:2px;"> ask me anything!</div>
  727. <div style="line-height:11px;letter-spacing:0px;">
  728.  
  729. <p> </p>
  730.  
  731. <iframe frameborder="0" scrolling="no" width="370" height="150" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></center></iframe>
  732. </div></div>
  733.  
  734. </div></div></div></div></div></div></div></div></div></div>
  735.  
  736. <div style="position:fixed; right:6px; opacity:0.6; bottom:5px;"> <a href="http://miserywishes.tumblr.com/">&hearts;</a></div>
  737.  
  738.  
  739. </center>
  740. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement