Advertisement
t-offee

Hydration Theme (NEW)

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