Advertisement
t-offee

Fresh Theme (NEW)

Jun 4th, 2013
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.95 KB | None | 0 0
  1. <!------------------------------------------------------------------------
  2.  
  3.  
  4. /// fresh theme by ally
  5.  
  6. © 2014 stahrfruits.tumblr.com
  7.  
  8.  
  9. -------------------------------------------------------------------------->
  10.  
  11. <html lang="en">
  12. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  13. <html xmlns="http://www.w3.org/1999/xhtml">
  14. <head>
  15.  
  16. <script type="text/javascript">
  17. WebFontConfig = {
  18. google: { families: [ 'Nixie+One::latin', 'Akronim::latin', 'Zeyada::latin', 'Raleway+Dots::latin' ] }
  19. };
  20. (function() {
  21. var wf = document.createElement('script');
  22. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  23. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  24. wf.type = 'text/javascript';
  25. wf.async = 'true';
  26. var s = document.getElementsByTagName('script')[0];
  27. s.parentNode.insertBefore(wf, s);
  28. })(); </script>
  29.  
  30. <link href='http://fonts.googleapis.com/css?family=Nixie+One|Akronim|Zeyada|Raleway+Dots' rel='stylesheet' type='text/css'>
  31.  
  32. <script type="text/javascript">
  33. <!--
  34.  
  35. // Disable Right Click Script
  36.  
  37. function IE(e)
  38. {
  39. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  40. {
  41. return false;
  42. }
  43. }
  44. function NS(e)
  45. {
  46. if (document.layers || (document.getElementById && !document.all))
  47. {
  48. if (e.which == "2" || e.which == "3")
  49. {
  50. return false;
  51. }
  52. }
  53. }
  54. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  55.  
  56. //-->
  57. </script>
  58.  
  59.  
  60. <script type="text/javascript"
  61. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  62.  
  63. <!--DEFAULT VARIABLES-->
  64. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  65. <meta name="color:background" content="#fff"/>
  66. <meta name="color:link" content="#000"/>
  67. <meta name="color:text" content="#000"/>
  68. <meta name="color:title" content="#333"/>
  69. <meta name="color:hover" content="#fff"/>
  70. <meta name="color:sidebarbg" content="#d198a6"/>
  71. <meta name="image:banner" content="1"/>
  72. <meta name="image:background" content="1"/>
  73. <meta name="text:sidebar title" content="title"/>
  74. <meta name="if:showtitle" content="1">
  75. <meta name="if:showsidebarbg" content="1"/>
  76. <meta name="if:Header half transparent" content="1" />
  77. <meta name="text:title font size" content="40px" />
  78. <meta name="text:link" content="/" />
  79. <meta name="text:linktitle" content="link" />
  80. <meta name="text:online users" content="code here" />
  81. <meta name="text:hit counter" content="code here"/>
  82.  
  83.  
  84. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  85.  
  86. <style type="text/css">
  87.  
  88. ::-webkit-scrollbar-thumb:vertical {background-color:{color:sidebarbg};height:100px;}
  89.  
  90. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:sidebarbg};height:10px !important;}
  91.  
  92. ::-webkit-scrollbar { height:5px;width:10px; background-color:#fff;}
  93.  
  94. #credits {font-size:12px; letter-spacing:1px; bottom:7px; text-transform: lowercase; right:10px; position:fixed; padding:5px; text-align:right; border-left:1px solid #cfcdcd; border-top:1px solid #cfcdcd; border-right:1px solid #cfcdcd; border-bottom:1px solid #cfcdcd}
  95.  
  96. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  97.  
  98. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  99.  
  100. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  101.  
  102. p {
  103. margin:0px;
  104. margin-top:0px;
  105. }
  106.  
  107.  
  108. body {
  109. padding: 0px;
  110. margin: 50px;
  111. color:{color:text};
  112. font-family: nixie one;
  113. line-height:12px;
  114. font-size:12px;
  115. background-color: {color:Background};
  116. background-image:url({image:Background});
  117. background-attachment: fixed;
  118. background-repeat: repeat;
  119. }
  120.  
  121. #links {
  122.  
  123. font-family: nixie one;
  124. line-height:13px;
  125. font-size:13px;
  126. text-align:right;
  127.  
  128.  
  129. }
  130.  
  131. a:link, a:active, a:visited{
  132. text-decoration: none;
  133. -webkit-transition: color 0.3s ease-out;
  134. -moz-transition: color 0.3s ease-out;
  135. transition: color 0.3s ease-out;
  136. color:{color:link};
  137. }
  138.  
  139. a:hover {
  140. text-decoration: none;
  141. font-style:;
  142. color: {color:Hover};
  143. }
  144.  
  145. div#center{
  146. margin:auto;
  147. position:relative;
  148. width:1000px;
  149. background-color:;
  150. overflow:auto;
  151. overflow-y:hidden;
  152. }
  153.  
  154.  
  155.  
  156. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  157. .entry {
  158. float:left;
  159. display: block;
  160. margin:10px;
  161. overflow:hidden;
  162. width:300px;
  163. {block:PermalinkPage}
  164. width:450px;
  165. text-align:left;
  166. line-height:10px;
  167. {/block:PermalinkPage}
  168. background:white;
  169. background-image:URL();
  170. }
  171.  
  172.  
  173. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  174. .entry .perma{
  175. width:220px;
  176. height:16px;
  177. margin-left:0px;
  178. position: absolute;
  179. line-height: 16px;
  180. overflow:hidden;
  181. text-align:center;
  182. top:0px;
  183. background:white;
  184. word-spacing:2px;
  185. letter-spacing:1px;
  186. opacity: 0.0;
  187. -webkit-transition: all .7s ease;
  188. -moz-transition: all .7s ease;
  189. -o-transition: all .7s ease;
  190. transition: all .7s ease;
  191.  
  192. }
  193.  
  194. .entry:hover .perma{
  195. overflow:visible;
  196. opacity:0.9;
  197. }
  198.  
  199.  
  200.  
  201.  
  202.  
  203. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  204. #posts {
  205. width:1000px;
  206. position:absolute;
  207. margin-top:1px;
  208. z-index:99;
  209. margin-left:0%;
  210. right:auto;
  211. background:transparent;
  212. margin-right:auto;
  213. position:relative;
  214. overflow-y: hidden;
  215. }
  216.  
  217.  
  218. /*CUSTOMIZE SIDEBAR HERE*/
  219. #sidebar{
  220. position:fixed !important;
  221. width:110px;
  222. height:1000;
  223. color: {color:sidebar text};
  224. margin-top:-50px;
  225. margin-left:-50px;
  226. text-align:center;
  227. z-index: 9999;
  228. padding: 20px;
  229. background:{color:sidebarbg};
  230.  
  231.  
  232. {Block:IfHeaderHalfTransparent}opacity:0.7;{/Block:IfHeaderHalfTransparent}
  233. }
  234.  
  235. }
  236.  
  237.  
  238. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  239.  
  240.  
  241. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  242. .title{
  243. line-height: 12px;
  244. color:{color:Title};
  245. font-weight: normal;
  246. }
  247.  
  248.  
  249. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  250. .permalink{
  251. text-transform: normal;
  252. display: block;
  253. text-align: right;
  254. text-decoration: none;
  255. }
  256.  
  257. /* CUSOMIZE BLOG TITLE */
  258.  
  259. #title {
  260.  
  261. font-family: akronim;
  262. font-size:{text:title font size};
  263. text-align: center;
  264. text-transform: uppercase;
  265.  
  266. }
  267.  
  268.  
  269. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  270. #infscr-loading{
  271. bottom: -70px;
  272. position: absolute;
  273. left: 50%;
  274. margin-left:-8px;
  275. width:16px;
  276. height:11px;
  277. overflow:hidden;
  278. margin-bottom: 50px;
  279. }
  280.  
  281. #postnotes{
  282. text-align: justify;}
  283.  
  284. #postnotes blockquote{
  285. border: 0px;}
  286.  
  287. blockquote{
  288. padding:0px 0px 2px 5px;
  289. margin:0px 0px 2px 10px;
  290. border-left: 1px dotted #555555;
  291. }
  292.  
  293. blockquote p, ul{
  294. margin:0px;
  295. padding:0px;
  296. }
  297.  
  298. a img{border: 0px;}
  299.  
  300.  
  301. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  302.  
  303. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  304. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  305.  
  306. .notes img{width:10px; position:relative; top:3px;}
  307. <--ses-->
  308. small{font-size: 90%;}
  309.  
  310. @import url(http://fonts.googleapis.com/css?family=Nixie+One|Akronim|Zeyada|Raleway+Dots);
  311.  
  312. {CustomCSS}
  313.  
  314. </style>
  315.  
  316. {block:IndexPage}
  317. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  318. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  319.  
  320. <script type="text/javascript">
  321. $(window).load(function(){
  322. var $wall = $('#posts');
  323. $wall.imagesLoaded(function(){
  324. $wall.masonry({
  325. itemSelector: '.entry, .entry_photo',
  326. isAnimated : false
  327. });
  328. });
  329.  
  330. $wall.infinitescroll({
  331. navSelector : '#pagination',
  332. nextSelector : '#pagination a',
  333. itemSelector : '.entry, .entry_photo',
  334. bufferPx : 2000,
  335. debug : false,
  336. errorCallback: function() {
  337. $('#infscr-loading').fadeOut('normal');
  338. }},
  339. function( newElements ) {
  340. var $newElems = $( newElements );
  341. $newElems.hide();
  342. $newElems.imagesLoaded(function(){
  343. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  344. });
  345. }); $('#posts').show(500);
  346. });
  347. </script>
  348.  
  349.  
  350. {/block:IndexPage}
  351.  
  352.  
  353. <title>{title}</title>
  354.  
  355. <link rel="shortcut icon" href="{Favicon}" />
  356. <meta name="viewport" content="width=820" />
  357. </head>
  358.  
  359. <body>
  360. <div id="credits">
  361. <!----please please please do not remove this--->
  362. <a href="http://aleuha.tumblr.com">ʌ</a></div>
  363. <!----please please please do not remove this--->
  364.  
  365. <BODY onselectstart="return false;" ondragstart="return false;">
  366. <div class="wrapper">
  367. <div class="header">
  368. </div>
  369.  
  370. <div id="cage">
  371. <div id="center">
  372.  
  373. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  374.  
  375. <div id="sidebar"><center>
  376.  
  377. <br><br>
  378.  
  379.  
  380. <div id="title"><p align="center">{text:sidebar title}</p></div><br>
  381.  
  382. <center>
  383.  
  384.  
  385. <br></br>
  386.  
  387. <p align="center">{description}</p>
  388. <br></br>
  389.  
  390.  
  391. <div id="links">
  392.  
  393. <!--EDIT YOUR LINKS AND THEIR HOVER TITLES HERE -->
  394.  
  395. <a href="/" title="go home">refresh</a><br>
  396. <a href="/ask" title="faq + ask">message</a><br>
  397. <a href="/archive" title="past">archive</a><br>
  398. <a href="{text:link}" title="{text:linktitle}">{text:linktitle}</a>
  399.  
  400.  
  401. </div>
  402.  
  403. <br>
  404.  
  405.  
  406. <p align="right"> {text:online users} // {text:hit counter} </p>
  407.  
  408. </center>
  409.  
  410. <br><br>
  411.  
  412. </center>
  413.  
  414. </div>
  415.  
  416. <!------------------------------------->
  417.  
  418.  
  419.  
  420. <div class="left">
  421. <div id="posts">
  422. {block:Posts}
  423. <div class="entry">
  424.  
  425. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  426.  
  427. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  428. {/block:Text}
  429.  
  430. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  431.  
  432. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  433.  
  434. {block:Photo}
  435. {block:IndexPage}
  436. <center>
  437. <div class="perma">
  438. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  439.  
  440. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  441. {/block:IndexPage}
  442. {block:PermalinkPage}
  443. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  444.  
  445. {LinkCloseTag}
  446. {/block:PermalinkPage}
  447. {/block:Photo}
  448.  
  449. {block:Photoset}
  450. {block:IndexPage}
  451. <center>
  452.  
  453. <div class="perma">
  454. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  455.  
  456. {Photoset-250}</center>
  457. {/block:IndexPage}
  458. {block:PermalinkPage}
  459. <center>
  460. {Photoset-500}</center>
  461. {/block:PermalinkPage}
  462. {/block:Photoset}
  463.  
  464. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  465.  
  466. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  467.  
  468. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  469. <ul class="chat">
  470. {block:Lines}
  471. <li class="user_{UserNumber}">
  472. {block:Label}
  473. <span class="label">{Label}</span>
  474. {/block:Label}
  475.  
  476. {Line}
  477. </li>
  478. {/block:Lines}
  479. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  480. {/block:Chat}
  481.  
  482. {block:Audio}
  483. <div style="width:200px; height:30px;">
  484. {AudioPlayerBlack}
  485. </div>
  486. {block:IndexPage}<span class="permalink">
  487. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  488. </span>{/block:IndexPage}
  489. {/block:Audio}
  490.  
  491. {block:Video}
  492. {block:IndexPage}
  493. <center>
  494. <div class="perma">
  495. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  496. {Video-250}</center>
  497. {/block:IndexPage}
  498. {block:PermalinkPage}
  499. <center>
  500. {Video-400}</center>
  501. {/block:PermalinkPage}
  502. {block:Video}
  503.  
  504.  
  505. {block:PostNotes}<div align="middle">{caption}</div>
  506. <center>
  507.  
  508. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  509.  
  510. {block:HasTags}
  511. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  512. {block:RebloggedFrom}
  513. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  514. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  515.  
  516. {/block:RebloggedFrom}
  517. </center></span>
  518. <br>
  519. <div id="postnotes">{PostNotes}</div><br>
  520.  
  521. <center>{block:ContentSource}
  522. <br><a href="{SourceURL}">
  523. {lang:Source}:
  524. {block:SourceLogo}
  525. <img src="{BlackLogoURL}" width="{LogoWidth}"
  526. height="{LogoHeight}" alt="{SourceTitle}" />
  527. {/block:SourceLogo}
  528. {block:NoSourceLogo}
  529. {SourceLink}
  530. {/block:NoSourceLogo}
  531. </a>
  532. {/block:ContentSource}</center>
  533.  
  534. {/block:PostNotes}
  535. </div>
  536. {/block:Posts}
  537. </div></div>
  538.  
  539. {block:IndexPage}
  540. {block:Pagination}
  541. <div id="pagination">
  542. {block:NextPage}
  543. <a id="nextPage" href="{NextPage}"></a>
  544. {/block:NextPage}
  545. {block:PreviousPage}
  546. <a href="{PreviousPage}"></a>
  547. {/block:PreviousPage}
  548. </div>
  549. {/block:Pagination}
  550. {/block:IndexPage}
  551. </body>
  552. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement