Advertisement
ammetrine

Angelic Theme by Cxcti

Jan 27th, 2017
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.84 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <link href="https://fonts.googleapis.com/css?family=Tinos" rel="stylesheet">
  4. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  5. <script type="text/javascript"
  6. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  7. <script>
  8. $(document).ready(function() {
  9. //
  10. $('a.poplight[href^=#]').click(function() {
  11. var popID = $(this).attr('rel'); //Get Popup Name
  12. var popURL = $(this).attr('href'); //Get Popup href to define size
  13. var query= popURL.split('?');
  14. var dim= query[1].split('&');
  15. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  16. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  17. var popMargTop = ($('#' + popID).height() + 80) / 2;
  18. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  19. //Apply Margin to Popup
  20. $('#' + popID).css({
  21. 'margin-top' : -popMargTop,
  22. 'margin-left' : -popMargLeft
  23. });
  24. $('body').append('<div id="fade"></div>');
  25. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  26. return false;
  27. });
  28. $('a.close, #fade').live('click', function() {
  29. $('#fade , .popup_block').fadeOut(function() {
  30. $('#fade, a.close').remove(); //fade them both out
  31. });
  32. return false;
  33. });
  34. });
  35. </script>
  36.  
  37.  
  38.  
  39.  
  40. <title>{Title}</title>
  41.  
  42. <link rel="shortcut icon" href="{Favicon}">
  43. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  44. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  45.  
  46.  
  47. <meta name="image:Background" content=""/>
  48. <meta name="color:Background" content="#ffffff"/>
  49. <meta name="color:Blog Title" content="#000000"/>
  50. <meta name="color:Description" content="#000000" />
  51. <meta name="color:Text" content="#f0d8d0"/>
  52. <meta name="color:Link" content="#c7c7c7"/>
  53. <meta name="color:Link Hover" content="#f0d8d0"/>
  54. <meta name="color:Navink" content="#c7c7c7"/>
  55. <meta name="color:Navlink Hover" content="#f0d8d0"/>
  56. <meta name="color:Perma" content="#000000"/>
  57. <meta name="color:Perma Hover" content="#f0d8d0"/>
  58. <meta name="color:Scrollbar" content="#c7c7c7"/>
  59. <meta name="color:Header Background" content="#ffffff"/>
  60. <meta name="color:Post Background" content="#ffffff"/>
  61. <meta name="color:Credit BG" content="#ffffff"/>
  62.  
  63. <meta name="if:1 Column" content="1"/>
  64. <meta name="if:2 Columns" content="0"/>
  65.  
  66. <meta name="if:Show Custom Link 1" content="1"/>
  67. <meta name="if:Show Custom Link 2" content="1"/>
  68. <meta name="if:Show Custom Link 3" content="1"/>
  69.  
  70.  
  71. <meta name="text:Link 1 URL" content="" />
  72. <meta name="text:Link 1 Title" content="" />
  73. <meta name="text:Link 2 URL" content="" />
  74. <meta name="text:Link 2 Title" content="" />
  75. <meta name="text:Link 3 URL" content="" />
  76. <meta name="text:Link 3 Title" content="" />
  77.  
  78.  
  79. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  80.  
  81.  
  82. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  83. <script>
  84. (function($){
  85. $(document).ready(function(){
  86. $("[title]").style_my_tooltips({
  87. tip_follows_cursor:true,
  88. tip_delay_time:0,
  89. tip_fade_speed:0
  90. }
  91. );
  92. });
  93. })(jQuery);
  94. </script>
  95.  
  96.  
  97. <link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
  98.  
  99.  
  100. <style type="text/css">
  101.  
  102. ::-webkit-scrollbar-thumb{
  103. background-color:{color:scrollbar};
  104. border:1px solid {color:background};
  105. height:6px;
  106. }
  107.  
  108. ::-webkit-scrollbar {
  109. height:6px;
  110. width:4px;
  111. background-color:{color:background};
  112. }
  113.  
  114. #s-m-t-tooltip{
  115. position:absolute;
  116. margin-top: 15px;
  117. z-index:9999;
  118. background:{color:background};
  119. }
  120.  
  121.  
  122. body {
  123. background:{color:Background};
  124. color:{color:text};
  125. font-family: 'Tinos', serif;
  126. font-size:11px;
  127. text-align:center;
  128. margin:0;
  129. line-height:16px;
  130.  
  131.  
  132. background-color:{color:Background};
  133. background-image:url('{image:background}');
  134. background-attachment:fixed;
  135.  
  136. }
  137.  
  138.  
  139. a {
  140. color:{color:link};
  141. text-decoration:none;
  142. -webkit-transition: all 0.2s ease-in-out;
  143. -moz-transition: all 0.2s ease-in-out;
  144. -o-transition: all 0.2s ease-in-out;
  145. }
  146.  
  147.  
  148. #header {
  149. text-align:left;
  150. position:fixed;
  151. left:0px;
  152. top:0px;
  153. width:100%;
  154. padding:7px;
  155. z-index:999999;
  156. background:{color:Header Background};
  157. }
  158.  
  159.  
  160. #blogt {
  161. margin-top:10px;
  162. margin-left:60px;
  163. font-size:26px;
  164. text-align:left;
  165. font-family: 'Tinos', serif;
  166. text-transform:normal;
  167. color:{color:Blog Title};
  168. }
  169.  
  170.  
  171. .navlinks {
  172. margin-top:10px;
  173. margin-left:60px;
  174. line-height:16px;
  175. text-transform:lowercase;
  176. position:relative;
  177. font-family: 'Tinos', serif;
  178. text-align:left;
  179. font-size:13px;
  180. }
  181.  
  182.  
  183. .navlinks a {
  184. margin-right:5px;
  185. margin-bottom:5px;
  186. display:inline-block;
  187. color:{color:Navlink};
  188. }
  189.  
  190.  
  191. .navlinks a:hover {
  192. color:{color:Navlink Hover};
  193. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  194. -webkit-transition:all 0.3s ease-in-out;
  195. -moz-transition:all 0.3s ease-in-out;
  196. transition:all 0.3s ease-in-out;
  197. }
  198.  
  199.  
  200. #description {
  201. margin-top:10px;
  202. margin-left:60px;
  203. color:{color:Description};
  204. font-family: 'Tinos', serif;
  205. text-align:left;
  206. }
  207.  
  208.  
  209. #con {
  210. left:50%;
  211. margin-left:-250px;
  212. position:absolute;
  213. }
  214.  
  215.  
  216. #entries {
  217. width:650px;
  218. margin-top:150px;
  219. margin-left:60px;
  220.  
  221. {block:if1column}
  222. width:450px;
  223. margin-left:60px;
  224. {/block:if1column}
  225.  
  226. {block:if2columns}
  227. width:850px;
  228. margin-left:-120px;
  229. {/block:if2columns}
  230.  
  231. {block:PermalinkPage}
  232. width:500px;
  233. margin-right:30px;
  234. {/block:PermalinkPage}
  235. }
  236.  
  237.  
  238. .posts {
  239. background:{color:Post Background};
  240. width:330px;
  241. float:left;
  242. margin-right:40px;
  243. padding:25px 25px 0px 25px;
  244. {block:IndexPage}
  245. margin-bottom:40px;
  246. {/block:IndexPage}
  247.  
  248.  
  249. {block:PermalinkPage}
  250. width:500px;
  251. margin-bottom:30px;
  252. position:relative;
  253. float:left;
  254. {/block:PermalinkPage}
  255. }
  256.  
  257.  
  258. .posts img {
  259. max-width:250px;
  260. }
  261.  
  262. .posts img, .posts li, .posts blockquote {max-width: 100%;}
  263. .caption {width:100%;
  264. margin-top:10px;
  265.  
  266. }
  267.  
  268. #title {
  269. font-size:12px;
  270. line-height:18px;
  271. margin-bottom:7px;
  272. text-transform:normal;
  273. text-align:center;
  274. text-decoration:underline;
  275. }
  276.  
  277.  
  278. .text {
  279. font-size:11px;
  280. font-family: 'Tinos', serif;
  281. }
  282.  
  283.  
  284. .text a:hover {
  285. text-decoration:underline;
  286. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  287. -webkit-transition:all 0.3s ease-in-out;
  288. -moz-transition:all 0.3s ease-in-out;
  289. transition:all 0.3s ease-in-out;
  290. }
  291.  
  292.  
  293. #quote{
  294. text-align:left;
  295. font-size:14px;
  296. line-height:18px;
  297. font-weight:bold;
  298. }
  299.  
  300.  
  301. #quote a:hover {
  302. text-decoration:underline;
  303. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  304. -webkit-transition:all 0.3s ease-in-out;
  305. -moz-transition:all 0.3s ease-in-out;
  306. transition:all 0.3s ease-in-out;
  307. }
  308.  
  309.  
  310. #quotesource {
  311. margin-top:15px;
  312. margin-left:15px;
  313.  
  314. }
  315.  
  316.  
  317. .player {
  318. width:25px;
  319. height:25px;
  320. overflow:hidden;
  321. position:absolute;
  322. margin-left:12px;
  323. margin-top:12px;
  324. background:white;
  325. }
  326.  
  327.  
  328. .audioinfo {
  329. margin-left:70px;
  330. }
  331.  
  332.  
  333. .albumart {
  334. position:absolute;
  335. {block:IndexPage}
  336. width:60px;
  337. height:60px;
  338. {/block:IndexPage}
  339. {block:PermalinkPage}
  340. width:60px;
  341. height:60px;
  342. {/block:PermalinkPage}
  343. }
  344.  
  345.  
  346. .albumart img {
  347. float:left;
  348. {block:IndexPage}
  349. width:60px;
  350. height:60px;
  351. {/block:IndexPage}
  352. {block:PermalinkPage}
  353. width:60px;
  354. height:60px;
  355. {/block:PermalinkPage}
  356. }
  357.  
  358.  
  359. .question {
  360. margin-bottom:0px;
  361. padding-bottom:5px;
  362. border-bottom:solid 1px {color:Text};
  363. }
  364.  
  365. .asker {
  366. font-weight:bold;
  367. }
  368.  
  369.  
  370. .answer {
  371. margin-top:-10px;
  372. }
  373.  
  374.  
  375. .chat ol {
  376. padding:0;
  377. list-style:none;
  378. }
  379.  
  380.  
  381. .line {
  382. padding:5px 0;
  383. }
  384.  
  385.  
  386. .label {
  387. font-weight:bold;
  388. }
  389.  
  390. #permalink {
  391. margin-top:-3px;
  392. margin-bottom:5px;
  393. font-size:11px;
  394. text-align:right;
  395. font-style:italic;
  396. padding:3px;
  397. background:transparent;
  398. border-radius:0px;
  399. }
  400.  
  401.  
  402. #permalink a {
  403. margin-left:10px;
  404. color:{color:Perma};
  405. padding:3px;
  406. }
  407.  
  408.  
  409. #permalink a:hover {
  410. padding:3px;
  411. color:{color:Perma Hover};
  412. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  413. -webkit-transition:all 0.3s ease-in-out;
  414. -moz-transition:all 0.3s ease-in-out;
  415. transition:all 0.3s ease-in-out;
  416. }
  417.  
  418.  
  419. .pagination {
  420. display:none;
  421. }
  422.  
  423.  
  424. .popup_block{
  425. display:none;
  426. background:#fff;
  427. padding:20px;
  428. border:1px solid #eee; /* if you want a solid white pop-up, delete this */
  429. float:left;
  430. position:fixed;
  431. top:50%;left:50%;
  432. z-index: 99999;
  433. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  434. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  435. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  436. }
  437.  
  438. *html #fade {position: absolute;}
  439. *html .popup_block {position: absolute;}
  440. #fade {
  441. display:none;
  442. position:fixed;
  443. left:0px;
  444. top:0px;
  445. width:100%;
  446. height:100%;
  447. z-index:9999;
  448. background:#000; /* change to #fff for solid white */
  449. opacity:0.5; /* change to opacity:1; */
  450. }
  451.  
  452.  
  453. .notes {
  454. padding-left:20px;
  455. font-size:11px;
  456. }
  457.  
  458. .pagination {
  459. display: none;
  460. }
  461.  
  462.  
  463. #credit {
  464. position:fixed;
  465. right:5px;
  466. bottom:5px;
  467. background:{color:Credit BG};
  468. padding-top:5px;
  469. padding-right:5px;
  470. padding-left:5px;
  471. padding-bottom:2px;
  472. font-size:12px;
  473. font-family: 'Tinos', serif;
  474. z-index:9999;
  475. }
  476.  
  477. #credit a{
  478. color:#666;
  479. }
  480.  
  481. {CustomCSS}
  482. </style>
  483.  
  484. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  485.  
  486. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  487.  
  488. <script>
  489. $(function(){
  490. var $container = $('#entries');
  491. $container.imagesLoaded(function(){
  492. $container.masonry({
  493. itemSelector: '.posts',
  494. });
  495. });
  496. $container.infinitescroll({
  497. itemSelector : ".posts",
  498. navSelector : "div.pagination",
  499. nextSelector : ".pagination a#next",
  500. loadingImg : "",
  501. loadingText : "<em></em>",
  502. bufferPx : 10000,
  503. extraScrollPx: 12000,
  504. },
  505. // trigger Masonry as a callback
  506. function( newElements ) {
  507. var $newElems = $( newElements ).css({ opacity: 0 });
  508. // ensure that images load before adding to masonry layout
  509. $newElems.imagesLoaded(function(){
  510. $newElems.animate({ opacity: 1 });
  511. $container.masonry( 'appended', $newElems, true );
  512. });
  513. }
  514. );
  515. });
  516. </script>
  517.  
  518.  
  519. </head>
  520.  
  521. <body>
  522.  
  523. <div id="con">
  524.  
  525. <div id="credit"><a href="http://cxcti.tumblr.com/">CT</a></div>
  526.  
  527. <div id="header">
  528. <div id="blogt">{Title}</div>
  529. <div id="description">{Description}</div>
  530.  
  531. <div class="navlinks">
  532. <a href="/">home</a>
  533. <a href="#?w=400" rel="box1" class="poplight">inbox</a>
  534. <a href="/archive">archive</a>
  535. {block:ifShowCustomlink1}<a href="{text:Link 1 URL}">{text:Link 1 Title}</a>
  536. {/block:ifShowCustomLink1}
  537. {block:ifShowCustomlink2}<a href="{text:Link 2 URL}" >{text:Link 2 Title}</a>{/block:ifShowCustomLink2}
  538. {block:ifShowCustomlink3}<a href="{text:Link 3 URL}">{text:Link 3 Title}</a>{/block:ifShowCustomLink3}
  539. <a href="http://cxcti.tumblr.com" target="_blank"><i class="fa fa-copyright"></i>
  540. </a>
  541. </div>
  542.  
  543. </div>
  544.  
  545.  
  546. <div id="entries">
  547.  
  548. {block:Posts}
  549.  
  550. <div class="posts">
  551.  
  552. {block:Quote}
  553. <div class="quote">
  554. '<strong><i>{Quote}</i></strong>'
  555. </div>
  556. {block:Source}
  557. <br><div class="quotesource">— {Source}</div>
  558. {/block:Source}
  559.  
  560. {block:IndexPage}
  561. <div id="permalink">
  562. {timeago}
  563. <a href="{Permalink}" >
  564. <i class="fa fa-heart-o" aria-hidden="true"></i></a>
  565. <a href="{ReblogURL}"><i class="fa fa-circle-thin" aria-hidden="true"></i></a>
  566. </div>
  567. {/block:IndexPage}
  568. {/block:Quote}
  569.  
  570.  
  571. {block:Text}
  572. {block:Title}
  573. <div id="title">{Title}</div>
  574. {/block:Title}
  575. <div class="text">
  576. {Body}
  577. </div>
  578.  
  579. {block:IndexPage}
  580. <div id="permalink">
  581. {timeago}
  582. <a href="{Permalink}" >
  583. <i class="fa fa-heart-o" aria-hidden="true"></i></a>
  584. <a href="{ReblogURL}"><i class="fa fa-circle-thin" aria-hidden="true"></i></a>
  585. </div>
  586. {/block:IndexPage}
  587. {/block:Text}
  588.  
  589.  
  590. {block:Link}
  591. <div id="title">
  592. <a href="{URL}">{Name}</a>
  593. </div>
  594. {block:Description}{Description}{/block:Description}
  595.  
  596. {block:IndexPage}
  597. <div id="permalink">
  598. {timeago}
  599. <a href="{Permalink}" >
  600. <i class="fa fa-heart-o" aria-hidden="true"></i></a>
  601. <a href="{ReblogURL}"><i class="fa fa-circle-thin" aria-hidden="true"></i></a>
  602. </div>
  603. {/block:IndexPage}
  604. {/block:Link}
  605.  
  606.  
  607. {block:Chat}
  608. {block:Title}
  609. <h1>{Title}</h1>
  610. {/block:Title}
  611. <div class="chat">
  612. <ol>{block:Lines}
  613. <li class="line {Alt}">
  614. {block:Label}
  615. <span class="label">
  616. {Label}</span>
  617. {/block:Label}{Line}</li>
  618. {/block:Lines}
  619. </ol>
  620. </div>
  621.  
  622. {block:IndexPage}
  623. <div id="permalink">
  624. {timeago}
  625. <a href="{Permalink}" >
  626. <i class="fa fa-heart-o" aria-hidden="true"></i></a>
  627. <a href="{ReblogURL}"</a>
  628. </div>
  629. {/block:IndexPage}
  630. {/block:Chat}
  631.  
  632.  
  633. {block:Photo}
  634. {block:IndexPage}
  635. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>
  636.  
  637. <div id="permalink">
  638. {timeago}
  639. <a href="{Permalink}" >
  640. <i class="fa fa-heart-o" aria-hidden="true"></i></a>
  641. <a href="{ReblogURL}"><i class="fa fa-circle-thin" aria-hidden="true"></i></a>
  642. </div>
  643. {/block:IndexPage}
  644.  
  645. {block:PermalinkPage}
  646. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  647. <br>
  648. {/block:PermalinkPage}
  649. {/block:Photo}
  650.  
  651.  
  652. {block:Photoset}
  653. <center>
  654. {block:Photos}
  655. {block:indexpage}
  656. <a href="{permalink}"><img src="{PhotoURL-500}" width="468px"/></a>
  657. {/block:indexpage}
  658. {block:permalinkpage}
  659. <img src="{PhotoURL-500}"/>
  660. {/block:permalinkpage}
  661. {/block:Photos}
  662. </center>
  663. <div id="permalink">
  664. {timeago}
  665. <a href="{Permalink}">
  666. <i class="fa fa-heart-o" aria-hidden="true"></i></a>
  667. <a href="{ReblogURL}"><i class="fa fa-circle-thin" aria-hidden="true"></i></a>
  668. </div>
  669. {/block:Photoset}
  670.  
  671.  
  672. {block:Video}
  673. {Video-250}
  674.  
  675. {block:IndexPage}
  676. <div id="permalink">
  677. {timeago}
  678. <a href="{Permalink}" >
  679. <i class="fa fa-heart-o" aria-hidden="true"></i></a>
  680. <a href="{ReblogURL}"><i class="fa fa-circle-thin" aria-hidden="true"></i></a>
  681. </div>
  682. {/block:IndexPage}
  683. {/block:Video}
  684.  
  685.  
  686. {block:Audio}
  687. {block:AlbumArt}
  688. <div class="albumart">
  689. <img src="{AlbumArtURL}">
  690. </div>
  691. {/block:AlbumArt}
  692. <div class="player">{AudioPlayerWhite}</div>
  693.  
  694. <div class="audioinfo">
  695. Title: {block:TrackName}{TrackName}{/block:TrackName}<br>
  696.  
  697. Artist: {block:Artist}{Artist}{/block:Artist}<br>
  698.  
  699. Plays: {block:PlayCount}{FormattedPlayCount}{/block:PlayCount}
  700.  
  701. {block:IndexPage}
  702. <div id="permalink">
  703. {timeago}
  704. <a href="{Permalink}" >
  705. <i class="fa fa-heart-o" aria-hidden="true"></i></a>
  706. <a href="{ReblogURL}"><i class="fa fa-circle-thin" aria-hidden="true"></i></a>
  707. </div>
  708. {/block:IndexPage}
  709. </div>
  710. {/block:Audio}
  711.  
  712.  
  713. {block:Answer}
  714. <div class="question">
  715. <div class="asker">{Asker} said: </div>
  716. {Question}
  717. </div>
  718. <div class="answer"><br><i>{Answer}</i></div>
  719.  
  720. {block:IndexPage}
  721. <div id="permalink">
  722. {timeago}
  723. <a href="{Permalink}" >
  724. <i class="fa fa-heart-o" aria-hidden="true"></i></a>
  725. <a href="{ReblogURL}"><i class="fa fa-circle-thin" aria-hidden="true"></i></a>
  726. </div>
  727. {/block:IndexPage}
  728. {/block:Answer}
  729.  
  730.  
  731.  
  732. {block:PermalinkPage}
  733. <div class="notes">
  734. {block:Date}{Caption} posted {TimeAgo}{/block:Date}
  735. {block:NoteCount} with {NoteCount} notes {/block:NoteCount}
  736. {block:RebloggedFrom}
  737. via <a href="{ReblogParentURL}">{ReblogParentName}</a>,
  738. {/block:RebloggedFrom}
  739. {block:ContentSource}originally from <a href="{SourceURL}">{SourceTitle} </a>{/block:ContentSource}
  740. <br>{block:hastags}{block:tags}#<a href="/tagged/{Tag}">{Tag}</a> &nbsp;&nbsp; {/block:tags}{/block:hastags}
  741. <br>{PostNotes}
  742. </div>
  743. {/block:PermalinkPage}
  744.  
  745. </div>
  746. {/block:Posts}
  747.  
  748. <div class="pagination">
  749. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  750. </div>
  751.  
  752.  
  753.  
  754. </div>
  755.  
  756. </div>
  757.  
  758. </body>
  759.  
  760. <div id="box1" class="popup_block">
  761. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  762.  
  763. </div>
  764.  
  765.  
  766. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement