divakey

Toast

Mar 9th, 2014
2,221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.63 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.  
  14.  
  15. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  16.  
  17. <link href='http://fonts.googleapis.com/css?family=Rationale' rel='stylesheet' type='text/css'>
  18.  
  19. <head>
  20. <meta name="image:Background" content=""/>
  21. <meta name="image:Sidebar" content="" />
  22. <meta name="color:scroll bar" content="#778866" />
  23. <meta name="color:Background" content="#CCCCCC" />
  24. <meta name="color:Sidebar BG" content="#F3F3F3" />
  25. <meta name="color:Text" content="#444444" />
  26. <meta name="color:Links" content="#ccaaaa" />
  27. <meta name="color:Links Hover" content="#dddddd" />
  28. <meta name="color:Bold" content="#aa8877" />
  29. <meta name="color:Italic" content="#ddaa88" />
  30. <meta name="color:Post Background" content="#FFFFFF" />
  31. <meta name="color:Description Text" content="#967b69" />
  32. <meta name="color:Description BG" content="#FFFFFF" />
  33. <meta name="color:Borders" content="#d3d3d3"/>
  34. <meta name="color:Line" content="#FFFFFF"/>
  35. <meta name="color:Ask Background" content="#CCCCCC" />
  36. <meta name="color:Post title" content="#8A99A4" />
  37. <meta name="color:Menu Title" content="#967b69" />
  38. <meta name="color:Menu Title BG" content="#ffffff" />
  39. <meta name="color:Menu Links" content="#967b69" />
  40. <meta name="color:Menu Links BG" content="#ffffff" />
  41. <meta name="if:Show Captions" content="">
  42. <meta name="if:Show Post Background" content="0">
  43. <meta name="if:Tiny cursor" content="1">
  44. <meta name="if:Post Shadows" content="0">
  45. <meta name="if:Blur hover" content="0">
  46. <meta name="if:Sidebar img tilt" content="0">
  47. <meta name="if:BW hover" content="0">
  48. <meta name="if:3 Columns" content="0">
  49. <meta name="if:2 Columns" content="1">
  50.  
  51.  
  52. <style>
  53. div#qTip {
  54. padding: 5px;
  55. display: none;
  56. text-align: center;
  57. position: absolute;
  58. font-size:10px;
  59. line-height:9px;
  60. z-index: 1000;
  61. background: white;
  62. border:3px double{color:borders};
  63. color: {color:text};
  64. background: {color:post background};
  65. font-style:italic;}
  66. </style>
  67.  
  68. <style type="text/css">
  69.  
  70.  
  71. /* SCROLLBAR */
  72.  
  73. ::-webkit-scrollbar {
  74. width: 3px;
  75. height: 4px; }
  76.  
  77. ::-webkit-scrollbar-button:start:decrement,
  78. ::-webkit-scrollbar-button:end:increment {
  79. height: 0px;
  80. display: block;
  81. background: #9C9C9C;}
  82.  
  83. ::-webkit-scrollbar-track-piece {background-color: {color:Background};}
  84.  
  85. ::-webkit-scrollbar-thumb {
  86. border-radius: 0px;
  87. height: 50px;
  88. background-color: {color:scroll bar};}
  89.  
  90.  
  91. /* CONTENT */
  92. #tumblr_controls{top: 1px !important;
  93. margin: 0 0 0 0;
  94. right: 6px !important;
  95. position: fixed !important;
  96. -webkit-filter: invert(100%) ;important;}
  97.  
  98.  
  99. body {
  100. background-color:{color:Background};
  101. background-image: url('{image:Background}');
  102. background-attachment:fixed;
  103. color:{color:Text};
  104. font-family:verdana;
  105. font-size:11px;
  106. margin: 0px;
  107. padding: 0px;
  108. {block:iftinycursor}
  109. cursor: url(http://i.imgur.com/ZOrzC.png), auto;
  110. {/block:iftinycursor}}
  111.  
  112.  
  113.  
  114. a {
  115. text-decoration:none;
  116. color:{color:links};
  117. opacity:;
  118. z-index:999;
  119. -webkit-transition: all 0.5s ease-in-out;
  120. -moz-transition: all 0.5s ease-in-out;
  121. -o-transition: all 0.5s ease-in-out; }
  122.  
  123.  
  124. a:hover{
  125. color:{color:links hover};
  126. -webkit-transition: all 0.5s ease-in-out;
  127. -moz-transition: all 0.5s ease-in-out;
  128. -o-transition: all 0.5s ease-in-out;
  129. {block:iftinycursor}
  130. cursor: url(http://i.imgur.com/ZOrzC.png), auto;
  131. {/block:iftinycursor}}
  132.  
  133. b {color:{color:Bold};}
  134.  
  135. i{color:{color:Italic};}
  136.  
  137. .contentwhole {
  138. width:300px;
  139. {block:if3columns}width:960px;{/block:if3columns}
  140. {block:if2columns}width:660px;{/block:if2columns}
  141. padding-top:0px;
  142. margin-left:300px;
  143. }
  144.  
  145.  
  146.  
  147.  
  148. /* POSTS */
  149.  
  150. .content {
  151. width: 250px;
  152. float: left;
  153. margin: 10px;
  154. {block:ifshowpostbackground}
  155. background-color:{color:post background};
  156. padding-top: 3px;
  157. padding-left: 3px;
  158. padding-right: 3px;
  159. padding-bottom: 3px;
  160. {/block:ifshowpostbackground}
  161. width: 250px;
  162. {block:PermalinkPage}
  163. width:500px;
  164. {/block:PermalinkPage};
  165. {block:ifpostshadows}
  166. box-shadow:rgba(0,0,0,0.1)5px 5px;
  167. {/block:ifpostshadows}
  168. }
  169.  
  170. .content img {max-width:100%;}
  171.  
  172. img, .photo, .photoset {
  173. -webkit-transition: all 1s ease;
  174. -moz-transition: all 1s ease;
  175. -o-transition: all 1s ease;
  176. -ms-transition: all 1s ease;
  177. transition: all 1s ease; }
  178.  
  179. img:hover, .photo:hover, .photoset:hover {
  180. {block:ifblurhover}
  181. -webkit-filter: blur(2px);
  182. {/block:ifblurhover}
  183. {block:ifBWhover}
  184. -webkit-filter: grayscale(100%);
  185. {/block:ifBWhover}
  186. }
  187.  
  188. .posttitle{
  189. color:{color:post title};
  190. font-size: 15px;
  191. line-height: 15px;
  192. letter-spacing: 0px;
  193. text-align: left;
  194. text-transform: normal;}
  195.  
  196.  
  197. blockquote{
  198. padding-left: 5px;
  199. margin: 0px 0px 10px 0px;
  200. display: block;
  201. position: relative;
  202. border-left: 1px solid {color:bold};}
  203.  
  204. blockquote img{
  205. max-width: 100%!important;}
  206.  
  207. #quote {font-size:15px}
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214. /* AUDIO POSTS */
  215. #audiopost {
  216. margin-bottom:5px;
  217. width:240px;
  218. height:100px}
  219.  
  220. .cover {
  221. width:100px;
  222. height:100px;
  223. position:absolute;}
  224.  
  225. .cover img {
  226. width:100px;
  227. height:100px;
  228. float:left;}
  229.  
  230. .player {
  231. opacity: 0.5;
  232. position:absolute;
  233. z-index:1;
  234. background:#fff;
  235. width:100px;
  236. height:100px;
  237. display:block;
  238. -webkit-transition: all 0.7s ease;
  239. -moz-transition: all 0.7s ease;
  240. -o-transition: all 0.7s ease;}
  241.  
  242. .playerr {
  243. width:25px;
  244. height:25px;
  245. margin-top:30px;
  246. margin-left:30px;
  247. overflow:hidden;
  248. padding:3px;}
  249.  
  250. .track {
  251. margin-left:110px;
  252. line-height:12px;
  253. padding-top: 15px;}
  254.  
  255.  
  256. #linkpost {
  257. padding:8px;
  258. letter-spacing:2px;
  259. margin-bottom:5px;
  260. text-align:left;
  261. font-style:italic;
  262. color:{color:text}; }
  263.  
  264.  
  265. #question {
  266. padding:8px;
  267. text-align:left;
  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:px {color:border} solid;
  281. margin-bottom: 2%;
  282. padding: 1%;}
  283.  
  284.  
  285.  
  286. /*TEXT POSTS*/
  287. #bottom {
  288. margin-top:5px;
  289. width:250px;
  290. background-color:white;
  291. padding-top:2px;
  292. padding-bottom:2px;
  293. font-family: calibri;
  294. text-transform: UPPERCASE;
  295. text-align: center;
  296. font-size: 8px;
  297. letter-spacing: 1px;
  298. border-top: px solid #ccc;
  299. border-bottom: px solid #ccc;
  300. -webkit-transition: all .7s ease-in-out;
  301. -moz-transition: all .7s ease-in-out;
  302. -o-transition: all .7s ease-in-out;
  303. -ms-transition: all .7s ease-in-out;
  304. Transition: all .7s ease-in-out;}
  305.  
  306.  
  307. #bottom a {
  308. color:{color:permalink};
  309. text-decoration: none;
  310. -webkit-transition: all .7s ease-in-out;
  311. -moz-transition: all .7s ease-in-out;
  312. -o-transition: all .7s ease-in-out;
  313. -ms-transition: all .7s ease-in-out;
  314. transition: all .7s ease-in-out;}
  315.  
  316. #bottom a:hover{
  317. color:{color:permalink hover};
  318. background-color:{color:permalink bg};
  319. -webkit-transition: all .7s ease-in-out;
  320. -moz-transition: all .7s ease-in-out;
  321. -o-transition: all .7s ease-in-out;
  322. -ms-transition: all .7s ease-in-out;
  323. transition: all .7s ease-in-out;}
  324.  
  325.  
  326. /*IMAGE POSTS*/
  327.  
  328.  
  329.  
  330. #perms {position: absolute;
  331. opacity: 0;
  332. padding-top:5px;
  333. padding-bottom:5px;
  334. margin-top:-20px;
  335. margin-left:5px;
  336. width:240px;
  337. word-wrap: break-word;
  338. text-align: center;
  339. font-family: calibri;
  340. text-transform: UPPERCASE;
  341. font-size: 7px;
  342. line-height:9px;
  343. letter-spacing: 1px;
  344. -webkit-transition: all 0.6s ease-out;
  345. -moz-transition: all 0.6s ease-out;
  346. -o-transition: all 0.6s ease-out;}
  347.  
  348. .content:hover #perms {
  349. opacity: 1;
  350. margin-top: -30px;
  351. -webkit-transition: all 0.6s ease-out;
  352. -moz-transition: all 0.6s ease-out;
  353. -o-transition: all 0.6s ease-out;
  354. background-color:white;
  355. width:240px;
  356. margin-left:5px;
  357. text-align:center;}
  358.  
  359.  
  360. /* PERMALINK PAGE */
  361.  
  362. #source{
  363. width: 400px;
  364. padding:0px 5px;
  365. margin-left:-5px!important;
  366. margin-top: 10px;
  367. font-size: 10px;
  368. font-family: calibri;
  369. color:{color:post text};
  370. text-transform: uppercase;
  371. text-align:center;}
  372.  
  373. #source a{
  374. color:{color:links};
  375. text-decoration:none;
  376. -webkit-transition: all 0.7s ease-in-out;
  377. -moz-transition: all 0.7s ease-in-out;
  378. -o-transition: all 0.7s ease-in-out;
  379. -ms-transition: all 0.7s ease-in-out;
  380. transition: all 0.7s ease-in-out;}
  381.  
  382. #source a:hover{
  383. color:{color:links hover};
  384. -webkit-transition: all 0.7s ease-in-out;
  385. -moz-transition: all 0.7s ease-in-out;
  386. -o-transition: all 0.7s ease-in-out;
  387. -ms-transition: all 0.7s ease-in-out;
  388. transition: all 0.7s ease-in-out;}
  389.  
  390.  
  391. #PostNotes {
  392. margin-left:0px;
  393. text-align:left;
  394. width:500px;
  395. }
  396.  
  397.  
  398.  
  399.  
  400. /* SIDEBAR */
  401.  
  402. #sidebar {
  403. position:fixed;
  404. width:250px;
  405. height:150%;
  406. margin-left:-30px;
  407. margin-top:-50px;
  408. padding-top:100px;
  409. background-color:
  410. background-image: url('{image:Sidebar Background}');}
  411.  
  412. #lineone {width:400px;
  413. height:5px;
  414. border-top:3px dotted {color:dots};}
  415.  
  416. #linetwo {width:400px;
  417. height:5px;
  418. border-top:3px dotted {color:dots};
  419. margin-top:20px;}
  420.  
  421. #sidebarimage {}
  422.  
  423. #sidebarimage img {
  424. width:210px;
  425. opacity:;
  426. margin-top:10px;
  427. margin-left:50px;
  428. box-shadow:rgba(0,0,0,0.1)5px 5px;
  429. {block:ifsidebarimgtilt}
  430. width:170px;
  431. margin-left:60px;
  432. margin-top:-20px;
  433. margin-bottom:20px;
  434. -webkit-transform: rotate(-10deg);
  435. -moz-transform: rotate(-10deg);
  436. -o-transform: rotate(-10deg);
  437. -ms-transform: rotate(-10deg);
  438. transform: rotate(-10deg);
  439. {/block:ifsidebarimgtilt}
  440. }
  441.  
  442.  
  443. .desc {
  444. font-family:verdana;
  445. font-size:10px;
  446. margin-left:50px;
  447. margin-top:10px;
  448. background-color:{color:description bg};
  449. line-height:110%;
  450. font-size:9px;
  451. width:205px;
  452. padding:5px;
  453. text-align:justify;
  454. color:{color:description text};
  455. text-transform: none;
  456.  
  457. }
  458.  
  459.  
  460.  
  461. .pagination {display: none;}
  462.  
  463.  
  464.  
  465. /* NAVIGATION MENU*/
  466.  
  467. #main_holder_menu {
  468. width:215px;
  469. height:25px;
  470. overflow:hidden;
  471. margin:10px auto auto 30px;
  472. padding-left:20px;
  473. -webkit-transition: all 0.5s ease-out;
  474. -moz-transition: all 0.5s ease-out;
  475. transition: all 0.5s ease-out;
  476. }
  477.  
  478. #main_holder_menu:hover {
  479. height:400px;
  480. -webkit-transition: all 1s ease-out;
  481. -moz-transition: all 1s ease-out;
  482. transition: all 1s ease-out;
  483. }
  484.  
  485. .title_menu {
  486. height:25px;
  487. text-align:center;
  488. background-color:{color:menu title bg};
  489. font-family: 'Rationale', sans-serif;
  490. font-size:16px;
  491. color:{color:menu title};
  492. }
  493.  
  494. .holder_menu {
  495. width:215px;
  496. height:5px;
  497. display:block;
  498. color:{color:menu links}; /* The color of menu */
  499. text-align:center;
  500. font-family: 'Rationale', sans-serif;
  501. font-size:14px;
  502. background-color:{color:menu links bg}; /* The background of menu */
  503. margin-bottom:5px;
  504. margin-top:5px;
  505. padding:5px 5px 20px 5px;
  506. }
  507.  
  508. #main_holder_menu:hover .one_delay {
  509. margin-left:0px;
  510. transition-delay:0.2s;
  511. -webkit-transition-delay:0.2s;
  512. }
  513.  
  514. .one_delay {
  515. margin-left:220px;
  516. -webkit-transition: all 0.5s ease;
  517. -moz-transition: all 0.5s ease;
  518. transition: all 0.5s ease;
  519. }
  520.  
  521. #main_holder_menu:hover .two_delay {
  522. margin-left:0px;
  523. transition-delay:0.5s;
  524. -webkit-transition-delay:0.5s;
  525. }
  526.  
  527. .two_delay {
  528. margin-left:-220px;
  529. -webkit-transition: all 0.5s ease;
  530. -moz-transition: all 0.5s ease;
  531. transition: all 0.5s ease;
  532. }
  533.  
  534. #main_holder_menu:hover .three_delay {
  535. margin-left:0px;
  536. transition-delay:0.8s;
  537. -webkit-transition-delay:0.8s;
  538. }
  539.  
  540. .three_delay {
  541. margin-left:220px;
  542. -webkit-transition: all 0.5s ease;
  543. -moz-transition: all 0.5s ease;
  544. transition: all 0.5s ease;
  545. }
  546.  
  547. #main_holder_menu:hover .four_delay {
  548. margin-left:1px;
  549. transition-delay:1s;
  550. -webkit-transition-delay:1s;
  551. }
  552.  
  553. .four_delay {
  554. margin-left:-220px;
  555. -webkit-transition: all 0.5s ease;
  556. -moz-transition: all 0.5s ease;
  557. transition: all 0.5s ease;
  558. }
  559.  
  560.  
  561.  
  562. #line
  563. {width:30px;
  564. height:100%;
  565. bottom:0px;
  566. background-color: {color:line};
  567. position:fixed;
  568. left:255px;
  569. border-right:1px solid {color:borders};
  570. border-left:1px solid {color:borders};}
  571.  
  572. /* THEME CREDIT DO NOT REMOVE */
  573.  
  574. .credit { position: fixed;
  575. bottom: -40px;
  576. right: 5px;}
  577.  
  578. .credittext {
  579. width:50px;
  580. font-family:calibri;
  581. font-size:10px;
  582. text-transform:uppercase;
  583. text-align:center;
  584. background-color:white;
  585. padding:5px;
  586. -webkit-transition: all 0.5s ease;
  587. -moz-transition: all 0.5s ease;
  588. -o-transition: all 0.5s ease;
  589. -webkit-border-top-left-radius: 20px;
  590. -webkit-border-top-right-radius: 20px;}
  591.  
  592. .credit:hover .credittext{
  593. -webkit-transition: all 0.5s ease;
  594. -moz-transition: all 0.5s ease;
  595. -o-transition: all 0.5s ease;
  596. -webkit-border-top-left-radius: 0px;
  597. -webkit-border-top-right-radius: 0px;
  598. padding-bottom:35px;}
  599. </style>
  600.  
  601.  
  602.  
  603.  
  604. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  605.  
  606.  
  607. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  608.  
  609.  
  610. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  611.  
  612. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script>
  613.  
  614. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  615.  
  616. <script>
  617. $(function(){
  618. var $container = $('.contentwhole');
  619. $container.imagesLoaded(function(){
  620. $container.masonry({
  621. itemSelector: '.content',
  622. });
  623. });
  624. $container.infinitescroll({
  625. itemSelector : ".content",
  626. navSelector : "div.pagination",
  627. nextSelector : ".pagination a#next",
  628. loadingImg : "",
  629. loadingText : "<em></em>",
  630. bufferPx : 10000,
  631. extraScrollPx: 12000,
  632. },
  633. // trigger Masonry as a callback
  634. function( newElements ) {
  635. var $newElems = $( newElements ).css({ opacity: 0 });
  636. // ensure that images load before adding to masonry layout
  637. $newElems.imagesLoaded(function(){
  638. $newElems.animate({ opacity: 1 });
  639. $container.masonry( 'appended', $newElems, true );
  640. });
  641. }
  642. );
  643. });
  644. </script>
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654. <body>
  655.  
  656.  
  657. <div class="pagination">
  658. {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}
  659. </div>
  660.  
  661. <div id="sidebar">
  662. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  663. <div class="desc">
  664. {Description}
  665. </div>
  666.  
  667.  
  668. <div id="main_holder_menu">
  669. <div class="title_menu">
  670. <!-- You can change the 'menu' with your own words -->
  671. Navigation
  672. </div>
  673. <div class="one_delay"><a class="holder_menu" href="/">Home</a></div>
  674. <div class="two_delay"><a class="holder_menu" href="/archive">Archive</a></div>
  675. <div class="three_delay"><a class="holder_menu" href="/ask">Contact</a></div>
  676. <div class="four_delay"><a class="holder_menu" href="/random">Random</a></div>
  677. </div>
  678. </div>
  679. </div>
  680.  
  681. <div id="line"></div>
  682.  
  683.  
  684. {block:IndexPage}
  685. {/block:IndexPage}
  686.  
  687.  
  688. <div class="contentwhole">
  689.  
  690.  
  691. {block:Posts}
  692.  
  693.  
  694. <!— {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  695. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  696. {/block:SourceLogo}
  697. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  698. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  699.  
  700.  
  701.  
  702. <div class="content">
  703.  
  704.  
  705.  
  706. {block:Text}
  707. {block:indexpage}
  708. {block:Title}
  709. <a href="{Permalink}" class="posttitle">{Title}</a>
  710. {/block:Title}
  711. {Body}
  712. <div id="bottom"> <a href="{Permalink}" title="Post">Perma</a>
  713. | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></center>
  714. </div>
  715. {/block:indexpage}
  716.  
  717. {block:PermalinkPage}
  718. {block:Title}
  719. <a href="{Permalink}" class="posttitle">{Title}</a>
  720. {/block:Title}
  721. {Body}
  722. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  723. <br>
  724. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  725. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  726. </div></div></div>
  727. {/block:PermalinkPage}
  728.  
  729. {/block:Text}
  730.  
  731.  
  732.  
  733. {block:Photo}
  734. {block:indexpage}
  735. <a href="{Permalink}"><img src="{PhotoURL-250}" class="center"></a>
  736. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  737. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  738. {Caption}
  739. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  740. <div id="perms">
  741. <a href="{Permalink}" title="Post">Perma</a>
  742. | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></div>
  743.  
  744. {/block:indexpage}
  745.  
  746. {block:PermalinkPage}
  747. <img src="{PhotoURL-500}" class="center">
  748. {block:Caption}{Caption}{/block:caption}
  749. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  750. <br>
  751. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  752. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  753. </div></div></div>
  754. {/block:PermalinkPage}
  755.  
  756. {/block:Photo}
  757.  
  758.  
  759.  
  760. {block:Photoset}
  761. {block:indexpage}
  762. {Photoset-250}
  763. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  764. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  765. {Caption}
  766. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  767. <div id="perms">
  768. <a href="{Permalink}" title="Post">Perma</a>
  769. | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></div>
  770.  
  771. {/block:indexpage}
  772.  
  773. {block:PermalinkPage}
  774. {Photoset-500}
  775. {block:Caption}{Caption}{/block:Caption}
  776. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  777. <br>
  778. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  779. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  780. </div></div></div>
  781. {/block:PermalinkPage}
  782. {/block:Photoset}
  783.  
  784.  
  785.  
  786. {block:Quote}
  787. {block:indexpage}
  788. <div id="quote"> "{Quote}" </div><p>
  789. {block:Source}<p style="text-align:right">- {Source}{/block:Source}
  790. <div id="bottom"> <center><a href="{Permalink}" title="Post">Perma</a>
  791. | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></center>
  792. </div>
  793. {/block:indexpage}
  794.  
  795. {block:PermalinkPage}
  796. {Quote}<p>
  797. {block:Source}- {Source}{/block:Source}
  798. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  799. <br>
  800. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  801. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  802. </div></div></div>
  803. {/block:PermalinkPage}
  804. {/block:Quote}
  805.  
  806.  
  807.  
  808. {block:Link}
  809. {block:indexpage}<div id="linkpost"><a href="{URL}" target="{Target}"> {Name} </a></div>
  810. {block:Description} {Description} {/block:Description}
  811. <div id="bottom"> <center><a href="{Permalink}" title="Post">Perma</a>
  812. | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a>
  813. </div>
  814. {/block:indexpage}
  815.  
  816. {block:PermalinkPage}
  817. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  818. <br>
  819. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  820. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  821. </div></div></div>
  822. {/block:PermalinkPage}
  823. {/block:Link}
  824.  
  825.  
  826.  
  827. {block:Chat}
  828. {block:indexpage}
  829. <div class="chat"><ul>
  830. {block:Lines}<li class="{Alt}">{block:Label} <b>{Label}</b> {/block:Label}{Line}</li>{/block:Lines}
  831. </ul></div>
  832. <div id="bottom"> <center><a href="{Permalink}" title="Post">Perma</a>
  833. | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a>
  834. </div>
  835. {/block:indexpage}
  836.  
  837.  
  838. {block:PermalinkPage}
  839. {block:Title} {Title} {/block:Title} <p>
  840. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  841. {/block:Lines}
  842. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  843. <br>
  844. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  845. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  846. </div></div></div>
  847. {/block:PermalinkPage}
  848. {/block:Chat}
  849.  
  850.  
  851.  
  852. {block:Audio}
  853. {block:indexpage}{block:AudioPlayer}{/block:AudioPlayer}
  854. <div id="audiopost">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="player">
  855. <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>
  856. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  857. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  858. {Caption}
  859. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  860. <div id="bottom"> <center><a href="{Permalink}" title="Post">Perma</a>
  861. | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a>
  862. </div>
  863. {/block:indexpage}
  864.  
  865. {block:PermalinkPage}{block:AudioPlayer}{/block:AudioPlayer}
  866. <div id="audiopost">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="player">
  867. <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>
  868. {Caption}
  869. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  870. <br>
  871. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  872. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  873. </div></div></div>
  874. {/block:PermalinkPage}
  875.  
  876. {/block:Audio}
  877.  
  878.  
  879.  
  880. {block:Video}
  881. {block:indexpage}
  882. {Video-250}
  883. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  884. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  885. {Caption}
  886. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  887. <div id="bottom"> <center><a href="{Permalink}" title="Post">Perma</a>
  888. | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a>
  889. </div>
  890. {/block:indexpage}
  891.  
  892. {block:permalinkpage}{Video-500}
  893. {block:Caption}{Caption}{/block:Caption}
  894. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  895. <br>
  896. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  897. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  898. </div></div></div>{/block:permalinkpage}
  899. {/block:Video}
  900.  
  901.  
  902.  
  903. {block:Answer}
  904. {block:indexpage}
  905. <div id="question"><span style=""><img src="{AskerPortraitURL-30}" float:left"> — {Asker}: </span>{Question}</div><left> {Answer}
  906. <div id="bottom"> <center><a href="{Permalink}" title="Post">Perma</a>
  907. | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a>
  908. </div>
  909. {/block:indexpage}
  910.  
  911.  
  912. {block:permalinkpage}
  913. <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>
  914.  
  915. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  916. <br>
  917. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  918. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  919. </div></div></div>
  920. {/block:PermalinkPage}
  921. {/block:Answer}
  922.  
  923.  
  924. </div>
  925. {/block:Posts}
  926. </div>
  927.  
  928. <div class="credit"><div class="credittext"><a href="http://chinqu.tumblr.com"><font size="2">©</font></a><p>theme</div></div>
  929. </head>
  930. </body>
Advertisement
Add Comment
Please, Sign In to add comment