divakey

Paradise

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