Advertisement
sparrows

ruins

Feb 11th, 2014
6,998
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.30 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4.  
  5. <!--
  6.  
  7. © SPARROW THEMES (AKA ARYATARK.TUMBLR.COM AKA TUMBLR USER FINNCKI IT GETS CONFUSING I KNOW BUT BASICALLY IM USING THE URL ARYATARK AS MY THEMEBLOG AND FINNCKI AS MY MAIN)
  8.  
  9. "you will love him to ruins"
  10.  
  11. R U L E S:
  12. - Do not use as a base.
  13. - Do not remove, edit or move the credit.
  14. - Do not claim as your own.
  15. - Do not steal bits of the code to use.
  16.  
  17. -->
  18.  
  19.  
  20. <script type="text/javascript"
  21. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  22. <script>
  23. $(document).ready(function() {
  24. //
  25. $('a.poplight[href^=#]').click(function() {
  26. var popID = $(this).attr('rel'); //Get Popup Name
  27. var popURL = $(this).attr('href'); //Get Popup href to define size
  28. var query= popURL.split('?');
  29. var dim= query[1].split('&');
  30. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  31. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  32. var popMargTop = ($('#' + popID).height() + 80) / 2;
  33. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  34. //Apply Margin to Popup
  35. $('#' + popID).css({
  36. 'margin-top' : -popMargTop,
  37. 'margin-left' : -popMargLeft
  38. });
  39. $('body').append('<div id="fade"></div>');
  40. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  41. return false;
  42. });
  43. $('a.close, #fade').live('click', function() {
  44. $('#fade , .popup_block').fadeOut(function() {
  45. $('#fade, a.close').remove(); //fade them both out
  46. });
  47. return false;
  48. });
  49. });
  50. </script>
  51.  
  52.  
  53.  
  54. <title>{Title}</title>
  55.  
  56. <link rel="shortcut icon" href="{Favicon}">
  57. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  58. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  59.  
  60. <!--Default Variables-->
  61.  
  62. <meta name="color:background" content="#ffffff"/>
  63. <meta name="color:text" content="#aaaaaa"/>
  64. <meta name="color:link" content="#000000"/>
  65. <meta name="color:tags" content="#000000"/>
  66. <meta name="color:description" content="#aaaaaa"/>
  67. <meta name="color:border" content="#eeeeee"/>
  68. <meta name="color:blog title" content="#000000"/>
  69. <meta name="color:scrollbar" content="#d5d5d5" />
  70.  
  71. <meta name="if:400px" content="1"/>
  72. <meta name="if:500px" content="0"/>
  73. <meta name="if:show captions" content="1"/>
  74. <meta name="text:link 1 url" content="" />
  75. <meta name="text:link 1" content="" />
  76. <meta name="text:link 2 url" content="" />
  77. <meta name="text:link 2" content="" />
  78. <meta name="text:link 3 url" content="" />
  79. <meta name="text:link 3" content="" />
  80. <meta name="text:ask title" content=""/>
  81. <meta name="text:username" content=""/>
  82.  
  83.  
  84. <!-- jquery for tooltips-->
  85.  
  86.  
  87. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  88.  
  89. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  90.  
  91. <script>
  92.  
  93. (function($){
  94.  
  95. $(document).ready(function(){
  96.  
  97. $("a[title]").style_my_tooltips({
  98.  
  99. tip_follows_cursor:true,
  100.  
  101. tip_delay_time:30,
  102.  
  103. tip_fade_speed:300,
  104.  
  105. attribute:"title"
  106.  
  107. });
  108.  
  109. });
  110.  
  111. })(jQuery);
  112.  
  113. </script>
  114.  
  115. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  116.  
  117.  
  118. <style>
  119. div#qTip {
  120. padding: 5px;
  121. display: none;
  122. text-align: center;
  123. position: absolute;
  124. margin-top:0px;
  125. font-weight:lighter;
  126. margin-left:5px;
  127. font-size:7px;
  128. font-family:helvetica;
  129. background-color:#fff;
  130. color: {color:text};
  131. text-transform:uppercase;
  132. letter-spacing: 1px;
  133. }
  134. </style>
  135.  
  136.  
  137.  
  138. <!--CSS customization here. -->
  139.  
  140.  
  141. <style type="text/css">
  142.  
  143. iframe#tumblr_controls {
  144. top: 0% !important;
  145. right:0% !important;
  146. opacity:0.3;
  147. position: fixed !important;
  148. filter:alpha(opacity=30);
  149. -webkit-transition: all 0.6s ease;
  150. -moz-transition: all 0.6s ease;
  151. -o-transition: all 0.6s ease;
  152. }
  153. iframe#tumblr_controls:hover{
  154. top: 0% !important;
  155. right:0% !important;
  156. opacity:0.8;
  157. position: fixed !important;
  158. filter:alpha(opacity=80);
  159. -webkit-transition: all 0.6s ease;
  160. -moz-transition: all 0.6s ease;
  161. -o-transition: all 0.6s ease;
  162. }
  163.  
  164. #s-m-t-tooltip{
  165. position:absolute;
  166. margin-top: 15px;
  167. z-index:9999;
  168. background:{color:background};
  169. }
  170.  
  171. /*scrollbar*/
  172. ::-webkit-scrollbar{height: 8px;
  173. width: 8px;
  174. -webkit-border-radius: 0px;
  175. background-color:{color:background}}
  176. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  177. ::-webkit-scrollbar-track{background-color:{color:background};}
  178.  
  179.  
  180. /*basics*/
  181. blockquote {padding:5px 0 5px 30px;
  182. border-left:1px solid {color:border};
  183. margin-left:30px;
  184. }
  185.  
  186. body {
  187. background:{color:background};
  188. color:{color:text};
  189. font-family:helvetica;
  190. font-size:10px;
  191. text-align:justify;
  192. font-weight:lighter;
  193. margin:0;
  194. line-height:16px;}
  195.  
  196. a {color:{color:link};
  197. border-bottom:1px solid transparent;
  198. text-decoration:none;
  199. -webkit-transition:all 0.8s;
  200. -moz-transition:all 0.8s;
  201. -ms-transition:all 0.8s;
  202. -o-transition:all 0.8s;
  203. transition:all 0.8s; }
  204.  
  205.  
  206. img{
  207. border:none;
  208. text-decoration:none}
  209.  
  210. b, strong {
  211. color:{color:title}}
  212. i, em {
  213. color:{color:text}}
  214. p {
  215. margin-top:5px;
  216. margin-bottom:5px}
  217. ol {
  218. list-style:normal;}
  219. ul {
  220. list-style:square;}
  221.  
  222. small {
  223. font-size:8px;}
  224.  
  225. big {
  226. font-size:12px;}
  227.  
  228. #title {font-size:12px;
  229. line-height:18px;
  230. font-weight:none;
  231. margin-bottom:10px;
  232. letter-spacing:5px;
  233. text-transform:uppercase;
  234. text-align:center;
  235. }
  236.  
  237.  
  238. /*header*/
  239. #header {text-align:left;
  240. position:absolute;
  241. float:center;
  242. margin-top:60px;
  243. margin-right:30px;
  244. margin-left:75px;
  245. margin-bottom:5px;
  246. width:400px;
  247. {block:if500px}
  248. width:500px;
  249. margin-left:55px;
  250. {/block:if500px}
  251. }
  252.  
  253. #blogt {font-size:14px;
  254. font-weight:lighter;
  255. letter-spacing:5px;
  256. text-decoration:none;
  257. text-transform:uppercase;
  258. color:{color:blog title};
  259. }
  260.  
  261. #links {
  262. line-height:16px;
  263. text-transform:none;
  264. font-size:9px;
  265. color:{color:link};
  266. }
  267.  
  268. #links a {
  269. margin:0 10px;
  270. display:inline-block;
  271. line-height:10px;
  272. text-decoration:none;
  273. }
  274.  
  275. #links a:hover {
  276. text-decoration:underline;
  277. }
  278.  
  279.  
  280. #sideline {
  281. color:{color:border};
  282. }
  283. #sideline:before {
  284. content: "";
  285. height:1px;
  286. width:35px;
  287. display:inline-block;
  288. margin-right:5px;
  289. margin-bottom:2px;
  290. background-color:{color:border};
  291. }
  292.  
  293. #description {
  294. margin:20px 0;
  295. }
  296.  
  297.  
  298. /*pagination*/
  299. #pagination {
  300. width:400px;
  301. padding:30px 0 100px 0;
  302. text-align:center;
  303. text-transform:lowercase;
  304. font-weight:lighter;
  305. font-size:9px;
  306. {block:if500px}
  307. width:500px;
  308. {/block:if500px}
  309. }
  310. #pagination a {
  311. margin:0 25px;
  312. display:inline-block;
  313. text-decoration:none;
  314. }
  315. #pagination a:hover {
  316. text-transform:lowercase;
  317. font-style:italic;
  318. }
  319.  
  320.  
  321. /*container*/
  322. #con {
  323. left:50%;
  324. margin-left:-250px;
  325. position:absolute;
  326. }
  327.  
  328.  
  329.  
  330. /*posts*/
  331.  
  332. #entries {
  333. margin-top:200px;
  334. margin-left:70px;
  335. width:400px;
  336. float:center;
  337. {block:if500px}
  338. width:500px;
  339. margin-top:200px;
  340. margin-left:50px;
  341. {/block:if500px}
  342.  
  343. }
  344.  
  345.  
  346.  
  347. #posts {
  348. width:400px;
  349. {block:IndexPage}
  350. margin-bottom:75px;
  351. {/block:IndexPage}
  352. {block:PermalinkPage}
  353. margin-bottom:50px;
  354. {/block:PermalinkPage}
  355. {block:if500px}
  356. width:500px;
  357. {/block:if500px}
  358.  
  359. }
  360. #posts img {
  361. max-width:400px;
  362. {block:if500px}
  363. max-width:500px;
  364. {/block:if500px}
  365. }
  366.  
  367. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  368. .caption {width:100%;
  369. margin-top:10px;
  370.  
  371. }
  372.  
  373. /*quote*/
  374.  
  375. #titlequote{text-align:left;
  376. font-size:12px;
  377. line-height:18px;
  378. width:400px;
  379. {block:if500px}
  380. width:500px;
  381. {/block:if500px}
  382. }
  383. #source {
  384. margin-top:15px;
  385. margin-left:15px;
  386. text-transform:uppercase;
  387. text-align:left;
  388. font-size:9px;
  389. width:400px;
  390. {block:if500px}
  391. width:500px;
  392. {/block:if500px}
  393. }
  394.  
  395.  
  396.  
  397. /*audio*/
  398.  
  399. .player {
  400. width:25px;
  401. height:25px;
  402. overflow:hidden;
  403. position:absolute;
  404. background:white;
  405. float:right;
  406. }
  407.  
  408.  
  409. .audioinfo {
  410. margin-left:50px;
  411. width:350px;
  412. {block:if500px}
  413. width:450px;
  414. {/block:if500px}
  415. font:helvetica;
  416. font-weight:lighter;
  417. text-align:right;
  418. font-size:9px;
  419. letter-spacing:1px;
  420. text-transform:uppercase;
  421. }
  422.  
  423.  
  424. /*asks*/
  425.  
  426. .q {
  427. padding:10px;
  428. text-align:left;
  429. color:{color:text};
  430. font-size: 10px;
  431. border-bottom:1px solid #eeeeee;
  432. }
  433.  
  434. .a {
  435. text-align:left;
  436. padding:10px;
  437. color:{color:text};
  438. border-bottom:1px solid #eeeeee;
  439. }
  440.  
  441.  
  442. /*chat*/
  443.  
  444. .chat ol {
  445. padding:0;
  446. list-style:none;
  447. }
  448. .line {padding:5px 0;}
  449.  
  450. .label {font-weight:bold;
  451. }
  452.  
  453.  
  454. /*permalink and notes*/
  455.  
  456. #permalink {
  457. margin-top:15px;
  458. font-size:8px;
  459. text-transform:uppercase;
  460. text-align:center;
  461. letter-spacing:1px;
  462. }
  463. #permalink a {margin-right:10px;
  464. }
  465. #permalink a:hover {
  466. text-decoration:underline;
  467. }
  468.  
  469.  
  470. .tags {
  471. word-break:break-all;
  472. font-size:9px;
  473. text-transform:none;
  474. font-family:helvetica;
  475. letter-spacing:0px;
  476. opacity:0;
  477. -webkit-transition:all 0.8s;
  478. -moz-transition:all 0.8s;
  479. -ms-transition:all 0.8s;
  480. -o-transition:all 0.8s;
  481. transition:all 0.8s;}
  482. #posts:hover .tags {opacity:1;
  483. -webkit-transition:all 0.8s;
  484. -moz-transition:all 0.8s;
  485. -ms-transition:all 0.8s;
  486. -o-transition:all 0.8s;
  487. transition:all 0.8s;
  488. }
  489.  
  490.  
  491.  
  492.  
  493. ol.pagenotes {
  494. {block:IndexPage}
  495. display: none!important;
  496. {/block:IndexPage}
  497. width:400px;
  498. font-weight:none;
  499. text-align:center;
  500. padding-bottom:2%;
  501. font-size:9px;
  502. list-style-type:lower-roman;
  503. {block:if500px}
  504. width:500px;
  505. {/block:if500px}
  506. }
  507.  
  508. ol.notes li.note{
  509. border-bottom:1px dotted {color:border};
  510. padding:2%;
  511. list-style-type:lower-roman;
  512. }
  513.  
  514. ol.notes li.note img.avatar {
  515. width:0px;
  516. height:0px;
  517. }
  518.  
  519. /*credit*/
  520.  
  521. #credit {
  522. font-size:7px;
  523. letter-spacing:1px;
  524. opacity:1;
  525. bottom:0px;
  526. right:0px;
  527. text-align:right;
  528. position:fixed;
  529. padding:10px;
  530. }
  531. #credit a {
  532. text-decoration:none;
  533. }
  534.  
  535.  
  536. /*popup ask box*/
  537.  
  538. #fade {
  539. display: none;
  540. background: #fff;
  541. position: fixed;
  542. left: 0;
  543. top: 0;
  544. width: 100%;
  545. height: 100%;
  546. opacity: .80;
  547. z-index: 9999;
  548. }
  549.  
  550. .popup_block{
  551. display: none;
  552. padding: 20px;
  553. float: left;
  554. position: fixed;
  555. top: 50%;
  556. left: 50%;
  557. z-index: 99999;
  558. }
  559.  
  560. img.btn_close {
  561. float: right;
  562. margin: -55px -55px 0 0;
  563. }
  564.  
  565. *html #fade {
  566. position: absolute;
  567. }
  568.  
  569. *html .popup_block {
  570. position: absolute;
  571. }
  572.  
  573.  
  574. {CustomCSS}
  575.  
  576.  
  577. </style>
  578.  
  579.  
  580.  
  581. </head>
  582.  
  583. <body>
  584.  
  585. <div id="con">
  586. <div id="header">
  587.  
  588. <div id="blogt"><a href="/" >{Title}</a></div>
  589. <div id="description">{Description}</div>
  590. <div id="links">
  591. <div id="sideline">
  592. <a href="/">home</a>
  593. <a href="#?w=500" rel="ask" class="poplight">ask</a>
  594. {block:iflink1}<a href="{text:link 1 url}" >{text:link 1}</a>{/block:iflink1}
  595. {block:iflink2}<a href="{text:link 2 url}" >{text:link 2}</a>{/block:iflink2}
  596. {block:iflink3}<a href="{text:link 3 url}" >{text:link 3}</a> {/block:iflink3}
  597. </div></div>
  598.  
  599.  
  600.  
  601.  
  602. </div>
  603.  
  604.  
  605.  
  606.  
  607. <div id="entries">
  608.  
  609. {block:Posts}
  610. <div id="posts">
  611.  
  612.  
  613. {block:Quote}
  614. <div id="titlequote">“{Quote}”</div>
  615. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  616. {/block:Quote}
  617.  
  618.  
  619.  
  620. {block:Text}
  621.  
  622. {block:Title}
  623. <div id="title">{Title}</div>{/block:Title}
  624. {Body}
  625. {/block:Text}
  626.  
  627. {block:Link}
  628. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  629. {/block:Link}
  630.  
  631. {block:Chat}
  632. {block:Title}
  633. <h1>{Title}</h1>
  634. {/block:Title}
  635. <div class="chat">
  636. {block:Lines}
  637. <div class="line {Alt}">
  638. {block:Label}
  639. <span class="label">
  640. {Label}</span>
  641. {/block:Label}{Line}</div>
  642. {/block:Lines}
  643. </div>
  644. {/block:Chat}
  645.  
  646. {block:Photo}
  647. {block:if400px}
  648. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  649. {/block:if400px}
  650. {block:if500px}
  651. {LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}"></a>{LinkCloseTag}
  652. {/block:if500px}
  653. {/block:Photo}
  654.  
  655. {block:Photoset}
  656. {block:if400px}
  657. {Photoset-400}
  658. {/block:if400px}
  659. {block:if500px}
  660. {Photoset-500}
  661. {/block:if500px}
  662. {/block:Photoset}
  663.  
  664. {block:Video}
  665. {block:if400px}
  666. {Video-400}
  667. {/block:if400px}
  668. {block:if500px}
  669. {Video-500}
  670. {/block:if500px}
  671. {/block:Video}
  672.  
  673. {block:Audio}
  674. <div class="player">{AudioPlayerWhite}</div>
  675. <div class="audioinfo">
  676. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  677. </div>
  678. {/block:Audio}
  679.  
  680.  
  681. {block:Answer}<div class="q"><b>{Asker} said:</b> {Question}</div>
  682. <div class="a">{Answer}</div>
  683. {/block:Answer}
  684.  
  685. {block:Caption}
  686. {block:ifshowcaptions}
  687. <div class="caption">{Caption}</div>
  688. {/block:ifshowcaptions}
  689. {/block:Caption}
  690.  
  691. {block:Date}
  692. <div id="permalink">
  693. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}{block:NoteCount} WITH {NoteCountWithLabel}{/block:NoteCount}</a>
  694. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  695. </div>
  696. {/block:Date}
  697.  
  698.  
  699.  
  700. </div>
  701.  
  702.  
  703. {block:PostNotes}
  704. <div class="pagenotes">
  705. {PostNotes}
  706. </div>
  707. {/block:PostNotes}
  708.  
  709.  
  710. {/block:Posts}
  711.  
  712. {block:ContentSource}
  713. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  714. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  715. {/block:SourceLogo}
  716. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  717. {/block:ContentSource}
  718.  
  719. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  720.  
  721. <div id="pagination">
  722.  
  723. {block:IndexPage}
  724. {block:Pagination}
  725. {block:PreviousPage}
  726. <a href="{PreviousPage}">←</a>&nbsp;
  727. {/block:PreviousPage}
  728. {block:JumpPagination length="2"}
  729. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  730. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  731. {/block:JumpPagination}
  732. {block:NextPage}
  733. &nbsp;<a href="{NextPage}">→</a>
  734. {/block:NextPage}
  735. {/block:Pagination}
  736. {/block:IndexPage}
  737. </div>
  738. </div>
  739. </div>
  740.  
  741.  
  742.  
  743. </div>
  744.  
  745. </div>
  746.  
  747.  
  748. {block:ContentSource}
  749. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  750. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  751. {/block:SourceLogo}
  752. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  753. {/block:ContentSource}
  754.  
  755. <div id="credit"><a href="http://aryatark.tumblr.com">© SPARROW</a> </div>
  756.  
  757. <!-- POPUP ASK BOX CONTENT -->
  758.  
  759. </body>
  760. <div id="ask" class="popup_block">
  761. <center>{text:ask title}<p><iframe frameborder="0"
  762. height="190"
  763. id="ask_form"
  764. scrolling="no"
  765. src="http://www.tumblr.com/ask_form/{text:username}.tumblr.com"
  766. width="100%">
  767. </iframe></center>
  768. </div>
  769.  
  770. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement