Advertisement
cindie

Blackout

May 9th, 2012
27,359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.77 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <!--
  5.  
  6. "Blackout" THEMED BY CINDIE.TUMBLR.COM
  7. Please do not remove this credit!
  8. Thanks for using my theme, enjoy!
  9.  
  10. -->
  11.  
  12.  
  13. <head>
  14.  
  15. <!-- Default Colors -->
  16. <META name="image:Background" content=""/>
  17. <META name="image:Sidebar" content="http://static.tumblr.com/95njt7t/7HXlydkhk/bb2.png"/>
  18. <META name="image:Side Background" content=""/>
  19. <META name="image:Menu" content=""/>
  20. <META name="image:Posts" content=""/>
  21. <META name="image:Back To Top" content="http://static.tumblr.com/95njt7t/TOqlruhd5/i_up_arrow.png"/>
  22. <META name="text:Sidebar Image Height" content="100px"/>
  23. <META name="if:Show Sidebar Image" content="1"/>
  24. <META name="if:Show Side Menu" content="1"/>
  25. <META name="if:Transparent Posts" content="0"/>
  26. <META name="if:Make Images Same Width" content="0"/>
  27. <META name="if:Post Borders" content="0"/>
  28. <META name="if:Show Reblog Link" content="1"/>
  29. <META name="if:Show Captions" content="0"/>
  30. <META name="if:Transparent Permalink" content="0"/>
  31. <META name="if:Static Permalink" content="0"/>
  32. <META name="if:Hiragana Note List" content="0"/>
  33. <META name="if:Show Custom Scrollbar" content="1"/>
  34. <META name="if:Show Back to Top" content="1"/>
  35. <META name="if:Infinite Scrolling" content="0"/>
  36. <META name="color:Highlights" content="#fff"/>
  37. <META name="color:Background Color" content="#eee"/>
  38. <META name="color:Sidebar" content=""/>
  39. <META name="color:Description Box" content="#090909"/>
  40. <META name="color:Posts" content="#090909"/>
  41. <META name="color:Font" content="#666666"/>
  42. <META name="color:Links" content="#888"/>
  43. <META name="color:Links Hover" content="#000000"/>
  44. <META name="color:Borders" content="#eee"/>
  45. <META name="color:Chat Background" content="#f9f9f9"/>
  46. <META name="color:Menu" content="#eee"/>
  47. <META name="color:Menu Font" content="#888"/>
  48. <META name="color:Menu Hover" content="#000"/>
  49. <META name="color:Menu Font Hover" content="#fff"/>
  50. <META name="color:Headers" content="#606060"/>
  51. <META name="color:Permalink" content=""/>
  52. <META name="color:Permalink Text" content="#909090"/>
  53. <META name="color:Permalink Text Hover" content="#000"/>
  54. <META name="color:Scrollbar" content="#ffffff"/>
  55. <META name="color:Scrollbar Main" content="#eeeeee"/>
  56. <META name="text:Sidebar Top Position" content="90px">
  57. <META name="text:Text Alignment" content="left"/>
  58. <META name="text:Notes Text" content=""/>
  59. <META name="text:Link 1 Title" content="" />
  60. <META name="text:Link 1" content="" />
  61. <META name="text:Link 2 Title" content="" />
  62. <META name="text:Link 2" content="" />
  63. <META name="text:Link 3 Title" content="" />
  64. <META name="text:Link 3" content="" />
  65. <META name="text:Link 4 Title" content="" />
  66. <META name="text:Link 4" content="" />
  67. <META name="text:Link 5 Title" content="" />
  68. <META name="text:Link 5" content="" />
  69. <META name="text:Link 6 Title" content="" />
  70. <META name="text:Link 6" content="" />
  71. <META name="text:Link 7 Title" content="" />
  72. <META name="text:Link 7" content="" />
  73. <META name="text:Link 8 Title" content="" />
  74. <META name="text:Link 8" content="" />
  75. <META name="text:Link 9 Title" content="" />
  76. <META name="text:Link 9" content="" />
  77. <META name="text:Link 10 Title" content="" />
  78. <META name="text:Link 10" content="" />
  79. <!-- End Default Colors -->
  80.  
  81. {block:IfShowBacktoTop}
  82. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"><img src="{image:Back To Top}" border="0"></a>
  83. {/block:IfShowBacktoTop}
  84.  
  85. {block:IfInfiniteScrolling}
  86. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScrolling}
  87.  
  88.  
  89. <link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,700' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,800' rel='stylesheet' type='text/css'>
  90.  
  91. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  92. <meta name="description" content="{MetaDescription}" />
  93.  
  94. <title> {title}</title>
  95. <pnk rel="shortcut icon" href="{Favicon}">
  96. <pnk rel="alternate" type="application/rss+xml" href="{RSS}">
  97. <link rel="shortcut icon" href="{Favicon}">
  98.  
  99. <style type="text/css">
  100. body {
  101. background-color:{color:Background Color};
  102. background-image:url('{image:Background}');
  103. background-repeat: repeat;
  104. background-attachment:fixed;
  105. color:{color:Font};
  106. cursor: url("");
  107. text-align:{block:IfTextAlignment}{text:Text Alignment} {/block:IfTextAlignment};
  108. margin: 0px;
  109. padding: 0px;
  110. font-family: Consolas;
  111. font-size:10px;
  112. }
  113.  
  114. a:link, a:visited, a:active {
  115. color: {color:Links};
  116. text-decoration:none;
  117. -webkit-transition: 0.5s ease-in;
  118. -moz-transition: 0.5s ease-in;
  119. transition: 0.5s ease-in;
  120. }
  121.  
  122.  
  123. a:hover {
  124. color: {color:Links Hover};
  125. text-decoration:none;
  126. -webkit-transition: 0.5s ease-in;
  127. -moz-transition: 0.5s ease-in;
  128. transition: 0.5s ease-in; ;
  129. }
  130.  
  131. {block:IfShowCustomScrollbar}
  132. ::-webkit-scrollbar-thumb:vertical {
  133. background-color:{color:Scrollbar};
  134. height:100px;
  135. -moz-border-radius: 10px 30px;
  136. border-radius: 3px;
  137. }
  138.  
  139. ::-webkit-scrollbar-thumb:horizontal {
  140. background-color:{color:Scrollbar};
  141. height:10px !important;
  142. }
  143.  
  144. ::-webkit-scrollbar {
  145. height:10px;
  146. width:5px;
  147. background-color:{color:Scrollbar Main};
  148. }
  149. {/block:IfShowCustomScrollbar}
  150.  
  151. ::selection {
  152. background: {color:Highlights};}
  153. ::-moz-selection {
  154. background: {color:Highlights};}
  155.  
  156. #content {
  157. position:relative;
  158. top:5px;
  159. {block:IfPostBorders}
  160. top:40px;
  161. {/block:IfPostBorders}
  162. left:190px;
  163. width:500px;
  164. background-color:;
  165. }
  166.  
  167. h1{
  168. position:absolute;
  169. font-weight:bold;
  170. display:inline;
  171. font-size:50px;
  172. padding-top:2px;
  173. margin-left:1px;
  174. margin-top:1px;
  175. font-family:engravers mt;
  176. text-transform:uppercase;
  177. filter: alpha (opacity=10);
  178. opacity: 0.10;
  179. -webkit-transition: all 0.3s ease-out;
  180. -moz-transition: all 0.3s ease-out;
  181. transition: all 0.3s ease-out;
  182. }
  183.  
  184. h1:hover{
  185. filter: alpha (opacity=90);
  186. opacity: 0.90;
  187. -webkit-transition: all 0.3s ease-out;
  188. -moz-transition: all 0.3s ease-out;
  189. transition: all 0.3s ease-out;
  190. }
  191.  
  192. .header, .header a{
  193. color:{color:Headers};
  194. font-size:14px;
  195. padding-top:1px;
  196. margin-top:1px;
  197. padding-left:10px;
  198. text-transform:normal;
  199. }
  200.  
  201. .header:first-letter, .header a:first-letter{
  202. font-family:brush script mt;
  203. }
  204.  
  205. .header a:hover{color: {color:Link hover};}
  206.  
  207. img {
  208. border: 0px;
  209. }
  210.  
  211. img:hover {
  212. border:0px;
  213. }
  214.  
  215. #fulls{
  216. position:fixed;
  217. top:0px;
  218. left:20px;
  219. background: {color:Sidebar} url('{image:Side Background}');
  220. height:100%;
  221. width:160px;
  222. -webkit-transition: all 0.9s ease;
  223. -moz-transition: all 0.9s ease;
  224. transition: all 0.9s ease;
  225. }
  226.  
  227. #fulls:hover {
  228. filter: alpha (opacity=100);
  229. opacity: 1.0;
  230. }
  231.  
  232. #sidebar {
  233. margin-top:{block:IfSidebarTopPosition}{text:Sidebar Top Position}{/block:IfSidebarTopPosition};
  234. margin-left:10px;
  235. position:fixed;
  236. width: 140px;
  237. text-align: center;
  238. font-family: Trebuchet Ms;
  239. font-size:9px;
  240. background: {color:Sidebar} url('{image:Side Background}');
  241. {block:IfFullSidebar}
  242. background:transparent;
  243. {/block:IfFullSidebar}
  244. -webkit-transition: all 0.9s ease;
  245. -moz-transition: all 0.9s ease;
  246. transition: all 0.9s ease;
  247. filter: alpha (opacity=100);
  248. opacity: 1.0;
  249. z-index:10;
  250. }
  251.  
  252. #sidebar:hover {
  253. filter: alpha (opacity=100);
  254. opacity: 1.0;
  255. }
  256.  
  257.  
  258. .con, .con a {
  259. background-color:{color:Main Menu Background};
  260. color: {color:Main Menu Text};
  261. }
  262.  
  263. .con a:hover {
  264. color: {color:Menu Font Hover};
  265. }
  266.  
  267. .na {margin-top:1px;}
  268.  
  269. .na a {
  270. display:block;
  271. margin:1px;
  272. font-size:8px;
  273. line-height:10px;
  274. text-transform:uppercase;
  275. border-right:5px solid {color:Borders};
  276. background: {color:Menu} url('{image:Menu}');
  277. color: {color:Menu Font};
  278. -webkit-transition: all 0.9s ease;
  279. -moz-transition: all 0.9s ease;
  280. transition: all 0.9s ease;
  281. }
  282.  
  283. .na a:hover {
  284. padding-right:30px;
  285. border-right:20px solid {color:Borders};
  286. background:{color:Menu Hover};
  287. color: {color:Menu Font Hover};
  288. -webkit-transition: all 0.9s ease;
  289. -moz-transition: all 0.9s ease;
  290. transition: all 0.9s ease;
  291. }
  292.  
  293. .title, .title a {
  294. margin-bottom:3px;
  295. color:{color:Headers};
  296. background:{color:Description Box};
  297. font-size:26px;
  298. font-family:brush script mt;
  299. }
  300.  
  301. .title a:hover {color: {color:Link hover};}
  302.  
  303. .imaged{
  304. margin-top:0px;
  305. margin-bottom:3px;
  306. }
  307.  
  308. .des {
  309. padding:1px;
  310. margin-top:3px;
  311. margin-bottom:3px;
  312. background:{color:Description Box};
  313. }
  314.  
  315. #post {
  316. position: relative;
  317. background: {color:Posts} url('{image:Posts}');
  318. {block:IfTransparentPosts}
  319. background:transparent;
  320. filter: alpha (opacity=50);
  321. opacity: 0.50;
  322. {/block:IfTransparentPosts}
  323. width:500px;
  324. padding:0px;
  325. overflow:0px;
  326. margin-bottom:8px;
  327. padding:3px;
  328. {block:IfPostBorders}
  329. margin-bottom:3px;
  330. border:1px solid {color:Borders};
  331. {/block:IfPostBorders}
  332. -webkit-transition: all 0.3s ease-in;
  333. -moz-transition: all 0.3s ease-in;
  334. transition: all 0.3s ease-in;
  335. }
  336.  
  337. {block:IndexPage}
  338. .perma{
  339. position:absolute;
  340. background-color:{color:Permalink};
  341. color:{color:Permalink Text};
  342. {block:IfTransparentPermalink}
  343. background-color:transparent;
  344. {/block:IfTransparentPermalink}
  345. float: left;
  346. margin-left:500px;
  347. margin-top:5px;
  348. height: auto;
  349. width:100px;
  350. font-size: 12px;
  351. font-family:'Yanone Kaffeesatz', sans-serif;
  352. -webkit-transition: all 0.9s ease;
  353. -moz-transition: all 0.9s ease;
  354. transition: all 0.9s ease;
  355. opacity:0;
  356. {block:IfStaticPermalink}
  357. opacity:1.0;
  358. margin-left:505px;
  359. margin-top:5px;
  360. {/block:IfStaticPermalink}
  361. }{/block:IndexPage}
  362.  
  363.  
  364. .perma a {color:{color:Permalink Text};}
  365. .perma a:hover {color:{color:Permalink Text Hover};}
  366.  
  367. #post:hover .perma {
  368. opacity: 50;
  369. margin-top:5px;
  370. margin-left:505px;
  371. }
  372.  
  373.  
  374.  
  375. #post img {
  376. filter: alpha (opacity=95);
  377. opacity: 0.95;
  378. max-width:500px;
  379. {block:IfMakeImagesSameWidth}
  380. width:500px;
  381. {/block:IfMakeImagesSameWidth}
  382. -webkit-transition: all 0.9s ease;
  383. -moz-transition: all 0.9s ease;
  384. transition: all 0.9s ease;}
  385.  
  386.  
  387. #post img:hover {
  388. filter: alpha (opacity=100);
  389. opacity: 1.0;
  390. -webkit-transition: all 0.9s ease;
  391. -moz-transition: all 0.9s ease;
  392. transition: all 0.9s ease;
  393. }
  394.  
  395.  
  396. {block:PermalinkPage}
  397. #post:hover .perma {display:none;}
  398. .perma {display:none;}
  399. #post {width:500px;}
  400. #post img {width:500px;}
  401. .albumart {width:500px;}
  402. {/block:PermalinkPage}
  403.  
  404. blockquote{
  405. border-left:3px solid {color:Borders};
  406. padding:1px; padding-left: 5px; margin: 0px;
  407. font-size:9px;
  408. font-family:georgia;
  409. line-height:15px;
  410. padding:1px;
  411. margin-left:10px;
  412. text-align:left;
  413. letter-spacing:1px;
  414. background-color:{color:Chat Background};
  415. }
  416.  
  417. .audioplayer {
  418. width:500px;
  419. background-color: #000;
  420. text-align: center;
  421. }
  422.  
  423.  
  424.  
  425. .ali {
  426. float:right;
  427. width:250px;
  428. margin-right:10px;
  429. font-size:9px;
  430. font-family:georgia;
  431. line-height:15px;
  432. letter-spacing:1px;
  433. padding: 2px;
  434. border-radius:25px;
  435. -moz-border-radius:25px;
  436. -webkit-border-radius:25px;
  437. }
  438.  
  439. .chat {
  440. padding:0px;
  441. }
  442.  
  443. .chat li {
  444. list-style-type: none;
  445. padding:1px;
  446. text-align:left;
  447. }
  448.  
  449. .chat li:nth-child(odd) {
  450. background-color:{color:Chat Background};
  451. }
  452.  
  453. li{
  454. text-align:left;
  455. }
  456.  
  457. ol.notes {
  458. padding-left:10px;
  459. margin-left:20px;
  460. border-bottom: solid 2px;
  461. }
  462.  
  463. ol.notes li.note {
  464. {block:IfHiraganaNoteList}
  465. list-style-type:hiragana;
  466. {/block:IfHiraganaNoteList}
  467. padding: 2px;
  468. border-top: solid 1px;
  469. }
  470.  
  471. ol.notes li.note img.avatar {
  472. margin-right: 0px;
  473. width: 16px;
  474. height: 16px;
  475. }
  476.  
  477. ol.notes li.note blockquote {
  478. border-color: {color:Borders};
  479. padding: 4px 10px;
  480. margin: 5px 0px 0px 15px;
  481. }
  482.  
  483. ol.notes li.note blockquote a {
  484. text-decoration: none;
  485. }
  486.  
  487. .notes li, .notes ol{
  488. -webkit-transition: 0.5s ease-in;
  489. -moz-transition: 0.5s ease-in;
  490. transition: 0.5s ease-in;
  491. }
  492.  
  493. .notes li:hover {
  494. -webkit-transition: 0.5s ease-in;
  495. -moz-transition: 0.5s ease-in;
  496. transition: 0.5s ease-in;
  497. color:{color:links hover};
  498. margin:7px;
  499. border-top:none;
  500. background-color:{color:Chat Background};
  501. }
  502.  
  503.  
  504. #info{
  505. margin-top:1px;
  506. padding:2px;
  507. background-color: {color:Posts};
  508. {block:IfTransparentPosts}
  509. background:transparent;
  510. filter: alpha (opacity=50);
  511. opacity: 0.50;
  512. {/block:IfTransparentPosts}
  513. width: 498px;
  514. {block:IfPostBorders}
  515. width: 496px;
  516. border:1px solid {color:Borders};
  517. {/block:IfPostBorders}
  518. -webkit-transition: 0.5s ease-in;
  519. -moz-transition: 0.5s ease-in;
  520. transition: 0.5s ease-in;
  521. }
  522.  
  523. #info:hover{
  524. margin-top:5px;
  525. -webkit-transition: 0.5s ease-in;
  526. -moz-transition: 0.5s ease-in;
  527. transition: 0.5s ease-in;
  528. {block:IfFadeOverPosts}
  529. filter: alpha (opacity=80);
  530. opacity: 0.80;
  531. {/block:IfFadeOverPosts}
  532. }
  533.  
  534. .notes {
  535. background: {color:Sidebar} url('{image:Side Background}');
  536. margin-top:1px;
  537. padding:2px 0px 10px 0px;
  538. width: 470px;
  539. }
  540.  
  541. #asker{
  542. padding:3px;
  543. background-color:{color:Chat Background};
  544. }
  545.  
  546. #bottom {
  547. font-size:13px;
  548. letter-spacing:2px;
  549. text-transform:uppercase;
  550. font-family:'Yanone Kaffeesatz';
  551. }
  552.  
  553. #bottom:first-letter{
  554. font-family:brush script mt;
  555. }
  556.  
  557. #scrollToTop:link,#scrollToTop:visited {
  558. color: transparent;
  559. background-color: transparent;
  560. display: none;
  561. position: fixed;
  562. bottom: 5px;
  563. right: 15px;
  564. }
  565.  
  566.  
  567.  
  568. {CustomCSS}
  569.  
  570. </style>
  571. </head>
  572.  
  573.  
  574. <body>
  575.  
  576. <div id="fulls">
  577. <div id="sidebar">
  578.  
  579. <div class="title"><a href="/">{Title}</a></div>
  580.  
  581. <div class="imaged">
  582. {block:IfShowSidebarImage}<div style="border:3px solid {color:Borders};width:135px;height:{block:IfSidebarImageHeight}{text:Sidebar Image Height}{/block:IfSidebarImageHeight};overflow:hidden;"><img style="border:none;max-width:135px;min-width:145px;" src="{image:Sidebar}"></div>{/block:IfShowSidebarImage}
  583.  
  584. </div>
  585.  
  586. <div class="des">{block:Description}{Description}{/block:Description}</div>
  587.  
  588. {block:IfShowSideMenu}
  589. <div class="na">
  590. <a href="/">index</a>
  591. <a href="/ask">ask</a>
  592. <a href="/archive">archive</a>
  593. <a href="http://cindie.tumblr.com">theme</a>
  594. {block:ifLink1}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1}
  595. {block:ifLink2}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:ifLink2}
  596. {block:ifLink3}<a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:ifLink3}
  597. {block:ifLink4}<a href="{text:Link 4}">{text:Link 4 Title}</a>{/block:ifLink4}
  598. {block:ifLink5}<a href="{text:Link 5}">{text:Link 5 Title}</a>{/block:ifLink5}
  599. {block:ifLink6}<a href="{text:Link 6}">{text:Link 6 Title}</a>{/block:ifLink6}
  600. {block:ifLink7}<a href="{text:Link 7}">{text:Link 7 Title}</a>{/block:ifLink7}
  601. {block:ifLink8}<a href="{text:Link 8}">{text:Link 8 Title}</a>{/block:ifLink8}
  602. {block:ifLink9}<a href="{text:Link 9}">{text:Link 9 Title}</a>{/block:ifLink9}
  603. {block:ifLink10}<a href="{text:Link 10}">{text:Link 10 Title}</a>{/block:ifLink10}
  604. </div>
  605. {/block:IfShowSideMenu}
  606.  
  607. {block:IfNotInfiniteScrolling}
  608. {block:PreviousPage}<a title="Previous" alt="Previous" href="{PreviousPage}">↽</a>{/block:PreviousPage} &nbsp;{block:NextPage}<a title="Next" alt="Next" href="{NextPage}">⇁</a>{/block:NextPage}
  609. {/block:IfNotInfiniteScrolling}
  610.  
  611.  
  612.  
  613. </div></div>
  614.  
  615.  
  616.  
  617. </div>
  618. </div>
  619.  
  620. <div id="content">
  621. {block:IfInfiniteScrolling}
  622. <div class = "autopagerize_page_element" >
  623. {/block:IfInfiniteScrolling}
  624.  
  625. {block:Posts}
  626. {block:ContentSource}
  627. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  628. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  629. {/block:SourceLogo}
  630. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  631. {block:ReblogParent}{/block:ReblogParent}
  632. {/block:ContentSource}
  633. {block:Text}
  634.  
  635.  
  636. <div id="post">
  637. <div class="perma">
  638. <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a>{block:IfShowReblogLink} | <a href="{ReblogURL}" target="_blank">Reblog</a>{/block:IfShowReblogLink}
  639. </div>
  640.  
  641. <div class="header"><a href="{Permalink}">{block:Title}{Title}{/block:Title}</a></div>
  642. {Body}
  643.  
  644. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  645.  
  646. </div>
  647. {/block:Text}
  648. {block:Photo}
  649.  
  650. <div id="post">
  651. <div class="perma">
  652. <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a>{block:IfShowReblogLink} | <a href="{ReblogURL}" target="_blank">Reblog</a>{/block:IfShowReblogLink}
  653. </div>
  654.  
  655.  
  656. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  657.  
  658. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  659.  
  660. </div>
  661. {/block:Photo}
  662. {block:Photoset}
  663.  
  664. <div id="post">
  665. <div class="perma">
  666. <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a>{block:IfShowReblogLink} | <a href="{ReblogURL}" target="_blank">Reblog</a>{/block:IfShowReblogLink}
  667. </div>
  668.  
  669.  
  670. {Photoset-500}
  671.  
  672.  
  673. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  674. </div>
  675. {/block:Photoset}
  676. {block:Quote}
  677.  
  678. <div id="post">
  679. <div class="perma">
  680. <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a>{block:IfShowReblogLink} | <a href="{ReblogURL}" target="_blank">Reblog</a>{/block:IfShowReblogLink}
  681. </div>
  682.  
  683. <h1>“</h1><div class="header">{Quote}</div>
  684. {block:Source}
  685. <center><i>-{Source}</i></center>
  686. {/block:Source}
  687. </div>
  688.  
  689. {/block:Quote}
  690.  
  691. {block:Link}
  692.  
  693. <div id="post">
  694. <div class="perma">
  695. <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a>{block:IfShowReblogLink} | <a href="{ReblogURL}" target="_blank">Reblog</a>{/block:IfShowReblogLink}
  696. </div>
  697.  
  698.  
  699. <a href="{URL}"{Target}><div class="header">{Name}</a></div>
  700. {block:Description}
  701. {Description}
  702. {/block:Description}
  703.  
  704. </div>
  705. {/block:Link}
  706.  
  707. {block:Chat}
  708.  
  709. <div id="post">
  710. <div class="perma">
  711. <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a>{block:IfShowReblogLink} | <a href="{ReblogURL}" target="_blank">Reblog</a>{/block:IfShowReblogLink}
  712. </div>
  713.  
  714.  
  715. <div class="header">{Title}</a></div>
  716. <ul class="chat">
  717. {block:Lines}
  718. <li class="{Alt}">
  719. {block:Label}
  720. <span class="label">{Label}</span>
  721. {/block:Label}
  722.  
  723. {Line}
  724.  
  725. {/block:Lines}
  726. </ul>
  727.  
  728. </li>
  729. </div>
  730. {/block:Chat}
  731. {block:Video}
  732.  
  733. <div id="post">
  734. <div class="perma">
  735. <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a>{block:IfShowReblogLink} | <a href="{ReblogURL}" target="_blank">Reblog</a>{/block:IfShowReblogLink}
  736. </div>
  737.  
  738. {Video-500}
  739.  
  740. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  741. </div>
  742.  
  743. {/block:Video}
  744. {block:Audio}
  745.  
  746. <div id="post">
  747. <div class="perma">
  748. <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a>{block:IfShowReblogLink} | <a href="{ReblogURL}" target="_blank">Reblog</a>{/block:IfShowReblogLink}
  749. </div>
  750.  
  751.  
  752. <div class="ali"><br>
  753. {block:TrackName}{TrackName}{/block:TrackName} {block:Artist}<i>by</i>&nbsp;{Artist}{/block:Artist}
  754. </div>
  755.  
  756. <div class="audioplayer">
  757. <div style="margin: 5px 0 0 5px; width: 18px; overflow:hidden;" id="{postID}">{AudioPlayerBlack}</div></div>
  758.  
  759. </div>
  760.  
  761. {/block:Audio}
  762.  
  763. {block:Answer}
  764.  
  765. <div id="post">
  766. <div class="perma">
  767. <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a>{block:IfShowReblogLink} | <a href="{ReblogURL}" target="_blank">Reblog</a>{/block:IfShowReblogLink}
  768. </div>
  769.  
  770. <div id="asker">{Asker} Asked: {Question}</div>
  771. <div id="answer">{Answer}</div>
  772.  
  773. </div>
  774. {/block:Answer}
  775.  
  776. {block:PermalinkPage}
  777. {block:Date}
  778. <div id="info"><div id="bottom">
  779. Posted: <a href="/day/{year}/{monthnumberwithzero}/{dayofmonthwithzero}">
  780. {ShortDayOfWeek} {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}
  781. </a>
  782. at {12Hour}:{Minutes}{AmPm}
  783. {block:RebloggedFrom}
  784. <br>Originally posted by
  785. <a href="{ReblogRootURL}">{ReblogRootName}</a>.
  786. {/block:RebloggedFrom}
  787.  
  788. {block:Answer}
  789. <BR>
  790. Ask: <a href="/ask">{AskLabel}</a>
  791. {/block:Answer}
  792.  
  793. {block:Audio}
  794. <BR>Plays: {FormattedPlayCount}
  795. {block:ExternalAudio}
  796. <BR>Download: <a href="{ExternalAudioURL}">here</a>.
  797. {/block:ExternalAudio}
  798. {/block:Audio}
  799.  
  800. {block:HasTags}
  801. <BR>Tagged: {block:Tags}
  802. <a href="{TagURL}">{Tag}</a> {/block:Tags}
  803. {/block:HasTags}
  804.  
  805. {block:NoteCount}<BR>Notes: {NoteCount}{/block:NoteCount}
  806. </div>
  807. {block:Caption}{Caption}{/block:Caption}
  808. </div>
  809. {/block:Date}
  810. {/block:PermalinkPage}
  811.  
  812. {block:PostNotes}
  813. <div class="notes">{PostNotes}</div>
  814. {/block:PostNotes}
  815.  
  816.  
  817. {/block:Posts}
  818. </div>
  819. {block:IfInfiniteScrolling}
  820. </div>
  821. {/block:IfInfiniteScrolling}
  822.  
  823. </body>
  824. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement