7th-district

[Theme #9] Simplicity

Aug 24th, 2013
5,303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.00 KB | None | 0 0
  1. <!--
  2. _______________________________________________________________________
  3.  
  4. ► THEME MADE BY RACHEL @ ALMIGHTYONE.TUMBLR.COM
  5.  
  6. [THEME #9] SIMPLICITY
  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. <meta name="color:background" content="#ffffff" />
  29. <meta name="color:text" content="#565656" />
  30. <meta name="color:links" content="#7e7e7e" />
  31. <meta name="color:links hover" content="#eeeeee" />
  32. <meta name="color:blockquote" content="#565656" />
  33. <meta name="color:permalink background" content="#ffffff" />
  34. <meta name="color:permalink text" content="#747474" />
  35. <meta name="color:permalink text hover" content="#e4e4e4" />
  36. <meta name="color:sidebar background" content="#f5f5f5" />
  37. <meta name="color:title" content="#565656" />
  38. <meta name="color:title hover" content="#ffffff" />
  39. <meta name="color:custom link" content="#565656" />
  40. <meta name="color:custom link hover" content="#ffffff" />
  41. <meta name="color:custom link bg hover" content="#747474" />
  42. <meta name="color:question border" content="#eeeeee" />
  43. <meta name="color:question background" content="#f9f9f9" />
  44.  
  45. <meta name="image:background" content="" />
  46. <meta name="image:sidebar" content="" />
  47.  
  48. <meta name="if:250" content="1" />
  49. <meta name="if:400" content="0" />
  50. <meta name="if:infinite scroll" content="1" />
  51. <meta name="if:small cursor" content="1" />
  52. <meta name="if:grayscale" content="1" />
  53. <meta name="if:photo fade" content="1" />
  54.  
  55. <meta name="text:Link1 url" content="/">
  56. <meta name="text:Link1" content="link 1"/>
  57. <meta name="text:Link2 url" content="/">
  58. <meta name="text:Link2" content="link 2"/>
  59. <meta name="text:Link3 url" content="/">
  60. <meta name="text:Link3" content="link 3"/>
  61. <meta name="text:Link4 url" content="/">
  62. <meta name="text:Link4" content="link 4"/>
  63.  
  64. <style type="text/css">
  65.  
  66. ::-webkit-scrollbar-track {background-color:#fff;border-right:0px solid #fff;}
  67. ::-webkit-scrollbar-thumb {background-color:#aaa;border:5px solid white;}
  68. ::-webkit-scrollbar {width:12px;height:5px;;}
  69.  
  70.  
  71. iframe#tumblr_controls {
  72. -webkit-filter: invert(100%);
  73. -moz-filter: invert(100%);
  74. -o-filter: invert(100%);
  75. -webkit-transition: all 0.6s linear;
  76. -moz-transition: all 0.6s linear;
  77. -ms-transition: all 0.6s linear;
  78. -o-transition: all 0.6s linear;
  79. transition: all 0.6s linear;
  80. opacity:.3;
  81. }
  82.  
  83. iframe#tumblr_controls:hover{
  84. opacity:1;
  85. -webkit-transition: all 0.6s linear;
  86. -moz-transition: all 0.6s linear;
  87. -ms-transition: all 0.6s linear;
  88. -o-transition: all 0.6s linear;
  89. transition: all 0.6s linear;
  90. }
  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-image:url('{image:background}');
  99. background-attachment:fixed;
  100. background-repeat:repeat;
  101. word-wrap:break-word;
  102. padding:0;
  103. margin:0;
  104. font-family:calibri;
  105. font-size:11px;
  106. line-height:100%;
  107. color:{color:text};
  108. }
  109. body a{
  110. text-decoration:none;
  111. color:{color:links};
  112. -webkit-transition: all 0.7s linear;
  113. -moz-transition-duration: 0.7s;
  114. -o-transition-duration: 0.7s;
  115. -ms-transition-duration: 0.7s;
  116. }
  117.  
  118. body a:hover{
  119. color:{color:links hover};
  120. -webkit-transition: all 0.7s linear;
  121. -moz-transition-duration: 0.7s;
  122. -o-transition-duration: 0.7s;
  123. -ms-transition-duration: 0.7s;
  124. }
  125.  
  126. #content {
  127. {block:indexpage}
  128. margin:30px 0px 30px 300px;
  129. {block:if250}
  130. width:260px;
  131. {/block:if250}
  132. {block:if400}
  133. width:410px;
  134. {/block:if400}
  135. {/block:indexpage}
  136. {block:permalinkpage}
  137. margin:20px 0px 30px 300px;
  138. width:400px;
  139. {/block:permalinkpage}
  140. }
  141.  
  142. blockquote {
  143. border-left:2px solid {color:blockquote};
  144. padding-left:6px;
  145. background:{color:background};
  146. margin:2px;
  147. }
  148.  
  149. blockquote img {
  150. {block:if250}
  151. max-width:200px;
  152. {/block:if250}
  153. {block:if400}
  154. max-width:350px;
  155. {/block:if400}
  156. {block:permalinkpage}
  157. max-width:100%;
  158. {/block:permalinkpage}
  159. }
  160.  
  161. .posts {
  162. {block:indexpage}
  163. {block:if250}
  164. margin:13px;
  165. width:250px;
  166. {/block:if250}
  167. {block:if400}
  168. margin:17px;
  169. width:400px;
  170. {/block:if400}
  171. {block:ifphotofade}
  172. opacity:.7;
  173. {/block:ifphotofade}
  174. {block:ifgrayscale}
  175. -webkit-filter: grayscale(100%);
  176. -moz-filter: grayscale(100%);
  177. -o-filter: grayscale(100%);
  178. -ms-filter: grayscale(100%);
  179. {/block:ifgrayscale}
  180. {/block:indexpage}
  181. {block:permalinkpage}
  182. width:400px;
  183. {/block:permalinkpage}
  184. -webkit-transition: all 0.7s linear;
  185. -moz-transition-duration: 0.7s;
  186. -o-transition-duration: 0.7s;
  187. -ms-transition-duration: 0.7s;
  188. }
  189.  
  190. .posts:hover {
  191. opacity:1;
  192. -webkit-filter: grayscale(0%);
  193. -moz-filter: grayscale(0%);
  194. -o-filter: grayscale(0%);
  195. -ms-filter: grayscale(0%);
  196. -webkit-transition: all 0.7s linear;
  197. -moz-transition-duration: 0.7s;
  198. -o-transition-duration: 0.7s;
  199. -ms-transition-duration: 0.7s;
  200. }
  201.  
  202. .posts .perma{
  203. text-align:center;
  204. position: absolute;
  205. width:auto;
  206. line-height:14px;
  207. position:absolute;
  208. background-color: {color:permalink background};
  209. margin-top: 10px;
  210. {block:if250}
  211. margin-left:70px;
  212. padding: 4px 15px 3px 15px;
  213. height: 14px;
  214. font-size: 7px;
  215. {/block:if250}
  216. {block:if400}
  217. padding:5px 50px 4px 50px;
  218. margin-left:110px;
  219. height:15px;
  220. font-size: 8px;
  221. {/block:if400}
  222. opacity: 0;
  223. font-family:trebuchet ms;
  224. text-transform: uppercase;
  225. letter-spacing: 1px;
  226. z-index:3;
  227. -webkit-transition: all 0.7s linear;
  228. -moz-transition-duration: 0.7s;
  229. -o-transition-duration: 0.7s;
  230. -ms-transition-duration: 0.7s;
  231. }
  232.  
  233. .posts:hover .perma{
  234. margin-top:10px;
  235. opacity:1;
  236. -webkit-transition: all 0.7s linear;
  237. -moz-transition-duration: 0.7s;
  238. -o-transition-duration: 0.7s;
  239. -ms-transition-duration: 0.7s;
  240. }
  241.  
  242. .perma a {
  243. color: {color:permalink text}!important;
  244. -webkit-transition: all 0.4s linear;
  245. -moz-transition-duration: 0.4s;
  246. -o-transition-duration: 0.4s;
  247. -ms-transition-duration: 0.4s;
  248. }
  249.  
  250. .perma a:hover {
  251. color: {color:permalink text hover}!important;
  252. -webkit-transition: all 0.4s linear;
  253. -moz-transition-duration: 0.4s;
  254. -o-transition-duration: 0.4s;
  255. -ms-transition-duration: 0.4s;
  256. }
  257.  
  258. #sidebar{
  259. {block:indexpage}
  260. {block:if250}
  261. left:600px;
  262. {/block:if250}
  263. {block:if400}
  264. left:750px;
  265. {/block:if400}
  266. bottom:200px;
  267. {/block:indexpage}
  268. {block:permalinkpage}
  269. left:750px;
  270. bottom:200px;
  271. {/block:permalinkpage}
  272. opacity:1;
  273. background:#eee;
  274. background-image:url('{image:sidebar}');
  275. font-size:35px;
  276. font-family:georgia;
  277. padding:5px 5px 0px 5px;
  278. width:146px;
  279. height:60px;
  280. border-bottom:1px solid {color:title};
  281. position:fixed;
  282. line-height:55px;
  283. }
  284.  
  285. #sidebar a{
  286. text-shadow:0px 2px #e4e4e4;
  287. color:{color:title};
  288. -webkit-transition: all 0.7s linear;
  289. -moz-transition-duration: 0.7s;
  290. -o-transition-duration: 0.7s;
  291. -ms-transition-duration: 0.7s;
  292. }
  293.  
  294. #sidebar a:hover{
  295. color:{color:title hover};
  296. -webkit-transition: all 0.7s linear;
  297. -moz-transition-duration: 0.7s;
  298. -o-transition-duration: 0.7s;
  299. -ms-transition-duration: 0.7s;
  300. }
  301.  
  302. #links{
  303. width:150px;
  304. margin-top:-20px;
  305. margin-left:1px;
  306. padding:0;
  307. }
  308. .links{
  309. text-align:center;
  310. font-family:consolas;
  311. padding:4px 6px;
  312. font-size:10px;
  313. width:20px;
  314. background:{color:background};
  315. color:{color:custom link}!important;
  316. margin:0px -4px;
  317. text-shadow:0px 3px #eee!important;
  318. -webkit-transition: all 0.7s linear;
  319. -moz-transition-duration: 0.7s;
  320. }
  321.  
  322. .links:hover{
  323. text-shadow:0px 0px transparent!important;
  324. padding:4px 6px 12px 6px;
  325. color:{color:custom link hover}!important;
  326. background:{color:custom link bg hover};
  327. -webkit-transition: all 0.7s linear;
  328. -moz-transition-duration: 0.7s;
  329. }
  330.  
  331. #note{
  332. margin:20px auto;
  333. width: 400px;
  334. font-size: 11px;
  335. text-transform:lowercase;
  336. font-family:calibri;
  337. color:{color:text};
  338. }
  339.  
  340. ol.notes{
  341. list-style-type:none;
  342. margin:0px;
  343. padding-left:5px;
  344. line-height:130%;
  345. color:{color:text};
  346. }
  347.  
  348. .info{
  349. padding-bottom:3px;
  350. padding-top:5px;
  351. padding-left:2px;
  352. text-align:left;
  353. font-family:consolas;
  354. font-size:11px;
  355. color:{color:text};
  356. margin-top:5px;
  357. }
  358.  
  359. .tags{
  360. margin-top:5px;
  361. font-family:calibri;
  362. font-size:8px;
  363. text-transform:uppercase;
  364. letter-spacing:1px;
  365. text-align:left;
  366. color:{color:text};
  367. }
  368.  
  369. #asker{
  370. text-align:center;
  371. font-size:13px;
  372. font-style:italic;
  373. line-height:110%;
  374. }
  375.  
  376. #ques{
  377. margin-top:-6px;
  378. color:{color:text};
  379. border:1px solid {color:question border};
  380. background:{color:question background};
  381. padding:5px;
  382. }
  383.  
  384. #question{
  385. position:fixed;
  386. font-family:consolas;
  387. font-size:9px;
  388. letter-spacing:1px;
  389. text-transform:uppercase;
  390. font-weight:bold;
  391. text-decoration:none;
  392. right:5px;
  393. bottom:5px;
  394. padding:1px 3px 0px 3px;
  395. background:black;
  396. color:{color:text};
  397. background:{color:links hover};
  398. -webkit-transition: all 0.4s linear;
  399. -moz-transition: all 0.4s linear;
  400. -ms-transition: all 0.4s linear;
  401. -o-transition: all 0.4s linear;
  402. transition: all 0.4s linear;
  403. z-index:999999;
  404. }
  405.  
  406. #question:hover{
  407. color:{color:links hover};
  408. background:{color:links hover};
  409. -webkit-transition: all 0.4s linear;
  410. -moz-transition: all 0.4s linear;
  411. -ms-transition: all 0.4s linear;
  412. -o-transition: all 0.4s linear;
  413. transition: all 0.4s linear;
  414. opacity:.5;
  415. }
  416.  
  417. #answer{
  418. margin-top:-10px;
  419. padding:0px 5px 5px 5px;
  420. }
  421.  
  422. #audio{
  423. {block:if250}
  424. max-width:250px;
  425. {/block:if250}
  426. {block:if400}
  427. max-width:400px;
  428. {/block:if400}
  429. {block:permalinkpage}
  430. max-width:400px;
  431. {/block:permalinkpage}
  432. display:block;
  433. background:#e4e4e4;
  434. }
  435.  
  436.  
  437. #s-m-t-tooltip {
  438. position:relative;
  439. overflow:hidden;
  440. z-index:999999999;
  441. max-width:200px;
  442. margin:10px 0 0 10px;
  443. padding:3px 4px;
  444. font:8px calibri;
  445. background:white;
  446. line-height:100%;
  447. text-transform:uppercase;
  448. border:1px solid #e4e4e4;
  449. letter-spacing:1px;
  450. font-weight:bold;
  451. color:#565656;
  452. }
  453.  
  454. .title{
  455. font-family:trebuchet ms;
  456. {block:if400}
  457. font-size:15px;
  458. {/block:if400}
  459. {block:if250}
  460. font-size:13px;
  461. {/block:if250}
  462. {block:permalinkpage}
  463. font-size:15px;
  464. {/block:permalinkpage}
  465. text-transform:uppercase;
  466. text-align:center;
  467. }
  468.  
  469. #pagination{
  470. position:fixed;
  471. bottom:110px;
  472. {block:if400}
  473. left:750px;
  474. {/block:if400}
  475. {block:if250}
  476. left:600px;
  477. {/block:if250}
  478. width:150px;
  479. margin:3px;
  480. text-align:center;
  481. z-index:99999;
  482. }
  483.  
  484. #pagination a{
  485. {block:ifinfinitescroll}
  486. display:none;
  487. {/block:ifinfinitescroll}
  488. padding:1px 5px 1px 5px;
  489. color:{color:custom link};
  490. background:{color:background};
  491. margin:3;
  492. font-family:calibri;
  493. font-size:11px;
  494. -webkit-transition: all 0.4s linear;
  495. -moz-transition: all 0.4s linear;
  496. }
  497.  
  498. #pagination a:hover{
  499. color:{color:custom link hover};
  500. background:{color:custom link bg hover};
  501. -webkit-transition: all 0.4s linear;
  502. -moz-transition: all 0.4s linear;
  503. }
  504.  
  505. #pagination .current_page {
  506. font-family:calibri;
  507. font-size:11px;
  508. padding:1px 5px;
  509. color:{color:custom link};
  510. {block:ifinfinitescroll}
  511. color:transparent;
  512. {/block:ifinfinitescroll}
  513. }
  514.  
  515. #content img {
  516. {block:if250}
  517. max-width:250px;
  518. {/block:if250}
  519. {block:if400}
  520. max-width:400px;
  521. {/block:if400}
  522. {block:permalinkpage}
  523. max-width:100%;
  524. {/block:permalinkpage}
  525. }
  526.  
  527. .source {
  528. text-align:right;
  529. }
  530.  
  531. #index{
  532. position:fixed;
  533. font-family:consolas;
  534. font-size:9px;
  535. letter-spacing:1px;
  536. text-transform:uppercase;
  537. font-weight:bold;
  538. text-decoration:none;
  539. right:5px;
  540. bottom:5px;
  541. padding:1px 3px 0px 3px;
  542. color:{color:text};
  543. background:{color:background};
  544. -webkit-transition: all 0.4s linear;
  545. -moz-transition: all 0.4s linear;
  546. -ms-transition: all 0.4s linear;
  547. -o-transition: all 0.4s linear;
  548. transition: all 0.4s linear;
  549. z-index:99999999;
  550. }
  551.  
  552. #index:hover{
  553. color:{color:links hover};
  554. -webkit-transition: all 0.4s linear;
  555. -moz-transition: all 0.4s linear;
  556. -ms-transition: all 0.4s linear;
  557. -o-transition: all 0.4s linear;
  558. transition: all 0.4s linear;
  559. opacity:.5;
  560. }
  561.  
  562. {CustomCSS}
  563. </style>
  564. {block:ifinfinitescroll}
  565. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  566. {/block:ifinfinitescroll}
  567. </head>
  568. <body>
  569. {block:Pagination}
  570. <div id="pagination">
  571. {block:PreviousPage}
  572. <a href="{PreviousPage}">⇠</a>
  573. {/block:PreviousPage}
  574.  
  575. {block:JumpPagination length="3"}
  576. {block:CurrentPage}
  577. <span class="current_page">{PageNumber}</span>
  578. {/block:CurrentPage}
  579.  
  580. {block:JumpPage}
  581. <a class="jump_page" href="{URL}">{PageNumber}</a>
  582. {/block:JumpPage}
  583. {/block:JumpPagination}
  584.  
  585. {block:NextPage}
  586. <a href="{NextPage}">⇢</a>
  587. {/block:NextPage}
  588. </div>
  589. {/block:Pagination}
  590. <a href="http://almightyone.tumblr.com/" id="question" title="made by almightyone">▰theme</a>
  591. <!-- 勇士 -->
  592. <div id="sidebar"><a href="/" id="tit">{Title}</a>
  593. <div id="links">
  594. <a href="/" class="links" title="home">一</a>
  595. <a href="/ask" class="links" title="message">二</a>
  596. <a href="/archive" class="links" title="history">三</a>
  597. {block:IfLink1}
  598. <a href="{text:Link1 url}" class="links" title="{text:Link1}">四</a>
  599. {/block:IfLink1}
  600. {block:IfLink2}
  601. <a href="{text:Link2 url}" class="links" title="{text:Link2}">五</a>
  602. {/block:IfLink2}
  603. {block:IfLink3}
  604. <a href="{text:Link3 url}" class="links" title="{text:Link3}">六</a>
  605. {/block:IfLink3}
  606. {block:IfLink4}
  607. <a href="{text:Link4 url}" class="links" title="{text:Link4}">七</a>
  608. {/block:IfLink4}
  609. </div>
  610. </div> <!--side -->
  611. <div id="content">
  612. <div class="autopagerize_page_element">
  613. {block:posts}
  614. <div class="posts">
  615.  
  616. {block:Photo}
  617. {block:indexpage}
  618. <div class="perma">
  619. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  620. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="" style="
  621. {block:if250}max-width:250px;{/block:if250}
  622. {block:if400}max-width:400px;{/block:if400}" />{LinkCloseTag}</center>
  623. {/block:indexpage}
  624. {block:permalinkpage}
  625. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="" />{LinkCloseTag}</center>
  626. {block:Caption}{Caption}{/block:Caption}
  627. <div class="info">
  628. {block:RebloggedFrom}<span style="text-transform:uppercase">
  629. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  630. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br /><br />
  631. {/block:RebloggedFrom}
  632. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  633. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  634. </div>
  635. {block:HasTags}<div class="tags">TAGGED AS:
  636. {block:Tags}
  637. <a href="{TagURL}">#{Tag} </a>
  638. {/block:Tags}
  639. </div>
  640. {/block:HasTags}{/block:permalinkpage}
  641. {/block:Photo}
  642.  
  643. {block:Photoset}
  644. {block:indexpage}
  645. <div class="perma">
  646. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  647. {block:if250}
  648. {Photoset-250}{/block:if250}
  649. {block:if400}{Photoset-400}{/block:if400}
  650. {/block:indexpage}
  651. {block:permalinkpage}
  652. {Photoset-400}
  653. {block:Caption}{Caption}{/block:Caption}
  654. <div class="info">
  655. {block:RebloggedFrom}<span style="text-transform:uppercase">
  656. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  657. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br /><br />
  658. {/block:RebloggedFrom}
  659. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  660. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  661. </div>
  662. {block:HasTags}<div class="tags">
  663. {block:Tags}
  664. <a href="{TagURL}">#{Tag} </a>
  665. {/block:Tags}
  666. </div>
  667. {/block:HasTags}
  668. {/block:permalinkpage}
  669. {/block:Photoset}
  670.  
  671. {block:Video}
  672. {block:indexpage}
  673. <div class="perma">
  674. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  675. {block:if250}
  676. {Video-250}{/block:if250}
  677. {block:if400}{Video-400}{/block:if400}
  678. {/block:indexpage}
  679. {block:permalinkpage}
  680. {Video-400}
  681. {block:Caption}{Caption}{/block:Caption}
  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 /><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:Video}
  698.  
  699. {block:Audio}
  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="audio">{AudioPlayerGrey}</div>
  704. {block:Caption}{Caption}{/block:Caption}
  705. {/block:indexpage}
  706. {block:permalinkpage}
  707. <span style="background:#e4e4e4;max-width:400px;display:block;">{AudioPlayerGrey}</span>
  708. {block:Caption}<br />{Caption}{/block:Caption}
  709. <div class="info">
  710. {block:RebloggedFrom}<span style="text-transform:uppercase">
  711. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  712. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br /><br />
  713. {/block:RebloggedFrom}
  714. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  715. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  716. </div>
  717. {block:HasTags}<div class="tags">
  718. {block:Tags}
  719. <a href="{TagURL}">#{Tag} </a>
  720. {/block:Tags}
  721. </div>
  722. {/block:HasTags}
  723. {/block:permalinkpage}
  724. {/block:Audio}
  725.  
  726. {block:Quote}
  727. {block:indexpage}
  728. <div class="perma">
  729. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  730. <span style="font-size:15px;font-style:italic;">“{Quote}”</span>
  731. {block:Source}<br /><Div class="source">- {Source}</div>{/block:Source}
  732. {/block:indexpage}
  733. {block:permalinkpage}
  734. <span style="font-size:15px;font-style:italic;">“{Quote}”</span>
  735. {block:Source}<br /><div class="source">- {Source}</div>{/block:Source}
  736. <div class="info">
  737. {block:RebloggedFrom}<span style="text-transform:uppercase">
  738. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  739. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br /><br />
  740. {/block:RebloggedFrom}
  741. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  742. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  743. </div>
  744. {block:HasTags}<div class="tags">
  745. {block:Tags}
  746. <a href="{TagURL}">#{Tag} </a>
  747. {/block:Tags}
  748. </div>
  749. {/block:HasTags}
  750. {/block:permalinkpage}
  751. {/block:Quote}
  752.  
  753. {block:Text}
  754. {block:indexpage}
  755. <div class="perma">
  756. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  757. {block:Title}<div class="title">{Title}</div>{/block:Title}
  758. {Body}
  759. {/block:indexpage}
  760. {block:permalinkpage}
  761. {block:Title}<div class="title">{Title}</div>{/block:Title}
  762. {Body}
  763. <div class="info">
  764. {block:RebloggedFrom}<span style="text-transform:uppercase">
  765. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  766. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br /><br />
  767. {/block:RebloggedFrom}
  768. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  769. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  770. </div>
  771. {block:HasTags}<div class="tags">
  772. {block:Tags}
  773. <a href="{TagURL}">#{Tag} </a>
  774. {/block:Tags}
  775. </div>
  776. {/block:HasTags}
  777. {/block:permalinkpage}
  778. {/block:Text}
  779.  
  780. {block:Answer}
  781. {block:indexpage}
  782. <div class="perma">
  783. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  784. <div id="asker"><img src="{AskerPortraitURL-30}" style="padding:3px;border:1px solid #e4e4e4;"/><br />{Asker}</div><br />
  785. <div id="ques">{Question}</div><br />
  786. <div id="answer">{Answer}</div>
  787. {/block:indexpage}
  788. {block:permalinkpage}
  789. <div id="asker"><img src="{AskerPortraitURL-30}" style="padding:3px;border:1px solid #e4e4e4;"/><br />{Asker}</div><br />
  790. <div id="ques">{Question}</div><br />
  791. <div id="answer">{Answer}</div>
  792. <div class="info">
  793. {block:RebloggedFrom}<span style="text-transform:uppercase">
  794. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  795. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br /><br />
  796. {/block:RebloggedFrom}
  797. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  798. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  799. </div>
  800. {block:HasTags}<div class="tags">
  801. {block:Tags}
  802. <a href="{TagURL}">#{Tag} </a>
  803. {/block:Tags}
  804. </div>
  805. {/block:HasTags}
  806. {/block:permalinkpage}
  807. {/block:Answer}
  808.  
  809. {block:Chat}
  810. {block:indexpage}
  811. <div class="perma">
  812. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  813. {block:Title}{Title}<br />{/block:Title}
  814. {block:Lines}<span style="line-height:110%;">
  815. {block:Label}<strong><span style="font-size:12px;">{Label}</span></strong>{/block:Label} {Line}</span><br />
  816. {/block:Lines}
  817. {/block:indexpage}
  818. {block:permalinkpage}
  819. {block:Title}{Title}<br />{/block:Title}
  820. {block:Lines}
  821. {block:Label}<strong><span style="font-size:12px">{Label}</span></strong>{/block:Label} {Line}<br />
  822. {/block:Lines}
  823. <div class="info">
  824. {block:RebloggedFrom}<span style="text-transform:uppercase">
  825. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  826. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br /><br />
  827. {/block:RebloggedFrom}
  828. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  829. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  830. </div>
  831. {block:HasTags}<div class="tags">
  832. {block:Tags}
  833. <a href="{TagURL}">#{Tag} </a>
  834. {/block:Tags}
  835. </div>
  836. {/block:HasTags}
  837. {/block:permalinkpage}
  838. {/block:Chat}
  839.  
  840. {block:Link}
  841. {block:indexpage}
  842. <div class="perma">
  843. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  844. <a href="{URL}" class="title">{Name}</a>
  845. {block:Description}{Description}{/block:Description}
  846. {/block:indexpage}
  847. {block:permalinkpage}
  848. <a href="{URL}" class="title">{Name}</a>
  849. {block:Description}{Description}{/block:Description}
  850. {/block:permalinkpage}
  851. {/block:Link}
  852.  
  853. {block:PostNotes}
  854. <div id="note">{PostNotes}</div>
  855. {/block:PostNotes}
  856.  
  857.  
  858. </div> <!--posts -->
  859. {/block:posts}
  860. </div>
  861. </div> <!--content-->
  862. <a href="http://almightyone.tumblr.com/" id="index" title="made by almightyone">▰theme</a>
  863. </body>
  864. </html>
Advertisement
Add Comment
Please, Sign In to add comment