7th-district

[Theme #6] Wandering

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