7th-district

[Theme #10] Grey-toned

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