7th-district

[Theme #8] Call Me Queen

Aug 22nd, 2013
2,992
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.96 KB | None | 0 0
  1. <!--
  2. _______________________________________________________________________
  3.  
  4. ► THEME MADE BY RACHEL @ ALMIGHTYONE.TUMBLR.COM
  5.  
  6. [THEME #8] CALL ME QUEEN
  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.  
  18. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  19. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  20. <head>
  21.  
  22. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  23. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  24. <link rel="shortcut icon" href="{Favicon}" />
  25.  
  26. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
  27. <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>
  28.  
  29. <meta name="color:background" content="#ffffff" />
  30. <meta name="color:description border" content="#040004" />
  31. <meta name="color:description" content="#000000" />
  32. <meta name="color:title" content="#FF3339" />
  33. <meta name="color:title hover" content="#000000" />
  34. <meta name="color:custom links bg" content="#000000" />
  35. <meta name="color:custom links text" content="#ffffff" />
  36. <meta name="color:links" content="#565656" />
  37. <meta name="color:links hover" content="#eeeeee" />
  38. <meta name="color:blockquote" content="#000000" />
  39. <meta name="color:posts" content="#ffffff" />
  40. <meta name="color:permalink background" content="#000000" />
  41. <meta name="color:permalink text" content="#ffffff" />
  42. <meta name="color:permalink text hover" content="#121212" />
  43. <meta name="color:text" content="#000000" />
  44. <meta name="color:question border" content="#eeeeee" />
  45. <meta name="color:question background" content"#f5f5f5" />
  46. <meta name="color:pagination" content="#000000" />
  47. <meta name="color:pagination hover" content="#eeeeee" />
  48. <meta name="color:side border" content="#000000" />
  49. <meta name="color:permalink date" content="#FF3339" />
  50. <meta name="color:permalink date underline" content="#33FFF8" />
  51. <meta name="color:scrollbar bg" content="#ffffff" />
  52. <meta name="color:scrollbar" content="#000000" />
  53.  
  54. <meta name="image:background" content="" />
  55.  
  56. <meta name="if:infinite scroll" content="1" />
  57. <meta name="if:grayscale" content="0" />
  58. <meta name="if:small cursor" content="1" />
  59. <meta name="if:title shadow" content="1" />
  60. <meta name="if:captions" content="0" />
  61.  
  62. <meta name="text:Link1 url" content="/">
  63. <meta name="text:Link1" content="link 1"/>
  64. <meta name="text:Link2 url" content="/">
  65. <meta name="text:Link2" content="link 2"/>
  66. <meta name="text:Link3 url" content="/">
  67. <meta name="text:Link3" content="link 3"/>
  68. <meta name="text:Link4 url" content="/">
  69. <meta name="text:Link4" content="link 4"/>
  70. <meta name="text:Link5 url" content="/">
  71. <meta name="text:Link5" content="link 5"/>
  72. <meta name="text:Link6 url" content="/">
  73. <meta name="text:Link6" content="link 6"/>
  74.  
  75. <style type="text/css">
  76.  
  77. ::selection {
  78. background: #ddd;
  79. color: #565656;
  80. }
  81. ::-moz-selection {
  82. background: #ddd;
  83. color: #565656;
  84. }
  85. ::-webkit-selection {
  86. background: #ddd;
  87. color: #565656;
  88. }
  89. ::-webkit-scrollbar-track {background-color:{color:scrollbar bg};}
  90. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  91. ::-webkit-scrollbar {width:6px;height:5px;}
  92.  
  93. {block:ifsmallcursor}
  94. *, body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  95. {/block:ifsmallcursor}
  96.  
  97. body {
  98. background:{color:background};
  99. background-attachment:fixed;
  100. margin:0;padding:0;
  101. background-image:url('{image:background}');
  102. font-size:11px;
  103. }
  104.  
  105. body a{text-decoration:none;}
  106.  
  107. #nav{
  108. width:530px;
  109. height:auto;
  110. top:42px;
  111. left:100px;
  112. border-top:2px solid {color:description border};
  113. border-bottom:2px solid {color:description border};
  114. position:fixed;
  115. background:{color:background};
  116. padding:5px 0px;
  117. z-index:5;
  118. }
  119.  
  120. #nav #desc{
  121. font-family:calibri;
  122. font-size:11px;
  123. width:490px;
  124. height:35px;
  125. color:{color:description};
  126. padding:3px 25px 3px 20px;
  127. text-align:center;
  128. line-height:100%;
  129. opacity:1;
  130. background:{color:background};
  131. -webkit-transition: all 0.6s linear;
  132. -moz-transition: all 0.6s linear;
  133. }
  134.  
  135. #nav #desc a{
  136. color:{color:links};
  137. -webkit-transition: all 0.6s linear;
  138. -moz-transition: all 0.6s linear;
  139. }
  140.  
  141. #nav #desc a:hover{
  142. color:{color:links hover};
  143. -webkit-transition: all 0.6s linear;
  144. -moz-transition: all 0.6s linear;
  145. }
  146.  
  147. #tit{
  148. padding:5px 0px 5px 0px;
  149. position:fixed;
  150. top:0px;
  151. height:auto;
  152. left:100px;
  153. width:530px;
  154. background:{color:background};
  155. z-index:5;
  156. }
  157.  
  158. #title{
  159. color:{color:title};
  160. font-family:cambria;
  161. text-transform:none;
  162. font-style:none;
  163. text-align:right;
  164. float:Right;
  165. font-size:20px;
  166. line-height:32px;
  167. {block:iftitleshadow}
  168. text-shadow:0px 0px 1px #000;{/block:iftitleshadow}
  169. -webkit-transition: all 0.6s linear;
  170. -moz-transition: all 0.6s linear;
  171. }
  172.  
  173. #title:hover {
  174. color:{color:title hover};
  175. -webkit-transition: all 0.6s linear;
  176. -moz-transition: all 0.6s linear;
  177. }
  178.  
  179. #question{
  180. position:fixed;
  181. font-family:consolas;
  182. font-size:9px;
  183. letter-spacing:1px;
  184. text-transform:uppercase;
  185. font-weight:bold;
  186. text-decoration:none;
  187. right:5px;
  188. bottom:5px;
  189. padding:1px 3px 0px 3px;
  190.  
  191. color:white;
  192. background:black;
  193. color:{color:text};
  194. background:{color:links hover};
  195. -webkit-transition: all 0.4s linear;
  196. -moz-transition: all 0.4s linear;
  197. -ms-transition: all 0.4s linear;
  198. -o-transition: all 0.4s linear;
  199. transition: all 0.4s linear;
  200. z-index:9999999;
  201. }
  202.  
  203. #question:hover{
  204. color:{color:links hover};
  205. -webkit-transition: all 0.4s linear;
  206. -moz-transition: all 0.4s linear;
  207. -ms-transition: all 0.4s linear;
  208. -o-transition: all 0.4s linear;
  209. transition: all 0.4s linear;
  210. opacity:.5;
  211. }
  212.  
  213. #poo {
  214. float:left;
  215. width:530px;
  216. margin:5px;
  217. text-align:left;
  218. opacity:1;
  219. margin-top:-20px;
  220. margin-left:3px;
  221. z-index:3;
  222. -webkit-transition: all 0.6s linear;
  223. -moz-transition: all 0.6s linear;
  224. }
  225.  
  226. .po {
  227. font-family:consolas;
  228. font-size:11px;
  229. margin:2px;
  230. padding:4px 5px;
  231. border-radius:0%;
  232. background:{color:custom links bg};
  233. color:{color:custom links text};
  234. -webkit-transition: all 0.6s ease-in-out;
  235. -moz-transition: all 0.6s ease-in-out;
  236. }
  237.  
  238. .po:hover{
  239. box-shadow:0px 0px 3px #ddd;
  240. padding:4px 5px 12px 5px;
  241. border-radius:0%;
  242. -webkit-transition: all 0.6s ease-in-out;
  243. -moz-transition: all 0.6s ease-in-out;
  244. }
  245.  
  246. #s-m-t-tooltip {
  247. position:relative;
  248. overflow:hidden;
  249. z-index:990999999;
  250. max-width:200px;
  251. margin:10px 0 0 10px;
  252. padding:3px 5px 4px 5px;
  253. font:8px calibri;
  254. background:black;
  255. line-height:100%;
  256. font-weight:bold;
  257. text-transform:uppercase;
  258. letter-spacing:1px;
  259. color:#fff;
  260. }
  261.  
  262. #content {
  263. {block:indexpage}
  264. width:550px;
  265. margin:110px 0px 40px 95px!important;{/block:indexpage}
  266. color:black;
  267. {block:permalinkpage}
  268. width:520px;
  269. margin:120px 0px 40px 105px;
  270. {/block:permalinkpage}
  271. font-family:calibri;
  272. line-height:110%;
  273. }
  274.  
  275. #content a {
  276. color:{color:links};
  277. -webkit-transition: all 0.4s linear;
  278. -moz-transition: all 0.4s linear;
  279. }
  280.  
  281. #content a:hover {
  282. color:{color:links hover};
  283. -webkit-transition: all 0.4s linear;
  284. -moz-transition: all 0.4s linear;
  285. }
  286.  
  287. #content blockquote {
  288. border-left:2px solid {color:blockquote};
  289. margin:0;
  290. padding-left:8px;
  291. }
  292.  
  293. #content blockquote img {
  294. {block:indexpage}
  295. width:200px;
  296. {/block:indexpage}
  297. {block:permalinkpage}
  298. width:450px;
  299. {/block:permalinkpage}
  300. }
  301.  
  302. .posts {
  303. width:250px;
  304. padding:10px 10px;
  305. {block:permalinkpage}
  306. width:500px;
  307. {block:permalinkpage}
  308. -webkit-transition-duration: 0.5s;
  309. -moz-transition-duration: 0.5s;
  310. -o-transition-duration: 0.5s;
  311. -ms-transition-duration: 0.5s;
  312. {block:ifgrayscale}
  313. -webkit-filter: grayscale(100%);
  314. -moz-filter: grayscale(100%);
  315. -o-filter: grayscale(100%);
  316. {/block:ifgrayscale}
  317. z-index:3;
  318. background:{color:posts};
  319. }
  320.  
  321. .posts:hover {
  322. -webkit-filter: grayscale(0%);
  323. -moz-filter: grayscale(0%);
  324. -o-filter: grayscale(0%);
  325. -webkit-transition-duration: 0.5s;
  326. -moz-transition-duration: 0.5s;
  327. -o-transition-duration: 0.5s;
  328. -ms-transition-duration: 0.5s;
  329. }
  330.  
  331. #content img {
  332. max-width:250px;
  333. {block:permalinkpage}
  334. max-width:100%;
  335. {/block:permalinkpage}
  336. }
  337.  
  338. /* permalinks */
  339. .posts .perma{
  340. text-align:right;
  341. position: absolute;
  342. width:90px;
  343. height: 50px; /*14*/
  344. line-height:14px;
  345. position:absolute;
  346. background-color: {color:permalink background};
  347. color: {color:permalink text};
  348. margin-top: 0px;
  349. margin-left:-5px;
  350. padding: 0px 15px 15px 15px;
  351. opacity: 0;
  352. font-size: 8px;
  353. font-family:calibri;
  354. text-transform: uppercase;
  355. letter-spacing: 1px;
  356. z-index:3;
  357. -webkit-transition: all 0.5s ease-in-out;
  358. -moz-transition-duration: 0.5s ease-in-out;
  359. }
  360.  
  361. .posts:hover .perma{
  362. padding:0px 15px 15px 145px;
  363. margin-left:0px;
  364. opacity:1;
  365. -webkit-transition: all 0.5s ease-in-out;
  366. -moz-transition-duration: 0.5s ease-in-out;
  367. }
  368.  
  369. .perma a {
  370. color: {color:permalink text}!important;
  371. -webkit-transition: all 0.4s linear;
  372. -moz-transition-duration: 0.4s;
  373. -o-transition-duration: 0.4s;
  374. -ms-transition-duration: 0.4s;
  375. }
  376.  
  377. .perma a:hover {
  378. color: {color:permalink text hover}!important;
  379. -webkit-transition: all 0.4s linear;
  380. -moz-transition-duration: 0.4s;
  381. -o-transition-duration: 0.4s;
  382. -ms-transition-duration: 0.4s;
  383. }
  384.  
  385. #note{
  386. margin:20px auto;
  387. width: 500px;
  388. font-size: 11px;
  389. text-transform:lowercase;
  390. font-family:calibri;
  391. color:{color:text};
  392. }
  393.  
  394. ol.notes{
  395. list-style-type:none;
  396. margin:0px;
  397. padding-left:5px;
  398. line-height:130%;
  399. color:{color:text};
  400. }
  401.  
  402. ol.notes li.note img.avatar {
  403.  
  404. margin-right: 10px;
  405. width: 16px;
  406. height: 16px;
  407. }
  408.  
  409. .info{
  410. padding-bottom:3px;
  411. padding-top:5px;
  412. padding-left:2px;
  413. text-align:left;
  414. font-family:consolas;
  415. font-size:10px;
  416. color:{color:text};
  417. margin-top:5px;
  418. }
  419.  
  420. .tags{
  421. margin-top:5px;
  422. font-family:calibri;
  423. font-size:8px;
  424. text-transform:uppercase;
  425. letter-spacing:1px;
  426. text-align:left;
  427. color:{color:text};
  428. }
  429.  
  430. #asker{
  431. text-align:center;
  432. font-size:13px;
  433. font-style:italic;
  434. line-height:110%;
  435. }
  436.  
  437. #ques{
  438. margin-top:-6px;
  439. color:{color:text};
  440. border:1px solid {color:question border};
  441. background:{color:question background};
  442. padding:5px;
  443. }
  444.  
  445. #question{
  446. position:fixed;
  447. font-family:consolas;
  448. font-size:9px;
  449. letter-spacing:1px;
  450. text-transform:uppercase;
  451. font-weight:bold;
  452. text-decoration:none;
  453. right:5px;
  454. bottom:5px;
  455. padding:1px 3px 0px 3px;
  456.  
  457. color:white;
  458. background:black;
  459. color:{color:text};
  460. background:{color:links hover};
  461. -webkit-transition: all 0.4s linear;
  462. -moz-transition: all 0.4s linear;
  463. -ms-transition: all 0.4s linear;
  464. -o-transition: all 0.4s linear;
  465. transition: all 0.4s linear;
  466. z-index:99999;
  467. }
  468.  
  469. #question:hover{
  470. color:{color:links hover};
  471. -webkit-transition: all 0.4s linear;
  472. -moz-transition: all 0.4s linear;
  473. -ms-transition: all 0.4s linear;
  474. -o-transition: all 0.4s linear;
  475. transition: all 0.4s linear;
  476. opacity:.5;
  477. }
  478.  
  479. #answer{
  480. margin-top:-10px;
  481. padding:0px 5px 5px 5px;
  482. }
  483.  
  484. #audio{
  485. {block:indexpage}
  486. max-width:250px;
  487. {/block:indexpage}
  488. {block:permalinkpage}
  489. max-width:500px;
  490. {/block:permalinkpage}
  491. display:block;
  492. background:#000;
  493. }
  494.  
  495. .title {
  496. font-family:calibri;
  497. font-size:14px;
  498. text-transform:uppercase;
  499. color:{color:text};
  500. text-align:left;
  501. }
  502.  
  503. .quote {
  504. font-family:calibri;
  505. font-style:italic;
  506. font-size:15px;
  507. line-height:15px;
  508. }
  509.  
  510. .source {
  511. text-align:right;
  512. font-style:italic;
  513. }
  514.  
  515. .pagination {
  516. position:fixed;
  517. left:660px;
  518. bottom:5%;
  519. }
  520.  
  521. .pagination a{
  522. {block:ifinfinitescroll}
  523. display:none;
  524. {/block:ifinfinitescroll}
  525. color:{color:pagination};
  526. font-family:calibri;
  527. font-size:35px;
  528. -webkit-transition: all 0.6s linear;
  529. -moz-transition: all 0.6s linear;
  530. }
  531.  
  532. .pagination a:hover {
  533. color:{color:pagination hover};
  534. -webkit-transition: all 0.6s linear;
  535. -moz-transition: all 0.6s linear;
  536. }
  537.  
  538. </style>
  539.  
  540. {block:indexpage}
  541. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  542. {block:ifinfinitescroll}
  543. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script>
  544. {/block:ifinfinitescroll}
  545. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  546. <script>
  547. $(function(){
  548. var $container = $('#content');
  549. $container.imagesLoaded(function(){
  550. $container.masonry({
  551. itemSelector: '.posts',
  552. });
  553. });
  554. $container.infinitescroll({
  555. itemSelector : ".posts",
  556. navSelector : "div.pagination",
  557. nextSelector : ".pagination a#next",
  558. loadingImg : "",
  559. loadingText : "<em></em>",
  560. bufferPx : 10000,
  561. extraScrollPx: 12000,
  562. },
  563. // trigger Masonry as a callback
  564. function( newElements ) {
  565. var $newElems = $( newElements ).css({ opacity: 0 });
  566. // ensure that images load before adding to masonry layout
  567. $newElems.imagesLoaded(function(){
  568. $newElems.animate({ opacity: 1 });
  569. $container.masonry( 'appended', $newElems, true );
  570. });
  571. }
  572. );
  573. });
  574. </script>
  575. {/block:indexpage}
  576.  
  577. </head>
  578.  
  579. <body>
  580.  
  581. <div class="pagination">
  582. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">»</a>{/block:NextPage}{/block:Pagination}
  583. </div>
  584.  
  585. <span style="
  586. width:40px;
  587. top:0px;
  588. left:0px;
  589. background:{color:side border};
  590. height:100%;position:fixed;z-index:3;"></span>
  591. <span style="position:fixed;top:0px;left:0px;background:{color:background};width:42px;height:100%;z-index:2;"></span>
  592. <span style="position:fixed;top:0px;left:0px;background:{color:side border};width:46px;height:100%;z-index:1;"></span>
  593.  
  594.  
  595. <div id="tit"><a href="/" id="title">{Title}</a>
  596.  
  597. <div id="poo">
  598. <a href="/" class="po" title="home">01</a>
  599. <a href="/ask" class="po" title="message">02</a>
  600. <a href="/archive" class="po" title="history">03</a>
  601. {block:IfLink1}
  602. <a href="{text:Link1 url}" class="po" title="{text:Link1}">04</a>
  603. {/block:IfLink1}
  604. {block:IfLink2}
  605. <a href="{text:Link2 url}" class="po" title="{text:Link2}">05</a>
  606. {/block:IfLink2}
  607. {block:IfLink3}
  608. <a href="{text:Link3 url}" class="po" title="{text:Link3}">06</a>
  609. {/block:IfLink3}
  610. {block:IfLink4}
  611. <a href="{text:Link4 url}" class="po" title="{text:Link4}">07</a>
  612. {/block:IfLink4}
  613. {block:IfLink5}
  614. <a href="{text:Link5 url}" class="po" title="{text:Link5}">08</a>
  615. {/block:IfLink5}
  616. {block:IfLink6}
  617. <a href="{text:Link6 url}" class="po" title="{text:Link6}">09</a>
  618. {/block:IfLink6}</div>
  619.  
  620. </div> <!--tit-->
  621.  
  622. <div id="nav">
  623. <div id="desc">{block:description}{description}{/block:description}
  624. </div> <!--desc-->
  625.  
  626. </div><!--nav-->
  627. <a href="http://almightyone.tumblr.com/" id="question" title="made by almightyone">▰theme</a>
  628. <div id="content">
  629. <div class="autopagerize_page_element">
  630. {block:posts}
  631. <div class="posts">
  632.  
  633. {block:Photo}
  634. {block:indexpage}
  635. <div class="perma"><br />
  636.  
  637. <a href="{Permalink}" style="font-size:11px;font-family:consolas;letter-spacing:0px;color:{color:permalink date}!important;border-bottom:1px solid {color:permalink date underline};">{block:Date} {ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a><Br />
  638.  
  639. <a href="{Permalink}">{block:NoteCount} ■ {NoteCountWithLabel}{/block:NoteCount}</a><br />
  640.  
  641. <a href="{ReblogURL}" target=”_blank”> ■ REBLOG</a></div>
  642.  
  643. <center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="" />{LinkCloseTag}</center>
  644. {block:ifcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifcaptions}
  645. {/block:indexpage}
  646. {block:permalinkpage}
  647. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="" />{LinkCloseTag}</center>
  648. {block:Caption}{Caption}{/block:Caption}
  649. <div class="info">
  650. {block:RebloggedFrom}<span style="text-transform:uppercase">
  651. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  652. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
  653. {/block:RebloggedFrom}
  654. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  655. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  656. </div>
  657. {block:HasTags}<div class="tags">TAGGED AS:
  658. {block:Tags}
  659. <a href="{TagURL}">#{Tag} </a>
  660. {/block:Tags}
  661. </div>
  662. {/block:HasTags}{/block:permalinkpage}
  663. {/block:Photo}
  664.  
  665. {block:Photoset}
  666. {block:indexpage}
  667. <div class="perma"><br />
  668.  
  669. <a href="{Permalink}" style="font-size:11px;font-family:consolas;letter-spacing:0px;color:{color:permalink date}!important;border-bottom:1px solid {color:permalink date underline};">{block:Date} {ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a><Br />
  670.  
  671. <a href="{Permalink}">{block:NoteCount} ■ {NoteCountWithLabel}{/block:NoteCount}</a><br />
  672.  
  673. <a href="{ReblogURL}" target=”_blank”> ■ REBLOG</a></div>
  674. {Photoset-250}
  675. {block:ifcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifcaptions}
  676. {/block:indexpage}
  677. {block:permalinkpage}
  678. {Photoset-500}
  679. {block:Caption}{Caption}{/block:Caption}
  680. <div class="info">
  681. {block:RebloggedFrom}<span style="text-transform:uppercase">
  682. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  683. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
  684. {/block:RebloggedFrom}
  685. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  686. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  687. </div>
  688. {block:HasTags}<div class="tags">
  689. {block:Tags}
  690. <a href="{TagURL}">#{Tag} </a>
  691. {/block:Tags}
  692. </div>
  693. {/block:HasTags}
  694. {/block:permalinkpage}
  695. {/block:Photoset}
  696.  
  697. {block:Video}
  698. <div class="perma"><br />
  699.  
  700. <a href="{Permalink}" style="font-size:11px;font-family:consolas;letter-spacing:0px;color:{color:permalink date}!important;border-bottom:1px solid {color:permalink date underline};">{block:Date} {ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a><Br />
  701.  
  702. <a href="{Permalink}">{block:NoteCount} ■ {NoteCountWithLabel}{/block:NoteCount}</a><br />
  703.  
  704. <a href="{ReblogURL}" target=”_blank”> ■ REBLOG</a></div>
  705. {Video-250}
  706. {block:ifcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifcaptions}
  707. {/block:indexpage}
  708. {block:permalinkpage}
  709. {Video-500}
  710. {block:Caption}{Caption}{/block:Caption}
  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:Video}
  727.  
  728. {block:Audio}
  729. {block:indexpage}
  730. <div class="perma"><br />
  731.  
  732. <a href="{Permalink}" style="font-size:11px;font-family:consolas;letter-spacing:0px;color:{color:permalink date}!important;border-bottom:1px solid {color:permalink date underline};">{block:Date} {ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a><Br />
  733.  
  734. <a href="{Permalink}">{block:NoteCount} ■ {NoteCountWithLabel}{/block:NoteCount}</a><br />
  735.  
  736. <a href="{ReblogURL}" target=”_blank”> ■ REBLOG</a></div>
  737. <div id="audio">{AudioPlayerBlack}</div>
  738. {block:Caption}{Caption}{/block:Caption}
  739. {/block:indexpage}
  740. {block:permalinkpage}
  741. <span style="background:#e4e4e4;max-width:500px;display:block;">{AudioPlayerGrey}</span>
  742. {block:Caption}<br />{Caption}{/block:Caption}
  743. <div class="info">
  744. {block:RebloggedFrom}<span style="text-transform:uppercase">
  745. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  746. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
  747. {/block:RebloggedFrom}
  748. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  749. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  750. </div>
  751. {block:HasTags}<div class="tags">
  752. {block:Tags}
  753. <a href="{TagURL}">#{Tag} </a>
  754. {/block:Tags}
  755. </div>
  756. {/block:HasTags}
  757. {/block:permalinkpage}
  758. {/block:Audio}
  759.  
  760. {block:Quote}
  761. {block:indexpage}
  762. <div class="perma"><br />
  763.  
  764. <a href="{Permalink}" style="font-size:11px;font-family:consolas;letter-spacing:0px;color:{color:permalink date}!important;border-bottom:1px solid {color:permalink date underline};">{block:Date} {ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a><Br />
  765.  
  766. <a href="{Permalink}">{block:NoteCount} ■ {NoteCountWithLabel}{/block:NoteCount}</a><br />
  767.  
  768. <a href="{ReblogURL}" target=”_blank”> ■ REBLOG</a></div>
  769. <div class="quote">“{Quote}”</div>
  770. {block:Source}<br /><div class="source">- {Source}</div>{/block:Source}
  771. {/block:indexpage}
  772. {block:permalinkpage}
  773. <div class="quote">“{Quote}”</div>
  774. {block:Source}<br /><div class="source">- {Source}</div>{/block:Source}
  775. <div class="info">
  776. {block:RebloggedFrom}<span style="text-transform:uppercase">
  777. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  778. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
  779. {/block:RebloggedFrom}
  780. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  781. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  782. </div>
  783. {block:HasTags}<div class="tags">
  784. {block:Tags}
  785. <a href="{TagURL}">#{Tag} </a>
  786. {/block:Tags}
  787. </div>
  788. {/block:HasTags}
  789. {/block:permalinkpage}
  790. {/block:Quote}
  791.  
  792. {block:Text}
  793. {block:indexpage}
  794. <div class="perma"><br />
  795.  
  796. <a href="{Permalink}" style="font-size:11px;font-family:consolas;letter-spacing:0px;color:{color:permalink date}!important;border-bottom:1px solid {color:permalink date underline};">{block:Date} {ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a><Br />
  797.  
  798. <a href="{Permalink}">{block:NoteCount} ■ {NoteCountWithLabel}{/block:NoteCount}</a><br />
  799.  
  800. <a href="{ReblogURL}" target=”_blank”> ■ REBLOG</a></div>
  801. {block:Title}<div class="title">{Title}</div>{/block:Title}
  802. {Body}
  803. {/block:indexpage}
  804. {block:permalinkpage}
  805. {block:Title}<span style="text-transform:uppercase;text-align:center!important;font-size:12px;">{Title}</span><br />{/block:Title}
  806. {Body}
  807. <div class="info">
  808. {block:RebloggedFrom}<span style="text-transform:uppercase">
  809. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  810. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
  811. {/block:RebloggedFrom}
  812. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  813. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  814. </div>
  815. {block:HasTags}<div class="tags">
  816. {block:Tags}
  817. <a href="{TagURL}">#{Tag} </a>
  818. {/block:Tags}
  819. </div>
  820. {/block:HasTags}
  821. {/block:permalinkpage}
  822. {/block:Text}
  823.  
  824. {block:Answer}
  825. {block:indexpage}
  826. <div class="perma"><Br />
  827. <a href="{Permalink}" style="font-size:11px;font-family:consolas;letter-spacing:0px;color:{color:permalink date}!important;border-bottom:1px solid {color:permalink date underline};line-height:27px;">{block:Date} {ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a><Br />
  828. <a href="{Permalink}">{block:NoteCount} ■ {NoteCountWithLabel}{/block:NoteCount}</a></div>
  829.  
  830. <div id="asker"><img src="{AskerPortraitURL-30}" style="padding:3px;border:1px solid #e4e4e4;"/><br />{Asker}</div><br />
  831. <div id="ques">{Question}</div><br />
  832. <div id="answer">{Answer}</div>
  833. {/block:indexpage}
  834. {block:permalinkpage}
  835. <div id="asker"><img src="{AskerPortraitURL-30}" style="padding:3px;border:1px solid #e4e4e4;"/><br />{Asker}</div><br />
  836. <div id="ques">{Question}</div><br />
  837. <div id="answer">{Answer}</div>
  838. <div class="info">
  839. {block:RebloggedFrom}<span style="text-transform:uppercase">
  840. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  841. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
  842. {/block:RebloggedFrom}
  843. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  844. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  845. </div>
  846. {block:HasTags}<div class="tags">
  847. {block:Tags}
  848. <a href="{TagURL}">#{Tag} </a>
  849. {/block:Tags}
  850. </div>
  851. {/block:HasTags}
  852. {/block:permalinkpage}
  853. {/block:Answer}
  854.  
  855. {block:Chat}
  856. {block:indexpage}
  857. <div class="perma"><br />
  858.  
  859. <a href="{Permalink}" style="font-size:11px;font-family:consolas;letter-spacing:0px;color:{color:permalink date}!important;border-bottom:1px solid {color:permalink date underline};">{block:Date} {ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a><Br />
  860.  
  861. <a href="{Permalink}">{block:NoteCount} ■ {NoteCountWithLabel}{/block:NoteCount}</a><br />
  862.  
  863. <a href="{ReblogURL}" target=”_blank”> ■ REBLOG</a></div>
  864. {block:Title}{Title}<br />{/block:Title}
  865. {block:Lines}<span style="line-height:110%;">
  866. {block:Label}<strong><span style="font-size:12px;">{Label}</span></strong>{/block:Label} {Line}</span><br />
  867. {/block:Lines}
  868. {/block:indexpage}
  869. {block:permalinkpage}
  870. {block:Title}{Title}<br />{/block:Title}
  871. {block:Lines}
  872. {block:Label}<strong><span style="font-size:12px">{Label}</span></strong>{/block:Label} {Line}<br />
  873. {/block:Lines}
  874. <div class="info">
  875. {block:RebloggedFrom}<span style="text-transform:uppercase">
  876. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  877. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
  878. {/block:RebloggedFrom}
  879. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  880. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  881. </div>
  882. {block:HasTags}<div class="tags">
  883. {block:Tags}
  884. <a href="{TagURL}">#{Tag} </a>
  885. {/block:Tags}
  886. </div>
  887. {/block:HasTags}
  888. {/block:permalinkpage}
  889. {/block:Chat}
  890.  
  891. {block:Link}
  892. <div class="perma"><br />
  893.  
  894. <a href="{Permalink}" style="font-size:11px;font-family:consolas;letter-spacing:0px;color:{color:permalink date}!important;border-bottom:1px solid {color:permalink date underline};">{block:Date} {ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a><Br />
  895.  
  896. <a href="{Permalink}">{block:NoteCount} ■ {NoteCountWithLabel}{/block:NoteCount}</a><br />
  897.  
  898. <a href="{ReblogURL}" target=”_blank”> ■ REBLOG</a></div>
  899. <a href="{URL}" class="title">{Name}</a>
  900. {block:Description}{Description}{/block:Description}
  901. {/block:indexpage}
  902. {block:permalinkpage}
  903. <a href="{URL}" style="text-transform:uppercase;font-size:12px;text-align:center!important;">{Name}</a>
  904. {block:Description}<br />{Description}{/block:Description}
  905. {/block:permalinkpage}
  906. {/block:Link}
  907.  
  908. {block:PostNotes}
  909. <div id="note">{PostNotes}</div>
  910. {/block:PostNotes}
  911.  
  912.  
  913. </div> <!--posts -->
  914. {/block:posts}
  915. </div>
  916. </div> <!--content-->
  917. <a href="http://almightyone.tumblr.com/" id="question" title="made by almightyone">▰theme</a>
  918. </body>
  919. </html>
Advertisement
Add Comment
Please, Sign In to add comment