divakey

Captivate

Oct 3rd, 2013
1,814
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.22 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. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. {block:IfEndlessScrolling}
  9. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEndlessScrolling}
  10.  
  11. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  12.  
  13. <link href='http://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
  14.  
  15. <link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
  16. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  17.  
  18. <meta name="color:Background" content="#ffffff"/>
  19. <meta name="color:Borders" content="#d3d3d3"/>
  20. <meta name="color:Text Highlight" content="#d3d3d3"/>
  21. <meta name="color:Text" content="#8388282"/>
  22. <meta name="color:Bold" content="#554444" />
  23. <meta name="color:Scrollbar" content="#554444" />
  24. <meta name="color:Italic" content="#998877" />
  25. <meta name="color:Link" content="#6f6f6f"/>
  26. <meta name="color:Permalink" content="#6f6f6f"/>
  27. <meta name="color:Post title" content="#9b8e71"/>
  28. <meta name="color:Navigation Text" content="#6f6f6f"/>
  29. <meta name="color:Link hover" content="#534436"/>
  30. <meta name="color:Title" content="#404346" />
  31. <meta name="color:Blog Title" content="#404346" />
  32. <meta name="color:Post Background" content="#ffffff"/>
  33. <meta name="image:Background" content=""/>
  34. <meta name="image:Sidebar" content=""/>
  35. <meta name="if:Post Border" content="1">
  36. <meta name="if:Tiny cursor" content="1">
  37. <meta name="if:Font style 1" content="1">
  38. <meta name="if:Font style 2" content="0">
  39. <meta name="if:Monochrome" content="">
  40. <meta name="if:Show Captions" content="1">
  41. <meta name="if:Lazy Load" content="0">
  42. <meta name="if:EndlessScrolling" content="0"/>
  43. <meta name="text:Custom Link 1" content="" />
  44. <meta name="text:Custom Link 1 Title" content="" />
  45. <meta name="text:Custom Link 2" content="" />
  46. <meta name="text:Custom Link 2 Title" content="" />
  47. <meta name="text:Custom Link 3" content="" />
  48. <meta name="text:Custom Link 3 Title" content="" />
  49. <meta name="text:Custom Link 4" content="" />
  50. <meta name="text:Custom Link 4 Title" content="" />
  51. <meta name="text:Custom Link 5" content="" />
  52. <meta name="text:Custom Link 5 Title" content="" />
  53. <meta name="text:Custom Link 6" content="" />
  54. <meta name="text:Custom Link 6 Title" content="" />
  55. <meta name="text:Custom Link 7" content="" />
  56. <meta name="text:Custom Link 7 Title" content="" />
  57. <meta name="text:Custom Link 8" content="" />
  58. <meta name="text:Custom Link 8 Title" content="" />
  59. <meta name="text:Custom Link 9" content="" />
  60. <meta name="text:Custom Link 9 Title" content="" />
  61.  
  62.  
  63. <style>
  64. div#qTip {
  65. padding: 5px;
  66. display: none;
  67. text-align: center;
  68. position: absolute;
  69. font-size:10px;
  70. line-height:9px;
  71. z-index: 1000;
  72. background: white;
  73. border:1px solid {color:borders};
  74. color: {color:text};
  75. background: {color:post background};
  76. font-style:italic;}
  77. </style>
  78.  
  79. <style type="text/css">
  80.  
  81. /* SCROLLBAR */
  82. ::-webkit-scrollbar { width: 5px; height: 5px; }
  83. ::-webkit-scrollbar-button:start:decrement,
  84. ::-webkit-scrollbar-button:end:increment { height: 0px; display: block; background: #9C9C9C; }
  85. ::-webkit-scrollbar-track-piece { background-color: white; }
  86. ::-webkit-scrollbar-thumb { border-radius: 0px; height: 50px; background-color: {color:scrollbar}; }
  87.  
  88. /*CONTROLS - FOLLOW,UNFOLLOW,DASH */
  89. #tumblr_controls{ position:fixed!important; right: 0px; top:0px;}
  90.  
  91. /* CHANGE TEXT HIGHLIGHT COLOR */
  92. ::-moz-selection {
  93. background-color:{color:text highlight};}
  94.  
  95. ::selection {
  96. background-color: {color:text highlight};}
  97.  
  98.  
  99. /* BODY */
  100. body {background:{color:background};
  101. background-image: url({image:Background});
  102. background-attachment:fixed;
  103. margin:0px;
  104. color:{color:text};
  105. {block:iffontstyle1}
  106. font-family:'Roboto Slab', serif; font-size:10px;
  107. {/block:iffontstyle1}
  108. {block:iffontstyle2}
  109. font-family:Calibri; font-size:12px;
  110. {/block:iffontstyle2}
  111. line-height:12px;
  112. {block:iftinycursor}
  113. cursor: url(http://i.imgur.com/ZOrzC.png), auto;
  114. {/block:iftinycursor}}
  115.  
  116. b {color:{color:bold};}
  117. i {color:{color:italic};}
  118.  
  119. a:link, a:active, a:visited{
  120. cursor: url(http://i.imgur.com/ZOrzC.png), auto;
  121. color: {color:link};
  122. text-decoration:none;
  123. z-index:999;
  124. -webkit-transition: all 0.5s ease-in-out;
  125. -moz-transition: all 0.5s ease-in-out;
  126. -o-transition: all 0.5s ease-in-out;}
  127.  
  128. a:hover{cursor: url(http://i.imgur.com/ZOrzC.png), auto;
  129. color:{color: link hover};
  130. opacity: .5;
  131. -webkit-transition: all 0.5s ease-in-out;
  132. -moz-transition: all 0.5s ease-in-out;
  133. -o-transition: all 0.5s ease-in-out;}
  134.  
  135.  
  136. img, .photo, .photoset{ opacity: 0.8;
  137. transition: opacity 1s ease-in-out;
  138. -moz-transition: opacity 1s ease-in-out;
  139. -webkit-transition: opacity 1s ease-in-out;}
  140.  
  141. img:hover, .photo:hover, .photoset:hover {
  142. opacity: 1.0;
  143. transition: opacity .55s ease-in-out;
  144. -moz-transition: opacity .55s ease-in-out;
  145. -webkit-transition: opacity .55s ease-in-out;}
  146.  
  147. /*MAKES PHOTOS BLACK AND WHITE */
  148.  
  149. {block:ifmonochrome}
  150. img, .photo, .photoset{
  151. -webkit-filter: Grayscale(100%);
  152. -webkit-transition-duration: 0.8s;
  153. -moz-transition-duration:0.8s;
  154. transition-duration:0.8s;
  155. -o-transition-duration:0.8s;}
  156.  
  157. img:hover, .photo:hover, .photoset:hover{
  158. -webkit-filter: Grayscale(100%);
  159. opacity:;
  160. -webkit-transition: all 0.5s ease-out;
  161. -moz-transition: all 0.5s ease-out;
  162. transition: all 0.5s ease-out;}
  163. {block:ifmonochrome}
  164.  
  165. /* POSTS */
  166.  
  167. #entries {padding:10px;
  168. padding-bottom:20px;
  169. width:400px;
  170. margin-left:350px;
  171. margin-top:5px;}
  172.  
  173. #post {width:400px;
  174. padding:5px;
  175. {block:ifpostborder}
  176. border: 1px solid {color:borders};
  177. {/block:ifpostborder}
  178. background:{color:post background};
  179. margin-bottom:15px;}
  180.  
  181. /* BLOCKQUOTES */
  182. blockquote{
  183. padding-left: 5px;
  184. margin: 0px 0px 10px 0px;
  185. display: block;
  186. position: relative;
  187. border-left: 1px solid {color:link};}
  188.  
  189. iframe, img, embed, object, video { max-width: 100%;}
  190.  
  191.  
  192. /* LINK POST */
  193. h1 {font-size:19px;
  194. font-weight: 400;
  195. font-family:'Amatic SC', cursive;
  196. line-height:20px;
  197. letter-spacing:2px;
  198. margin-top:0px;
  199. color: {color:post title};
  200. border-bottom: 1px solid #CCCCCC;}
  201.  
  202.  
  203. /*ASK POST*/
  204. #asker {float:left;
  205. margin-right:5px;
  206. margin-bottom:5px;
  207. border:1px solid {color:borders};
  208. background: {color:post background};
  209. padding:5px;}
  210.  
  211. #askername {text-transform: uppercase;
  212. font-size: 9px;
  213. font-family:calibri}
  214.  
  215. #answers {mmargin-top:5px;
  216. border-top:1px solid {color:borders};
  217. padding:2px}
  218.  
  219.  
  220. /* AUDIO POSTS */
  221. #audiopost {font-family:'Amatic SC', cursive ;
  222. font-size:19px;
  223. margin-bottom:5px;
  224. width:400px;
  225. height:150px}
  226.  
  227. .cover {
  228. width:150px;
  229. height:150px;
  230. position:absolute;}
  231.  
  232. .cover img {
  233. width:150px;
  234. height:150px;
  235. float:left;}
  236.  
  237. .player {opacity:0.3 ;
  238. position:absolute;
  239. z-index:1;
  240. background:#fff;
  241. width:150px;
  242. height:150px;
  243. display:block;
  244. -moz-border-radius: 30px;
  245. -webkit-border-radius: 30px;
  246. border-radius: 30px;
  247. -webkit-transition: all 0.7s ease;
  248. -moz-transition: all 0.7s ease;
  249. -o-transition: all 0.7s ease;}
  250.  
  251. .playerr {
  252. width:25px;
  253. height:25px;
  254. margin-top:55px;
  255. margin-left:55px;
  256. overflow:hidden;
  257. padding:3px;}
  258.  
  259. .track {
  260. margin-left:160px;
  261. line-height:12px;
  262. padding-top: 35px;}
  263.  
  264.  
  265. /* Permalinks, the links that appear next to a post */
  266. #line
  267. {width:75px;
  268. height:100%;
  269. bottom:0px;
  270. {block:ifpostborder}
  271. border-left: 1px solid {color:borders};
  272. border-right: 1px solid {color:borders};{color:borders};
  273. {/block:ifpostborder}
  274. background-color: {color:post background};
  275. position:fixed;
  276. left:785px;}
  277.  
  278.  
  279. .permalink {
  280. width:100px;
  281. height: auto;
  282. line-height: 10px;
  283. padding-left:5px;
  284. margin-left: 390px;
  285. margin-top: 0px;
  286. margin-bottom:20px;
  287. font-family: calibri;
  288. text-align:left;
  289. font-size: 9px;
  290. color: {color:text};
  291. text-transform: uppercase;
  292. letter-spacing: 1px;
  293. display:inline-block;
  294. position:absolute;
  295. opacity:1;
  296. -webkit-transition: all .7s ease-in-out;
  297. -moz-transition: all .7s ease-in-out;
  298. -o-transition: all .7s ease-in-out;
  299. -ms-transition: all .7s ease-in-out;
  300. transition: all .7s ease-in-out;}
  301.  
  302. .permalink a {
  303. color: {color:permalink};
  304. text-decoration: none;
  305. -webkit-transition: all .7s ease-in-out;
  306. -moz-transition: all .7s ease-in-out;
  307. -o-transition: all .7s ease-in-out;
  308. -ms-transition: all .7s ease-in-out;
  309. transition: all .7s ease-in-out;}
  310.  
  311. .permalink a:hover{
  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. ul.b {list-style-type: square;}
  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: text};
  330. text-transform: uppercase;
  331. text-align:center;}
  332.  
  333. #source a{
  334. color:{color:link};
  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:link 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. height:250px;
  355. overflow:auto;}
  356.  
  357.  
  358.  
  359.  
  360. /* SIDEBAR */
  361.  
  362. #sidebar {
  363. width:155px;
  364. position:fixed;
  365. margin-left:100px;
  366. margin-top:0px;
  367. padding:10px;
  368. background:{color: sidebar background};}
  369.  
  370.  
  371. .nav {
  372. background: #;
  373. width: 70px;
  374. margin-top: -150px;
  375. margin-left:40px;
  376. position: absolute;
  377. height: 190px;
  378. -webkit-transition: all 0.7s ease;
  379. -moz-transition: all 0.7s ease;
  380. -o-transition: all 0.7s ease;
  381. }
  382.  
  383. .nav:hover {
  384. margin-top: 190px;
  385. -webkit-transition: all 0.7s ease;
  386. -moz-transition: all 0.7s ease;
  387. -o-transition: all 0.7s ease;}
  388.  
  389. .pic {
  390. background: {color:post background};
  391. position: fixed;
  392. top: 145px;
  393. margin-left: -40px;
  394. padding:3px;
  395. border: 1px solid{color:borders};
  396. width:150px;
  397. height:150px;
  398. margin-top:30px;
  399. opacity:1}
  400.  
  401.  
  402. .menu {
  403. position: absolute;
  404. width: 70px;
  405. margin-left: 3px;}
  406.  
  407. .menu a {
  408. background: #fff;
  409. padding: 5px;
  410. display: block;
  411. width: 60px;
  412. margin-bottom: 3px;
  413. color: #999;
  414. text-align: center;
  415. text-transform: uppercase;
  416. font-size: 9px;
  417. font-family:calibri}
  418.  
  419. .menu a:hover{opacity:.9}
  420.  
  421.  
  422.  
  423.  
  424. #title {
  425. width:155px;
  426. font-size:19px;
  427. text-align:center;
  428. letter-spacing:2px;
  429. margin-top:325px;
  430. margin-bottom:15px;
  431. padding-bottom:5px;
  432. font-family:'Amatic SC', cursive;
  433. color:{color:blog title}}
  434.  
  435.  
  436. .pages { position: fixed;
  437. bottom: 5px;
  438. left: 790px;
  439. width:65px;
  440. background:{color:post background};
  441. border-top: 1px solid{color:borders};}
  442.  
  443. .pagi {
  444. font-size:8px;
  445. text-align:center;
  446. font-weight:none;
  447. text-transform:uppercase;
  448. letter-spacing:1px;
  449. margin-bottom:2px;
  450. padding: 4px 0px 0px 0px;
  451. color:{color:link};}
  452. width:400px;
  453. }
  454.  
  455.  
  456.  
  457. #abouttab {color: #A0A0A0;}
  458.  
  459. #tabtitle, #dropdown, #dropdown p {
  460. background-color:{color:post background};
  461. border-color: {color:borders};}
  462.  
  463. #abouttab {
  464. width:100px;
  465. position:fixed;
  466. margin-top:0px;
  467. margin-left:-30px;
  468. }
  469.  
  470.  
  471. #abouttab:hover #dropdown {
  472. opacity:1;
  473. -webkit-transition: all 0.5s ease-in-out;
  474. -moz-transition: all 0.5s ease-in-out;
  475. -o-transition: all 0.5s ease-in-out;
  476. -ms-transition: all 0.5s ease-in-out;
  477. transition: all 0.5s ease-in-out;}
  478.  
  479. #linktab {
  480. color: #A0A0A0;}
  481. #tabtitle, #dropdown, #dropdown p {
  482. background-color:{color:post background};
  483. border-color: {color:borders};}
  484.  
  485. #linktab {
  486. width:100px;
  487. position:fixed;
  488. margin-top:0px;
  489. margin-left:90px}
  490.  
  491.  
  492.  
  493. #tabtitle {
  494. text-align:center;
  495. padding:1px 3px;
  496. letter-spacing:2px;
  497. font-size:9px;
  498. text-transform:uppercase;
  499. border-width:1px;
  500. border-style:solid;
  501. border-radius: 2px;
  502. -moz-border-radius: 2px;
  503. -webkit-border-radius: 2px;}
  504.  
  505. #dropdown {
  506. border-style:solid;
  507. border-width:0px 1px 1px 1px;
  508. padding:2px 5px 0px 5px;
  509. border-bottom-right-radius: 2px;
  510. -moz-border-bottom-right-radius: 2px;
  511. -webkit-border-bottom-right-radius: 2px;
  512. border-bottom-left-radius: 2px;
  513. -moz-border-bottom-left-radius: 2px;
  514. -webkit-border-bottom-left-radius: 2px;
  515. opacity:0;
  516. -webkit-transition: all 0.5s ease-in-out;
  517. -moz-transition: all 0.5s ease-in-out;
  518. -o-transition: all 0.5s ease-in-out;
  519. -ms-transition: all 0.5s ease-in-out;
  520. transition: all 0.5s ease-in-out;}
  521.  
  522. #linktab:hover #dropdown {
  523. opacity:1;
  524. -webkit-transition: all 0.5s ease-in-out;
  525. -moz-transition: all 0.5s ease-in-out;
  526. -o-transition: all 0.5s ease-in-out;
  527. -ms-transition: all 0.5s ease-in-out;
  528. transition: all 0.5s ease-in-out;}
  529.  
  530. #dropdown p {
  531. padding-top:5px;
  532. padding-bottom:3px;
  533. border-width:0px 0px 1px 0px;
  534. border-style:solid;
  535. font-size:10px;}
  536.  
  537. #dropdown p:last-of-type {
  538. border-bottom:0px solid transparent;}
  539.  
  540. p, ul, li, ol {
  541. margin: 2px 0px 0px 0px;}
  542.  
  543.  
  544.  
  545.  
  546. /* CREDIT PLEASE DO NOT REMOVE */
  547.  
  548. .credit { position: fixed;
  549. bottom: -15px;
  550. right: 5px;}
  551.  
  552. .credittext {
  553. width:50px;
  554. font-family:calibri;
  555. font-size:10px;
  556. text-transform:uppercase;
  557. text-align:center;
  558. background-color:white;
  559. padding:5px;
  560. -webkit-transition: all 0.5s ease;
  561. -moz-transition: all 0.5s ease;
  562. -o-transition: all 0.5s ease;
  563. -webkit-border-top-left-radius: 20px;
  564. -webkit-border-top-right-radius: 20px;}
  565.  
  566. .credit:hover .credittext{
  567. -webkit-transition: all 0.5s ease;
  568. -moz-transition: all 0.5s ease;
  569. -o-transition: all 0.5s ease;
  570. -webkit-border-top-left-radius: 0px;
  571. -webkit-border-top-right-radius: 0px;
  572. padding-bottom:15px;}
  573.  
  574.  
  575. </style></head>
  576.  
  577.  
  578.  
  579.  
  580. <body>
  581.  
  582.  
  583.  
  584. <div id='line'></div>
  585.  
  586. <div id="sidebar">
  587.  
  588. <div class="nav">
  589. <img src="{image:sidebar}" class="pic">
  590. <div class="menu">
  591. <a href="/" title="Refresh">Home</a>
  592. <a href="/ask" title="Ask me">ask</a>
  593. <a href="/archive" title="Past">archive</a>
  594. </div>
  595. </div>
  596.  
  597. <div id="title">{Title}</div>
  598.  
  599. <div id="abouttab">
  600. <div id="tabtitle">
  601. <a title="Description">About</a></div>
  602. <div id="dropdown">
  603. {Description}
  604. </div></div>
  605.  
  606.  
  607. <div id="linktab">
  608. <div id="tabtitle">
  609. <a title="links">Links</a></div>
  610. <div id="dropdown"><p>
  611. {block:IfCustomLink1}<a href="{text:Custom Link 1}">{text:Custom Link 1 Title}</a></p><p>{/block:IfCustomLink1}
  612. {block:IfCustomLink2}<a href="{text:Custom Link 2}">{text:Custom Link 2 Title}</a></p><p>{/block:IfCustomLink2}
  613. {block:IfCustomLink3}<a href="{text:Custom Link 3}">{text:Custom Link 3 Title}</a></p><p>{/block:IfCustomLink3}
  614. {block:IfCustomLink4}<a href="{text:Custom Link 4}">{text:Custom Link 4 Title}</a></p><p>{/block:IfCustomLink4}
  615. {block:IfCustomLink5}<a href="{text:Custom Link 5}">{text:Custom Link 5 Title}</a></p><p>{/block:IfCustomLink5}
  616. {block:IfCustomLink6}<a href="{text:Custom Link 6}">{text:Custom Link 6 Title}</a></p><p>{/block:IfCustomLink6}
  617. {block:IfCustomLink7}<a href="{text:Custom Link 7}">{text:Custom Link 7 Title}</a></p><p>{/block:IfCustomLink7}
  618. {block:IfCustomLink8}<a href="{text:Custom Link 8}">{text:Custom Link 8 Title}</a></p><p>{/block:IfCustomLink8}
  619. {block:IfCustomLink9}<a href="{text:Custom Link 9}">{text:Custom Link 9 Title}</a></p><p>{/block:IfCustomLink9}
  620. </p></div></div></div></div>
  621.  
  622.  
  623.  
  624. <div id="entries">
  625. <div class = "autopagerize_page_element" >
  626. <div class="content">
  627. {block:Posts}
  628.  
  629.  
  630.  
  631. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  632. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  633. {/block:SourceLogo}
  634. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  635. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  636.  
  637.  
  638. <div id="post">
  639.  
  640. <div class="permalink"><ul class="b">
  641. <li><a href="{Permalink}" title="Posted">{ShortMonth} {DayOfMonth}</a>
  642. {block:NoteCount}<li> <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> {/block:NoteCount}
  643. <li><a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a>
  644. </li></ul></div>
  645.  
  646.  
  647.  
  648.  
  649.  
  650. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}
  651. {/block:Text}
  652.  
  653.  
  654.  
  655. {block:Photo}<img src="{PhotoURL-400}" alt="{PhotoAlt}">
  656. {block:ifshowcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaptions}
  657. {/block:Photo}
  658.  
  659.  
  660.  
  661.  
  662. {block:Photoset}{Photoset-400}{block:ifshowcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaptions}
  663. {/block:Photoset}
  664.  
  665.  
  666.  
  667.  
  668. {block:Quote}{Quote}
  669. <br>{block:Source}- {Source}{/block:Source}
  670. {/block:Quote}
  671.  
  672.  
  673.  
  674.  
  675. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}
  676. {/block:Link}
  677.  
  678.  
  679.  
  680.  
  681.  
  682. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
  683. {/block:Chat}
  684.  
  685.  
  686.  
  687.  
  688.  
  689. {block:Audio}
  690. <div class="audio">
  691. <div id="audiopost">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="player"><div class="playerr">{AudioPlayerWhite}</div></div><div class="track"><p><br>{block:TrackName}{TrackName}{/block:TrackName}<p><br>{block:Artist}{Artist}{/block:Artist}<p><br>{PlayCountWithLabel}</div></div></div>
  692. {/block:Audio}
  693.  
  694.  
  695.  
  696.  
  697.  
  698. {block:Video}{Video-400}{block:ifshowcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaptions}
  699. {/block:Video}
  700.  
  701.  
  702.  
  703.  
  704.  
  705. {block:Answer}
  706. <div class="answer"><div id="asker">
  707. <img src="{AskerPortraitURL-30}"></a></div> {Question} <div id="askername"><p align="right">-{Asker}</p></div>
  708. <div id="answers">{Answer}</div></div>
  709. {/block:Answer}
  710.  
  711.  
  712. </div>
  713.  
  714.  
  715. {block:PermalinkPage}
  716. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  717. <br>
  718. tags &raquo; {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  719. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  720. </div></div></div>
  721. {/block:PermalinkPage}
  722.  
  723.  
  724.  
  725.  
  726. {/block:Posts}
  727.  
  728.  
  729. {block:IfNotEndlessScrolling}<div class="pages"> <div class="pagi">{block:Pagination}<center>{block:PreviousPage}<a href="{PreviousPage}">BACK</a> / {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}{/block:Pagination}</div> {/block:IfNotEndlessScrolling}
  730. </div></div>
  731.  
  732.  
  733. </div>
  734.  
  735. {block:iflazyload} <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  736. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  737. <script type="text/javascript" charset="utf-8">
  738. var $j = jQuery.noConflict();
  739. $j(function() {
  740. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  741. $j("img").lazyload({
  742. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  743. effect: "fadeIn",
  744. });
  745. });
  746. </script>{/block:iflazyload}
  747.  
  748.  
  749. <div class="credit"><div class="credittext"><a href="http://chinqu.tumblr.com"><font size="2">©</font></a><p>theme</div></div>
  750.  
  751. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment