Advertisement
tanaxmercedes

Insta Theme

Apr 8th, 2018
455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.20 KB | None | 0 0
  1. <!--
  2.  
  3. Insta Theme
  4.  
  5.  
  6. Ⓒ𝙒𝙝𝙞𝙢𝙨𝙮𝙏𝙝𝙚𝙢𝙚𝙨
  7. designed and coded by @tanaboo
  8.  
  9.  
  10. release date: 12.13.2018
  11. last update: 12.13.2018
  12.  
  13. -->
  14.  
  15. <!DOCTYPE html>
  16. <html>
  17. <head>
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Text" content="#"/>
  21. <meta name="color:Link" content=""/>
  22. <meta name="color:Post BG" content="#f6f6f6"/>
  23. <meta name="color:Border" content="#f6f6f6"/>
  24.  
  25. <meta name="image:background" content=""/>
  26.  
  27. <meta name="if:infinite scroll" content="1"/>
  28.  
  29. <meta name="text:link 1" content=""/>
  30. <meta name="text:link 1 url" content=""/>
  31. <meta name="text:link 2" content=""/>
  32. <meta name="text:link 2 url" content=""/>
  33. <meta name="text:link 3" content=""/>
  34. <meta name="text:link 3 url" content=""/>
  35.  
  36. <link rel="shortcut icon" href="{Favicon}">
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  38. <link href="http://static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />
  39.  
  40. <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
  41.  
  42.  
  43. <style type="text/css">
  44.  
  45. #content {
  46. left:50px;
  47. margin-top:400px;
  48. width: 1500px; /*this makes the number of columns increase or decrease btw*/
  49. background: {color:Background};
  50. -webkit-box-shadow: 0px 0px 120px 105px {color:Background};
  51. -moz-box-shadow: 0px 0px 120px 105px {color:Background};
  52. box-shadow: 0px 0px 120px 105px {color:Background};
  53. padding-bottom:100px;
  54. }
  55.  
  56. body {
  57. background-color: {color:Background};
  58. background-image: url({image:background});
  59. background-attachment:fixed;background-repeat:repeat;
  60. background-position:center;
  61. font-family: 'Raleway', sans-serif;
  62. font-size: 12px;
  63. color: {color:Text};
  64. overflow-x:hidden;
  65. }
  66.  
  67. a {
  68. color: {color:Link};
  69. text-decoration:none;
  70. }
  71.  
  72. blockquote {
  73. padding-left:5px;
  74. border-left:2px solid;
  75. color: {color:Text};
  76. margin-left:3px;
  77. margin-bottom:5px;
  78. }
  79.  
  80. iframe, img, embed, object, video {
  81. max-width: 100%;
  82. }
  83.  
  84. img {
  85. height: auto;
  86. width: auto;
  87. }
  88.  
  89. #blogtitle {
  90. text-transform:lowercase;
  91. position: fixed !important;
  92. z-index:999999;
  93. width:250px;
  94. margin-top:10px;
  95. margin-left:155px;
  96. color:{color:Blogtitle};
  97. font-family:helvetica;
  98. font-size:30px;
  99. letter-spacing:-1px;
  100. font-weight:lighter;
  101. }
  102.  
  103. #sidebar {
  104. position:fixed !important;
  105. width:400px;
  106. height:auto;
  107. top:140px;
  108. left:50%;
  109. margin-left:-270px;
  110. padding:12px;
  111. background-color:transparent;
  112. }
  113.  
  114. #sidebar img {
  115. margin-top:-10px;
  116. float:left;
  117. border-radius:100%;
  118. border:6px solid {color:Post BG};
  119. }
  120.  
  121.  
  122. #desc {
  123. text-transform:lowercase;
  124. font-weight:bold;
  125. font-size:14px;
  126. position:fixed !important;
  127. width:400px;
  128. height:50px;
  129. padding:6px;
  130. margin-top:79px;
  131. margin-left:149px;
  132. text-align:left;
  133. }
  134.  
  135. #links {
  136. font-weight:bolder;
  137. width:auto;
  138. height:auto;
  139. margin-top:52px;
  140. margin-left:155px;
  141. color:black;
  142. font-size:12px;
  143. letter-spacing:2px;
  144. text-transform:none;
  145. -webkit-transition: all 0.2s ease-in-out;
  146. -moz-transition: all 0.2s ease-in-out;
  147. -o-transition: all 0.2s ease-in-out;
  148. }
  149.  
  150. #links a{
  151. padding-bottom:6px;
  152. border-bottom:2px {color:Background} solid;
  153. }
  154.  
  155. #links a:hover{
  156. border-bottom:2px {color:Accent} solid;
  157. padding-bottom:2px;
  158. -webkit-transition: all 0.2s ease-in-out;
  159. -moz-transition: all 0.2s ease-in-out;
  160. -o-transition: all 0.2s ease-in-out;
  161. }
  162.  
  163. /**/
  164.  
  165. entry {
  166. background: {color:Post BG};
  167. margin: 10px;
  168. margin-left:10px;
  169. margin-bottom:8px;
  170. padding: 10px;
  171. padding-bottom:9px;
  172. width: 400px;
  173. border-radius:15px;
  174. border: 0px solid {color:Border};
  175. {block:PermalinkPage}
  176. margin-left:450px;
  177. padding-bottom:15px;
  178. {/block:PermalinkPage}
  179.  
  180. }
  181.  
  182. .chat span {
  183. float: left;
  184. margin-right: 10px;
  185. }
  186.  
  187. #perma {
  188. text-align: left;
  189. position: relative;
  190. margin-top:2px;
  191. padding-top: 4px;
  192. font-family: sans-serif;
  193. padding:2px;
  194. font-size: 10px;
  195. padding-left:3px;
  196. {block:PermalinkPage}
  197. display:none;
  198. {/block:PermalinkPage}
  199. }
  200.  
  201. blockquote{
  202. border-left:1px dotted {color:Border};
  203. }
  204.  
  205. .tumblr_audio_player {
  206. width: 400px;
  207. height: 100px;
  208. overflow: hidden;
  209. position: relative;
  210. z-index: 1000;
  211. }
  212.  
  213. {block:ifnotinfinitescroll}
  214. .pagi {
  215. font-size:15px;
  216. font: {select:font};
  217. color: {color:Link};
  218. text-align:center;
  219. padding:2px;
  220. padding-top:5px;
  221. }
  222. {/block:ifnotinfinitescroll}
  223.  
  224. {block:ifinfinitescroll}
  225. .pagi {
  226. display:none;
  227. }
  228. {/block:ifinfinitescroll}
  229.  
  230.  
  231. #loading {
  232. position: fixed;
  233. left: 0px;
  234. top: 0px;
  235. width: 100%;
  236. height: 100%;
  237. z-index: 9999;
  238. background: url(http://static.tumblr.com/1ilrn3z/9M2ot92tm/ajax-loader.gif) 50% 50% no-repeat #111;
  239. background-size:15px;
  240. background-color: {color:Background};
  241. }
  242.  
  243.  
  244. #postnotes{
  245. border:1px solid #eee;
  246. overflow:auto;
  247. height:132px;
  248. font-size:10px;
  249. line-height:15px;
  250. padding:2px;
  251. padding-top:1px;
  252. background:#fff;
  253. }
  254.  
  255. #postnotes blockquote{
  256. border-left:2px solid #ffffff;
  257. }
  258.  
  259. ol.notes li.note img.avatar {
  260. width:15px;
  261. display:inline;
  262. position:relative;
  263. list-style-type:dic;
  264. display:none;
  265. }
  266.  
  267.  
  268. #top {
  269. height:10px;
  270. width:100%;
  271. top:0;
  272. background-color:{color:Border};
  273. z-index:9999999;
  274. position:fixed;}
  275.  
  276. #left {
  277. width:10px;
  278. top:0;
  279. height:100%;
  280. background-color:{color:Border};
  281. z-index:9999999;
  282. left:0;
  283. position:fixed;}
  284.  
  285. #bottom {
  286. height:10px;
  287. width:100%;
  288. bottom:0;
  289. background-color:{color:Border};
  290. z-index:9999999;
  291. position:fixed;}
  292.  
  293. #right {
  294. width:10px;
  295. top:0;
  296. height:100%;
  297. right:0;
  298. background-color:{color:Border};
  299. z-index:9999999;
  300. position:fixed;}
  301.  
  302.  
  303. </style>
  304.  
  305. <!-- SCRIPTS -->
  306. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  307. <script type="text/javascript"> $(window).load(function() { $("#loading").delay(4000).fadeOut("slow"); }) </script>
  308.  
  309.  
  310. </head>
  311.  
  312.  
  313.  
  314.  
  315. <body>
  316.  
  317. <div id="top"></div><div id="right"></div><div id="bottom"></div><div id="left"></div>
  318.  
  319. <!--<div id="loading"></div>-->
  320.  
  321. <div id="sidebar">
  322. <div id="blogtitle">{Title}</div>
  323. <div id="sidph">
  324. <img src="{PortraitURL-128}" alt="Portrait image"/>
  325. </div>
  326. <div id="desc">
  327. {Description}
  328. </div>
  329. <div id="links"><a href="{text:link 1 url}">{text:link 1}</a> &mdash; <a href="{text:link 2 url}">{text:link 2}</a> &mdash; <a href="{text:link 3 url}">{text:link 3}</a>
  330. </div>
  331. </div>
  332.  
  333.  
  334. <nav>
  335. <ul>
  336. {block:HasPages}
  337. {block:Pages}
  338. <li> <a href="{URL}">{Label}</a></li>
  339. {/block:Pages}
  340. {/block:HasPages}
  341. </ul>
  342. </nav>
  343.  
  344.  
  345. <div id="content">
  346. {block:Posts}
  347. <entry>
  348.  
  349.  
  350.  
  351. {block:Text}
  352. <div class="text">
  353. {block:Title}<h1 class="title">
  354. <a href="{Permalink}">{Title}</a>
  355. </h1>{/block:Title}
  356. {Body}
  357.  
  358.  
  359. {/block:Text}
  360.  
  361. {/block:TagPage}
  362.  
  363.  
  364. {block:Photo}
  365. <div class="photo">
  366. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" />{LinkCloseTag}
  367. {block:Caption}{Caption}{/block:Caption}
  368. {/block:Photo}
  369.  
  370.  
  371. {block:Photoset}
  372. <div class="photoset">
  373. {block:IndexPage}
  374. {Photoset-400}
  375. {/block:IndexPage}
  376. {block:PermalinkPage}
  377. {Photoset-400}
  378. {/block:PermalinkPage}
  379. {block:Caption}{Caption}{/block:Caption}
  380. {/block:Photoset}
  381.  
  382.  
  383. {block:Quote}
  384. <div class="quote">
  385. {Quote}
  386. {block:Source}<cite>{Source}</cite>{/block:Source}
  387. {/block:Quote}
  388.  
  389.  
  390. {block:Link}
  391. <div class="link">
  392. <h1 class="title"><a href="{URL}">{Name}</a></h1>
  393. {block:Description}{Description}{/block:Description}
  394. {/block:Link}
  395.  
  396. {block:Chat}
  397. <div class="chat">
  398. <ul>
  399. {block:Lines}
  400. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  401. {/block:Lines}
  402. </ul>
  403. {/block:Chat}
  404.  
  405.  
  406. {block:Audio}
  407. <div class="audio">
  408. {block:AlbumArt}
  409. <img src="{AlbumArtURL}" width="100px" height="100px"/>
  410. {/block:AlbumArt}
  411. {AudioPlayerWhite}
  412. {block:AudioEmbed}
  413. {AudioEmbed}
  414. {/block:AudioEmbed}
  415. {block:TrackName} <b>track:</b> {TrackName} {/block:TrackName}</span><br>
  416. {block:Artist}
  417. <b>artist:</b> {Artist}
  418. {/block:Artist}
  419. {block:Caption}
  420. {Caption}
  421. {/block:Caption}
  422. {/block:Audio}
  423.  
  424.  
  425. {block:Video}
  426. <div class="video">
  427. <div class="video-player">{Video-400}</div>
  428. {block:Caption}
  429. {Caption}
  430. {/block:Caption}
  431. {/block:Video}
  432.  
  433.  
  434. {block:Answer}
  435. <div class="answer">
  436. {Asker} asked: <b>{Question}</b>
  437. {Answer}
  438. {/block:Answer}
  439. </div>
  440.  
  441.  
  442.  
  443. <div id="perma">
  444. {TimeAgo} - <a href="{Permalink}">{NoteCountWithLabel} - </a>
  445.  
  446. {block:RebloggedFrom}
  447. <a href="{ReblogRootURL}" title="source">{ReblogRootName}</a>
  448. {/block:RebloggedFrom}
  449.  
  450. {block:HasTags}
  451. <div id="tags">
  452. {block:Tags} #<a href="{TagURL}">{Tag}</a>
  453. {/block:Tags}</div>
  454. {/block:HasTags}
  455. </div>
  456.  
  457.  
  458. {block:PermalinkPage}
  459. {block:Date}
  460. {Month} {DayOfMonth} {DayOfMonthSuffix}, {Year}
  461. {/block:Date}
  462.  
  463. {block:NoteCount}
  464. - {NoteCountWithLabel}
  465. {/block:NoteCount}
  466.  
  467. {block:HasTags}</br>tagged as: {block:Tags}#<a href="{TagURL}">{Tag}</a>
  468. {/block:Tags}
  469. {/block:HasTags}
  470.  
  471. {block:RebloggedFrom}
  472. </br>source: <a href="{ReblogRootURL}">{ReblogRootName}</a> - via: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  473. {/block:RebloggedFrom}
  474.  
  475. {block:PostNotes}
  476. <div id="postnotes">
  477. {PostNotes}
  478. </div
  479. {/block:PostNotes}
  480.  
  481. </div></div>
  482. {/block:PermalinkPage}
  483. </footer>
  484. </entry>
  485. {/block:Posts}
  486. </div>
  487.  
  488.  
  489. {block:Pagination}
  490. <div class="pagination">
  491. <div class="pagi">
  492. {block:PreviousPage}
  493. <a href="{PreviousPage}"><</a>
  494. {/block:PreviousPage}
  495. {block:NextPage}
  496. <a href="{NextPage}"></a>
  497. {/block:NextPage}
  498. </div></div>
  499. {/block:Pagination}
  500.  
  501.  
  502. <!--NECESSARY FOR COLUMNS. DON'T TOUCH.-->
  503. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  504. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  505. {block:IfInfiniteScroll}
  506. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  507. <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
  508. {/block:IfInfiniteScroll}
  509.  
  510. <script>
  511. (function() {
  512. var $tumblelog = $('#content');
  513. {block:IfInfiniteScroll}
  514. $tumblelog.infinitescroll({
  515. navSelector : ".pagination",
  516. nextSelector : ".pagination a:first",
  517. itemSelector : "entry",
  518. bufferPx : 50,
  519. done : "",
  520. loading: {
  521. img : "",
  522. msgText: ""
  523. },
  524. },
  525. function( newElements ) {
  526. var $newElems = $( newElements ).css({ opacity: 0 });
  527. $newElems.imagesLoaded(function(){
  528. $newElems.animate({ opacity: 1 });
  529. $tumblelog.masonry( 'appended', $newElems);
  530. });
  531. }
  532. );
  533. {/block:IfInfiniteScroll}
  534. $tumblelog.imagesLoaded( function(){
  535. $tumblelog.masonry({
  536. columnWidth: function( containerWidth ) {
  537. return containerWidth / 100;
  538. }
  539. });
  540. });
  541. })();
  542. </script>
  543.  
  544.  
  545.  
  546. </body>
  547. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement