Advertisement
theme_bean

Theme #23

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