Advertisement
kawaiibuu

vex theme

Oct 1st, 2013
4,251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.66 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--
  5. * ,MMM8&&&. *
  6. MM ~ &&
  7. * meancutie @ MM vex && http://jubileethemes.tumblr.com
  8. MM theme && *
  9. 'MM ~ &&'
  10. 'MMM8&&&' *
  11. |\___/| /\___/\
  12. * ) ( ) ~( . '
  13. =\ /= =\~ /=
  14. )===( ) ~ (
  15. / \ / \ *
  16. | | ) ~ ( *
  17. * / \ / ~ \
  18. \ / \~ ~/
  19. _/\_/\_/\__ _/_/\_/\__~__/_/\_/\_/\_/\_/\_
  20. | | | |( ( | | | )) | | | | | |
  21. | | | | ) ) | | |//| | | | | | |
  22. | | | |(_( | | (( | | | | | | |
  23. | | | | | | | |\)| | | | | | |
  24. | | | | | | | | | | | | | | |
  25. -->
  26.  
  27. <title>{Title}</title>
  28. <meta name="color:background" content="#fff"/>
  29. <meta name="color:image background" content="#fff"/>
  30. <meta name="color:text" content="#000"/>
  31. <meta name="color:links" content="#000"/>
  32. <meta name="color:box hover" content="#eee"/>
  33. <meta name="color:border" content="#000"/>
  34. <meta name="if:endless scroll" content="1"/>
  35. <meta name="if:borders" content="0"/>
  36. <meta name="if:shadows" content="0"/>
  37. <meta name="if:transparent images" content="0"/>
  38. <meta name="image:background" content="" />
  39. <meta name="text:link 1 url" content="" />
  40. <meta name="text:link 2 url" content="" />
  41. <meta name="text:link 3 url" content="" />
  42. <meta name="text:link 4 url" content="" />
  43. <meta name="text:link 5 url" content="" />
  44. <meta name="text:link 1" content="" />
  45. <meta name="text:link 2" content="" />
  46. <meta name="text:link 3" content="" />
  47. <meta name="text:link 4" content="" />
  48. <meta name="text:link 5" content="" />
  49.  
  50.  
  51. <meta name="text:sidebartext" content="short about me here" />
  52.  
  53.  
  54.  
  55.  
  56.  
  57. <link rel="shortcut icon" href="{Favicon}">
  58.  
  59. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  60. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  61. <script type="text/javascript" charset="utf-8">
  62. var $j = jQuery.noConflict();
  63. $j(function() {
  64. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  65. $j("img").lazyload({
  66. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  67. effect: "fadeIn",
  68. });
  69. });
  70. </script>
  71.  
  72. {block:IndexPage}
  73.  
  74. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  75. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  76. <script>
  77. (function($){
  78. $(document).ready(function(){
  79. $("[title]").style_my_tooltips();
  80. });
  81. })(jQuery);
  82. </script>
  83. <script type="text/javascript">
  84. $(window).load(function(){
  85. $("p").remove(":contains('Source:')");
  86. $("p").remove(":contains('(via')");
  87. });
  88. </script>
  89. {/block:IndexPage}
  90. <script type="text/javascript"
  91. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  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="http://static.tumblr.com/mqkrxog/js1mtrddv/close.gif" class="btn_close" title="close" alt="Close" /></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. <style type="text/css">
  122. #fade { /*--Transparent background layer--*/
  123. display: none; /*--hidden by default--*/
  124. background: transparent;
  125. position: fixed; left: 0; top: 0;
  126. width: 100%; height: 100%;
  127. opacity: 1;
  128. z-index: 9999;
  129. }
  130.  
  131. .ii {
  132. padding: 5px;
  133. border: 1px solid;
  134. background: rgba(255, 255, 255, 1);
  135. -webkit-box-shadow: 5px 5px 1px rgba(50, 50, 50, 0.1);
  136. -moz-box-shadow: 5px 5px 1px rgba(50, 50, 50, 0.1);
  137. box-shadow: 5px 5px 1px rgba(50, 50, 50, 0.1);
  138. }
  139.  
  140. .iii {
  141. padding: 3px;
  142. height: 15px;
  143. width:86%;
  144. margin-top: -5px;
  145. margin-left: -5px;
  146. position:absolute;
  147. }
  148. .popup_block{
  149. display: none; /*--hidden by default--*/
  150. color: {color:text};
  151. padding: 20px;
  152. font-family: consolas;
  153. float: left;
  154. font-size: 14px;
  155. position: fixed;
  156. top: 50%; left: 20%;
  157. z-index: 99999;
  158. /*--CSS3 Box Shadows--*/
  159.  
  160. -webkit-transition: all .5s ease;
  161. -moz-transition: all .5s ease;
  162. -o-transition: all .5s ease;
  163. transition: all .5s ease;
  164. }
  165. .popup_block:hover{
  166. opacity:1;
  167. -webkit-transition: all .5s ease;
  168. -moz-transition: all .5s ease;
  169. -o-transition: all .5s ease;
  170. transition: all .5s ease;
  171. }
  172. img.btn_close {
  173. float: right;
  174. margin: -15px -15px 0 0;
  175. }
  176. *html .popup_block {
  177. position: absolute;
  178. }
  179. body {
  180. font-family:consolas;
  181. font-size: 12px;
  182. line-height:10px;
  183. text-align:center;
  184. background: {color:Background} url('{image:Background}') top left fixed repeat;
  185. background-size:cover;
  186. color:{color:text};
  187. }
  188. .wrp {
  189.  
  190. margin: 50px 20%;
  191. width: 650px;
  192.  
  193. }
  194. .entry {
  195. padding: 10px;
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202. }
  203. #s-m-t-tooltip {
  204. background: #fff;
  205. font-size: 12px;
  206. font-family: consolas;
  207. color: #000;
  208. z-index: 9999999999999999999999999;
  209. max-width: 100px;
  210. border: 1px solid {color:border};
  211. word-wrap: break-word;
  212. padding: 1px 5px 2px 6px;
  213. display: block;
  214. margin: 10px 10px 10px 15px;
  215. }
  216. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  217. a {
  218. font-size:12px;
  219. color:{color:links};
  220. text-decoration:none;
  221. -moz-transition: all 0.3s ease-out; /* FF3.7+ */
  222. -o-transition: all 0.3s ease-out; /* Opera 10.5 */
  223. -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
  224. transition: all 0.3s ease-out;
  225. }
  226. a:hover {
  227. text-decoration:none;
  228. -moz-transition: all 0.3s ease-out; /* FF3.7+ */
  229. -o-transition: all 0.3s ease-out; /* Opera 10.5 */
  230. -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
  231. transition: all 0.3s ease-out;
  232. }
  233. img {
  234. {block:ifnottransparentimages}background-color: {color:image background};{/block:ifnottransparentimages}
  235. margin-bottom: 15px;
  236. margin-right: 10px;
  237. -moz-transition: all 0.3s ease-out; /* FF3.7+ */
  238. -o-transition: all 0.3s ease-out; /* Opera 10.5 */
  239. -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
  240. transition: all 0.3s ease-out;
  241. {block:ifshadows}
  242. -webkit-box-shadow: 7px 7px 0px rgba(50, 50, 50, 0.33);
  243. -moz-box-shadow: 7px 7px 0px rgba(50, 50, 50, 0.33);
  244. box-shadow: 7px 7px 0px rgba(50, 50, 50, 0.33);{/block:ifshadows}
  245. }
  246. img:hover {
  247. margin-left: 5px;
  248. background: {color:box hover};
  249. }
  250.  
  251. .pagn {
  252. }
  253. .pagn a {
  254. font-size: 25px;
  255. background:none;
  256. text-decoration:none;
  257. }
  258. .pagn a {
  259. font-style:normal;
  260. }
  261. #text {
  262. margin-left: 150px;
  263. width: 300px;
  264. padding:8px;
  265. text-align:center;
  266. }
  267. .icap {
  268. text-align:justify;
  269. padding:8px;
  270. }
  271. ::-webkit-scrollbar-thumb:vertical {
  272. background-color: transparent;
  273. height:100px;
  274. }
  275. ::-webkit-scrollbar-thumb:horizontal {
  276. background-color:transparent;
  277. height:10px !important;
  278. }
  279. ::-webkit-scrollbar {
  280. height:0px;
  281. width:0px;
  282. background-color:transparent;
  283. }
  284. ::selection {
  285. background: {color:Links};
  286. color:#FFF;
  287. }
  288. #tumblr_controls {
  289. position:fixed !important;
  290. }
  291. ol.notes {
  292. height:100px;
  293. overflow:auto;
  294. text-align:left;
  295. padding: 8px;
  296. margin: 5px 0px;
  297. list-style-type: none;
  298. }
  299. ol.notes li.note {
  300. border-top: solid 1px {color:border};
  301. padding: 10px;
  302. }
  303. ol.notes li.note img.avatar {
  304. display:none;
  305. }
  306. ol.notes li.note span.action {
  307. text-align:left;
  308. font-weight: bold;
  309. }
  310. ol.notes li.note .answer_content {
  311. text-align:left;
  312. font-weight: normal;
  313. }
  314. ol.notes li.note blockquote {
  315. border-color: {color:border};
  316. padding: 4px 10px;
  317. margin: 10px 0px 0px 10px;
  318. }
  319. ol.notes li.note blockquote a {
  320. text-decoration: none;
  321. }
  322.  
  323.  
  324. blockquote {
  325. padding: 0px 1px;
  326. margin: 1px 0px 0px 1px;
  327. }
  328.  
  329. .boxx{
  330. height: 5px;
  331. width: 10px;
  332. border: 1px solid {color:border};
  333. -moz-transition: all 0.3s ease-out; /* FF3.7+ */
  334. -o-transition: all 0.3s ease-out; /* Opera 10.5 */
  335. -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
  336. transition: all 0.3s ease-out;
  337. }
  338.  
  339. .boxx:hover {
  340. margin-left: 5px;
  341. background: {color:box hover};
  342. -moz-transition: all 0.3s ease-out; /* FF3.7+ */
  343. -o-transition: all 0.3s ease-out; /* Opera 10.5 */
  344. -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
  345. transition: all 0.3s ease-out;
  346. }
  347.  
  348.  
  349. .boxxc {
  350. position: absolute;
  351. margin-bottom: 10px;
  352. overflow:hidden;
  353. height: 5px;
  354. width: 10px;
  355. border: 1px solid {color:border};
  356. -moz-transition: all 1s ease-out; /* FF3.7+ */
  357. -o-transition: all 1s ease-out; /* Opera 10.5 */
  358. -webkit-transition: all 1s ease-out; /* Saf3.2+, Chrome */
  359. transition: all 1s ease-out;
  360. }
  361.  
  362. .boxxc:hover {
  363. padding: 10px;
  364. overflow:scroll;
  365. height: 150px;
  366. width: 100px;
  367. background: {color:box hover};
  368. -moz-transition: all 1s ease-out; /* FF3.7+ */
  369. -o-transition: all 1s ease-out; /* Opera 10.5 */
  370. -webkit-transition: all 1s ease-out; /* Saf3.2+, Chrome */
  371. transition: all 1s ease-out;
  372. }
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383. #links {
  384. width: 90px;
  385. position:fixed;
  386. padding: 5px;
  387. z-index: 9999999999999;
  388. {block:permalinkpage}background: white;{/block:permalinkpage}
  389. }
  390.  
  391.  
  392. .sq {
  393. -moz-transition: all 0.3s ease-out; /* FF3.7+ */
  394. -o-transition: all 0.3s ease-out; /* Opera 10.5 */
  395. -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
  396. transition: all 0.3s ease-out;
  397. border: 1px solid {color:border};
  398. height: 5px;
  399. width: 10px;
  400. margin-bottom: 3px;
  401. }
  402.  
  403. .sq:hover {
  404. width: 12px;
  405. background: {color:box hover};
  406. -moz-transition: all 0.3s ease-out; /* FF3.7+ */
  407. -o-transition: all 0.3s ease-out; /* Opera 10.5 */
  408. -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
  409. transition: all 0.3s ease-out;
  410. }
  411. .sq2 {
  412. -moz-transition: all 0.3s ease-out; /* FF3.7+ */
  413. -o-transition: all 0.3s ease-out; /* Opera 10.5 */
  414. -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
  415. transition: all 0.3s ease-out;
  416. border: 1px solid {color:border};
  417. height: 5px;
  418. width: 10px;
  419. margin-bottom: 3px;
  420. }
  421.  
  422. .sq2:hover { -moz-transition: all 0.3s ease-out; /* FF3.7+ */
  423. -o-transition: all 0.3s ease-out; /* Opera 10.5 */
  424. -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
  425. transition: all 0.3s ease-out;
  426. margin-left: 5px;
  427. background: {color:box hover};
  428.  
  429. }
  430.  
  431.  
  432. .sq3 {
  433. -moz-transition: all 0.3s ease-out; /* FF3.7+ */
  434. -o-transition: all 0.3s ease-out; /* Opera 10.5 */
  435. -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
  436. transition: all 0.3s ease-out;
  437. border: 1px solid {color:border};
  438. height: 5px;
  439. width: 10px;
  440. margin-bottom: 3px;
  441. }
  442.  
  443. .sq3:hover { -moz-transition: all 0.3s ease-out; /* FF3.7+ */
  444. -o-transition: all 0.3s ease-out; /* Opera 10.5 */
  445. -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
  446. transition: all 0.3s ease-out;
  447. width: 12px;
  448. background: {color:box hover};
  449.  
  450. }
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458. {CustomCSS}
  459. </style>
  460.  
  461. {block:IfEndlessScroll}
  462. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
  463. {/block:IfEndlessScroll}
  464.  
  465. </head>
  466. <div id="03" class="popup_block">
  467. <div class="ii"><br>
  468. {block:Description}{Description}<br>{/block:Description}
  469.  
  470.  
  471.  
  472. {block:iflink1}<br><a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}
  473. {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}
  474. {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}
  475. {block:iflink4}<a href="{text:link 4 url}">{text:link 4}</a>{/block:iflink4}
  476. {block:iflink5}<oa href="{text:link 5 url}">{text:link 5}</a>{/block:iflink5}
  477.  
  478. </div>
  479. </div></div></div></div></div></div></div></div></div></div>
  480. <div id="links">
  481. <div style="position:absolute; margin-left: 25px;">
  482.  
  483. {block:ifsidebartext}{text:sidebartext}<br>{/block:ifsidebartext}
  484. {block:IndexPage}
  485.  
  486. {block:IfNotEndlessScroll}
  487. {block:Pagination}<div class="pagn">{block:PreviousPage}<a href="{PreviousPage}" title="go back">⇜ </a>{/block:previouspage}
  488. {block:NextPage}<a href="{NextPage}" title="keep going">⇝</a>{/block:NextPage}</div>
  489. {/block:Pagination}
  490. {/block:IfNotEndlessScroll}{/block:IndexPage}
  491. </div>
  492. <a href="/" title="refresh"><div class="sq"></div></a>
  493. <a href="/ask" title="message"><div class="sq2"></div></a>
  494. <a href="/archive" title="index"><div class="sq"></div></a>
  495. <a href="/submit" title="submit"><div class="sq2"></div></a>
  496. <a href="#?w=300" rel="03" class="poplight" title="about"><div class="sq3"></div></a>
  497. </div>
  498.  
  499. <body>
  500. <div class="wrp">
  501. <div class="autopagerize_page_element">
  502.  
  503. {block:Posts}
  504.  
  505. {block:Text}
  506. <div id="text">
  507. {block:Title}{Title}{/block:Title}
  508. {Body}
  509. {block:IndexPage}
  510. <a href="{Permalink}" title="{NoteCountwithLabel}">
  511. <div class="boxx"></div>
  512. </a>
  513. </div>
  514. {/block:IndexPage}
  515. {/block:Text}
  516.  
  517.  
  518. {block:Photo}
  519. {block:IndexPage}
  520. <a href="{Permalink}" title="{NoteCountwithLabel}">
  521. {block:Post1}
  522. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250" style="padding: 5px; {block:ifborders}border: 1px solid{color:border};{/block:ifborders}"/>
  523. {/block:Post1}
  524. {block:Post2}
  525. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="300" style="padding: 5px; {block:ifborders}border: 1px solid{color:border};{/block:ifborders}"/>
  526. {/block:Post2}
  527. {block:Post3}
  528. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="300"style="padding: 5px; {block:ifborders}border: 1px solid{color:border};{/block:ifborders}"/>
  529. {/block:Post3}
  530. {block:Post4}
  531. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"style="padding: 5px; {block:ifborders}border: 1px solid{color:border};{/block:ifborders}"/>
  532. {/block:Post4}
  533. {block:Post5}
  534. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="450"style="padding: 5px; {block:ifborders}border: 1px solid{color:border};{/block:ifborders}"/>
  535. {/block:Post5}
  536. {block:Post6}
  537. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"style="padding: 5px; {block:ifborders}border: 1px solid{color:border};{/block:ifborders}"/>
  538. {/block:Post6}
  539. {block:Post7}
  540. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="150"style="padding: 5px; {block:ifborders}border: 1px solid{color:border};{/block:ifborders}"/>
  541. {/block:Post7}
  542. {block:Post8}
  543. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="550"style="padding: 5px; {block:ifborders}border: 1px solid{color:border};{/block:ifborders}"/>
  544. {/block:Post8}
  545. {block:Post9}
  546. <img src="{PhotoURL-250}" alt="{PhotoAlt}" width="200"style="padding: 5px; {block:ifborders}border: 1px solid{color:border};{/block:ifborders}"/>
  547. {/block:Post9}
  548. {block:Post10}
  549. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="350"style="padding: 5px; {block:ifborders}border: 1px solid{color:border};{/block:ifborders}"/>
  550. {/block:Post10}
  551. {block:Post11}
  552. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"style="padding: 5px; {block:ifborders}border: 1px solid{color:border};{/block:ifborders}"/>
  553. {/block:Post11}
  554. {block:Post12}
  555. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="200"style="padding: 5px; {block:ifborders}border: 1px solid{color:border};{/block:ifborders}"/>
  556. {/block:Post12}
  557. {block:Post13}
  558. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="300"style="padding: 5px; {block:ifborders}border: 1px solid{color:border};{/block:ifborders}"/>
  559. {/block:Post13}
  560. {block:Post14}
  561. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="350"style="padding: 5px; {block:ifborders}border: 1px solid {color:border};{/block:ifborders}"/>
  562. {/block:Post14}
  563. {block:Post15}
  564. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="600"style="padding: 5px; {block:ifborders}border: 1px solid {color:border};{/block:ifborders}"/>
  565. {/block:Post15}
  566. {/block:IndexPage}</a>
  567.  
  568. {block:PermalinkPage}
  569. <img src="{PhotoURL-HighRes}" width="100%" style="position:fixed;top:0px;background-size:cover;bottom:0px;right:0px;left:0px;"></img></div>
  570.  
  571. <div style="position:fixed; z-index: 999999; bottom: 10px; left: 10px; background: white;">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  572. {/block:PermalinkPage}
  573. {/block:Photo}
  574.  
  575. {block:Photoset}
  576. {Photoset-250}
  577. {block:IndexPage}<a href="{Permalink}" title="{NoteCountwithLabel}">
  578. <div class="boxx"></div>
  579. </a>
  580. </div>{/block:IndexPage}
  581. {/block:Photoset}
  582.  
  583.  
  584. {block:Quote}
  585. <div id="text">
  586. {Quote}
  587. {block:Source}<br><br>― <b>{Source}</b>{/block:Source}
  588. {block:IndexPage}<a href="{Permalink}" title="{NoteCountwithLabel}">
  589. <div class="boxx"></div>{/block:IndexPage}
  590. </a>
  591. </div></div>
  592. {/block:Quote}
  593.  
  594. {block:Answer}
  595. <div id="text">
  596. {Question}
  597. {Answer}
  598. <br><b>― {Asker}
  599. {block:IndexPage}<a href="{Permalink}" title="{NoteCountwithLabel}">
  600. <div class="boxx"></div>
  601. </a>{/block:IndexPage}
  602. </div>
  603. {/block:Answer}
  604.  
  605. {block:Link}
  606. <div id="text">
  607. <a href="{URL}">{Name}</a>
  608. {block:Description}{Description}{/block:Description}
  609. {block:IndexPage}<a href="{Permalink}" title="{NoteCountwithLabel}">
  610. <div class="boxx"></div>
  611. </a>
  612. </div>
  613. {/block:IndexPage}
  614. {/block:Link}
  615.  
  616. {block:Chat}
  617. <div id="text">
  618. {block:Title}{Title}{/block:Title}
  619. <br>{block:Lines}{block:Label}<b>{Label}</b></a>
  620. {Line}<br>{/block:Label}{/block:Lines}
  621. <br>
  622. {block:IndexPage}<a href="{Permalink}" title="{NoteCountwithLabel}">
  623. <div class="boxx"></div>
  624. </a>
  625. </div>
  626. {/block:IndexPage}
  627. {/block:Chat}
  628.  
  629. {block:Audio}
  630. <div id="text">
  631. {AudioPlayerWhite}
  632. {Caption}
  633. {block:IndexPage}<a href="{Permalink}" title="{NoteCountwithLabel}">
  634. <div class="boxx"></div>
  635. </a>{/block:IndexPage}
  636. </div>
  637. {/block:Audio}
  638.  
  639. {block:Video}
  640. <div id="text">
  641. {Video-500}
  642. {Caption}
  643. {/block:IndexPage}<a href="{Permalink}" title="{NoteCountwithLabel}">
  644. <div class="boxx"></div>{block:IndexPage}
  645. </a>
  646. </div>
  647. {/block:IndexPage}
  648. {/block:Video}
  649.  
  650. {/block:Posts}
  651. </div>
  652.  
  653.  
  654.  
  655.  
  656. <div style="position:fixed; left: 10px; bottom: 10px; opacity: 0.5;"><a href="http://jubileethemes.tumblr.com" title="download this theme">&copy;</a></div>
  657. </div>
  658. </body>
  659. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement