divakey

Sylveon

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