divakey

Blue

Jan 31st, 2014
1,263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.67 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" xml:lang="en" lang="en">
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}" />
  6.  
  7.  
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}
  10. <meta name="description" content="{MetaDescription}" />
  11. {/block:Description}
  12.  
  13. {block:IfEndlessScrolling}
  14. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEndlessScrolling}
  15.  
  16. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  17.  
  18. <link href='http://fonts.googleapis.com/css?family=Finger+Paint' rel='stylesheet' type='text/css'>
  19.  
  20.  
  21.  
  22. <head>
  23. <meta name="image:Background" content=""/>
  24. <meta name="image:Sidebar" content="" />
  25. <meta name="color:scroll bar" content="#778866" />
  26. <meta name="color:Background" content="#CCCCCC" />
  27. <meta name="color:Text" content="#444444" />
  28. <meta name="color:Links" content="#89AAD7" />
  29. <meta name="color:Links Hover" content="#D3B1B1" />
  30. <meta name="color:Bold" content="#F4A6B3" />
  31. <meta name="color:Italic" content="#D0A9C2" />
  32. <meta name="color:Post Background" content="#FFFFFF" />
  33. <meta name="color:Sidebar Background" content="#FFFFFF" />
  34. <meta name="color:Borders" content="#CCCCCC"/>
  35. <meta name="color:Ask Background" content="#CCCCCC" />
  36. <meta name="color:Post title" content="#8A99A4" />
  37. <meta name="if:Show Tags" content="">
  38. <meta name="if:Hover Tags" content="">
  39. <meta name="if:Endless Scrolling" content=""/>
  40. <meta name="if:Show Captions" content="">
  41. <meta name="if:Tiny cursor" content="1">
  42. <meta name="if:Short Sidebar" content="0">
  43.  
  44. <style>
  45. div#qTip {
  46. padding: 5px;
  47. display: none;
  48. text-align: center;
  49. position: absolute;
  50. font-size:10px;
  51. line-height:9px;
  52. z-index: 1000;
  53. background: white;
  54. border:1px solid {color:borders};
  55. color: {color:text};
  56. background: {color:post background};
  57. font-style:italic;}
  58. </style>
  59.  
  60. <style type="text/css">
  61.  
  62.  
  63. /* SCROLLBAR */
  64.  
  65. ::-webkit-scrollbar {
  66. width: 3px;
  67. height: 4px; }
  68.  
  69. ::-webkit-scrollbar-button:start:decrement,
  70. ::-webkit-scrollbar-button:end:increment {
  71. height: 0px;
  72. display: block;
  73. background: #9C9C9C;}
  74.  
  75. ::-webkit-scrollbar-track-piece {background-color: {color:Background};}
  76.  
  77. ::-webkit-scrollbar-thumb {
  78. border-radius: 0px;
  79. height: 50px;
  80. background-color: {color:scroll bar};}
  81.  
  82.  
  83. /* CONTENT */
  84.  
  85. body {
  86. background-color:{color:Background};
  87. background-image: url('{image:Background}');
  88. background-attachment:fixed;
  89. color:{color:Text};
  90. font-family:calibri;
  91. font-size:12px;
  92. margin: 0px;
  93. padding: 0px;
  94. {block:iftinycursor}
  95. cursor: url(http://i.imgur.com/ZOrzC.png), auto;
  96. {/block:iftinycursor}}
  97.  
  98.  
  99.  
  100. a {
  101. text-decoration:none;
  102. color:{color:links};
  103. opacity:;
  104. z-index:999;
  105. -webkit-transition: all 0.5s ease-in-out;
  106. -moz-transition: all 0.5s ease-in-out;
  107. -o-transition: all 0.5s ease-in-out; }
  108.  
  109.  
  110. a:hover{
  111. color:{color:links hover};
  112. -webkit-transition: all 0.5s ease-in-out;
  113. -moz-transition: all 0.5s ease-in-out;
  114. -o-transition: all 0.5s ease-in-out;
  115. {block:iftinycursor}
  116. cursor: url(http://i.imgur.com/ZOrzC.png), auto;
  117. {/block:iftinycursor}}
  118.  
  119. b {
  120. color:{color:Bold};}
  121. i{
  122. color:{color:Italic};}
  123.  
  124. .contentwhole {
  125. width:600px;
  126. padding-top:0px;
  127. margin-left:450px;
  128.  
  129.  
  130. }
  131.  
  132.  
  133.  
  134.  
  135. /* POSTS */
  136.  
  137. .content {
  138. width: 400px;
  139. margin: 25px;
  140. padding: 5px;
  141. {block:PermalinkPage}width:500px;{/block:PermalinkPage};
  142. background-color:{color:post background}; }
  143.  
  144. .content img {max-width:100%;}
  145.  
  146. .posttitle{
  147. color:{color:post title};
  148. font-size: 15px;
  149. line-height: 15px;
  150. letter-spacing: 0px;
  151. text-align: left;
  152. text-transform: normal;}
  153.  
  154.  
  155. blockquote{
  156. padding-left: 5px;
  157. margin: 0px 0px 10px 0px;
  158. display: block;
  159. position: relative;
  160. border-left: 1px solid {color:bold};}
  161.  
  162. blockquote img{
  163. max-width: 100%!important;}
  164.  
  165. #quote {font-size:15px}
  166.  
  167.  
  168. img, .photo, .photoset{ opacity: 0.8;
  169. transition: opacity 1s ease-in-out;
  170. -moz-transition: opacity 1s ease-in-out;
  171. -webkit-transition: opacity 1s ease-in-out;}
  172.  
  173. img:hover, .photo:hover, .photoset:hover {
  174. opacity: 1.0;
  175. transition: opacity .55s ease-in-out;
  176. -moz-transition: opacity .55s ease-in-out;
  177. -webkit-transition: opacity .55s ease-in-out;}
  178.  
  179.  
  180.  
  181. /* AUDIO POSTS */
  182. #audiopost {
  183. margin-bottom:5px;
  184. width:400px;
  185. height:150px}
  186.  
  187. .cover {
  188. width:150px;
  189. height:150px;
  190. position:absolute;}
  191.  
  192. .cover img {
  193. width:150px;
  194. height:150px;
  195. float:left;}
  196.  
  197. .player {
  198. opacity: 0.5;position:absolute;
  199. z-index:1;
  200. background:#fff;
  201. width:150px;
  202. height:150px;
  203. display:block;
  204. -webkit-transition: all 0.7s ease;
  205. -moz-transition: all 0.7s ease;
  206. -o-transition: all 0.7s ease;}
  207.  
  208. .playerr {
  209. width:25px;
  210. height:25px;
  211. margin-top:55px;
  212. margin-left:55px;
  213. overflow:hidden;
  214. padding:3px;}
  215.  
  216. .track {
  217. margin-left:160px;
  218. line-height:12px;
  219. padding-top: 35px;}
  220.  
  221.  
  222. #linkpost {padding:8px;
  223. font-family:calibri;
  224. letter-spacing:2px;
  225. margin-bottom:5px;
  226. text-align:left;
  227. font-style:italic;
  228. color:{color:text};}
  229.  
  230. #question {
  231. padding:8px;
  232. font-family:calibri;
  233. letter-spacing:1px;
  234. text-align:left;
  235. color:{color:text};
  236. background-color:{color:ask background}}
  237.  
  238.  
  239. .chat ul {
  240. list-style: none;
  241. margin: 0;
  242. padding: 0;}
  243.  
  244. .chat li {
  245. border-radius: 0.2em;
  246. margin-bottom: 2%;
  247. padding: 1%;}
  248.  
  249.  
  250. .bottom {
  251. margin-top:5px;
  252. width:400px;
  253. padding-top:2px;
  254. padding-bottom:2px;
  255. font-family: calibri;
  256. text-transform: UPPERCASE;
  257. font-size: 8px;
  258. letter-spacing: 1px;
  259. border-top: 1px solid {color:borders};
  260. border-bottom: 1px solid {color:borders};
  261. -webkit-transition: all .7s ease-in-out;
  262. -moz-transition: all .7s ease-in-out;
  263. -o-transition: all .7s ease-in-out;
  264. -ms-transition: all .7s ease-in-out;
  265. Transition: all .7s ease-in-out;}
  266.  
  267.  
  268. .bottom a {
  269. color:{color:permalink};
  270. text-decoration: none;
  271. -webkit-transition: all .7s ease-in-out;
  272. -moz-transition: all .7s ease-in-out;
  273. -o-transition: all .7s ease-in-out;
  274. -ms-transition: all .7s ease-in-out;
  275. transition: all .7s ease-in-out;}
  276.  
  277. .bottom a:hover{
  278. color:{color:permalink hover};
  279. background-color:{color:permalink bg};
  280. -webkit-transition: all .7s ease-in-out;
  281. -moz-transition: all .7s ease-in-out;
  282. -o-transition: all .7s ease-in-out;
  283. -ms-transition: all .7s ease-in-out;
  284. transition: all .7s ease-in-out;}
  285.  
  286.  
  287. #tags {position: absolute;
  288. {block:ifshowtags}opacity:1;
  289. margin-top:10px;
  290. {/block:ifshowtags}
  291. {block:ifhovertags}
  292. opacity: 0;
  293. {/block:ifhovertags}
  294. width:400px;
  295. word-wrap: break-word;
  296. text-align: left;
  297. font-family: calibri;
  298. text-transform: UPPERCASE;
  299. font-size: 8px;
  300. line-height:9px;
  301. letter-spacing: 1px;
  302. -webkit-transition: all 0.6s ease-out;
  303. -moz-transition: all 0.6s ease-out;
  304. -o-transition: all 0.6s ease-out;}
  305.  
  306. .content:hover #tags {
  307. opacity: 1;
  308. margin-top: 10px;-webkit-transition: all 0.6s ease-out;
  309. -moz-transition: all 0.6s ease-out;
  310. -o-transition: all 0.6s ease-out;}
  311.  
  312. #tumblr_controls{
  313. position:fixed!important;
  314. right: 0px;
  315. top:0px;}
  316.  
  317.  
  318.  
  319.  
  320. /* PERMALINK PAGE */
  321.  
  322. #source{
  323. width: 400px;
  324. padding:0px 5px;
  325. margin-left:-5px!important;
  326. margin-top: 10px;
  327. font-size: 10px;
  328. font-family: calibri;
  329. color:{color:post text};
  330. text-transform: uppercase;
  331. text-align:center;}
  332.  
  333. #source a{
  334. color:{color:links};
  335. text-decoration:none;
  336. -webkit-transition: all 0.7s ease-in-out;
  337. -moz-transition: all 0.7s ease-in-out;
  338. -o-transition: all 0.7s ease-in-out;
  339. -ms-transition: all 0.7s ease-in-out;
  340. transition: all 0.7s ease-in-out;}
  341.  
  342. #source a:hover{
  343. color:{color:links hover};
  344. -webkit-transition: all 0.7s ease-in-out;
  345. -moz-transition: all 0.7s ease-in-out;
  346. -o-transition: all 0.7s ease-in-out;
  347. -ms-transition: all 0.7s ease-in-out;
  348. transition: all 0.7s ease-in-out;}
  349.  
  350.  
  351. #PostNotes {margin-left:0px;
  352. text-align:left;
  353. width:400px;}
  354.  
  355.  
  356.  
  357.  
  358. /* SIDEBAR */
  359.  
  360. #sidebar {width:302px;
  361. position:fixed;
  362. margin:0px;
  363. margin-top:0px;
  364. padding:5px;
  365. background-color:{color:sidebar background};
  366. height:1000px;
  367. {block:ifshortsidebar}
  368. height:100px;
  369. -webkit-border-bottom-right-radius: 17px;
  370. -webkit-border-bottom-left-radius: 17px;
  371. -moz-border-radius-bottomright: 17px;
  372. -moz-border-radius-bottomleft: 17px;
  373. border-bottom-right-radius: 17px;
  374. border-bottom-left-radius: 17px;
  375. {/block:ifshortsidebar}
  376.  
  377. }
  378.  
  379. #sidebarimage {margin-left:50px;
  380. margin-top:55px;
  381. position:fixed;
  382. background-color:{color:sidebar background};
  383. -webkit-border-top-left-radius: 17px;
  384. -webkit-border-top-right-radius: 17px;
  385. -moz-border-radius-topleft: 17px;
  386. -moz-border-radius-topright: 17px;
  387. border-top-left-radius: 17px;
  388. border-top-right-radius: 17px;}
  389.  
  390. #sidebarimage img {
  391. width:300px;
  392. margin-right:2px;
  393. padding-bottom:0px;
  394. padding:5px;
  395. -webkit-border-top-left-radius: 17px;
  396. -webkit-border-top-right-radius: 17px;
  397. -moz-border-radius-topleft: 17px;
  398. -moz-border-radius-topright: 17px;
  399. border-top-left-radius: 17px;
  400. border-top-right-radius: 17px;
  401. }
  402.  
  403.  
  404.  
  405. #description {
  406. text-align:left;
  407. padding-left:5px;
  408. padding-bottom:px;
  409. font-family:cambria;
  410. line-height:110%;
  411. font-size:9px;
  412. width:295px;
  413. font-style:italic;
  414. {block:ifshortsidebar}
  415. max-height:95px;
  416. overflow:auto;
  417. {/block:ifshortsidebar}
  418. }
  419.  
  420.  
  421.  
  422.  
  423.  
  424. .pagination {
  425. display: none;
  426. }
  427.  
  428. /* BUBBLES */
  429. #bubblebar
  430. {width:300px;
  431. position:fixed;
  432. left:63px;
  433. top:58px;
  434. z-index:999;
  435. font-size:9px;
  436. text-align:center;}
  437.  
  438. .bubble
  439. {text-align:center;
  440. color:#555;
  441. float:left;
  442. height:5px;
  443. width:53px;
  444. margin-right:5px;
  445. padding-top:1px;
  446. padding-bottom:12px;
  447. margin-top:5px;
  448. overflow:hidden;
  449. display: inline-block;
  450. -moz-border-radius: 17px 17px 0px 0px;
  451. border-radius:17px 17px 0px 0px;
  452. -webkit-transition: opacity 0.7s linear;
  453. -webkit-transition: all 0.7s ease-in-out;
  454. -moz-transition: all 0.7s ease-in-out;
  455. -o-transition: all 0.7s ease-in-out;}
  456.  
  457. .bubble:hover {background-color: {color:sidebar background};
  458. -webkit-transition: opacity 0.7s linear;
  459. -webkit-transition: all 0.7s ease-in-out;
  460. -moz-transition: all 0.7s ease-in-out;
  461. -o-transition: all 0.7s ease-in-out; }
  462.  
  463. .bubble img
  464. {margin-bottom:10px;
  465. margin-top:-2px;}
  466.  
  467.  
  468. #bubble1 {background-color:{color:sidebar background}}
  469.  
  470. #bubble2 {background-color:{color:sidebar background}}
  471.  
  472. #bubble3 {background-color:{color:sidebar background}}
  473.  
  474. #bubble4 {background-color:{color:sidebar background}}
  475.  
  476. #bubble5 {background-color:{color:sidebar background}}
  477.  
  478. </style>
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493. <body>
  494.  
  495. <div id="sidebarimage">
  496. <img src="{image:sidebar}" >
  497. <div id="sidebar">
  498. <div id="description">
  499. {Description}
  500. <p>
  501. {block:IfNotEndlessScrolling}
  502. <center>
  503. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">« B A C K</a>{/block:PreviousPage} | {block:NextPage}<a href="{NextPage}">N E X T »</a>{/block:NextPage}{/block:Pagination}
  504. {/block:IfNotEndlessScrolling}</p>
  505. </div></div></div>
  506.  
  507.  
  508. <div id='bubblebar'>
  509. <div class='bubble' id='bubble1'><a href="/" title="Refresh">.01 </a>
  510. </div>
  511. <div class='bubble' id='bubble2'><a href="/ask" title="Ask">.02</a>
  512. </div>
  513. <div class='bubble' id='bubble3'><a href="/archive" title="Past">.03</a>
  514. </div>
  515. <div class='bubble' id='bubble4'><a href="/random" title="Random">.04</a>
  516. </div>
  517. <div class='bubble' id='bubble5'><a href="http://chinqu.tumblr.com" title="Theme">.05</a>
  518. </div></div></div></div></div></div></div>
  519.  
  520.  
  521.  
  522.  
  523. <div class="contentwhole">
  524.  
  525. <div class = "autopagerize_page_element" >
  526. {block:Posts}
  527.  
  528.  
  529. <!— {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  530. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  531. {/block:SourceLogo}
  532. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  533. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  534.  
  535.  
  536.  
  537. <div class="content">
  538.  
  539.  
  540.  
  541. {block:Text}
  542. {block:indexpage}
  543. {block:Title}
  544. <a href="{Permalink}" class="posttitle">{Title}</a>
  545. {/block:Title}
  546. {Body}
  547. <div class="bottom"> <center><a href="{Permalink}" title="Post">Perma</a>
  548. | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></center><div id="tags">
  549. {block:ifshowtags}{block:HasTags} {block:Tags} • <a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}{/block:ifshowtags}</div>
  550. </div>
  551. {/block:indexpage}
  552.  
  553. {block:PermalinkPage}
  554. {block:Title}
  555. <a href="{Permalink}" class="posttitle">{Title}</a>
  556. {/block:Title}
  557. {Body}
  558. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  559. <br>
  560. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  561. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  562. </div></div>
  563. {/block:PermalinkPage}
  564.  
  565. {/block:Text}
  566.  
  567.  
  568.  
  569. {block:Photo}
  570. {block:indexpage}
  571. <img src="{PhotoURL-400}" class="center">
  572. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  573. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  574. {Caption}
  575. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  576. <div class="bottom"> <center><a href="{Permalink}" title="Post">Perma</a>
  577. | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a><div id="tags">
  578. {block:ifshowtags}{block:HasTags} {block:Tags} • <a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}{/block:ifshowtags}</div>
  579. </div>
  580. {/block:indexpage}
  581.  
  582. {block:PermalinkPage}
  583. <img src="{PhotoURL-500}" class="center">
  584. {block:Caption}{Caption}{/block:caption}
  585. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  586. <br>
  587. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  588. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  589. </div></div>
  590. {/block:PermalinkPage}
  591.  
  592. {/block:Photo}
  593.  
  594.  
  595.  
  596. {block:Photoset}
  597. {block:indexpage}
  598. {Photoset-400}
  599. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  600. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  601. {Caption}
  602. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  603. <div class="bottom"> <center><a href="{Permalink}" title="Post">Perma</a>
  604. | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></center><div id="tags">
  605. {block:ifshowtags}{block:HasTags}{block:Tags} • <a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}{/block:ifshowtags}</div>
  606. </div>
  607. {/block:indexpage}
  608.  
  609. {block:PermalinkPage}
  610. {Photoset-500}
  611. {block:Caption}{Caption}{/block:Caption}
  612. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  613. <br>
  614. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  615. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  616. </div></div></div>
  617. {/block:PermalinkPage}
  618.  
  619. {/block:Photoset}
  620.  
  621.  
  622.  
  623. {block:Quote}
  624. {block:indexpage}
  625. <div id="quote">❝ {Quote} ❞ </div><p>
  626. {block:Source}<p style="text-align:right">- {Source}{/block:Source}
  627. <div class="bottom"> <center><a href="{Permalink}" title="Post">Perma</a>
  628. | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a><div id="tags">
  629. {block:ifshowtags}{block:HasTags} {block:Tags} • <a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}{/block:ifshowtags}</div>
  630. </div>
  631. {/block:indexpage}
  632.  
  633. {block:PermalinkPage}
  634. {Quote}<p>
  635. {block:Source}- {Source}{/block:Source}
  636. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  637. <br>
  638. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  639. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  640. </div></div></div>
  641. {/block:PermalinkPage}
  642. {/block:Quote}
  643.  
  644.  
  645.  
  646. {block:Link}
  647. {block:indexpage}<div id="linkpost"><a href="{URL}" target="{Target}"> {Name} </a></div>
  648. {block:Description} {Description} {/block:Description}
  649. <div class="bottom"> <center><a href="{Permalink}" title="Post">Perma</a>
  650. | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a><div id="tags">
  651. {block:ifshowtags}{block:HasTags} {block:Tags} • <a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}{/block:ifshowtags}</div>
  652. </div>
  653. {/block:indexpage}
  654.  
  655. {block:PermalinkPage}
  656. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  657. <br>
  658. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  659. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  660. </div></div></div>
  661. {/block:PermalinkPage}
  662. {/block:Link}
  663.  
  664.  
  665.  
  666. {block:Chat}
  667. {block:indexpage}
  668. <div class="chat"><ul>
  669. {block:Lines}<li class="{Alt}">{block:Label} {Label} {/block:Label}{Line}</li>{/block:Lines}
  670. </ul></div>
  671. <div class="bottom"> <center><a href="{Permalink}" title="Post">Perma</a>
  672. | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a><div id="tags">
  673. {block:ifshowtags}{block:HasTags} {block:Tags} • <a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}{/block:ifshowtags}</div>
  674. </div>
  675. {/block:indexpage}
  676.  
  677.  
  678. {block:PermalinkPage}
  679. {block:Title} {Title} {/block:Title} <p>
  680. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  681. {/block:Lines}
  682. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  683. <br>
  684. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  685. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  686. </div></div></div>
  687. {/block:PermalinkPage}
  688. {/block:Chat}
  689.  
  690.  
  691.  
  692. {block:Audio}
  693. {block:indexpage}{block:AudioPlayer}{/block:AudioPlayer}
  694. <div id="audiopost">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="player">
  695. <div class="playerr">{AudioPlayerWhite}</div></div><div class="track"><br>{block:TrackName}{TrackName}{/block:TrackName}<br />{block:Artist}{Artist}{/block:Artist}<br />{PlayCountWithLabel}</div></div>
  696. {Caption}
  697. <div class="bottom"> <center><a href="{Permalink}" title="Post">Perma</a>
  698. | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a><div id="tags">
  699. {block:ifshowtags}{block:HasTags} {block:Tags} • <a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}{/block:ifshowtags}</div>
  700. </div>
  701. {/block:indexpage}
  702.  
  703. {block:PermalinkPage}{block:AudioPlayer}{/block:AudioPlayer}
  704. <div id="audiopost">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="player">
  705. <div class="playerr">{AudioPlayerWhite}</div></div><div class="track"><br>{block:TrackName}{TrackName}{/block:TrackName}<br />{block:Artist}{Artist}{/block:Artist}<br />{PlayCountWithLabel}</div></div>
  706. {Caption}
  707. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  708. <br>
  709. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  710. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  711. </div></div></div>
  712. {/block:PermalinkPage}
  713.  
  714. {/block:Audio}
  715.  
  716.  
  717.  
  718. {block:Video}
  719. {block:indexpage}
  720. {Video-400}
  721. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  722. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  723. {Caption}
  724. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  725. <div class="bottom"> <center><a href="{Permalink}" title="Post">Perma</a>
  726. | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a><div id="tags">
  727. {block:ifshowtags}{block:HasTags} {block:Tags} • <a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}{/block:ifshowtags}</div>
  728. </div>
  729. {/block:indexpage}
  730.  
  731. {block:permalinkpage}{Video-500}
  732. {block:Caption}{Caption}{/block:Caption}
  733. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  734. <br>
  735. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  736. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  737. </div></div></div>{/block:permalinkpage}
  738. {/block:Video}
  739.  
  740.  
  741.  
  742. {block:Answer}
  743. {block:indexpage}
  744. <div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;"><img src="{AskerPortraitURL-30}" float:left"> — {Asker}: </span>{Question}</div><left> <font face="calibri">{Answer}</font>
  745. <div class="bottom"> <center><a href="{Permalink}" title="Post">Perma</a>
  746. | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a><div id="tags">
  747. {block:ifshowtags}{block:HasTags} {block:Tags} • <a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}{/block:ifshowtags}</div>
  748. </div>
  749. {/block:indexpage}
  750.  
  751.  
  752. {block:permalinkpage}
  753. <div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;"><img src="{AskerPortraitURL-48}" float:left"> — {Asker}: </span>{Question}</div><left> <font face="cambria">{Answer}</font>
  754.  
  755. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  756. <br>
  757. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  758. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  759. </div></div></div>
  760. {/block:PermalinkPage}
  761. {/block:Answer}
  762.  
  763.  
  764.  
  765.  
  766.  
  767. </div>
  768.  
  769. {/block:Posts}
  770. <div class="pagination">
  771. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  772.  
  773.  
  774.  
  775.  
  776. </div>
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786. </head></body>
Advertisement
Add Comment
Please, Sign In to add comment