xmisa0923

jpn

Sep 4th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.50 KB | None | 0 0
  1. <!--
  2. ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
  3.  
  4. THEME MADE BY RACHEL
  5. » ALMIGHTYONE.TUMBLR.COM
  6.  
  7. [THEME #6] WANDERING
  8. IF YOU HAVE ANY QUESTIONS GO TO 7TH-DISTRICT.TUMBLR.COM
  9.  
  10. !!TERMS OF USE!!
  11.  
  12. - You CAN edit the codes, but do NOT make heavy changes that
  13. make it no longer recognizable as my theme.
  14. - You can change the colors, fonts, and anything that I made
  15. customizable.
  16.  
  17. CREDITS
  18. - Do NOT move the credits to anywhere else and leave the credits
  19. alone! NO moving them to pages!
  20. - Do NOT redistribute.
  21.  
  22. STEALING
  23. - Do NOT steal my themes and claim it as your own.
  24. - Do NOT use my themes as a base, then edit and claim it
  25. as your own!
  26.  
  27. AGAIN, DO NOT REMOVE THE CREDITS OR MOVE THEM A.N.Y.W.H.E.R.E.
  28. Okay that's about it. CIAO. <3
  29.  
  30. ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
  31. -->
  32.  
  33. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  34. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  35. <head>
  36.  
  37. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  38. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  39. <link rel="shortcut icon" href="{Favicon}" />
  40.  
  41. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
  42. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
  43.  
  44.  
  45. <meta name="color:background" content="#ffffff" />
  46. <meta name="color:title" content="#000000" />
  47. <meta name="color:custom links background" content="#000000" />
  48. <meta name="color:custom links text" content="#ffffff" />
  49. <meta name="color:custom links background hover" content="#ffffff"/>
  50. <meta name="color:custom links text hover" content="#000000" />
  51. <meta name="color:links" content="#aaaaaa" />
  52. <meta name="color:links hover" content="#eeeeee" />
  53. <meta name="color:blockquote" content="#000000" />
  54. <meta name="color:permalink background" content="#000000" />
  55. <meta name="color:permalink text" content="#ffffff" />
  56. <meta name="color:permalink text hover" content="#262626" />
  57. <meta name="color:text" content="#565656" />
  58. <meta name="color:question background" content="#f9f9f9" />
  59. <meta name="color:question border" content="#eeeeee" />
  60. <meta name="color:scrollbar bg" content="#000000" />
  61. <meta name="color:scrollbar" content="#ffffff" />
  62. <meta name="color:posts" content="#ffffff" />
  63.  
  64. <meta name="if:2 column" content="1" />
  65. <meta name="if:1 column" content="0" />
  66. <meta name="if:screen border" content="1" />
  67. <meta name="if:small cursor" content="1" />
  68. <meta name="if:grayscale" content="1" />
  69. <meta name="if:photofade" content="0" />
  70.  
  71. <meta name="image:background" content=""/>
  72.  
  73. <meta name="text:Link1 url" content="/">
  74. <meta name="text:Link1" content"link 1"/>
  75. <meta name="text:Link2 url" content="/">
  76. <meta name="text:Link2" content"link 2"/>
  77. <meta name="text:Link3 url" content="/">
  78. <meta name="text:Link3" content"link 3"/>
  79.  
  80. <meta name="text:title font size" content="33" />
  81.  
  82. <style type="text/css">
  83.  
  84. ::-webkit-scrollbar-track {background-color:{color:scrollbar bg};}
  85. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};border:3px solid {color:scrollbar bg};}
  86. ::-webkit-scrollbar {width:8px;height:5px;}
  87.  
  88. ::-moz-scrollbar-track {background-color:{color:scrollbar bg};}
  89. ::-moz-scrollbar-thumb {background-color:{color:scrollbar};border:3px solid {color:scrollbar bg};}
  90. ::-moz-scrollbar {width:8px;height:5px;}
  91.  
  92. {block:ifsmallcursor}
  93. *, body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  94. {/block:ifsmallcursor}
  95.  
  96. body {
  97. background:{color:background};
  98. background-attachment:fixed;
  99. background-repeat:no-repeat;
  100. background-position:right bottom;
  101. background-image:url('{image:background}');
  102. margin:0;
  103. padding:0;
  104. word-wrap:break-word;
  105. font-family:calibri;
  106. font-size:11px;
  107. }
  108.  
  109. body a{
  110. text-decoration:none;
  111. }
  112.  
  113. .side {
  114. position:fixed;
  115. left:300px;
  116. top:250px;
  117. height:150px;
  118. border:0px solid black;
  119. width:200px;
  120. background:transparent;
  121. }
  122.  
  123. #tit{
  124. margin-top:0px;
  125. font-family:calibri;
  126. font-size:{text:title font size}px;
  127. text-align:center;
  128. width:200px;
  129. height:auto;
  130. color:{color:title};
  131. }
  132.  
  133. .pagination{
  134. position:fixed;
  135. bottom:10px;
  136. left:710px;
  137. margin:3px;
  138. text-align:center;
  139. z-index:99999;
  140. }
  141.  
  142. .pagination a{
  143. display:none;
  144. padding:0px 3px;
  145. color:white;
  146. font-family:cambria;
  147. font-size:12px;
  148. -webkit-transition: all 0.4s linear;
  149. -moz-transition: all 0.4s linear;
  150. }
  151.  
  152. #desc{
  153. margin-top:9px;
  154. font-family:trebuchet ms;
  155. font-size:10px;
  156. text-align:center;
  157. line-height:110%;
  158. color:black;
  159. padding:0px 35px;
  160. }
  161.  
  162. .side #boob{
  163. position:absolute;
  164. margin-top:-10px;
  165. text-align:center!important;
  166. height:auto;
  167. margin-left:36px;
  168. float:left;
  169. opacity:0;
  170. -webkit-transition: all 0.8s ease-in-out;
  171. -moz-transition: all 0.8s ease-in-out;
  172. }
  173.  
  174. .side:hover #boob{
  175. margin-top:10px;
  176. opacity:1;
  177. -webkit-transition: all 0.8s ease-in-out;
  178. -moz-transition: all 0.8s ease-in-out;
  179. }
  180.  
  181. .bob{
  182. margin:4px;
  183. float:left;
  184. background:{color:custom links background};
  185. padding:2px 4px;
  186. text-align:center!important;
  187. font-family:calibri;
  188. font-size:10px;
  189. text-transform:uppercase;
  190. color:{color:custom links text};
  191. -webkit-transition: all 0.4s linear;
  192. -moz-transition: all 0.4s linear;
  193. }
  194.  
  195. .bob:hover{
  196. opacity:1;
  197. background:{color:custom links background hover};
  198. color:{color:custom links text hover};
  199. -webkit-transition: all 0.4s linear;
  200. -moz-transition: all 0.4s linear;
  201. }
  202.  
  203.  
  204. #desc a {
  205. text-decoration:none;
  206. color: {color:links};
  207. -webkit-transition: all 0.4s linear;
  208. -moz-transition: all 0.4s linear;
  209. }
  210.  
  211. #desc a:hover{
  212. color:{color:links hover};
  213. -webkit-transition: all 0.4s linear;
  214. -moz-transition: all 0.4s linear;
  215. }
  216.  
  217. #content {
  218. {block:if2column}
  219. width:550px;
  220. margin:40px 0px 40px 500px!important;
  221. {/block:if2column}
  222. {block:if1column}
  223. width:280px;
  224. margin:40px 0px 40px 500px;
  225. {/block:if1column}
  226. color:{color:text};
  227. {block:permalinkpage}
  228. margin:50px 0px 20px 500px;
  229. {/block:permalinkpage}
  230. }
  231.  
  232. #content a {
  233. color:{color:links};
  234. -webkit-transition: all 0.4s linear;
  235. -moz-transition: all 0.4s linear;
  236. }
  237.  
  238. #content a:hover {
  239. color:{color:links hover};
  240. -webkit-transition: all 0.4s linear;
  241. -moz-transition: all 0.4s linear;
  242. }
  243.  
  244. #content blockquote {
  245. border-left:2px solid {color:blockquote};
  246. margin:0;
  247. padding-left:8px;
  248. }
  249.  
  250. #content blockquote img {
  251. {block:indexpage}
  252. width:200px;
  253. {/block:indexpage}
  254. {block:permalinkpage}
  255. width:350px;
  256. {/block:permalinkpage}
  257. }
  258.  
  259. .posts {
  260. width:250px;
  261. padding:5px 10px;
  262. {block:permalinkpage}
  263. width:250px;
  264. {block:permalinkpage}
  265. -webkit-transition-duration: 0.5s;
  266. -moz-transition-duration: 0.5s;
  267. -o-transition-duration: 0.5s;
  268. -ms-transition-duration: 0.5s;
  269. {block:ifphotofade}
  270. opacity:.8;
  271. {/block:ifphotofade}
  272. {block:ifgrayscale}
  273. -webkit-filter: grayscale(100%);
  274. -moz-filter: grayscale(100%);
  275. -o-filter: grayscale(100%);
  276. {/block:ifgrayscale}
  277. z-index:9;
  278. background:{color:posts};
  279. }
  280.  
  281. .posts:hover {
  282. -webkit-filter: grayscale(0%);
  283. -moz-filter: grayscale(0%);
  284. -o-filter: grayscale(0%);
  285. opacity:1;
  286. -webkit-transition-duration: 0.5s;
  287. -moz-transition-duration: 0.5s;
  288. -o-transition-duration: 0.5s;
  289. -ms-transition-duration: 0.5s;
  290. }
  291.  
  292. /* permalinks */
  293. .posts .perma{
  294. text-align:center;
  295. position: absolute;
  296. width:auto;
  297. height: 14px;
  298. line-height:14px;
  299. position:absolute;
  300. background-color: {color:permalink background};
  301. color: {color:permalink text};
  302. margin-top: 10px;
  303. margin-left:70px;
  304. padding: 4px 15px;
  305. opacity: 0;
  306. font-size: 8px;
  307. font-family:calibri;
  308. text-transform: uppercase;
  309. letter-spacing: 1px;
  310. z-index:3;
  311. -webkit-transition: all 0.7s linear;
  312. -moz-transition-duration: 0.7s linear;
  313. }
  314.  
  315. .posts:hover .perma{
  316. margin-top:10px;
  317. opacity:1;
  318. -webkit-transition: all 0.7s linear;
  319. -moz-transition-duration: 0.7s linear;
  320. }
  321.  
  322. .perma a {
  323. color: {color:permalink text}!important;
  324. -webkit-transition: all 0.4s linear;
  325. -moz-transition-duration: 0.4s linear;
  326. }
  327.  
  328. .perma a:hover {
  329. color: {color:permalink text hover}!important;
  330. -webkit-transition: all 0.4s linear;
  331. -moz-transition-duration: 0.4s linear;
  332. }
  333.  
  334. #note{
  335. margin:20px auto;
  336. width: 250px;
  337. font-size: 11px;
  338. text-transform:lowercase;
  339. font-family:calibri;
  340. color:{color:text};
  341. }
  342.  
  343. ol.notes{
  344. list-style-type:none;
  345. margin:0px;
  346. padding-left:5px;
  347. line-height:130%;
  348. color:{color:text};
  349. }
  350.  
  351. .info{
  352. padding-bottom:3px;
  353. padding-top:5px;
  354. padding-left:2px;
  355. text-align:left;
  356. font-family:consolas;
  357. font-size:10px;
  358. color:{color:text};
  359. margin-top:5px;
  360. }
  361.  
  362. .tags{
  363. margin-top:5px;
  364. font-family:calibri;
  365. font-size:8px;
  366. text-transform:uppercase;
  367. letter-spacing:1px;
  368. text-align:left;
  369. color:{color:text};
  370. }
  371.  
  372. #asker{
  373. text-align:center;
  374. font-size:13px;
  375. font-style:italic;
  376. line-height:110%;
  377. }
  378.  
  379. #ques{
  380. margin-top:-6px;
  381. color:{color:text};
  382. border:1px solid {color:question border};
  383. background:{color:question background};
  384. padding:5px;
  385. }
  386.  
  387. #question{
  388. position:fixed;
  389. font-family:consolas;
  390. font-size:9px;
  391. letter-spacing:1px;
  392. text-transform:uppercase;
  393. font-weight:bold;
  394. text-decoration:none;
  395. right:5px;
  396. bottom:5px;
  397. padding:1px 3px 0px 3px;
  398. {block:ifscreenborder}
  399. color:white;
  400. background:black;
  401. {/block:ifscreenborder}
  402. {block:ifnotscreenborder}
  403. color:{color:text};
  404. background:{color:links hover};
  405. {/block:ifnotscreenborder}
  406. -webkit-transition: all 0.4s linear;
  407. -moz-transition: all 0.4s linear;
  408. -ms-transition: all 0.4s linear;
  409. -o-transition: all 0.4s linear;
  410. transition: all 0.4s linear;
  411. z-index:99999;
  412. }
  413.  
  414. #question:hover{
  415. -webkit-transition: all 0.4s linear;
  416. -moz-transition: all 0.4s linear;
  417. -ms-transition: all 0.4s linear;
  418. -o-transition: all 0.4s linear;
  419. transition: all 0.4s linear;
  420. opacity:.5;
  421. }
  422.  
  423. #answer{
  424. margin-top:-10px;
  425. padding:0px 5px 5px 5px;
  426. }
  427.  
  428. #audio{
  429. {block:indexpage}
  430. max-width:250px;
  431. {/block:indexpage}
  432. {block:permalinkpage}
  433. max-width:250px;
  434. {/block:permalinkpage}
  435. display:block;
  436. background:#000;
  437. }
  438.  
  439. #s-m-t-tooltip {
  440. position:relative;
  441. overflow:hidden;
  442. z-index:999999;
  443. max-width:200px;
  444. margin:10px 0 0 10px;
  445. padding:3px 4px;
  446. font:8px calibri;
  447. background:black;
  448. line-height:100%;
  449. text-transform:uppercase;
  450. border:0px solid #e4e4e4;
  451. letter-spacing:1px;
  452. font-weight:bold;
  453. color:#fff;
  454. }
  455.  
  456. .title {
  457. font-family:calibri;
  458. font-size:14px;
  459. text-transform:uppercase;
  460. color:{color:text};
  461. text-align:left;
  462. }
  463.  
  464. #content img {
  465. max-width:250px;
  466. {block:permalinkpage}
  467. max-width:100%;
  468. {/block:permalinkpage}
  469. }
  470.  
  471. </style>
  472.  
  473. {block:if2column}
  474. {block:indexpage}
  475. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  476. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script>
  477. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  478. <script>
  479. $(function(){
  480. var $container = $('#content');
  481. $container.imagesLoaded(function(){
  482. $container.masonry({
  483. itemSelector: '.posts',
  484. });
  485. });
  486. $container.infinitescroll({
  487. itemSelector : ".posts",
  488. navSelector : "div.pagination",
  489. nextSelector : ".pagination a#next",
  490. loadingImg : "",
  491. loadingText : "<em></em>",
  492. bufferPx : 10000,
  493. extraScrollPx: 12000,
  494. },
  495. // trigger Masonry as a callback
  496. function( newElements ) {
  497. var $newElems = $( newElements ).css({ opacity: 0 });
  498. // ensure that images load before adding to masonry layout
  499. $newElems.imagesLoaded(function(){
  500. $newElems.animate({ opacity: 1 });
  501. $container.masonry( 'appended', $newElems, true );
  502. });
  503. }
  504. );
  505. });
  506. </script>
  507. {/block:indexpage}
  508. {/block:if2column}
  509.  
  510. {block:if1column}
  511. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  512. {/block:if1column}
  513.  
  514. </head>
  515. <body>
  516.  
  517. {block:ifscreenborder}
  518. <span style="background:black;position:fixed;width:20px;height:100%;top:0;left:0;z-index:33;"></span>
  519.  
  520. <span style="background:black;position:fixed;width:100%;height:20px;top:0;left:0;z-index:33;"></span>
  521.  
  522. <span style="background:black;position:fixed;width:12px;height:100%;top:0;right:0;z-index:33;"></span>
  523.  
  524. <span style="background:black;position:fixed;width:100%;height:20px;bottom:0;right:0;z-index:33;"></span>
  525. {/block:ifscreenborder}
  526.  
  527. <div class="side">
  528. <div id="tit">{Title}</div>
  529. <div id="desc">{block:description}{description}{/block:description}</div>
  530. <div id="boob">
  531. <a href="/" class="bob" title="home">一</a>
  532. <a href="/ask" class="bob" title="message">二</a>
  533. {block:IfLink1}
  534. <a href="{text:Link1 url}" class="bob" title="{text:Link1}">三</a>
  535. {/block:IfLink1}
  536. {block:IfLink2}
  537. <a href="{text:Link2 url}" class="bob" title="{text:Link2}">四</a>
  538. {/block:IfLink2}
  539. {block:IfLink3}
  540. <a href="{text:Link3 url}" class="bob" title="{text:Link3}">五</a>
  541. {/block:IfLink3}
  542.  
  543. <div class="pagination">
  544. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage"}>previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  545. </div>
  546. </div>
  547. </div><!--side-->
  548. <a href="http://almightyone.tumblr.com/" id="question" title="made by almightyone">▰theme</a>
  549. <div id="content">
  550. <div class="autopagerize_page_element">
  551. {block:posts}
  552. <div class="posts">
  553.  
  554. {block:Photo}
  555. {block:indexpage}
  556. <div class="perma">
  557. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  558. <center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="" />{LinkCloseTag}</center>
  559. {/block:indexpage}
  560. {block:permalinkpage}
  561. <center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="" />{LinkCloseTag}</center>
  562. {block:Caption}{Caption}{/block:Caption}
  563. <div class="info">
  564. {block:RebloggedFrom}<span style="text-transform:uppercase">
  565. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  566. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
  567. {/block:RebloggedFrom}
  568. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  569. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  570. </div>
  571. {block:HasTags}<div class="tags">TAGGED AS:
  572. {block:Tags}
  573. <a href="{TagURL}">#{Tag} </a>
  574. {/block:Tags}
  575. </div>
  576. {/block:HasTags}{/block:permalinkpage}
  577. {/block:Photo}
  578.  
  579. {block:Photoset}
  580. {block:indexpage}
  581. <div class="perma">
  582. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  583. {Photoset-250}
  584. {/block:indexpage}
  585. {block:permalinkpage}
  586. {Photoset-250}
  587. {block:Caption}{Caption}{/block:Caption}
  588. <div class="info">
  589. {block:RebloggedFrom}<span style="text-transform:uppercase">
  590. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  591. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
  592. {/block:RebloggedFrom}
  593. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  594. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  595. </div>
  596. {block:HasTags}<div class="tags">
  597. {block:Tags}
  598. <a href="{TagURL}">#{Tag} </a>
  599. {/block:Tags}
  600. </div>
  601. {/block:HasTags}
  602. {/block:permalinkpage}
  603. {/block:Photoset}
  604.  
  605. {block:Video}
  606. {block:indexpage}
  607. <div class="perma">
  608. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  609. {Video-250}
  610. {/block:indexpage}
  611. {block:permalinkpage}
  612. {Video-250}
  613. {block:Caption}{Caption}{/block:Caption}
  614. <div class="info">
  615. {block:RebloggedFrom}<span style="text-transform:uppercase">
  616. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  617. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
  618. {/block:RebloggedFrom}
  619. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  620. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  621. </div>
  622. {block:HasTags}<div class="tags">
  623. {block:Tags}
  624. <a href="{TagURL}">#{Tag} </a>
  625. {/block:Tags}
  626. </div>
  627. {/block:HasTags}
  628. {/block:permalinkpage}
  629. {/block:Video}
  630.  
  631. {block:Audio}
  632. {block:indexpage}
  633. <div class="perma">
  634. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  635. <div id="audio">{AudioPlayerBlack}</div>
  636. {block:Caption}{Caption}{/block:Caption}
  637. {/block:indexpage}
  638. {block:permalinkpage}
  639. <span style="background:#e4e4e4;max-width:250px;display:block;">{AudioPlayerGrey}</span>
  640. {block:Caption}<br />{Caption}{/block:Caption}
  641. <div class="info">
  642. {block:RebloggedFrom}<span style="text-transform:uppercase">
  643. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  644. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
  645. {/block:RebloggedFrom}
  646. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  647. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  648. </div>
  649. {block:HasTags}<div class="tags">
  650. {block:Tags}
  651. <a href="{TagURL}">#{Tag} </a>
  652. {/block:Tags}
  653. </div>
  654. {/block:HasTags}
  655. {/block:permalinkpage}
  656. {/block:Audio}
  657.  
  658. {block:Quote}
  659. {block:indexpage}
  660. <div class="perma">
  661. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  662. “{Quote}”
  663. {block:Source}<br />{Source}{/block:Source}
  664. {/block:indexpage}
  665. {block:permalinkpage}
  666. “{Quote}”
  667. {block:Source}<br />{Source}{/block:Source}
  668. <div class="info">
  669. {block:RebloggedFrom}<span style="text-transform:uppercase">
  670. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  671. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
  672. {/block:RebloggedFrom}
  673. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  674. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  675. </div>
  676. {block:HasTags}<div class="tags">
  677. {block:Tags}
  678. <a href="{TagURL}">#{Tag} </a>
  679. {/block:Tags}
  680. </div>
  681. {/block:HasTags}
  682. {/block:permalinkpage}
  683. {/block:Quote}
  684.  
  685. {block:Text}
  686. {block:indexpage}
  687. <div class="perma">
  688. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  689. {block:Title}<div class="title">{Title}</div>{/block:Title}
  690. {Body}
  691. {/block:indexpage}
  692. {block:permalinkpage}
  693. {block:Title}<span style="text-transform:uppercase;text-align:center!important;font-size:12px;">{Title}</span><br />{/block:Title}
  694. {Body}
  695. <div class="info">
  696. {block:RebloggedFrom}<span style="text-transform:uppercase">
  697. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  698. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
  699. {/block:RebloggedFrom}
  700. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  701. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  702. </div>
  703. {block:HasTags}<div class="tags">
  704. {block:Tags}
  705. <a href="{TagURL}">#{Tag} </a>
  706. {/block:Tags}
  707. </div>
  708. {/block:HasTags}
  709. {/block:permalinkpage}
  710. {/block:Text}
  711.  
  712. {block:Answer}
  713. {block:indexpage}
  714. <div class="perma">
  715. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  716. <div id="asker"><img src="{AskerPortraitURL-30}" style="padding:3px;border:1px solid #e4e4e4;"/><br />{Asker}</div><br />
  717. <div id="ques">{Question}</div><br />
  718. <div id="answer">{Answer}</div>
  719. {/block:indexpage}
  720. {block:permalinkpage}
  721. <div id="asker"><img src="{AskerPortraitURL-30}" style="padding:3px;border:1px solid #e4e4e4;"/><br />{Asker}</div><br />
  722. <div id="ques">{Question}</div><br />
  723. <div id="answer">{Answer}</div>
  724. <div class="info">
  725. {block:RebloggedFrom}<span style="text-transform:uppercase">
  726. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  727. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
  728. {/block:RebloggedFrom}
  729. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  730. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  731. </div>
  732. {block:HasTags}<div class="tags">
  733. {block:Tags}
  734. <a href="{TagURL}">#{Tag} </a>
  735. {/block:Tags}
  736. </div>
  737. {/block:HasTags}
  738. {/block:permalinkpage}
  739. {/block:Answer}
  740.  
  741. {block:Chat}
  742. {block:indexpage}
  743. <div class="perma">
  744. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  745. {block:Title}{Title}<br />{/block:Title}
  746. {block:Lines}<span style="line-height:110%;">
  747. {block:Label}<strong><span style="font-size:12px;">{Label}</span></strong>{/block:Label} {Line}</span><br />
  748. {/block:Lines}
  749. {/block:indexpage}
  750. {block:permalinkpage}
  751. {block:Title}{Title}<br />{/block:Title}
  752. {block:Lines}
  753. {block:Label}<strong><span style="font-size:12px">{Label}</span></strong>{/block:Label} {Line}<br />
  754. {/block:Lines}
  755. <div class="info">
  756. {block:RebloggedFrom}<span style="text-transform:uppercase">
  757. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  758. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
  759. {/block:RebloggedFrom}
  760. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  761. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  762. </div>
  763. {block:HasTags}<div class="tags">
  764. {block:Tags}
  765. <a href="{TagURL}">#{Tag} </a>
  766. {/block:Tags}
  767. </div>
  768. {/block:HasTags}
  769. {/block:permalinkpage}
  770. {/block:Chat}
  771.  
  772. {block:Link}
  773. {block:indexpage}
  774. <div class="perma">
  775. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  776. <a href="{URL}" class="title">{Name}</a>
  777. {block:Description}{Description}{/block:Description}
  778. {/block:indexpage}
  779. {block:permalinkpage}
  780. <a href="{URL}" style="text-transform:uppercase;font-size:12px;text-align:center!important;">{Name}</a>
  781. {block:Description}<br />{Description}{/block:Description}
  782. {/block:permalinkpage}
  783. {/block:Link}
  784.  
  785. {block:PostNotes}
  786. <div id="note">{PostNotes}</div>
  787. {/block:PostNotes}
  788.  
  789.  
  790. </div> <!--posts -->
  791. {/block:posts}
  792. </div>
  793. </div> <!--content-->
  794. <a href="http://almightyone.tumblr.com/" id="question" title="made by almightyone">▰theme</a>
  795.  
  796.  
  797. </body>
  798. </html>
Advertisement
Add Comment
Please, Sign In to add comment