divakey

BV

Apr 12th, 2014
551
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.69 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}" />
  6.  
  7.  
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}
  10. <meta name="description" content="{MetaDescription}" />
  11. {/block:Description}
  12.  
  13. {block:IfEndlessScrolling}
  14. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEndlessScrolling}
  15.  
  16. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  17.  
  18. <link href='http://fonts.googleapis.com/css?family=Economica' rel='stylesheet' type='text/css'>
  19. <link href='http://fonts.googleapis.com/css?family=Allerta' rel='stylesheet' type='text/css'>
  20.  
  21. <head>
  22.  
  23. <script type="text/javascript"
  24. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  25. <script>
  26. $(document).ready(function() {
  27. //
  28. $('a.poplight[href^=#]').click(function() {
  29. var popID = $(this).attr('rel'); //Get Popup Name
  30. var popURL = $(this).attr('href'); //Get Popup href to define size
  31. var query= popURL.split('?');
  32. var dim= query[1].split('&');
  33. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  34. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><p align="right"><img src=https://31.media.tumblr.com/459eb2e02532cd2ceed6d1b4feb669be/tumblr_inline_n3slqdvNPB1rxfplt.png title="close"></p></a>');
  35. var popMargTop = ($('#' + popID).height() + 0) / 2;
  36. var popMargLeft = ($('#' + popID).width() + 0) / 2;
  37. //Apply Margin to Popup
  38. $('#' + popID).css({
  39. 'margin-top' : -popMargTop,
  40. 'margin-left' : -popMargLeft
  41. });
  42. $('body').append('<div id="fade"></div>');
  43. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  44. return false;
  45. });
  46. $('a.close, #fade').live('click', function() {
  47. $('#fade , .popup_block').fadeOut(function() {
  48. $('#fade, a.close').remove(); //fade them both out
  49. });
  50. return false;
  51. });
  52. });
  53. </script>
  54.  
  55.  
  56.  
  57. <meta name="image:Background" content="http://static.tumblr.com/3cf5c512a41bfcb68ab514b2a6afa3e1/amqovob/9Xhn3n5w1/tumblr_static_simple-blue-opera-background-light-49001.jpg"/>
  58. <meta name="image:Sidebar" content="" />
  59. <meta name="image:Corner Photo" content="" />
  60. <meta name="color:scroll bar" content="#97c5e0" />
  61. <meta name="color:Background" content="#ffffff" />
  62. <meta name="color:Topbar background" content="#315283" />
  63. <meta name="color:Topbar border" content="#ffffff" />
  64. <meta name="color:Text" content="#808080" />
  65. <meta name="color:Links" content="#426eaf" />
  66. <meta name="color:Links Hover" content="#dddddd" />
  67. <meta name="color:Bold" content="#426eaf" />
  68. <meta name="color:Italic" content="#97c5e0" />
  69. <meta name="color:Post Background" content="#ffffff" />
  70. <meta name="color:Description Text" content="#aoaoao" />
  71. <meta name="color:Description BG" content="#ffffff" />
  72. <meta name="color:Borders" content="#dce7f8"/>
  73. <meta name="color:Ask Background" content="#cbe0ff" />
  74. <meta name="color:Post title" content="#8a99a4" />
  75. <meta name="color:Title" content="#ffffff" />
  76. <meta name="color:Menu Links" content="#213758" />
  77. <meta name="color:Menu Links BG" content="#ffffff" />
  78. <meta name="color:Custom links bg" content="#315283" />
  79. <meta name="color:Custom links hover" content="#75bld6" />
  80. <meta name="color:Pagination BG" content="#ffffff" />
  81. <meta name="color:Pagination BG hover" content="#cccccc" />
  82. <meta name="color:Pagination Text" content="#000000" />
  83. <meta name="if:Show Captions" content="">
  84. <meta name="if:Endless scrolling" content="1">
  85. <meta name="if:Tiny cursor" content="1">
  86. <meta name="if:Blur hover" content="0">
  87. <meta name="if:BW hover" content="0">
  88. <meta name="if:Show extra links" content="1">
  89. <meta name="text:corner img width" content=""/>
  90. <meta name="text:your tumblr name" content=""/>
  91. <meta name="text:Link 1" content="" />
  92. <meta name="text:Link 1 Title" content="" />
  93. <meta name="text:Link 2" content="" />
  94. <meta name="text:Link 2 Title" content="" />
  95. <meta name="text:Link 3" content="" />
  96. <meta name="text:Link 3 Title" content="" />
  97. <meta name="text:Link 4" content ="" />
  98. <meta name="text:Link 4 Title" content="" />
  99. <meta name="text:Link 5" content="" />
  100. <meta name="text:Link 5 Title" content="" />
  101. <meta name="text:Link 6" content="" />
  102. <meta name="text:Link 6 Title" content="" />
  103. <meta name="text:Link 7" content="" />
  104. <meta name="text:Link 7 Title" content="" />
  105. <meta name="text:Link 8" content ="" />
  106. <meta name="text:Link 8 Title" content="" />
  107.  
  108.  
  109.  
  110.  
  111.  
  112. <style>
  113. div#qTip {
  114. padding: 5px;
  115. display: none;
  116. text-align: center;
  117. position: absolute;
  118. font-size:10px;
  119. line-height:9px;
  120. z-index: 1000;
  121. background: white;
  122. border:3px double{color:borders};
  123. color: {color:text};
  124. background: {color:post background};
  125. font-style:italic;}
  126. </style>
  127.  
  128. <style type="text/css">
  129.  
  130.  
  131. /* SCROLLBAR */
  132.  
  133. ::-webkit-scrollbar {
  134. width: 3px;
  135. height: 4px; }
  136.  
  137. ::-webkit-scrollbar-button:start:decrement,
  138. ::-webkit-scrollbar-button:end:increment {
  139. height: 0px;
  140. display: block;
  141. background: #9C9C9C;}
  142.  
  143. ::-webkit-scrollbar-track-piece {background-color: {color:Background};}
  144.  
  145. ::-webkit-scrollbar-thumb {
  146. border-radius: 0px;
  147. height: 50px;
  148. background-color: {color:scroll bar};}
  149.  
  150.  
  151. /* CONTENT */
  152. #tumblr_controls{top: 1px !important;
  153. margin: 0 0 0 0;
  154. right: 6px !important;
  155. position: fixed !important;
  156. -webkit-filter: invert(100%) ;important;}
  157.  
  158.  
  159. body {
  160. background-color:{color:Background};
  161. background-image: url('{image:Background}');
  162. background-attachment:fixed;
  163. color:{color:Text};
  164. font-family:'Allerta', sans-serif;
  165. font-size:10px;
  166. margin: 0;
  167.  
  168. {block:iftinycursor}
  169. cursor: url(http://i.imgur.com/ZOrzC.png), auto;
  170. {/block:iftinycursor}}
  171.  
  172.  
  173.  
  174. a {
  175. text-decoration:none;
  176. color:{color:links};
  177. opacity:;
  178. z-index:999;
  179. -webkit-transition: all 0.5s ease-in-out;
  180. -moz-transition: all 0.5s ease-in-out;
  181. -o-transition: all 0.5s ease-in-out; }
  182.  
  183.  
  184. a:hover{
  185. color:{color:links hover};
  186. -webkit-transition: all 0.5s ease-in-out;
  187. -moz-transition: all 0.5s ease-in-out;
  188. -o-transition: all 0.5s ease-in-out;
  189. {block:iftinycursor}
  190. cursor: url(http://i.imgur.com/ZOrzC.png), auto;
  191. {/block:iftinycursor}}
  192.  
  193. b {color:{color:Bold};}
  194.  
  195. i{color:{color:Italic};}
  196.  
  197. .contentwhole {
  198. width:900px;
  199. padding-top:90px;
  200. margin-left: auto;
  201. margin-right: auto;
  202. }
  203.  
  204.  
  205.  
  206.  
  207. /* POSTS */
  208.  
  209. .content {
  210. width: 400px;
  211. margin-left: auto;
  212. margin-right: auto;
  213. margin-bottom:20px;
  214. border:1px solid {color:borders};
  215. background-color:{color:post background};
  216. padding: 5px;
  217. {block:PermalinkPage}
  218. width:500px;
  219. {/block:PermalinkPage};
  220. }
  221.  
  222. .content img {max-width:100%;}
  223.  
  224. img, .photo, .photoset {
  225. -webkit-transition: all 1s ease;
  226. -moz-transition: all 1s ease;
  227. -o-transition: all 1s ease;
  228. -ms-transition: all 1s ease;
  229. transition: all 1s ease; }
  230.  
  231. img:hover, .photo:hover, .photoset:hover {
  232. {block:ifblurhover}
  233. -webkit-filter: blur(2px);
  234. {/block:ifblurhover}
  235. {block:ifBWhover}
  236. -webkit-filter: grayscale(100%);
  237. {/block:ifBWhover}
  238. }
  239.  
  240. .posttitle{
  241. color:{color:post title};
  242. font-size: 15px;
  243. line-height: 15px;
  244. letter-spacing: 0px;
  245. text-align: left;
  246. text-transform: normal;}
  247.  
  248.  
  249. blockquote{
  250. padding-left: 5px;
  251. margin: 0px 0px 10px 0px;
  252. display: block;
  253. position: relative;
  254. border-left: 1px solid {color:bold};}
  255.  
  256. blockquote img{
  257. max-width: 100%!important;}
  258.  
  259. #quote {font-size:15px}
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266. /* AUDIO POSTS */
  267. #audiopost {
  268. margin-bottom:5px;
  269. width:390px;
  270. height:100px}
  271.  
  272. .cover {
  273. width:100px;
  274. height:100px;
  275. position:absolute;}
  276.  
  277. .cover img {
  278. width:100px;
  279. height:100px;
  280. float:left;}
  281.  
  282. .player {
  283. opacity: 0.5;
  284. position:absolute;
  285. z-index:1;
  286. background:#fff;
  287. width:100px;
  288. height:100px;
  289. display:block;
  290. -webkit-transition: all 0.7s ease;
  291. -moz-transition: all 0.7s ease;
  292. -o-transition: all 0.7s ease;}
  293.  
  294. .playerr {
  295. width:25px;
  296. height:25px;
  297. margin-top:30px;
  298. margin-left:30px;
  299. overflow:hidden;
  300. padding:3px;}
  301.  
  302. .track {
  303. margin-left:110px;
  304. line-height:12px;
  305. padding-top: 15px;}
  306.  
  307.  
  308. #linkpost {
  309. padding:8px;
  310. letter-spacing:2px;
  311. margin-bottom:5px;
  312. text-align:left;
  313. font-style:italic;
  314. color:{color:text}; }
  315.  
  316.  
  317. #question {
  318. padding:8px;
  319. text-align:left;
  320. color:{color:text};
  321. background-color:{color:ask background};
  322. }
  323.  
  324.  
  325. .chat ul {
  326. list-style: none;
  327. margin: 0;
  328. padding: 0;}
  329.  
  330. .chat li {
  331. border-radius: 0.2em;
  332. border-bottom:px {color:border} solid;
  333. margin-bottom: 2%;
  334. padding: 1%;}
  335.  
  336.  
  337.  
  338. /*TEXT POSTS*/
  339. #bottom {
  340. margin-top:5px;
  341. width:400px;
  342. background-color:#eee;
  343. padding-top:2px;
  344. padding-bottom:2px;
  345. font-family: calibri;
  346. text-transform: UPPERCASE;
  347. text-align: center;
  348. font-size: 8px;
  349. letter-spacing: 1px;
  350. border-top: px solid #ccc;
  351. border-bottom: px solid #ccc;
  352. -webkit-transition: all .7s ease-in-out;
  353. -moz-transition: all .7s ease-in-out;
  354. -o-transition: all .7s ease-in-out;
  355. -ms-transition: all .7s ease-in-out;
  356. Transition: all .7s ease-in-out;}
  357.  
  358.  
  359. #bottom a {
  360. color:{color:permalink};
  361. text-decoration: none;
  362. -webkit-transition: all .7s ease-in-out;
  363. -moz-transition: all .7s ease-in-out;
  364. -o-transition: all .7s ease-in-out;
  365. -ms-transition: all .7s ease-in-out;
  366. transition: all .7s ease-in-out;}
  367.  
  368. #bottom a:hover{
  369. color:{color:permalink hover};
  370. background-color:{color:permalink bg};
  371. -webkit-transition: all .7s ease-in-out;
  372. -moz-transition: all .7s ease-in-out;
  373. -o-transition: all .7s ease-in-out;
  374. -ms-transition: all .7s ease-in-out;
  375. transition: all .7s ease-in-out;}
  376.  
  377.  
  378. /*ASK POSTS*/
  379. .ask {-moz-border-radius: 30px ;
  380. -webkit-border-radius: 30px ;
  381. border-radius: 30px ;
  382. display:block;
  383. padding:10px;
  384. background-color:{color:ask background};
  385. color:{color:text};}
  386.  
  387.  
  388. .ask2 {
  389. display:block;
  390. float:left;
  391. text-transform:uppercase;
  392. margin-top:5px;
  393. font-size:8px;
  394. font-family:calibri;
  395. margin-left:5px;}
  396.  
  397.  
  398. .ask3{
  399. display:block;
  400. margin-top:25px;
  401. border-top: 1px solid {color:ask background};}
  402.  
  403. .point {
  404. margin-top:-5px;
  405. display:block;
  406. margin-left:15px;
  407. width:0px;
  408. height:0px;
  409. border-left:10px solid transparent;
  410. border-right:10px solid transparent;
  411. border-top:15px solid{color:ask background};
  412. font-size:0px;
  413. line-height:0px;}
  414.  
  415.  
  416.  
  417. #perms {position: absolute;
  418. opacity: 0;
  419. padding:5px;
  420. margin-bottom:0px;
  421. margin-left:5px;
  422. max-width:100px;
  423. word-wrap: break-word;
  424. text-align: left;
  425. font-family: calibri;
  426. text-transform: UPPERCASE;
  427. font-size: 7px;
  428. line-height:9px;
  429. letter-spacing: 1px;
  430. -webkit-transition: all 0.6s ease-out;
  431. -moz-transition: all 0.6s ease-out;
  432. -o-transition: all 0.6s ease-out;}
  433.  
  434. .content:hover #perms {
  435. opacity: 1;
  436. margin-left:410px;
  437. margin-top: 0px;
  438. -webkit-transition: all 0.6s ease-out;
  439. -moz-transition: all 0.6s ease-out;
  440. -o-transition: all 0.6s ease-out;
  441. background-color:white;
  442. max-width:100px;
  443. text-align:left;}
  444.  
  445.  
  446. /* PERMALINK PAGE */
  447.  
  448. #source{
  449. width: 400px;
  450. padding:0px 5px;
  451. margin-left:-5px!important;
  452. margin-top: 10px;
  453. font-size: 10px;
  454. font-family: calibri;
  455. color:{color:post text};
  456. text-transform: uppercase;
  457. text-align:center;}
  458.  
  459. #source a{
  460. color:{color:links};
  461. text-decoration:none;
  462. -webkit-transition: all 0.7s ease-in-out;
  463. -moz-transition: all 0.7s ease-in-out;
  464. -o-transition: all 0.7s ease-in-out;
  465. -ms-transition: all 0.7s ease-in-out;
  466. transition: all 0.7s ease-in-out;}
  467.  
  468. #source a:hover{
  469. color:{color:links hover};
  470. -webkit-transition: all 0.7s ease-in-out;
  471. -moz-transition: all 0.7s ease-in-out;
  472. -o-transition: all 0.7s ease-in-out;
  473. -ms-transition: all 0.7s ease-in-out;
  474. transition: all 0.7s ease-in-out;}
  475.  
  476.  
  477. #PostNotes {
  478. margin-left:0px;
  479. text-align:left;
  480. width:500px;
  481. max-height:200px;
  482. overflow:auto;
  483. }
  484.  
  485.  
  486.  
  487.  
  488. /* SIDEBAR */
  489.  
  490.  
  491. #sidebar {
  492. position:fixed;
  493. width:250px;
  494. height:150%;
  495. margin-left:-70px;
  496. margin-top:-110px;
  497. padding-top:100px;
  498. {block:permalinkpage}
  499. margin-left:-85px;
  500. {/block:permalinkpage}
  501. }
  502.  
  503.  
  504.  
  505. #sidebarimage {}
  506.  
  507. #sidebarimage img {
  508. width:200px;
  509. opacity:;
  510. margin-top:10px;
  511. margin-left:50px;
  512. background-color:white;
  513. padding:5px;
  514. border:1px solid #ccc;
  515. }
  516.  
  517. #sidebarimage img:hover {opacity:.6;}
  518.  
  519. .desc {
  520. font-family:'Allerta', sans-serif;
  521. font-size:10px;
  522. margin-left:50px;
  523. margin-top:10px;
  524. background-color:{color:description bg};
  525. line-height:110%;
  526. font-size:9px;
  527. width:200px;
  528. max-height:200px;
  529. overflow:auto;
  530. padding:5px;
  531. text-align:justify;
  532. color:{color:description text};
  533. text-transform: none;
  534. }
  535.  
  536.  
  537.  
  538.  
  539.  
  540.  
  541.  
  542. /* CUSTOM LINKS */
  543. #menya {margin-top:10px;
  544. width:490px;
  545. }
  546.  
  547. #menya a{
  548. background:{color:custom links bg};
  549. color: #ffffff;
  550. display:block;
  551. width: 105px;
  552. text-align: center;
  553. padding-top:2px;
  554. padding-bottom:3px;
  555. margin-left:2px;
  556. margin-top:2px;
  557. position:relative;
  558. text-align: center;
  559. z-index:1;
  560. -moz-border-radius:7px;
  561. -webkit-border-radius:7px;
  562. display: inline-block;}
  563.  
  564. #menya a:hover{
  565. background: {color:custom links hover};
  566. color: #ffffff;}
  567.  
  568.  
  569.  
  570.  
  571. /* TOPBAR */
  572. .topbar{
  573. text-align:center;
  574. position:fixed;
  575. width: 100%;
  576. line-height: 12px;
  577. background-color: {color:topbar background};
  578. margin-top: -5px;
  579. padding: 15px;
  580. margin-left: -10px;
  581. border-bottom:5px solid {color:topbar border};
  582. z-index: 10000;}
  583.  
  584. #navi {display:block;
  585. margin-top:20px;
  586. width:400px;
  587. text-transform:uppercase;
  588. text-align:center;
  589. font-family:calibri;
  590. font-size:8px;
  591. }
  592.  
  593. #navi a {background-color:{color:menu links BG};
  594. padding:5px;
  595. margin-right:5px;
  596. color:{color:menu links};
  597. }
  598.  
  599. #title { font-family: economica;
  600. color: {color:title};
  601. font-size: 24px;
  602. margin-top:5px;}
  603.  
  604.  
  605. /* PAGINATION */
  606.  
  607. .paygee{margin-left:50px;
  608. margin-top:10px;
  609. width:200px;
  610. text-align:center;}
  611.  
  612. .jump_page {
  613. padding: 4px 8px;
  614. border: 1px solid {color:borders};
  615. background-color: {color:pagination bg};
  616. color:{color:pagination text};
  617. font-size:11px;
  618. text-decoration:none;
  619. }
  620.  
  621. .current_page, .jump_page:hover {
  622. padding: 4px 8px;
  623. border: 1px solid {color:borders};
  624. background-color: {color:pagination bg hover};
  625. color: {color:pagination text};
  626. font-size:11px;
  627. text-decoration:none;
  628. }
  629.  
  630.  
  631. /* POPUP ASK AND LINKS */
  632. .popup_block{
  633. display: none;
  634. background: {color:background};
  635. background-image: url();
  636. padding: 5px;
  637. font-family:;
  638.  
  639. font-size: 10px;
  640. position: fixed;
  641. top: 50%; left: 50%;
  642. z-index: 2;
  643. border: 1px solid {color:borders};
  644. }
  645. img.btn_close {
  646. float: right;
  647. margin: -5px -5px 0 0;
  648. }
  649. *html .popup_block {
  650. position: absolute;
  651. }
  652.  
  653.  
  654. /* THEME CREDIT DO NOT REMOVE */
  655.  
  656. .credit { position: fixed;
  657. bottom: 20px;
  658. left: 0px;}
  659.  
  660. .credittext {
  661. width:20px;
  662. font-family:calibri;
  663. font-size:10px;
  664. text-transform:uppercase;
  665. text-align:center;
  666. background-color:white;
  667. padding:5px;
  668. -webkit-transition: all 0.5s ease;
  669. -moz-transition: all 0.5s ease;
  670. -o-transition: all 0.5s ease;
  671.  
  672. }
  673. </style>
  674.  
  675.  
  676.  
  677. <body>
  678.  
  679. <div class="topbar"><center>
  680. <div id="title">{title}</div>
  681. <div id="navi">
  682. <a href="/">Home</a> <a href="#?w=500" rel="02" class="poplight">Message</a> {block:ifshowextralinks}<a href="#?w=500" rel="04" class="poplight">Links</a>{/block:ifshowextralinks} <a href="/archive">Archive</a>
  683. </div></center></div>
  684.  
  685. <div class="contentwhole">
  686.  
  687. <div id="sidebar">
  688. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  689.  
  690. <div class="desc">
  691. {Description}
  692. </div>
  693.  
  694. {block:ifnotEndlessscrolling}
  695. <div class="paygee">{block:Pagination}
  696. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  697. {block:JumpPagination length="5"}
  698. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  699. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  700. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  701. {/block:Pagination}</div>
  702. {/block:ifnotEndlessscrolling}
  703.  
  704. </div>
  705.  
  706.  
  707.  
  708. {block:IndexPage}
  709. {/block:IndexPage}
  710.  
  711.  
  712.  
  713. <div class="autopagerize_page_element">
  714.  
  715. {block:Posts}
  716.  
  717.  
  718. <!— {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  719. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  720. {/block:SourceLogo}
  721. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  722. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  723.  
  724.  
  725.  
  726. <div class="content">
  727.  
  728.  
  729.  
  730. {block:Text}
  731. {block:indexpage}
  732. <div id="perms">
  733. {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCount}</a> <br> {/block:NoteCount}<a href="{Permalink}" title="Post">{MonthNumber}.{DayOfMonth}.{ShortYear}</a><br> <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></div>
  734. {block:Title}
  735. <a href="{Permalink}" class="posttitle">{Title}</a>
  736. {/block:Title}
  737. {Body}
  738. {/block:indexpage}
  739.  
  740. {block:PermalinkPage}
  741. {block:Title}
  742. <a href="{Permalink}" class="posttitle">{Title}</a>
  743. {/block:Title}
  744. {Body}
  745. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  746. <br>
  747. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  748. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  749. </div></div></div>
  750. {/block:PermalinkPage}
  751.  
  752. {/block:Text}
  753.  
  754.  
  755.  
  756. {block:Photo}
  757. {block:indexpage}
  758. <div id="perms">
  759. {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCount}</a> <br> {/block:NoteCount}<a href="{Permalink}" title="Post">{MonthNumber}.{DayOfMonth}.{ShortYear}</a><br> <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></div>
  760. <a href="{Permalink}"><img src="{PhotoURL-400}" class="center"></a>
  761. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  762. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  763. {Caption}
  764. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  765.  
  766.  
  767. {/block:indexpage}
  768.  
  769. {block:PermalinkPage}
  770. <img src="{PhotoURL-500}" class="center">
  771. {block:Caption}{Caption}{/block:caption}
  772. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  773. <br>
  774. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  775. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  776. </div></div></div>
  777. {/block:PermalinkPage}
  778.  
  779. {/block:Photo}
  780.  
  781.  
  782.  
  783. {block:Photoset}
  784. {block:indexpage}
  785. <div id="perms">
  786. {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCount}</a> <br> {/block:NoteCount}<a href="{Permalink}" title="Post">{MonthNumber}.{DayOfMonth}.{ShortYear}</a><br> <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></div>
  787. {Photoset-400}
  788. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  789. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  790. {Caption}
  791. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  792. {/block:indexpage}
  793.  
  794. {block:PermalinkPage}
  795. {Photoset-500}
  796. {block:Caption}{Caption}{/block:Caption}
  797. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  798. <br>
  799. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  800. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  801. </div></div></div>
  802. {/block:PermalinkPage}
  803. {/block:Photoset}
  804.  
  805.  
  806.  
  807. {block:Quote}
  808. {block:indexpage}
  809. <div id="perms">
  810. {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCount}</a> <br> {/block:NoteCount}<a href="{Permalink}" title="Post">{MonthNumber}.{DayOfMonth}.{ShortYear}</a><br> <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></div>
  811. <div id="quote"> "{Quote}" </div><p>
  812. {block:Source}<p style="text-align:right">- {Source}{/block:Source}
  813. {/block:indexpage}
  814.  
  815. {block:PermalinkPage}
  816. {Quote}<p>
  817. {block:Source}- {Source}{/block:Source}
  818. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  819. <br>
  820. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  821. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  822. </div></div></div>
  823. {/block:PermalinkPage}
  824. {/block:Quote}
  825.  
  826.  
  827.  
  828. {block:Link}
  829. {block:indexpage}
  830. <div id="perms">
  831. {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCount}</a> <br> {/block:NoteCount} <a href="{Permalink}" title="Post">{MonthNumber}.{DayOfMonth}.{ShortYear}</a><br> <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></div>
  832. <div id="linkpost"><a href="{URL}" target="{Target}"> {Name} </a></div>
  833. {block:Description} {Description} {/block:Description}
  834. {/block:indexpage}
  835.  
  836. {block:PermalinkPage}
  837. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  838. <br>
  839. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  840. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  841. </div></div></div>
  842. {/block:PermalinkPage}
  843. {/block:Link}
  844.  
  845.  
  846.  
  847. {block:Chat}
  848. {block:indexpage}
  849. <div id="perms">
  850. {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCount}</a> <br> {/block:NoteCount} <a href="{Permalink}" title="Post">{MonthNumber}.{DayOfMonth}.{ShortYear}</a><br> <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></div>
  851. {block:Title}<div id="xtitle"><center><a href="{Permalink}">{Title}</a></center></div>{/block:Title}
  852. <table cellpadding-"0" cellspacing="0">
  853. {block:Lines}<tr><td style="text-align:right;padding-right:5px;border-right:1px dashed {color:Borders};">
  854. {block:Label}<b>{Label}</b>{/block:Label}</td><td style="padding-left:15px;">
  855. {Line}
  856. </td></tr>{/block:Lines}
  857. </table>
  858. {/block:indexpage}
  859.  
  860.  
  861. {block:PermalinkPage}
  862. {block:Title} {Title} {/block:Title} <p>
  863. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  864. {/block:Lines}
  865. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  866. <br>
  867. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  868. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  869. </div></div></div>
  870. {/block:PermalinkPage}
  871. {/block:Chat}
  872.  
  873.  
  874.  
  875. {block:Audio}
  876. {block:indexpage}
  877. <div id="perms">
  878. {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCount}</a> <br> {/block:NoteCount}<a href="{Permalink}" title="Post">{MonthNumber}.{DayOfMonth}.{ShortYear}</a><br> <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></div>
  879. {block:AudioPlayer}{/block:AudioPlayer}
  880. <div id="audiopost">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="player">
  881. <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>
  882. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  883. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  884. {Caption}
  885. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  886. {/block:indexpage}
  887.  
  888. {block:PermalinkPage}{block:AudioPlayer}{/block:AudioPlayer}
  889. <div id="audiopost">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="player">
  890. <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>
  891. {Caption}
  892. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  893. <br>
  894. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  895. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  896. </div></div></div>
  897. {/block:PermalinkPage}
  898.  
  899. {/block:Audio}
  900.  
  901.  
  902.  
  903. {block:Video}
  904. {block:indexpage}
  905. <div id="perms">
  906. {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCount}</a> <br> {/block:NoteCount}<a href="{Permalink}" title="Post">{MonthNumber}.{DayOfMonth}.{ShortYear}</a><br> <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></div>
  907. {Video-400}
  908. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  909. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  910. {Caption}
  911. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  912. {/block:indexpage}
  913.  
  914. {block:permalinkpage}{Video-500}
  915. {block:Caption}{Caption}{/block:Caption}
  916. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  917. <br>
  918. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  919. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  920. </div></div></div>{/block:permalinkpage}
  921. {/block:Video}
  922.  
  923.  
  924.  
  925. {block:Answer}
  926. {block:indexpage}
  927. <div id="perms">
  928. {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCount}</a> <br> {/block:NoteCount}<a href="{Permalink}" title="Post">{MonthNumber}.{DayOfMonth}.{ShortYear}</a><br> <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></div>
  929. <div class="ask">{Question}</div>
  930. <div class="point"></div>
  931. <div class="ask2">{Asker}</div>
  932. <div class="ask3">{Answer}</div>
  933. {/block:indexpage}
  934.  
  935.  
  936. {block:permalinkpage}
  937. <div class="ask">{Question}</div>
  938. <div class="point"></div>
  939. <div class="ask2">{Asker}</div>
  940. <div class="ask3">{Answer}</div>
  941.  
  942. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  943. <br>
  944. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  945. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  946. </div></div></div>
  947. {/block:PermalinkPage}
  948. {/block:Answer}
  949.  
  950.  
  951. </div>
  952.  
  953.  
  954.  
  955. {/block:Posts}
  956.  
  957.  
  958. </div>
  959. <DIV STYLE="POSITION:FIXED;BOTTOM:0;RIGHT:0;Z-INDEX:9999">
  960. <IMG SRC="{image:corner photo}" width="{text:corner img width}px">
  961. </DIV>
  962.  
  963. <div class="credit"><div class="credittext"><a href="http://chinqu.tumblr.com" title="theme"><font size="2">©</font></a></div></div>
  964.  
  965. </head>
  966.  
  967. </body>
  968.  
  969. <div id="04" class="popup_block">
  970.  
  971.  
  972.  
  973. <div id="menya"><center>
  974. <font size="2" color="#1C1C1C" family="economica">Sail away<p></font>
  975.  
  976. {block:ifLink1}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1}
  977.  
  978. {block:ifLink2}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:ifLink2}
  979.  
  980. {block:ifLink3}<a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:ifLink3}
  981.  
  982. {block:ifLink4}<a href="{text:Link 4}">{text:Link 4 Title}</a>{/block:ifLink4}
  983.  
  984. {block:ifLink5}<a href="{text:Link 5}">{text:Link 5 Title}</a>{/block:ifLink5}
  985.  
  986. {block:ifLink6}<a href="{text:Link 6}">{text:Link 6 Title}</a>{/block:ifLink6}
  987.  
  988. {block:ifLink7}<a href="{text:Link 7}">{text:Link 7 Title}</a>{/block:ifLink7}
  989.  
  990. {block:ifLink8}<a href="{text:Link 8}">{text:Link 8 Title}</a>{/block:ifLink8}</center>
  991.  
  992. </div>
  993.  
  994.  
  995. </div>
  996.  
  997. <div id="02" class="popup_block">
  998.  
  999. <Center><font size="2" color="#1C1C1C" family="economica">Ask Me Anything<p></font><iframe frameborder="0" scrolling="yes" width="100%" height="200" src="http://www.tumblr.com/ask_form/{text:your tumblr name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
  1000. </center></div>
  1001.  
  1002.  
  1003.  
  1004. </div></div></div></div></div></div></div></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment