Advertisement
Lordrauhl

PERMANENT THEME

Jan 23rd, 2015
640
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.00 KB | None | 0 0
  1. <!--
  2.  
  3. THEME MADE BY
  4.  
  5.  
  6. ###### ### ######## ###
  7. ## ## ## ## ## ## ## ##
  8. ## ## ## ## ## ## ##
  9. ###### ## ## ######## ## ##
  10. ## ######### ## ## #########
  11. ## ## ## ## ## ## ## ##
  12. ###### ## ## ######## ## ##
  13.  
  14.  
  15. BY INSTALLING OR USING THIS THEME YOU AGREE TO FOLLOW THE TERMS AND CONDITIONS OF HAZYTHEMES.
  16.  
  17. A FULL LIST CAN BE FOUND AT HTTP://WWW.HAZYTHEMES.TUMBLR.COM/TERMS
  18.  
  19. THANK YOU FOR CHOOSING HAZYTHEMES
  20. PLEASE NOTIFY ME IF THERE ARE ANY PROBLEMS WITH THIS THEME
  21. -->
  22.  
  23. <head>
  24.  
  25. <meta name="color:Link" content="#9dadbd"/>
  26. <meta name="color:Text" content="#9b9b9b"/>
  27. <meta name="color:Hover" content="#aaaaaa"/>
  28. <meta name="color:Border" content="#efefef"/>
  29. <meta name="color:Background" content="#ffffff"/>
  30.  
  31. <meta name="text:Link 1 Url" content="/"/>
  32. <meta name="text:Link 2 URL" content="/"/>
  33. <meta name="text:Link 3 URL" content="/"/>
  34. <meta name="text:Link 4 URL" content="/"/>
  35.  
  36. <meta name="text:Link 1 Name" content="Link"/>
  37. <meta name="text:Link 2 Name" content="Link"/>
  38. <meta name="text:Link 3 Name" content="Link"/>
  39. <meta name="text:Link 4 Name" content="Link"/>
  40.  
  41. <meta name="text:Link 1 Hover" content="Hover"/>
  42. <meta name="text:Link 2 Hover" content="Hover"/>
  43. <meta name="text:Link 3 Hover" content="Hover"/>
  44. <meta name="text:Link 4 Hover" content="Hover"/>
  45.  
  46.  
  47. <meta name="text:Blogtitle" content="permanent"/>
  48. <meta name="image:Background" content=""/>
  49.  
  50. <style type="text/css">
  51.  
  52. iframe#tumblr_controls {
  53. white-space:nowrap;
  54. -webkit-filter: invert(100%);
  55. -moz-filter: invert(100%);
  56. -o-filter: invert(100%);
  57. -ms-filter: invert(100%);
  58. filter: invert(100%);
  59. opacity:1;}
  60.  
  61. ::-webkit-scrollbar-thumb:vertical {
  62. background-color:{color:Link};;
  63. height:auto;}
  64.  
  65.  
  66. ::-webkit-scrollbar {
  67. height:7px;
  68. width:0px;
  69. background-color:{color:Link};}
  70.  
  71. body {
  72. padding: 0px;
  73. margin: 0px;
  74. color:{color:text};
  75. font-family:trebuchet ms;
  76. font-size:8px;
  77. line-height:11px;
  78. background-attachment: fixed;
  79. background-repeat: repeat;
  80. text-transform:uppercase;
  81. background-color: {color:Background};
  82. }
  83.  
  84.  
  85. a:link, a:active, a:visited{
  86. text-decoration: none;
  87. color:{color:Link};
  88. -webkit-transition: color 0.3s ease-out;
  89. -moz-transition: color 0.3s ease-out;
  90. transition: color 0.3s ease-out;}
  91.  
  92. a:hover {
  93. color: {color:Hover};
  94. -webkit-transition: color 0.3s ease-out;
  95. -moz-transition: color 0.3s ease-out;
  96. transition: color 0.3s ease-out;
  97. }
  98.  
  99.  
  100. .entry .suck{
  101. width: calc(100% - 90px);
  102. height: calc(100% - 90px);
  103. text-align:center;
  104. position:absolute;
  105. z-index: 100;
  106. top:40px;
  107. margin-left:30px;
  108. padding:5px;
  109. opacity:0;
  110. display:block;
  111. background:rgba(0,0,0,.17);
  112. -webkit-transition: linear;
  113. -webkit-transition: all .5s ease-in-out;
  114. -moz-transition: all .5s ease-in-out;
  115. -o-transition: all .5s ease-in-out;}
  116.  
  117. .entry:hover .suck{opacity:1;}
  118.  
  119. .entry .sucks{
  120. width:100px;
  121. height:auto;
  122. text-align:center;
  123. position:absolute;
  124. z-index: 100;
  125. top:50%;
  126. margin-top:-25px;
  127. margin-left:30px;
  128. padding:5px;
  129. opacity:0;
  130. display:block;
  131. color:white;
  132. -webkit-transition: linear;
  133. -webkit-transition: all .5s ease-in-out;
  134. -moz-transition: all .5s ease-in-out;
  135. -o-transition: all .5s ease-in-out;}
  136.  
  137. .entry .sucks a{color:white;}
  138. .entry:hover .sucks{opacity:1;}
  139.  
  140.  
  141. .permalink {
  142. text-align:right;
  143. color:{color:Link};
  144. margin-top:5px;
  145. padding:5px;
  146. }
  147.  
  148. .permalink a{
  149. color:{color:Link};
  150. }
  151.  
  152. .hide{
  153. float:left;
  154. }
  155.  
  156. .left{
  157. position:fixed;
  158. height:100%;
  159. width:40px;
  160. top:0%;
  161. margin-left:0px;
  162. left:0%;
  163. z-index:99;
  164. overflow:hidden;
  165. background:{color:Link};
  166. margin-top:0px;
  167. }
  168.  
  169.  
  170.  
  171. #header{
  172. position:fixed;
  173. height:auto;
  174. padding:5px;
  175. width:100%;
  176. top:0%;
  177. margin-left:0px;
  178. left:0%;
  179. z-index:99;
  180. overflow:hidden;
  181. margin-right:auto;
  182. background:white;
  183. margin-top:0px;
  184. background:black;
  185. }
  186.  
  187.  
  188.  
  189. #sidebar{
  190. position:fixed;
  191. height:auto;
  192. padding:5px;
  193. width:135px;
  194. top:0%;
  195. margin-left:-518px;
  196. left:50%;
  197. z-index:99;
  198. overflow:hidden;
  199. margin-right:auto;
  200. background:black;
  201. margin-top:101px;
  202. text-align:right;
  203. outline:1px solid white;
  204. outline-offset:-3px;
  205. }
  206.  
  207.  
  208. #blogtitle{
  209. text-transform:uppercase;
  210. display:inline-block;
  211. text-align:center;
  212. border:1px solid white;
  213. height:auto;
  214. color:white;
  215. float:left;
  216. overflow:hidden;
  217. margin-top:5px;
  218. line-height:13px;
  219. padding:5px;
  220. -webkit-transition: all .8s ease-in-out;
  221. -moz-transition: all .8s ease-in-out;
  222. -o-transition: all .8s ease-in-out;}
  223.  
  224.  
  225. #bio{
  226. padding:5px;
  227. text-align:center;
  228. float:center;
  229. line-height:18px;
  230. height:auto;
  231. color:white;
  232. }
  233.  
  234. #demi {
  235. height:auto;
  236. opacity:1;
  237. text-align:center;
  238. opacity:1;
  239. left:0%;
  240. padding:3px;
  241. }
  242.  
  243. #demi a{
  244. text-decoration:underline;
  245. padding:3px 4px 3px 4px;
  246. line-height:10px;
  247. display:inline-block;
  248. height:10px;
  249. overflow:hidden;
  250. border:1px solid white;
  251. color:white;
  252. margin:4px;
  253. -webkit-transition: all .5s ease-in-out;
  254. -moz-transition: all .5s ease-in-out;
  255. -o-transition: all .5s ease-in-out;}
  256.  
  257. .lon{
  258. margin-top:10px;
  259. -webkit-transition: all .5s ease-in-out;
  260. -moz-transition: all .5s ease-in-out;
  261. -o-transition: all .5s ease-in-out;}
  262.  
  263. #demi a:hover .lon{margin-top:-10px;}
  264.  
  265. ha{
  266. opacity:1;
  267. margin-top:0px;
  268. -webkit-transition: all .5s ease-in-out;
  269. -moz-transition: all .5s ease-in-out;
  270. -o-transition: all .5s ease-in-out;}
  271.  
  272. #demi a:hover ha{opacity:0; margin-top:-10px;}
  273.  
  274. .entry {
  275. display: block;
  276. margin:30px;
  277. overflow:hidden;
  278. width:170px;
  279. opacity:1;
  280. float:left;
  281. padding:10px;
  282. -webkit-filter: grayscale(70%);
  283. {block:PermalinkPage}
  284. width:500px;
  285. margin:45px;
  286. text-align:left;
  287. line-height:10px;
  288. {/block:PermalinkPage}
  289. background:white;
  290. background-image:URL();
  291. }
  292.  
  293. .entry img{max-width:100%;margin-bottom:-3px;}
  294.  
  295. #jaz{
  296. opacity:1;
  297. background:{color:Background};
  298. overflow:hidden; }
  299.  
  300. #jaz img{
  301. overflow:hidden;
  302. outline:30px solid transparent;
  303. outline-offset:-1px;
  304. -webkit-transition: all 0.4s ease-out;
  305. -moz-transition: all 0.4s ease-out;
  306. transition: all 0.4s ease-out;
  307. }
  308.  
  309. .entry:hover #jaz img{
  310. outline-offset:-30px;
  311. outline:30px solid rgba(0,0,0,.07);
  312. }
  313.  
  314.  
  315.  
  316. #posts {
  317. position:relative;
  318. z-index:9;
  319. margin-left:-333px;
  320. right:auto;
  321. width:850px;
  322. left:50%;
  323. margin-top:20px;
  324. overflow-y: visible;
  325. background:;
  326. margin-right:auto;
  327. {block:PermalinkPage}
  328. width:700px;
  329. margin-left:-273px;
  330. {/block:PermalinkPage}
  331. }
  332.  
  333.  
  334. .title{
  335. color:{color:Text};
  336. }
  337.  
  338.  
  339. #s-m-t-tooltip {
  340. max-width:600px;
  341. background:black;
  342. padding:5px;
  343. border:double white;
  344. margin:20px;
  345. color:white;
  346. z-index:99999999999999999999999;
  347. }
  348.  
  349.  
  350. #infscr-loading{
  351. bottom: -70px;
  352. position: absolute;
  353. left: 50%;
  354. margin-left:-8px;
  355. width:16px;
  356. height:11px;
  357. overflow:hidden;
  358. margin-bottom: 50px;
  359. }
  360.  
  361. #caption{
  362. display:none;}
  363.  
  364. #postnotes{
  365. text-align: left;}
  366.  
  367. #postnotes blockquote{
  368. border: 0px;}
  369.  
  370. blockquote{
  371. padding:0px 0px 2px 5px;
  372. margin:0px 0px 2px 10px;
  373. border-left: 1px solid {color:Border};
  374. }
  375.  
  376. blockquote p, ul{
  377. margin:0px;
  378. padding:0px;
  379. }
  380.  
  381. a img{border: 0px;}
  382.  
  383.  
  384. ul, ol, li{list-style:none; margin:0px; margin-left:2px;padding:5px;{block:permalinkpage}padding-bottom:5px;border-bottom:1px solid {color:Border};{/block:PermalinkPage}
  385. }
  386.  
  387. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  388. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Text};}
  389.  
  390. .notes img{width:15px; position:relative; top:0px;border-radius:100%;margin-right:5px;}
  391. <--ses-->
  392. small{font-size: 90%;}
  393.  
  394.  
  395. {CustomCSS}
  396.  
  397.  
  398.  
  399. </style>
  400.  
  401. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  402. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  403. <script>
  404. (function($){
  405. $(document).ready(function(){
  406. $("a[title]").style_my_tooltips({
  407. tip_follows_cursor:true,
  408. tip_delay_time:90,
  409. tip_fade_speed:600,
  410. attribute:"title"
  411. });
  412. });
  413. })(jQuery);
  414. </script>
  415.  
  416. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script><script type="text/javascript" src="http://static.tumblr.com/kdaljby/PQJnhkccw/scroll.js"></script><script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  417. {block:IndexPage}
  418. <script type="text/javascript">
  419. $(window).load(function(){
  420. var $wall = $('#posts');
  421. $wall.imagesLoaded(function(){
  422. $wall.masonry({
  423. itemSelector: '.entry, .entry_photo',
  424. isAnimated : false
  425. });
  426. });
  427.  
  428. $wall.infinitescroll({
  429. navSelector : '#pagination',
  430. nextSelector : '#pagination a',
  431. itemSelector : '.entry, .entry_photo',
  432. bufferPx : 2000,
  433. debug : false,
  434. errorCallback: function() {
  435. $('#infscr-loading').fadeOut('normal');
  436. }},
  437. function( newElements ) {
  438. var $newElems = $( newElements );
  439. $newElems.hide();
  440. $newElems.imagesLoaded(function(){
  441. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  442. });
  443. }); $('#posts').show(500);
  444. });
  445. </script>
  446. {/block:IndexPage}
  447.  
  448.  
  449. <title>{Title}</title>
  450.  
  451. <link rel="shortcut icon" href="{Favicon}" />
  452. <meta name="viewport" content="width=820" />
  453. </head>
  454.  
  455. <body>
  456.  
  457.  
  458. <div id="header">
  459. <div id="blogtitle">{text:Blogtitle}</div>
  460. <div id="demi">
  461. <a href="{text:Link 1 Url}"><ha>{text:Link 1 Name}</ha><div class="lon">{text:Link 1 Hover}</div></a>
  462. <a href="{text:Link 2 Url}"><ha>{text:Link 2 Name}</ha><div class="lon">{text:Link 2 Hover}</div></a>
  463. <a href="{text:Link 3 Url}"><ha>{text:Link 3 Name}</ha><div class="lon">{text:Link 3 Hover}</div></a>
  464. <a href="{text:Link 4 Url}"><ha>{text:Link 4 Name}</ha><div class="lon">{text:Link 4 Hover}</div></a>
  465. <a href="http://hazythemes.tumblr.com/"><ha>theme</ha><div class="lon">hazy</div></a>
  466. </div>
  467. </div>
  468.  
  469. <div id="sidebar">
  470. <div id="bio">{Description}</div>
  471. </div>
  472.  
  473.  
  474. <div id="posts">
  475. {block:Posts}
  476. <div class="entry">
  477.  
  478. {block:Photo}
  479. {block:IndexPage}
  480. <div class="suck"></div>
  481. <div class="sucks">--- <a href="{Permalink}">{NoteCountwithlabel}</a> ---
  482. <br><a href="{RebloGURL}">reblog post</a></div>
  483. <div id="jaz"><div class="photo"><a href="{Permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div></div>
  484. {/block:IndexPage}
  485. {block:PermalinkPage}
  486. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  487. {LinkCloseTag}
  488. {/block:PermalinkPage}
  489. {/block:Photo}
  490.  
  491. {block:Answer}
  492. {Asker}:{Question}
  493. {Answer}
  494. {block:IndexPage}
  495. <div class="permalink"><a href="{Permalink}">{TimeAgo}</a>
  496. <div class="hide"><a href="{reblogurl}">Share Post</a></div>
  497. </div>
  498. {/block:IndexPage}
  499. {/block:Answer}
  500.  
  501. {block:Text}
  502. {block:Title}
  503. <span class="title">{Title}</span>
  504. {/block:Title}
  505. <span class="body">{Body}</span>
  506. {block:IndexPage}
  507. <div class="permalink"><a href="{Permalink}">{TimeAgo}</a>
  508. <div class="hide"><a href="{reblogurl}">Share Post</a></div>
  509. </div>
  510. {/block:IndexPage}
  511. {/block:Text}
  512.  
  513. {block:Link}
  514. <a href="{URL}" class="title">{Name}</a>{block:Description}
  515. <div class="body">{Description}</div>{/block:Description}
  516. {block:IndexPage}
  517. <div class="permalink"><a href="{Permalink}">{TimeAgo}</a>
  518. <div class="hide"><a href="{reblogurl}">Share Post</a></div>
  519. </div>
  520. {/block:IndexPage}
  521. {block:Link}
  522.  
  523. {block:Photoset}
  524. {block:IndexPage}
  525. {Photoset}
  526. <div class="permalink"><a href="{Permalink}">{TimeAgo}</a>
  527. <div class="hide"><a href="{reblogurl}">Share Post</a></div>
  528. </div>
  529. {/block:IndexPage}
  530. {block:PermalinkPage}
  531. <center>
  532. {Photoset-500}</center>
  533. {/block:PermalinkPage}
  534. {/block:Photoset}
  535.  
  536. {block:Quote}
  537. <span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}{block:IndexPage}
  538. <div class="permalink"><a href="{Permalink}">{TimeAgo}</a>
  539. <div class="hide"><a href="{reblogurl}">Share Post</a></div>
  540. </div>
  541. {/block:IndexPage}
  542. {/block:Quote}
  543.  
  544. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  545. <ul class="chat">
  546. {block:Lines}
  547. <li class="user_{UserNumber}">
  548. {block:Label}
  549. <span class="label">{Label}</span>
  550. {/block:Label}
  551.  
  552. {Line}
  553. </li>
  554. {/block:Lines}
  555. {block:IndexPage}
  556. <div class="permalink"><a href="{Permalink}">{TimeAgo}</a>
  557. <div class="hide"><a href="{reblogurl}">Share Post</a></div>
  558. </div>
  559. {/block:IndexPage}
  560. {/block:Chat}
  561.  
  562. {block:Audio}
  563. <div style="width:200px; height:30px;">
  564. {AudioPlayerWhite}
  565. </div>
  566. {block:IndexPage}
  567. <div class="permalink"><a href="{Permalink}">{TimeAgo}</a>
  568. <div class="hide"><a href="{reblogurl}">Share Post</a></div>
  569. </div>
  570. {/block:IndexPage}
  571. {/block:Audio}
  572.  
  573. {block:Video}
  574. {block:IndexPage}
  575. <center>
  576. {Video-250}
  577. </center>
  578. {block:IndexPage}
  579. <div class="permalink"><a href="{Permalink}">{TimeAgo}</a>
  580. <div class="hide"><a href="{reblogurl}">Share Post</a></div>
  581. </div>
  582. {/block:IndexPage}
  583. {/block:IndexPage}
  584. {block:PermalinkPage}
  585. <center>
  586. {Video-400}</center>
  587. {/block:PermalinkPage}
  588. {block:Video}
  589.  
  590.  
  591. {block:PostNotes}<br><div id="caption">{caption}</div>
  592. <center>
  593.  
  594. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  595.  
  596. {block:HasTags}
  597. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}{/block:HasTags}
  598. {block:RebloggedFrom}
  599. <br> Via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  600. <br> Source: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  601.  
  602. {/block:RebloggedFrom}
  603. </center></span>
  604. <br>
  605. <div id="postnotes">{PostNotes}</div><br>
  606.  
  607. <center>{block:ContentSource}
  608. <br><a href="{SourceURL}">
  609. {lang:Source}:
  610. {block:SourceLogo}
  611. <img src="{BlackLogoURL}" width="{LogoWidth}"
  612. height="{LogoHeight}" alt="{SourceTitle}" />
  613. {/block:SourceLogo}
  614. {block:NoSourceLogo}
  615. {SourceLink}
  616. {/block:NoSourceLogo}
  617. </a>
  618. {/block:ContentSource}</center>
  619.  
  620. {/block:PostNotes}
  621. </div>
  622. {/block:Posts}
  623. </div></div>
  624.  
  625. {block:IndexPage}
  626. {block:Pagination}
  627. <div id="pagination">
  628. {block:NextPage}
  629. <a id="nextPage" href="{NextPage}"></a>
  630. {/block:NextPage}
  631. {block:PreviousPage}
  632. <a href="{PreviousPage}"></a>
  633. {/block:PreviousPage}
  634. </div>
  635. {/block:Pagination}
  636. {/block:IndexPage}
  637.  
  638. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement