Advertisement
thepinkrebellion

cr44yed theme by thepinkrebellion

Feb 6th, 2012
750
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.51 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">
  2. <html lang="en">
  3. <head>
  4.  
  5. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  6. <script type="text/javascript" charset="utf-8">
  7. var $j = jQuery.noConflict();
  8. $j(function() {
  9. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  10. $j("img").lazyload({
  11. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  12. effect: "fadeIn",
  13. });
  14. });
  15. </script>
  16.  
  17.  
  18. <script type="text/javascript">
  19. $(window).load(function(){
  20. $("p").remove(":contains('Source:')");
  21. $("p").remove(":contains('(via')");
  22. });
  23. </script>
  24.  
  25.  
  26. <script type="text/javascript"
  27. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  28. <script>
  29. $(document).ready(function() {
  30. //
  31. $('a.poplight[href^=#]').click(function() {
  32. var popID = $(this).attr('rel'); //Get Popup Name
  33. var popURL = $(this).attr('href'); //Get Popup href to define size
  34. var query= popURL.split('?');
  35. var dim= query[1].split('&');
  36. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  37. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://www.artemis-2.com/images/CloseIcon-small.png" class="btn_close" title="Close" alt="Close" /></a>');
  38. var popMargTop = ($('#' + popID).height() + 80) / 2;
  39. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  40. //Apply Margin to Popup
  41. $('#' + popID).css({
  42. 'margin-top' : -popMargTop,
  43. 'margin-left' : -popMargLeft
  44. });
  45. $('body').append('<div id="fade"></div>');
  46. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  47. return false;
  48. });
  49. $('a.close, #fade').live('click', function() {
  50. $('#fade , .popup_block').fadeOut(function() {
  51. $('#fade, a.close').remove(); //fade them both out
  52. });
  53. return false;
  54. });
  55. });
  56. </script>
  57.  
  58. <!-- --------------------------
  59. cr44yed theme by thepinkrebellion
  60. http://thepinkrebellion.tumblr.com/
  61. ------------------------------>
  62.  
  63. <title>{Title}</title>
  64.  
  65. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  66. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  67. <link rel="shortcut icon" href="{Favicon}" />
  68.  
  69. <meta name="color:Blog title" content="#000000"/>
  70. <meta name="color:Text" content="#000000"/>
  71. <meta name="color:Links" content="#5C5C5C"/>
  72. <meta name="color:Links Hover" content="#B1B1B1"/>
  73. <meta name="color:Title" content="#FFFFFF"/>
  74. <meta name="color:Background" content="#FFFFFF"/>
  75. <meta name="color:Scrollbar" content="#FFFFFF"/>
  76.  
  77. <meta name="if:Three Columns" content="0">
  78. <meta name="if:Four Columns" content="1">
  79. <meta name="if:Show Blog Title" content="1"/>
  80. <meta name="if:Show Background Image" content="1">
  81. <meta name="if:Use Banner" content="0">
  82. <meta name="if:TypingTitle" content="1">
  83. <meta name="if:Show Home Link" content="1">
  84. <meta name="if:Show Message Link" content="1">
  85. <meta name="if:Show Submit" content="1"/>
  86. <meta name="if:Show Archive Link" content="1">
  87. <meta name="if:Rounded Scrollbar" content="0"/>
  88. <meta name="if:Underline Hover" content="0"/>
  89.  
  90. <meta name="font:Body" content="Century Gothic"/>
  91.  
  92. <meta name="image:Background" content="">
  93. <meta name="image:Banner" content="">
  94.  
  95. <meta name="text:URLname" content="" />
  96. <meta name="text:TypingTitle" content="" />
  97.  
  98.  
  99. <meta name="text:Title font size" content="22"/>
  100. <meta name="text:Post title font size" content="18"/>
  101. <meta name="text:Body font size" content="11"/>
  102.  
  103. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  104.  
  105.  
  106. <script type="text/javascript" src="http://static.tumblr.com/is5f0mm/B45lrpvaa/one.txt"></script>
  107.  
  108. <style type="text/css">
  109.  
  110. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: allhome 0.4s ease-out;transition: all 0.4s ease-out;}
  111.  
  112. #cat {
  113. letter-spacing:1px;
  114. }
  115. #cat a {
  116. display:relative;width:100px;letter-spacing:1px;
  117. }
  118.  
  119. #cat .meow {
  120. filter: alpha(opacity = 0);
  121. opacity:0;
  122. -webkit-transition: all 1s ease-out;
  123. -moz-transition: all 1s ease-out;transition: all 1s ease-out;
  124. text-align:center;
  125. margin-left:-135px;
  126. position:relative;
  127. }
  128.  
  129. #cat:hover .meow {
  130. -webkit-transition: all 1s ease-out;
  131. -moz-transition: all 1s ease-out;transition: all 1s ease-out;
  132. filter: alpha(opacity = 80);
  133. filter: alpha(opacity = 100);
  134. opacity:100;
  135. margin-left:0;
  136. position:static; display:clear;
  137. text-align:center;
  138. }
  139.  
  140. .meow a:hover {
  141. background-color:{color:Permalink}; padding:2px; border-radius:10px;opacity:50;filter: alpha(opacity=50);
  142. }
  143.  
  144. .popup_block{
  145. display: none;
  146. background: #ffffff;
  147. background-image: url();
  148. padding: 10px;
  149. font-family: Garamond;
  150. float: left;
  151. font-size: 10px;
  152. position: fixed;
  153. top: 50%; left: 50%;
  154. z-index: 2;
  155. border: 2px solid #363636;
  156. -moz-box-shadow: 0 0 5px #CFCFCF;
  157. -webkit-box-shadow: 0 0 5px #CFCFCF;
  158. -webkit-border-radius: 10px;
  159. -moz-border-radius: 10px;
  160. border-radius: 10px;
  161. }
  162. img.btn_close {
  163. float: right;
  164. margin: -5px -5px 0 0;
  165. }
  166. *html .popup_block {
  167. position: absolute;
  168. }
  169.  
  170.  
  171. h1 {
  172. color:{color:Blog title};
  173. padding-bottom:30px;
  174. font-weight: normal;
  175. font-size:{text:title font size}px;
  176. text-transform: uppercase;
  177. font-family: 'Kaushan Script', cursive;
  178. line-height: -4px;
  179. {block:ifusebanner}display:none;{/block:ifusebanner}
  180. }
  181.  
  182. h1 a {
  183. color:{color:Blog title};
  184. }
  185.  
  186. body {
  187. height: 100%;
  188. background-color:{color:Background};
  189. color: {color:Text};
  190. font-size: {text:Body font size}px;
  191. font-family:{font:Body};
  192. line-height: 14px;
  193. padding: 30px 0 200px 0;
  194. {block:ifShowbackgroundImage}background-attachment: fixed;
  195. background-image:url('{image:Background}');
  196. {/block:ifshowbackgroundimage}
  197. }
  198.  
  199. a {
  200. color: {color:Links};
  201. text-decoration:none;
  202. }
  203.  
  204. a:hover {
  205. color: {color:Links Hover};
  206. {block:IfUnderlineHover}text-decoration: underline;{/block:IfUnderlineHover}
  207. -webkit-transition-duration: 0.5s;
  208. }
  209.  
  210. a.title {
  211. color: {color:Links};
  212. text-decoration:none;
  213. }
  214.  
  215. ::-webkit-scrollbar-thumb:vertical {
  216. background-color:{color:Scrollbar};
  217. height:100px;
  218. {block:IfRoundedScrollbar}
  219. -moz-border-radius:20px;
  220. -webkit-border-radius:20px;
  221. {/block:IfRoundedScrollbar}
  222. }
  223.  
  224. ::-webkit-scrollbar-thumb:horizontal {
  225. background-color:{color:Scrollbar};
  226. height:10px;
  227. {block:IfRoundedScrollbar}
  228. -moz-border-radius:20px;
  229. -webkit-border-radius:20px;
  230. {/block:IfRoundedScrollbar}
  231. }
  232.  
  233. ::-webkit-scrollbar {
  234. height:10px;
  235. width:8px;
  236. background-color:{color:background};
  237. {block:IfRoundedScrollbar}
  238. -moz-border-radius:20px;
  239. -webkit-border-radius:20px;
  240. {/block:IfRoundedScrollbar}
  241. }
  242.  
  243. #container {
  244. width: 1050px;
  245. margin: auto auto auto auto;
  246. position: relative;
  247. }
  248.  
  249. #container .header {
  250. width: 1050px;
  251. margin: auto auto;
  252. }
  253.  
  254. #container .description {
  255. padding: 5px 0px 5px;
  256. clear: both;
  257. position: relative;
  258. text-align:center;
  259. width:500px;
  260. margin-left: auto;
  261. margin-right: auto;
  262. }
  263.  
  264. #container .posts {
  265. width: 1050px;
  266. width: 1050px;
  267. clear: both;
  268. position: relative;
  269. margin-left: auto;
  270. margin-right: auto;
  271. padding-top:15px;
  272. }
  273.  
  274. #container .box {
  275. width: 345px;
  276. {block:iffourcolumns}width: 250px; margin-bottom:20px;{/block:iffourcolumns}
  277. margin-left: 5px;
  278. margin-left: 5px;
  279. float: left;
  280. margin-bottom: 30px;
  281. margin-bottom: 30px;
  282. position: relative;
  283. }
  284.  
  285. #container .box a{
  286. -webkit-transition-duration: 0.5s;
  287. }
  288.  
  289. #container .box img {
  290. max-width: 100%;
  291. border:0px;
  292. -webkit-transition-duration: 0.5s;
  293.  
  294. opacity:1;
  295. }
  296.  
  297. #container .title {
  298. font-size:{text:Post title font size}px;
  299. line-height: 18px;
  300. text-decoration: none;
  301. display: block;
  302. color:{color:Title};
  303. padding: 8px;
  304. }
  305.  
  306. #container .ask {
  307. font-size:{text:Post title font size}px;
  308. line-height: 18px;
  309. text-decoration: none;
  310. display: block;
  311. color:{color:Title};
  312. padding: 8px;
  313. }
  314.  
  315. #container .audio {
  316. width: 207px;
  317. }
  318.  
  319. #container .columnHolder {
  320. width: 800px;
  321. margin: 5px 0 0 5px;
  322. overflow: hidden;
  323. }
  324.  
  325. #container .columnHolder .column {
  326. width: 225px;
  327. min-height: 1px;
  328. float: left;
  329. }
  330.  
  331. #container .columnHolder .column.middle {
  332. margin: 0 0px;
  333. }
  334.  
  335. #arrow {
  336. font-size:15px;
  337. padding-left:20px;
  338. color:{color:background};
  339. margin-top:-5px;
  340. padding-bottom:5px;
  341. }
  342.  
  343. {block:PermalinkPage}
  344.  
  345. .box {
  346. width: 600px !important;
  347. padding-left: 21%;
  348. }
  349.  
  350. p.answer_form_container {
  351. width: 580px;
  352. }
  353.  
  354. ol.notes {
  355. width: 600px;
  356. position:relative;
  357. padding-left:21%;
  358. list-style-type: none;
  359. margin: 0px 0 10px 0;
  360. padding: -10px -90px;
  361. }
  362.  
  363. ol.notes li.note {
  364. margin: 0px 0 2px 0;
  365. padding: 0;
  366. }
  367.  
  368. ol.notes a {color:Links}
  369.  
  370. ol.notes img.avatar {
  371. display: true;
  372. padding:2px 0 0 2px;
  373. border:0px;
  374. }
  375.  
  376. ol.notes blockquote {
  377. margin: 0;
  378. }
  379.  
  380. ol.notes blockquote a {
  381. text-decoration: none;
  382. }
  383.  
  384. {/block:PermalinkPage}
  385.  
  386. .video{
  387. text-align: center;
  388. background-color:black;
  389. }
  390.  
  391. #top-link {
  392. position:fixed;
  393. right:5px;
  394. bottom:5px;
  395. color:white;
  396. font-weight:bold;
  397. text-decoration:none;
  398. padding:10px;
  399. border:0px;
  400. }
  401.  
  402. #audiotest {
  403. background-image:url('http://static.tumblr.com/2w7y46r/gPklc94jg/play.png');
  404. margin-top: -27px;
  405. display:block;
  406. height:27px;
  407. z-index:-1000;
  408. width:250px;
  409. }
  410.  
  411. .box:hover .back {
  412. {block:indexpage}{/block:indexpage}z-index:1000;
  413. }
  414.  
  415. .back {
  416. margin-top: -25px;
  417. width:100%;
  418. opacity: 0;
  419. z-index: 1000;
  420. }
  421.  
  422. {block:PermalinkPage}
  423.  
  424. .back img{
  425. width:500px;
  426. height:20px;
  427. }
  428.  
  429. {/block:PermalinkPage}
  430.  
  431.  
  432. {block:iffourcolumns}
  433. .back img{width:100%; height:20px;}
  434. {/block:iffourcolumns}
  435.  
  436. </style>
  437.  
  438. <style type="text/css">{CustomCSS}</style>
  439.  
  440. <script src="http://static.tumblr.com/ubmlcww/CVqlrvww0/two.txt"></script>
  441. <script src="http://static.tumblr.com/is5f0mm/oBolrpvgf/infinite_scroll.txt"></script>
  442. <script src="http://static.tumblr.com/ubmlcww/Bhflrvwwe/three.txt" type="text/javascript"></script>
  443. <script src="http://static.tumblr.com/is5f0mm/JOdlrpvsh/four.txt" type="text/javascript"></script>
  444. <script src="http://static.tumblr.com/is5f0mm/cuOlrpvzp/five.txt" type="text/javascript"></script>
  445.  
  446. <style>#toTop {display:none;text-decoration:none;position:fixed;bottom:20px;right:20px;overflow:hidden;width:30px;height:40px;border:none;text-indent:-999px;background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left top;z-index:3000;}#toTopHover {background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left -40px;
  447. width:30px;height:40px;display:block;overflow:hidden;float:left;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);}
  448. #toTop:active, #toTop:focus {outline:none;}#toTop:active, #toTop:focus {outline:none;}</style>
  449.  
  450.  
  451.  
  452.  
  453. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  454. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  455. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  456. <script type="text/javascript">
  457. $(document).ready(function() {
  458. $().UItoTop({ easingType: 'easeOutQuart' });
  459. });
  460. </script>
  461.  
  462. {block:ifTypingTitle}<script type="text/javascript">
  463. var rev = "fwd";
  464. function titlebar(val)
  465. {
  466. var msg = "{text:URLname}";
  467. var res = " ";
  468. var speed = 100;
  469. var pos = val;
  470. msg = "{text:URLname}";
  471. var le = msg.length;
  472. if(rev == "fwd"){
  473. if(pos < le){
  474. pos = pos+1;
  475. scroll = msg.substr(0,pos);
  476. document.title = scroll;
  477. timer = window.setTimeout("titlebar("+pos+")",speed);}
  478. else{
  479. rev = "bwd";
  480. timer = window.setTimeout("titlebar("+pos+")",speed);}}
  481. else{
  482. if(pos > 0){
  483. pos = pos-1;
  484. var ale = le-pos;
  485. scrol = msg.substr(ale,le);
  486. document.title = scrol;
  487. timer = window.setTimeout("titlebar("+pos+")",speed);}
  488. else{
  489. rev = "fwd";
  490. timer = window.setTimeout("titlebar("+pos+")",speed);
  491. }}}
  492. titlebar(0);
  493. </script>{/block:ifTypingTitle}
  494.  
  495. </head>
  496.  
  497. {block:indexpage}
  498. <script src="http://static.tumblr.com/is5f0mm/PT0lrpwjq/six.txt" type="text/javascript"></script>
  499.  
  500. {/block:indexpage}
  501. <br>
  502.  
  503.  
  504. <div id="container">
  505. <div class="header">
  506.  
  507. <div style="text-align: center;">{block:ifusebanner}<img style="max-width:1500px; max-height:300px" src="{image:banner}"/>{/block:ifusebanner}<h1 class="bebas"><a href="/">{block:ifshowblogtitle}{Title}{/block:ifshowblogtitle}</a></h1></div>
  508.  
  509. <div style="text-align: center; font-size:12px; margin-top:-35px; {block:ifusebanner}margin-top:10px; {/block:ifusebanner}text-transform: lowercase;">
  510.  
  511.  
  512. <div style="bottom:2px; right:2px; position:fixed; opacity:0.8; text-style:italic; color:{color:Text}; "><a href="http://thepinkrebellion.tumblr.com">&copy</a></div>
  513.  
  514. </div>
  515.  
  516. <div class="description">{description}
  517. <br>
  518. <center>
  519. <span id="cat">
  520. links,
  521. <span class="meow">&nbsp;
  522. <a href="#?w=500" rel="02" class="poplight">message</a> &nbsp;<a href="/archive">archive</a> &nbsp;
  523. <a href="http://thepinkrebellion.tumblr.com">theme</a>
  524. </span><br>
  525. <span class="meow">{block:Pages}{block:HasPages}<a href="{URL}">{Label}</a> &nbsp; {/block:HasPages}{/block:Pages}</span>
  526. </span>
  527. </center>
  528.  
  529. <br style="clear:both"></div></div>
  530.  
  531. <div class="posts" id="allposts">
  532. {block:Posts}
  533. <div class="box">
  534.  
  535. {block:Photo}
  536. {block:IndexPage}
  537. <a href="{Permalink}" target="_blank">{/block:IndexPage}
  538. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  539. <img style="min-width:100%;" class="shakeimage" onMouseover="init(this);rattleimage()" onMouseout="stoprattle(this);top.focus()" onClick="top.focus()" src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}">
  540.  
  541.  
  542. <div class="back"></div>
  543. <div class="perma">
  544. <a href="{Permalink}" target="_blank"></a>
  545. {block:NoteCount}<a href="{Permalink}" target="_blank">{/block:NoteCount}</a>
  546. <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank"></a></div>
  547. {/block:Photo}
  548.  
  549. {block:Audio}
  550. <div class="curve">
  551. <div style=" width:100%; height:27px; font-size:1px; color:black; background-color:black;">
  552. {AudioPlayerBlack}
  553. </div><a href="{Permalink}" target="_blank" id="audiotest"></a></div><div id="arrow" style="color:black;">&#9660;</div>
  554.  
  555.  
  556. {block:AlbumArt}<img style="border:1px solid white; width:50px; margin-left:5px;" src="{AlbumArtURL}"/>{/block:AlbumArt}
  557.  
  558. {block:indexpage}<div style="{block:AlbumArt}min-height:40px; padding-left:70px;margin-top:-60px;{/block:AlbumArt}">{block:Caption}{Caption}{/block:Caption}</div>{/block:IndexPage}
  559.  
  560. {block:IndexPage}
  561. <div class="back"></div>
  562. <div class="perma"><a href="{Permalink}" target="_blank"></a>
  563. {block:NoteCount}<a href="{Permalink}" target="_blank">{/block:NoteCount}</a>
  564. <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank"></a>{block:ExternalAudio}<a href="{ExternalAudioURL}"></a>{/block:ExternalAudio}</div>{/block:IndexPage}
  565.  
  566. {/block:Audio}
  567.  
  568. {block:Video}
  569. <div class="video">
  570. {block:iffourcolumns}{Video-250}{/block:iffourcolumns}
  571. {block:ifthreecolumns}{Video-250}{/block:ifthreecolumns}
  572. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}</div>
  573.  
  574. <div class="back"></div>
  575. <div class="perma"><a href="{Permalink}" target="_blank"></a>
  576. {block:NoteCount}<a href="{Permalink}" target="_blank">{/block:NoteCount}</a><a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank"></a></div>
  577. {/block:Video}
  578.  
  579. {block:Text}
  580. <div class="curve">{block:Title}<a href="{Permalink}" class="title">&nbsp;{Title}&nbsp;</a>{/block:Title}</div>{block:Title}<div id="arrow">&#9660;</div>{/block:Title}
  581.  
  582. <div style="padding-left:8px; padding-top:2px; padding-right:8px;">{Body}</div>
  583. <div class="back"></div>
  584. <div class="perma"><a href="{Permalink}" target="_blank"></a>
  585. {block:NoteCount}<a href="{Permalink}" target="_blank">{/block:NoteCount}</a><a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank"></a></div>
  586.  
  587. {block:More}<br><br> <a href="{Permalink}" class="readMore">Read More</a>{/block:More}
  588. {/block:Text}
  589.  
  590. {block:Answer}
  591.  
  592. <div class="curve"><a href="{Permalink}" class="ask">&nbsp;{Question}&nbsp;</a></div><div id="arrow">&#9660;</div>
  593.  
  594. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img style="border:1px solid white;" src="{AskerPortraitURL-16}"/><span style="vertical-align: 25%;">&nbsp;&nbsp;{Asker}</span>
  595. <div style="padding-left:8px; padding-top:2px; padding-right:8px;">{Answer}</div>
  596.  
  597. <div class="back"></div>
  598. <div class="perma"><a href="{Permalink}" target="_blank"></a>
  599. {block:NoteCount}<a href="{Permalink}" target="_blank">{/block:NoteCount}</a></div>
  600. {/block:Answer}
  601.  
  602. {block:Link}
  603. <div class="curve"><a href="{URL}" class="title" {Target}>&nbsp;{Name}&nbsp;</a>
  604. </div><div id="arrow">&#9660;</div>
  605. {block:Description}<div style="padding-left:8px; padding-top:2px; padding-right:8px;">{Description}</div>{/block:Description}
  606.  
  607. <div class="back"></div>
  608. <div class="perma"><a href="{Permalink}" target="_blank"></a>
  609. {block:NoteCount}<a href="{Permalink}" target="_blank">{/block:NoteCount}</a><a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank"></a></div>
  610. {/block:Link}
  611.  
  612. {block:Quote}<div class="curve"><a href="{Permalink}" class="title">"{Quote}"</a></div><div id="arrow">&#9660;</div>{block:Source}&nbsp;&nbsp;{Source}<br>{/block:Source}
  613. <div class="back"></div>
  614. <div class="perma"><a href="{Permalink}" target="_blank"></a>
  615. {block:NoteCount}<a href="{Permalink}" target="_blank">{/block:NoteCount}</a><a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank"></a></div>{/block:Quote}
  616.  
  617. {block:Chat}
  618. <div class="curve">{block:Title}<a href="{Permalink}" class="title">&nbsp;{Title}&nbsp;</a>{/block:Title}</div>{block:Title}<div id="arrow">&#9660;</div>{/block:Title}
  619.  
  620. <table class="chat" style="padding-left:5px;"cellspacing="0">{block:Lines}<tr>{block:Label}<td class="name line{UserNumber}">{Label}</td>{block:Label}<td class="words line{UserNumber}">{Line}</td></tr>{/block:Lines}</table>
  621.  
  622. <div class="back"></div>
  623. <div class="perma"><a href="{Permalink}" target="_blank"></a>
  624. {block:NoteCount}<a href="{Permalink}" target="_blank">{/block:NoteCount}</a><a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank"></a></div>
  625. {/block:Chat}
  626.  
  627. {block:PermalinkPage}<block:Caption>
  628. <BR>{Caption}</block:Caption><BR><BR>
  629. {block:NoteCount}{notecountwithlabel}{/block:NoteCount}{/block:PermalinkPage}
  630.  
  631. {block:PermalinkPage}</div>
  632. {block:PostNotes}{PostNotes}{/block:PostNotes}
  633. {/block:PermalinkPage}
  634.  
  635. </div>{/block:Posts}
  636. </div>
  637.  
  638. {block:IndexPage}
  639. <div class="columnHolder footer"><div class="column navigation" id="navigation">
  640. {block:Pagination}
  641. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  642. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  643.  
  644. {block:PermalinkPagination}
  645. {block:NextPost}<a href="{NextPost}" class="navigate">{/block:NextPost}{block:NextPost}</a>{/block:NextPost}
  646. {block:PreviousPost}<a href="{PreviousPost}" class="navigate">{/block:PreviousPost}{block:PreviousPost}</a>{/block:PreviousPost}{/block:PermalinkPagination}</div></div>
  647. {/block:IndexPage}</div>
  648.  
  649. <script type="text/javascript" src="http://static.tumblr.com/is5f0mm/T5klrpwms/autoscale.txt"></script>
  650.  
  651.  
  652. </body>
  653. <div id="02" class="popup_block">
  654.  
  655. <Center><font size="5" color="#1C1C1C"><p></font><iframe frameborder="0" scrolling="yes" width="100%" height="150" src="http://www.tumblr.com/ask_form/{text:URLname}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
  656. </center></div>
  657.  
  658. </div></div></div></div></div></div></div></div></div></div>
  659. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement