Advertisement
Lordrauhl

BREEZE THEME

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