divakey

Destiny

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