BabeJeSuisParfait

current

Oct 3rd, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.18 KB | None | 0 0
  1. <!--
  2. Theme by vikki
  3. Please do not remove the theme credit (:
  4. -->
  5.  
  6.  
  7. <html lang="en">
  8. <head>
  9. <script type="text/javascript"
  10. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  11.  
  12. <script>
  13. $(document).ready(function() {
  14. //
  15. $('a.poplight[href^=#]').click(function() {
  16. var popID = $(this).attr('rel'); //Get Popup Name
  17. var popURL = $(this).attr('href'); //Get Popup href to define size
  18. var query= popURL.split('?');
  19. var dim= query[1].split('&');
  20. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  21. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/tumblr_lngwraXumj1qf72le.png" class="btn_close" title="Close" alt="Close" /></a>');
  22. var popMargTop = ($('#' + popID).height() + 80) / 2;
  23. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  24. //Apply Margin to Popup
  25. $('#' + popID).css({
  26. 'margin-top' : -popMargTop,
  27. 'margin-left' : -popMargLeft
  28. });
  29. $('body').append('<div id="fade"></div>');
  30. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  31. return false;
  32. });
  33. $('a.close, #fade').live('click', function() {
  34. $('#fade , .popup_block').fadeOut(function() {
  35. $('#fade, a.close').remove(); //fade them both out
  36. });
  37. return false;
  38. });
  39. });
  40. </script>
  41.  
  42. <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  43. <html lang="en">
  44.  
  45.  
  46. <script type="text/javascript"
  47. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  48.  
  49. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  50. <meta name="color:background" content="#ffffff"/>
  51. <meta name="color:text" content="#000000"/>
  52. <meta name="color:borda" content="#d8d8d8"/>
  53. <meta name="color:links" content="#000000"/>
  54. <meta name="color:title" content="#000000"/>
  55. <meta name="color:asks" content="#e6e6e6"/>
  56. <meta name="image:bottomleft" content=""/>
  57. <meta name="color:hover" content="#686868"/>
  58. <meta name="image:Sidebar" content=""/>
  59. <meta name="image:Background" content=""/>
  60. <meta name="text:Link one Title" content=""/>
  61. <meta name="text:Link one" content="" />
  62. <meta name="text:Link Three Title" content=""/>
  63. <meta name="text:Link Three" content=""/>
  64. <meta name="text:Link Four Title" content=""/>
  65. <meta name="text:Link Four" content=""/>
  66. <meta name="text:Link Five Title" content=""/>
  67. <meta name="text:Link Five" content=""/>
  68. <meta name="text:Link two Title" content=""/>
  69. <meta name="text:Link two" content=""/>
  70. <meta name="if:Show Sidebar Image" content="0"/>
  71. <meta name="if:popups" content="0"/>
  72. <meta name="if:3columns" content="0"/>
  73. <meta name="if:1column" content="0"/>
  74. <meta name="if:Show Bottom Left Image" content="0"/>
  75. <style type="text/css">
  76.  
  77. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name=”description” content=”{MetaDescription}” />{/block:Description}
  78. <script type=”text/javascript” src=”http://codysherman.com/tools/infinite-scrolling/code”></script>
  79.  
  80.  
  81. <script type=”text/javascript”>
  82. //
  83. function desabilitaMenu(e)
  84. {
  85. if (window.Event)
  86. {
  87. if (e.which == 2 || e.which == 3)
  88. return false;
  89. }
  90. else
  91. {
  92. event.cancelBubble = true
  93. event.returnValue = false;
  94. return false;
  95. }
  96. }
  97. document.oncontextmenu = desabilitaMenu;
  98. document.onmousedown = desabilitaBotaoDireito;
  99. document.onmouseup = desabilitaBotaoDireito;
  100. </script>trols{
  101. position:fixed !important;
  102. }
  103. ::-webkit-scrollbar-thumb:vertical {
  104.  
  105. height:9px;
  106.  
  107. background-color: #a4a4a4;
  108.  
  109. }
  110.  
  111. ::-webkit-scrollbar {
  112.  
  113. width:5px;
  114.  
  115. height:5px;
  116.  
  117. background:#fff;
  118.  
  119. margin-right:5px;
  120.  
  121. }
  122.  
  123. .popup_block{
  124. display: none; /*--hidden by default--*/
  125. background: white ;
  126. padding: 5px;
  127. border: 2px solid {color:borda};
  128. float: left;
  129. font-family: "short stack";
  130. font-size: 12;
  131. position: fixed;
  132. top: 50%; left: 50%;
  133. z-index: 99999;
  134. /*--CSS3 Box Shadows--*/
  135. -webkit-box-shadow: 0px 0px 20px #000;
  136. -moz-box-shadow: 0px 0px 20px #000;
  137. box-shadow: 0px 0px 20px #000;
  138. /*--CSS3 Rounded Corners--*/
  139. -webkit-border-radius: 0px;
  140. -moz-border-radius: 0px;
  141. border-radius: 0px;
  142. }
  143. img.btn_close {
  144. float: right;
  145. margin: 0 0px 0 0;
  146. }
  147. /*--Making IE6 Understand Fixed Positioning--*/
  148. *html #fade {
  149. position: absolute;
  150. }
  151. *html .popup_block {
  152. position: absolute;
  153. }
  154. @font-face {
  155. font-family: "kg luck of the irish";
  156. src: url('http://static.tumblr.com/nsunyax/RJSlz7y7g/kgluckoftheirish.ttf');
  157. }
  158. @font-face {
  159. font-family: "kg luck of the irish";
  160. src: url('http://static.tumblr.com/nsunyax/RJSlz7y7g/kgluckoftheirish.ttf');
  161. }
  162.  
  163. @font-face { font-family: "stars"; src: url('http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf'); }
  164.  
  165. .left{
  166. float: left;
  167. margin-right: 20px;
  168. width: 802px;
  169. }
  170.  
  171. .right{
  172. float: right;
  173. width: 200px;
  174. background-color: {color:Background};
  175. }
  176. iframe#tumblr_controls {
  177. top: 0% !important;
  178. right:0% !important;
  179. position: fixed !important;}
  180. body {
  181. letter-spacing:1px;
  182. padding: 0px;
  183. margin: 0px;
  184. color:#000;
  185. font-family: Short Stack;
  186. font-size: 11px;
  187. background-color: {color:Background};
  188. background-image:url({image:Background});
  189. background-attachment: fixed;
  190. background-repeat: repeat;
  191. }
  192.  
  193. a:link, a:active, a:visited{
  194. color:{color:links};
  195. text-decoration: none;
  196. -webkit-transition: color 0.4s ease-out;
  197. -moz-transition: color 0.4s ease-out;
  198. }
  199.  
  200. a:hover{
  201. color:{color:hover};
  202. -webkit-transition: color 0.4s ease-out;
  203. -moz-transition: color 0.4s ease-out;
  204. text-shadow:0px 0px 1px {color:hover};
  205. }
  206.  
  207. .entry {
  208. margin:3px;
  209. padding: 1px;
  210. float:left;
  211. background-color: white;
  212. font-family: Short Stack;
  213. font-size: 11px;
  214. line-height:10px;
  215. {block:IndexPage}
  216. overflow: hidden;
  217. {block:if1column}
  218. width:400px;
  219. {/block:if1column}
  220. {block:ifnot1column}
  221. {block:ifnot3columns}
  222. width:280px;
  223. {/block:ifnot3columns}
  224. {/block:ifnot1column}
  225. {block:ifnot1column}
  226. {block:if3columns}
  227. width:280px;
  228. {/block:if3columns}
  229. {/block:ifnot1column}
  230. {/block:IndexPage}
  231. {block:PermalinkPage}
  232. width:450px;
  233. margin-left: 158px;
  234. {/block:PermalinkPage}
  235. }
  236.  
  237. .bubble {align:right;background:{color:asks}; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  238. .bubble p {margin:1px 0px;}
  239. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid {color:asks};}
  240. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: {color:asks}}
  241. .permalink4 p {
  242. margin: 0px;
  243. }
  244.  
  245. .permalink2 {
  246. text-transform: uppercase;
  247. margin: auto;
  248. font-family: 'tinytots';
  249. position: absolute;
  250. text-align: center;
  251. margin-top: 0%;
  252. width: 100%;
  253. {block:ifnot1column}
  254. height: 15px;
  255. {/block:ifnot1column}
  256. {block:if1column}
  257. height: 15px;
  258. {/block:if1column}
  259. background: #fff;
  260. left: 0;
  261. opacity: 0;
  262. filter: alpha(opacity = 0);
  263. -webkit-transition: all ease-in .5s;
  264. -moz-transition: all ease-in .5s;
  265. -o-transition: all ease-in .5s;
  266. -ms-transition: all ease-in .5s;
  267. transition: all ease-in .5s;
  268. }
  269. .entry:hover .permalink2 {
  270. margin-top: 0%;
  271. opacity: .9;
  272. filter: alpha(opacity = 100);
  273. }
  274.  
  275.  
  276. .permalink2 a {
  277. font-family:short stack;
  278. font-size:9px;
  279. color: #0000;
  280. height: 100%;
  281. width: 100%;
  282. -webkit-transition: all ease-in .5s;
  283. -moz-transition: all ease-in .5s;
  284. -o-transition: all ease-in .5s;
  285. -ms-transition: all ease-in .5s;
  286. transition: all ease-in .5s;
  287. }
  288. .permalink2 a:hover {
  289. color:#aaa;
  290. -webkit-transition: all ease-in .5s;
  291. -moz-transition: all ease-in .5s;
  292. -o-transition: all ease-in .5s;
  293. -ms-transition: all ease-in .5s;
  294. transition: all ease-in .5s;
  295.  
  296. }
  297.  
  298. .entry #permalink {
  299. position: absolute;
  300. margin-top: 100px;
  301. margin-left: 6px;
  302. opacity: 0;
  303. -webkit-transition: all .5s ease;
  304. -moz-transition: all .5s ease;
  305. -o-transition: all .5s ease;
  306. transition: all .5s ease;
  307. }
  308.  
  309. .entry:hover #permalink {
  310. margin-top: 9px;
  311. margin-left: 6px;
  312. opacity: 1;
  313. }
  314.  
  315. .countreblog {
  316. letter-spacing:1px;
  317. font-family: short stack;
  318. font-size:10px;
  319. color: #a4a4a4;
  320. line-height:5px;
  321. margin: 2px;
  322. background:#fafafa;
  323. background-repeat:repeat;
  324. border:1px solid #fafafa;
  325. padding:2px 2px;
  326. opacity: 1;
  327. -webkit-border-radius:0px;
  328. moz-border-radius:0px;
  329. -o-border-radius:0px;
  330. border-radius:0px;
  331. }
  332.  
  333. .countreblog a { color: #000; }
  334.  
  335.  
  336. #sidebar{
  337. z-index:999999999999999;
  338. position:absolute !important;
  339. position:fixed !important;
  340. letter-spacing:1px;
  341. background-color:#ffffff;
  342. width:250px;
  343. margin-top:200px;
  344. margin-left:20px;
  345. height:auto;
  346. padding:5px;
  347. padding-right:6px;
  348. z-index:10;
  349. overflow:hidden;
  350. text-align:center;
  351. -webkit-animation:fadeInDownBig 3s;
  352. -moz-animation:fadeInDownBig 3s;
  353. -ms-animation:fadeInDownBig 3s;
  354. }
  355. div#desc{
  356. height:auto;
  357. width:auto;
  358. background: white;
  359. border-top-right-radius:0px;
  360. border-top-left-radius:0px;
  361. }
  362.  
  363. #posts {
  364. {block:if1column}
  365. width: 550px;
  366. {/block:if1column}
  367. {block:ifnot3columns}
  368. {block:ifnot1column}
  369. width: 650px;
  370. {/block:ifnot1column}
  371. {/block:ifnot3columns}
  372. {block:if3columns}
  373. width:900px;
  374. {/block:if3columns}
  375. margin-left:335px;
  376. margin-top:2px;
  377. float:left;
  378. font-family: "short stack";
  379. }
  380. .cred{
  381. top: 0px;
  382. left:0px;
  383. position:fixed;
  384. }
  385. #infscr-loading{
  386. bottom: -70px;
  387. position: absolute;
  388. left: 50%;
  389. margin-left:-8px;
  390. width:16px;
  391. height:11px;
  392. overflow:hidden;
  393. margin-bottom: 50px;
  394. }
  395.  
  396. @font-face { font-family: "origin"; src: url('http://static.tumblr.com/lyl1wkn/6tdm8yvpc/origin-light.ttf'); }
  397. blockquote{
  398. padding:0px 0px 2px 5px;
  399. margin:0px 0px 0px 0px;
  400. border-left: 1px solid #555555;
  401. }
  402.  
  403. blockquote p, ul{
  404. margin:0px;
  405. padding:0px;
  406. }
  407.  
  408. a img{border: 0px;}
  409.  
  410. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  411.  
  412. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  413. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  414.  
  415. .notes img{
  416. width:10px;
  417. position:relative;
  418. top:3px;
  419. }
  420. {block:ifnot1column}
  421. .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
  422. {block:IndexPage}
  423. width: 250px !important;
  424. {/block:IndexPage}
  425. }
  426. .video embed, .post div.video object {width:250px !important; height:120px !important;}
  427. {/block:ifnot1column}
  428.  
  429. {block:if1column}
  430. .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
  431. {block:IndexPage}
  432. width: 400px !important;
  433. {/block:IndexPage}
  434. }
  435. .video embed, .post div.video object {width:240px !important; height:320px !important;}
  436. {/block:if1column}
  437.  
  438. .title{
  439. font-family: 'kg luck of the irish';
  440. font-size: 18px;
  441. line-height:26px;
  442. color: {color:title};
  443. font-weight: normal;
  444. }
  445.  
  446.  
  447.  
  448.  
  449.  
  450. #updates {
  451. text-align: center;
  452. font-size: 11px;
  453. position:fixed;
  454. left:58px;
  455. top:-109px;
  456. -webkit-transition: all .5s ease-in-out;
  457. -moz-transition: all .5s ease-in-out;
  458. -o-transition: all .5s ease-in-out;
  459. z-index:999;
  460. }
  461.  
  462.  
  463. #updates:hover {top:0px;}
  464.  
  465. #update {
  466. border-right-style:none;
  467. border-bottom-style:none;
  468. border-left-style:none;
  469. border-width:10px;
  470. border-color:#000;
  471. padding: 5px 0 5px 0;
  472. background: #000;
  473. width:200px;
  474. height:100px;
  475. border-bottom-right-radius: 10px;
  476. -moz-border-radius-bottomright: 5px;
  477. -webkit-border-bottom-right-radius: 20px;
  478. z-index: 9999;
  479. }
  480.  
  481. #updatestab {
  482. border-top-style:none;
  483. border-right-style:none;
  484. border-bottom-style:none;
  485. border-left-style:none;
  486. border-width:1px;
  487. border-color:#FFF;
  488. text-align: center;
  489. height:10px;
  490. padding: 2px 0 8px 0;
  491. background:#FFF;
  492. border-bottom-left-radius:10px;
  493. -moz-border-radius-bottomleft: 5px;
  494. -webkit-border-bottom-left-radius: 5px;
  495. border-bottom-right-radius: 5px;
  496. -moz-border-radius-bottomright: 5px;
  497. -webkit-border-bottom-right-radius: 5px;
  498. width: 200px;
  499. }
  500.  
  501. #networks{
  502. position:fixed !important;
  503.  
  504. left:0px; padding-top:5px;
  505.  
  506. top:0px;
  507.  
  508. padding-bottom:12px;
  509.  
  510. left:6px;
  511.  
  512. text-align:center;
  513.  
  514. height:5px;
  515.  
  516. width:70px;
  517.  
  518. overflow:hidden;
  519.  
  520.  
  521. -webkit-transition: opacity 0.8s linear;
  522.  
  523. -webkit-transition: all 0.8s ease-in-out;
  524.  
  525. -moz-transition: all 0.8s ease-in-out;
  526.  
  527. -o-transition: all 0.8s ease-in-out;
  528.  
  529. background:fff;
  530.  
  531. z-index:9999;
  532.  
  533. }
  534.  
  535. #networks:hover{
  536.  
  537. border:0px;
  538.  
  539.  
  540. height:320px;
  541.  
  542. width:70px;
  543.  
  544. z-index:999999999;
  545.  
  546. background:transparent;
  547.  
  548. }
  549. div#borda {
  550. border-bottom: 1px dashed {color:borda};}
  551.  
  552.  
  553. </style>
  554. {block:IndexPage}
  555. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  556. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  557.  
  558. <script type="text/javascript">
  559. $(window).load(function () {
  560. var $content = $('#posts');
  561. $content.masonry({itemSelector: '.entry'}),
  562. $content.infinitescroll({
  563. navSelector : 'div#pagination',
  564. nextSelector : 'div#pagination a#nextPage',
  565. itemSelector : '.entry',
  566. loading: {
  567. finishedMsg: '',
  568. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  569. },
  570. bufferPx : 600,
  571. debug : false,
  572. },
  573. // call masonry as a callback.
  574. function( newElements ) {
  575. var $newElems = $( newElements );
  576. $newElems.hide();
  577. // ensure that images load before adding to masonry layout
  578. $newElems.imagesLoaded(function(){
  579. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  580.  
  581.  
  582. });
  583. });
  584. });
  585. </script>
  586.  
  587. {/block:IndexPage}
  588.  
  589.  
  590.  
  591.  
  592. <div id="updates">
  593. <div id="update"> <center><b>
  594.  
  595. <a href="http://adf.ly/DAWHF" target="blank"><img src="http://static.tumblr.com/4ihgkwc/8ncm9slxq/bully_badge_black.png"></a>
  596.  
  597.  
  598. <br><font color="#fff"> i just got a parabatai check out the <a href="malec-bane.tumblr.com ">link </a></font><br><br>
  599.  
  600. </script>
  601.  
  602.  
  603.  
  604.  
  605. </center></div>
  606. <div id="updatestab">ANNOUNCEMENTS </div>
  607. </div>
  608.  
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615. </div>
  616. <div class="cred"> <a href="http://cozed.tumblr.com">&copy;</a></div>
  617. <title>{title}</title>
  618.  
  619. <link rel="shortcut icon" href="{Favicon}">
  620. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  621. <meta name="viewport" content="width=820" />
  622.  
  623.  
  624.  
  625. <div class="wrapper">
  626.  
  627. <div class="header">
  628.  
  629. </div>
  630.  
  631. <div id="sidebar">{block:ifshowsidebarimage}<a href="/"><img src="{image:sidebar}" style="-webkit-border-radius: 10px 10px 10px 10px;;" margin-top:0px; width=250px></a>{/block:ifshowsidebarimage} </center><center><div id="desc">
  632. <center> <!--{block:Description}-->
  633. <meta name="description" content="{MetaDescription}" />
  634. <!--{/block:Description}-->
  635. <center>{description}</center>
  636. </div>
  637. <a href="/">home</a></span> - {block:ifpopups} <a href="#?w=500" rel="02" class="poplight"> ask</a> - <a href="#?w=450" rel="04" class="poplight">links</a> {/block:ifpopups} {block:ifnotpopups}<a href="/ask">ask</a> - {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a> -{/block:Pages}{/block:HasPages} {block:ifLinkOneTitle} <a href="{text:Link One}"> {text:Link One Title} - </a> {/block:ifLinkOneTitle}
  638. {block:ifLinkTwoTitle} <a href="{text:Link Two}"> {text:Link Two Title} - </a> {/block:ifLinkTwoTitle} {block:ifLinkThreeTitle}<a href="{text:Link Three}"> {text:Link Three Title} </a> {/block:ifLinkThreeTitle} {block:ifLinkFourTitle}<a href="{text:Link Four}"> {text:Link Four Title} - </a> {/block:ifLinkFourTitle} {block:ifLinkFiveTitle}<a href="{text:Link Five}"> {text:Link Five Title} - </a> {/block:ifLinkFiveTitle} <a href="http://cozed.tumblr.com">credit</a>{/block:ifnotpopups}
  639. </div>
  640.  
  641.  
  642.  
  643.  
  644. </div>
  645.  
  646. <div class="left">
  647.  
  648. <div id="posts">
  649.  
  650. {block:Posts}
  651. <div class="entry">
  652.  
  653. {block:Text}
  654. {block:IndexPage} <div id="permalink">
  655. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  656. {block:Title}<a href="{permalink}"><span class="title">{Title}</span></a>{/block:Title}
  657. <span class="entrytext">{Body}</span>
  658. {/block:Text}
  659.  
  660. {block:Link}
  661. <a href="{URL}" class="title">{Name}</a>
  662. {block:Description}{Description}{/block:Description}
  663. {block:IndexPage} <div id="permalink">
  664. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  665. {block:Link}
  666.  
  667. {block:Answer}
  668. <div class="post"><div class="askborder">
  669. <img src="{askerportraiturl-40}" width="40px"></div><div class="bubble"><span></span>{asker} said: {Question}</div><br>
  670. Then I was like: {Answer}
  671. </div>
  672. <P ALIGN=Right><a href="{Permalink}">{NoteCountWithLabel}</a>
  673. {/block:Answer}
  674. {block:Photo}
  675. <center>
  676. {block:IndexPage}
  677. <div class="permalink2">
  678. <a href="{Permalink}">{NoteCount} notes / {TimeAgo}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></div>
  679. {LinkOpenTag}<div class="photo"><img src="{PhotoURL-500}" alt="{PhotoAlt}" {block:ifnot1column}width=280px{/block:ifnot1column}{block:if1column}width=400px{/block:if1column}/></div>{LinkCloseTag}{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=450px/>{LinkCloseTag}{/block:PermalinkPage}</center>
  680. {block:ifshowcaptions}{caption}{/block:ifshowcaptions}
  681. {/block:Photo}
  682.  
  683. {block:Photoset}
  684. {block:IndexPage} <div id="permalink">
  685. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  686. <center>{block:ifnot1column}<div class="photoset_photo" width="250px">{Photoset-250}</div>{/block:ifnot1column}{block:if1column}<div class="photoset_photo" width="400px">{Photoset-400}</div>{/block:if1column}</center>
  687. <p style="text-align: right;">
  688. {/block:Photoset}
  689.  
  690. {block:Quote}{block:IndexPage} <div id="permalink">
  691. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  692. {Quote}</span> <br>
  693. {block:Source}<p align=right><strong>-{Source}</right></strong>{/block:Source}
  694. {/block:Quote}
  695.  
  696. {block:Chat}
  697. {block:IndexPage} <div id="permalink">
  698. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  699. {block:Title}<span class="title">{Title}</span>{/block:Title}
  700. <ul class="chat">
  701. {block:Lines}
  702. <li class="user_{UserNumber}">
  703. {block:Label}
  704. <span class="label">{Label}</span>
  705. {/block:Label}
  706. {Line}
  707. </li>
  708. {/block:Lines}
  709. </ul>
  710.  
  711. {/block:Chat}
  712.  
  713. {block:Audio}
  714. <div style="width:320px; height:30px;">
  715. {AudioPlayerBlack}
  716. </div>
  717. {block:IndexPage}<span class="permalink">
  718. <P ALIGN=Right><a href="{Permalink}">{NoteCountWithLabel}</a>
  719. </span>{/block:IndexPage}
  720. {/block:Audio}
  721.  
  722. {block:Video}
  723. {block:IndexPage}
  724. <div id="permalink">
  725. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>
  726. <center>{block:if1column}
  727. <div class="video">{Video-400}</div>{/block:if1column}{block:ifnot1column}
  728. <div class="video">{Video-250}</div>{/block:ifnot1column}</center></center>
  729. {/block:IndexPage}
  730. {block:PermalinkPage}
  731. <center>
  732. {Video-550}</center>
  733. {/block:PermalinkPage}
  734. {block:Video}
  735.  
  736. {block:PermalinkPage}
  737. <center>
  738. <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  739.  
  740.  
  741. {/block:PermalinkPage}
  742.  
  743.  
  744. {block:PostNotes}{PostNotes}
  745. {/block:PostNotes}
  746. </div>
  747.  
  748.  
  749. {/block:Posts}
  750. </div>
  751. </div>
  752. {block:IndexPage}
  753. {block:Pagination}
  754. <div id="pagination">
  755. {block:NextPage}
  756. <a id="nextPage" href="{NextPage}"></a>
  757. {/block:NextPage}
  758. {block:PreviousPage}
  759. <a href="{PreviousPage}">&larr;&nbsp;</a>
  760. {/block:PreviousPage}
  761. </div>
  762. {/block:Pagination}
  763. {/block:IndexPage}
  764. </div>
  765. </body>
  766. {block:ifpopups}
  767. <div id="04" class="popup_block"><right><font face="origin"><font size="5">Links:</font></font></right>
  768. <center>
  769. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a> -{/block:Pages}{/block:HasPages} {block:ifLinkOneTitle} <a href="{text:Link One}"> {text:Link One Title} - </a> {/block:ifLinkOneTitle}
  770. {block:ifLinkTwoTitle} <a href="{text:Link Two}"> {text:Link Two Title} - </a> {/block:ifLinkTwoTitle} {block:ifLinkThreeTitle}<a href="{text:Link Three}"> {text:Link Three Title} - </a> {/block:ifLinkThreeTitle} {block:ifLinkFourTitle}<a href="{text:Link Four}"> {text:Link Four Title} - </a> {/block:ifLinkFourTitle} {block:ifLinkFiveTitle}<a href="{text:Link Five}"> {text:Link Five Title} - </a> {/block:ifLinkFiveTitle} <a href="/submit">submit</a> - <a href="http://cozed.tumblr.com">©</a>
  771. </center></div></div>
  772.  
  773. </div></div></div></div></div></div></div></div></div></div>
  774.  
  775. <div id="02" class="popup_block">
  776. <right><font face="origin"><font size="5">Ask:</font></font></right>
  777. <center>
  778. <iframe frameborder="0" height="149" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe><!--[if IE]><mce:script type="text/javascript"><! document.getElementById('ask_form').allowTransparency=true; // --><!--[endif] --></p>
  779. </center></div>
  780.  
  781.  
  782. </div></div></div></div></div></div></div></div></div></div>
  783. {/block:ifpopups}
  784.  
  785. </div>
  786. {block:ifshowbottomleftimage} <div style="position:fixed; bottom:0px; left:40px;">
  787. <img src="{image:bottomleft}">
  788. <div style="position:fixed; bottom: 70px; left:0px;">{/block:ifshowbottomleftimage}
  789. </html>
Advertisement
Add Comment
Please, Sign In to add comment