Advertisement
quirons

desire, three

Jan 10th, 2015
711
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.51 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. DESIRE, C03 BY @QUIRONS.
  8. - don't repost or give away as your own
  9. - don't steal bits of the code
  10. - if you have any doubts/find bugs, feel free to send me a message
  11.  
  12. -->
  13.  
  14. {block:Description}
  15. <meta name="description" content="{MetaDescription}" />
  16. {/block:Description}
  17. <meta charset="utf-8">
  18. <meta name="viewport" content="initial-scale=1.0, width=device-width" />
  19. <title>{Title}{block:TagPage} - {Tag} {/block:TagPage} {block:SearchPage} - {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}- {PostSummary} {/block:PostSummary}</title>
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22.  
  23. <!-- SCRIPTS -->
  24.  
  25. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  26.  
  27. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  28.  
  29. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  30.  
  31. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  32. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  33. <script>
  34. (function($){
  35. $(document).ready(function(){
  36. $("a[title]").style_my_tooltips({
  37. tip_follows_cursor:true,
  38. tip_delay_time:90,
  39. tip_fade_speed:600,
  40. attribute:"title"
  41. });
  42. });
  43. })(jQuery);
  44. </script>
  45.  
  46. <script src="http://static.tumblr.com/whx9ghv/lSGm6k18m/jquery.scrollto-1.4.2-min.js"></script>
  47. <script src="http://static.tumblr.com/whx9ghv/GJEm6k188/jquery.localscroll-1.2.7-min.js"></script>
  48.  
  49. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  50. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  51. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  52. <script type="text/javascript">
  53. $(window).load(function () {
  54. $('#entries').masonry(),
  55. $('.masonryWrap').infinitescroll({
  56. itemSelector : "#post",
  57. navSelector : "div.navigation",
  58. nextSelector : ".navigation a#next",
  59. bufferPx : 10000,
  60. extraScrollPx: 10000,
  61. loadingImg : "",
  62. loadingText : "",
  63. },
  64. function() { $('#entries').masonry({ appendedContent: $(this) });
  65. });
  66. });</script>
  67.  
  68. <script>
  69. $(document).ready(function () {
  70. $.localScroll();
  71. });
  72. </script>
  73.  
  74. <link href='http://fonts.googleapis.com/css?family=Cutive+Mono' rel='stylesheet' type='text/css'>
  75. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic' rel='stylesheet' type='text/css'>
  76.  
  77. <!-- METAS -->
  78.  
  79. <meta name="image:first" content=""/>
  80. <meta name="image:avatar" content=""/>
  81. <meta name="color:accent" content="#000000"/>
  82.  
  83. <meta name="text:ask URL" content="Ask URL"/>
  84. <meta name="text:URL 1" content="URL One"/>
  85. <meta name="text:Link 1" content="Link One"/>
  86. <meta name="text:URL 2" content="URL Two"/>
  87. <meta name="text:Link 2" content="Link Two"/>
  88. <meta name="text:URL 3" content="URL Three"/>
  89. <meta name="text:Link 3" content="Link Three"/>
  90. <meta name="text:URL 4" content="URL Four"/>
  91. <meta name="text:Link 4" content="Link Four"/>
  92.  
  93. <meta name="if:Hide Caption" content="1"/>
  94.  
  95. <style type="text/css">
  96.  
  97. /* -------- SCROLLBAR ------- */
  98.  
  99. ::-webkit-scrollbar {width: 2px;}
  100. ::-webkit-scrollbar-track {background:none;}
  101. ::-webkit-scrollbar-thumb {background:black;}
  102. ::-webkit-scrollbar-thumb:window-inactive {background: transparent;}
  103. ::-webkit-scrollbar-thumb:horizontal {display:none;}
  104.  
  105. /* ------- TOOLTIPS ------ */
  106.  
  107. #s-m-t-tooltip {
  108. max-width:300px;
  109. margin:15px;
  110. background-color:black;
  111. font-family:helvetica;
  112. font-size:12px;
  113. color:white;
  114. z-index:999999999999999999999999999999999999;
  115. }
  116.  
  117.  
  118. /* -------- MUSIC ------- */
  119.  
  120. #audioinfo {
  121. background:{color:accent};
  122. font-family:'Cutive Mono';
  123. text-align:center;
  124. text-transform:uppercase;
  125. {block:IndexPage}
  126. width:250px;
  127. {/block:IndexPage}
  128. {block:PermalinkPage}
  129. width:500px;
  130. {/block:PermalinkPage}
  131. display:inline-block;
  132. position:absolute;
  133. margin-top:20px;
  134. margin-left:-100px;
  135. }
  136.  
  137. .info {
  138. padding:20px;
  139. margin-left:80px;
  140. {block:IndexPage}
  141. width:140px;
  142. max-height:30px;
  143. {/block:IndexPage}
  144. {block:PermalinkPage}
  145. width:370px;
  146. {/block:PermalinkPage}
  147. }
  148.  
  149. .cover {
  150. width:95px;
  151. border-radius:50%;
  152. z-index:99;
  153. position:relative;
  154. border:2px solid white;
  155. box-shadow:2px 2px 0px #5b95b8;
  156. background:white;
  157. }
  158.  
  159. .playbutton {
  160. width: 20px;
  161. height: 35px;
  162. overflow: hidden;
  163. z-index: 9999;
  164. margin-left:17.5px;
  165. padding-bottom:17.5px;
  166. padding-top:5px;
  167. }
  168.  
  169. .playbox {
  170. background-color:black;
  171. position: absolute;
  172. z-index: 900;
  173. margin-top: 22.5px;
  174. margin-left: 20.5px;
  175. padding-right:22.5px;
  176. opacity:.75;
  177. border-radius:50%;
  178. }
  179.  
  180. /* -------- BASICS ------- */
  181.  
  182. body {
  183. color:#444;
  184. font-family:Helvetica;
  185. font-size:11px;
  186. background:url({image:first}) center center fixed;
  187. background-size:cover;
  188. }
  189.  
  190. #border-one {
  191. position:fixed;
  192. top:0px;
  193. height:25px;
  194. width:100%;
  195. background:black;
  196. z-index:9999999;
  197. display:block;
  198. }
  199.  
  200. #border-two {
  201. position:fixed;
  202. top:0px;
  203. height:100%;
  204. width:25px;
  205. background:black;
  206. z-index:9999999;
  207. display:block;
  208. }
  209.  
  210. #border-three {
  211. position:fixed;
  212. bottom:0px;
  213. height:25px;
  214. width:100%;
  215. background:black;
  216. z-index:9999999;
  217. display:block;
  218. }
  219.  
  220. #border-four {
  221. position:fixed;
  222. right:0px;
  223. width:25px;
  224. height:100%;
  225. background:black;
  226. z-index:9999999;
  227. display:block;
  228. }
  229.  
  230. #blogt a {
  231. text-decoration:underline;
  232. color:white;
  233. text-shadow:5px 2.5px 0px black;
  234. font-style:italic;
  235. font-size:50px;
  236. position:absolute;
  237. right:270px;
  238. bottom:170px;
  239. }
  240.  
  241. #post {
  242. {block:IndexPage}width:250px;{/block:IndexPage}
  243. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  244. opacity:1;
  245. background:white;
  246. float:left;
  247. margin-right:50px;
  248. margin-bottom:70px;
  249. padding:15px;
  250. display:inline-block;
  251. }
  252.  
  253. #entries {
  254. margin:50px;
  255. margin-left:250px;
  256. width:780px;
  257. }
  258.  
  259. #sb {
  260. right:250px;
  261. margin-top:135px;
  262. padding:20px;
  263. width:120px;
  264. background:white;
  265. position:fixed;
  266. z-index:9999999999;
  267. }
  268.  
  269. #sb img {
  270. width:120px;
  271. display:block;
  272. margin-bottom:15px;
  273. }
  274.  
  275. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  276. #infscr-loading {display:none;}
  277. .navigation {display:none!important;}
  278.  
  279. #over {
  280. height:2000px!important;
  281. position:absolute;
  282. top:0px;
  283. left:0px;
  284. width: 100%;
  285. }
  286.  
  287. a {
  288. text-decoration:none;
  289. }
  290.  
  291. a:hover {
  292. text-decoration:underline;
  293. }
  294.  
  295. a, a:hover {
  296. color:black;
  297. }
  298.  
  299. #clubs a, #clubs, #clubs a:hover {
  300. color:{color:accent};
  301. text-decoration:none;
  302. }
  303.  
  304. /* ---------------------------- POST INFO -----------------------------*/
  305.  
  306. .postinfo{
  307. margin-top:10px;
  308. font-weight:bold;
  309. }
  310.  
  311. .tags {
  312. margin-top:5px;
  313. font-weight:normal;
  314. opacity:.7;
  315. }
  316.  
  317. .tags a:hover {
  318. text-decoration:underline;
  319. }
  320.  
  321. /* ---------------------------- POST NOTES ------------------------- */
  322.  
  323. ol.notes {
  324. display:block;
  325. text-align:left;
  326. list-style-type:none;
  327. margin-left:-40px;
  328. }
  329.  
  330. ol.notes li.note{
  331. margin-bottom:5px;
  332. }
  333.  
  334. .pagenotes {
  335. text-align:left;
  336. margin-top:15px;
  337. }
  338.  
  339. .pagenotes img{
  340. padding-right:5px;
  341. padding-top:5px;
  342. margin-bottom:-5px;
  343. display:none;
  344. }
  345.  
  346.  
  347. /* -------------------------- POST TYPES -------------------------- */
  348.  
  349. /* CHAT */
  350.  
  351. ul.chat{
  352. list-style:none;
  353. margin-left:-40px;
  354. }
  355.  
  356. .chat span {
  357. float: left;
  358. }
  359.  
  360. /* QUOTES */
  361.  
  362. .quote{
  363. font-size:20px;
  364. line-height:150%;
  365. }
  366.  
  367. .quotesource{
  368. text-align:right;
  369. margin-bottom:10px;
  370. }
  371.  
  372. #ask {
  373. background-color:{color:accent};
  374. padding:10px;
  375. color:black;
  376. font-family:'Cutive Mono';
  377. }
  378.  
  379. #ask a {
  380. color:black;
  381. }
  382.  
  383. /* AUDIO */
  384.  
  385. .songart{
  386. float:left;
  387. margin-right:10px;
  388. }
  389.  
  390. .songart img{
  391. width:80px;
  392. height:80px;
  393. }
  394.  
  395. .songtitle{
  396. margin-bottom:10px;
  397. margin-left:90px;
  398. }
  399.  
  400. .songauthor{
  401. margin-bottom:10px;
  402. font-size:8px;
  403. margin-left:90px;
  404. }
  405.  
  406. .tumblr_audio_player {
  407. height: 50px;
  408. }
  409.  
  410. #tags {
  411. opacity:1;
  412. color:black;
  413. background:white;
  414. font-family:'Cutive Mono';
  415. -webkit-transition: ease .5s;
  416. -moz-transition: ease .5s;
  417. -o-transition: ease .5s;
  418. -ms-transition: ease .5s;
  419. transition: ease .5s;
  420. margin-top:5px;
  421. }
  422.  
  423. .taggy {
  424. background:{color:accent};
  425. padding:5px;
  426. }
  427.  
  428. .taggy a {
  429. color:black;
  430. }
  431.  
  432. blockquote {
  433. border-left:1px solid #444;
  434. margin-left:10px;
  435. padding: 2.5px 0px 2.5px 15px;
  436. }
  437.  
  438. .comma:last-child{display:none;}
  439.  
  440. .menu-link a {
  441. color:black;
  442. text-transform:uppercase;
  443. display:block;
  444. width:110px;
  445. padding:5px;
  446. letter-spacing:1px;
  447. font-size:12px;
  448. margin-bottom:-10px;
  449. background-color:#000;
  450. box-shadow:inset 120px 0 0 0 {color:accent};
  451. font-family:'Cutive Mono';
  452. -webkit-transition: all .3s;
  453. -moz-transition: all .3s;
  454. -o-transition: all .3s;
  455. -ms-transition: all .3s;
  456. transition: all .3s;
  457. }
  458.  
  459. .menu-link a:hover {
  460. color:white;
  461. box-shadow:inset 0 0 0 0 black;
  462. -webkit-transition: all .3s;
  463. -moz-transition: all .3s;
  464. -o-transition: all .3s;
  465. -ms-transition: all .3s;
  466. transition: all .3s;
  467. }
  468.  
  469. .menu-link {
  470. margin-bottom:11.5px;
  471. }
  472.  
  473. </style>
  474. </head>
  475. <body>
  476.  
  477. <div id="sb">
  478. <img src="{image:avatar}"/>
  479. {description}<br><br>
  480. <div class="menu-link">
  481. <a href="/">refresh</a><br>
  482. <a href="{text:ask URL}">message</a><br>
  483. <a href="{text:URL 1}">{text:Link 1}</a><br>
  484. <a href="{text:URL 2}">{text:Link 2}</a><br>
  485. <a href="{text:URL 3}">{text:Link 3}</a><br>
  486. <a href="{text:URL 4}">{text:Link 4}</a>
  487. </div>
  488. </div>
  489.  
  490. <div id="entries">
  491.  
  492. {block:Posts}
  493.  
  494. <div id="post">
  495.  
  496. {block:ContentSource}
  497. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  498. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  499. {/block:SourceLogo}
  500. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  501. {/block:ContentSource}
  502.  
  503. <!--TEXT POST-->
  504. {block:Text}
  505. {block:Title}
  506. <h1 class="title">
  507. <a href="{Permalink}">{Title}</a></h1>
  508. {/block:Title}
  509. {Body}
  510. {/block:Text}
  511.  
  512.  
  513. <!--PHOTO POST-->
  514. {block:Photo}
  515. {block:IndexPage}
  516. {LinkOpenTag}
  517. <img src="{PhotoURL-250}" alt="{PhotoAlt}" />
  518. {LinkCloseTag}
  519. {/block:IndexPage}
  520. {block:PermalinkPage}
  521. {LinkOpenTag}
  522. <img src="{PhotoURL-500}" alt="{PhotoAlt}" />
  523. {LinkCloseTag}{/block:PermalinkPage}
  524. {/block:Photo}
  525.  
  526.  
  527. <!--PHOTOSET POST-->
  528. {block:Photoset}
  529. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  530. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  531. {/block:Photoset}
  532.  
  533.  
  534. <!--QUOTE POST-->
  535. {block:Quote}
  536. <div class="quote">{Quote}</div>
  537. {block:Source}
  538. <div class="quotesource">{Source}</div>
  539. {/block:Source}
  540. {/block:Quote}
  541.  
  542.  
  543. <!--LINK POST-->
  544. {block:Link}
  545. <h1 class="title"><a href="{URL}">{Name}</a></h1>
  546. {block:Description}{Description}{/block:Description}
  547. {/block:Link}
  548.  
  549.  
  550. <!--CHAT POST-->
  551. {block:Chat}
  552. <ul class="chat">
  553. {block:Lines}<li class="{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}<p> {Line} </p></li>{/block:Lines}
  554. </ul>
  555. {/block:Chat}
  556.  
  557.  
  558. {block:Audio}<div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
  559. {block:AlbumArt}
  560. <img src="{AlbumArtURL}" class="cover">
  561. {/block:AlbumArt}
  562. <div id="audioinfo">
  563. <div class="info">{block:TrackName}<b style="text-transform:uppercase;font-weight:bold;">{TrackName}</b><br />{/block:TrackName}{block:Artist}<b style="opacity:.8">{Artist}</b>{/block:Artist}{block:Album}<span style="padding-left:7.5px;opacity:.8">{Album}</span>{/block:Album}</div>
  564. </div>
  565. {/block:Audio}
  566.  
  567.  
  568. <!--VIDEO POST-->
  569. {block:Video}
  570. <div class="video">
  571. {block:IndexPage}<div class="video-player">{Video-250}</div>{/block:IndexPage}
  572. {block:PermalinkPage}<div class="video-player">{Video-500}</div>{/block:PermalinkPage}
  573. </div>
  574. {/block:Video}
  575.  
  576.  
  577. <!--ANSWER POST-->
  578. {block:Answer}
  579. <div id="ask"><b style="text-transform:lowercase;">{Asker}: </b></span><span class="question">{Question}</span></div>
  580. <p><div class="answer">{Answer}</div>
  581. {/block:Answer}
  582.  
  583.  
  584. {block:IfHideCaption}
  585. {block:PermalinkPage}
  586. {block:Caption}
  587. {Caption}
  588. {/block:Caption}
  589. {/block:PermalinkPage}
  590. {/block:IfHideCaption}
  591. {block:IfNotHideCaption}
  592. {block:Caption}
  593. {Caption}
  594. {/block:Caption}
  595. {/block:IfNotHideCaption}
  596.  
  597. {block:Date}
  598. <a href="{Permalink}">
  599. <div id="tags">
  600. <div class="taggy">
  601. {block:Date}<span style="text-transform:lowercase;">
  602. {ShortMonth} {DayOfMonth}{DayOfMonthSuffix}, {TimeAgo}</span>
  603. {/block:Date}
  604. </a>
  605.  
  606. {block:NoteCount}
  607. <a href="{Permalink}"> + {NoteCount} </a>
  608. {/block:NoteCount}
  609.  
  610. <!--VIA AND SOURCE-->
  611. {block:RebloggedFrom} /
  612. <a href="{ReblogParentURL}">via</a>
  613. {/block:RebloggedFrom}
  614. {block:ContentSource}
  615. & <a href="{SourceURL}">source</a>
  616. {/block:ContentSource}
  617. {block:RebloggedFrom}{/block:RebloggedFrom}
  618.  
  619. {block:HasTags}
  620. / <b>tag:</b>
  621. {block:Tags}
  622. <a href="{TagURL}"> {Tag}</a><span class="comma">,</span>
  623. {/block:Tags}
  624. {/block:HasTags}
  625. </div></div>
  626. {/block:Date}
  627.  
  628. <!--POST NOTES-->
  629. {block:PostNotes}
  630. <div class="pagenotes">{PostNotes-16}</div>
  631. {/block:PostNotes}
  632.  
  633. </div>
  634.  
  635. {/block:Posts}
  636.  
  637. </div>
  638.  
  639. <div class="navigation">
  640. {block:Pagination}
  641. {block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next">Older ?</a>{/block:NextPage}
  642. {block:PreviousPage}<a style="float:left" href="{PreviousPage}">? Newer</a></p>{/block:PreviousPage}
  643. {/block:Pagination}
  644. </div>
  645.  
  646.  
  647. <!-- removing this will automatically make you a piece of shit !! thank u -->
  648. <div id="clubs" style="right:25px;bottom:15px;position:fixed;font-size:18px;font-family: 'Playfair Display', serif;";><a href="http://halcey.tumblr.com">C</a></div>
  649.  
  650. </body>
  651. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement