Advertisement
0fficialvanessa

"Climbing High" Theme Eighteen.

Aug 4th, 2013
2,519
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.47 KB | None | 0 0
  1. <!-- Theme Eighteen // Climbing High - Heavenlyhugs
  2. Please do not remove the credit, thanks!
  3.  
  4. ▀▀█▀▀ █░░█ █▀▀ █▀▄▀█ █▀▀   █▀▀▄ █░░█
  5. ░▒█░░ █▀▀█ █▀▀ █░▀░█ █▀▀   █▀▀▄ █▄▄█
  6. ░▒█░░ ▀░░▀ ▀▀▀ ▀░░░▀ ▀▀▀   ▀▀▀░ ▄▄▄█
  7.  
  8. █─░█ █▀▀ █▀▀█ ▀█─█▀ █▀▀ █▀▀▄ █── █──█ █──█ █──█ █▀▀▀ █▀▀
  9. ░█▀▀█ █▀▀ █▄▄█ ─█▄█─ █▀▀ █──█ █── █▄▄█ █▀▀█ █──█ █─▀█ ▀▀█
  10. ░█─░█ ▀▀▀ ▀──▀ ──▀── ▀▀▀ ▀──▀ ▀▀▀ ▄▄▄█ ▀──▀ ─▀▀▀ ▀▀▀▀ ▀▀▀
  11.  
  12. -->
  13.  
  14. <html lang="en">
  15. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  16. <html xmlns="http://www.w3.org/1999/xhtml">
  17. <head>
  18.  
  19. <script type="text/javascript">
  20. <!--
  21.  
  22. // Disable Right Click Script
  23.  
  24. function IE(e)
  25. {
  26. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  27. {
  28. return false;
  29. }
  30. }
  31. function NS(e)
  32. {
  33. if (document.layers || (document.getElementById && !document.all))
  34. {
  35. if (e.which == "2" || e.which == "3")
  36. {
  37. return false;
  38. }
  39. }
  40. }
  41. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  42.  
  43. //-->
  44. </script>
  45.  
  46.  
  47. <script type="text/javascript"
  48. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  49.  
  50. <!--DEFAULT VARIABLES-->
  51. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  52.  
  53. <meta name="color:background" content="#fcfcfc"/>
  54. <meta name="color:link" content="#777"/>
  55. <meta name="color:text" content="#777"/>
  56. <meta name="color:title" content="#333"/>
  57. <meta name="color:hover" content="#373638"/>
  58. <meta name="color:text shadow" content="#aaa"/>
  59. <meta name="color:scrollbar" content="#777"/>
  60.  
  61. <meta name="image:sidebar" content="1"/>
  62. <meta name="image:background" content="1"/>
  63.  
  64. <meta name="text:link one" content=""/>
  65. <meta name="text:link two" content=""/>
  66. <meta name="text:link three" content=""/>
  67. <meta name="text:link four" content=""/>
  68. <meta name="text:link five" content=""/>
  69. <meta name="text:link one title" content="Home"/>
  70. <meta name="text:link two title" content="Inbox"/>
  71. <meta name="text:link three title" content="Friends"/>
  72. <meta name="text:link four title" content="Main"/>
  73. <meta name="text:link five title" content="Archive"/>
  74.  
  75. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  76.  
  77. <style type="text/css">
  78.  
  79. div#qTip {
  80. display: none;
  81. text-align:left;
  82. position:absolute;
  83. letter-spacing:1px;
  84. text-transform:uppercase;
  85. font-weight:bold;
  86. z-index:99;
  87. font-size:8px;
  88. padding:2px;
  89. line-height:13px;
  90. background:white;
  91. border-left:3px solid {color:link};
  92. border-right:3px solid {color:link};
  93. color:{color:text};
  94. }
  95.  
  96. #tumblr_controls{
  97. position:fixed !important;
  98. -webkit-filter: invert(100%)
  99. }
  100.  
  101. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  102.  
  103. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  104.  
  105. p {
  106. margin:0px;
  107. margin-top:0px;
  108. }
  109.  
  110.  
  111. body {
  112. margin: 5px;
  113. font-family: calibri;
  114. line-height:10px;
  115. font-size:10px;
  116. background-attachment: fixed;
  117. background-repeat: repeat;
  118. color:{color:text};
  119. background-color: {color:Background};
  120. background-image:url({image:Background});
  121. }
  122.  
  123.  
  124. a:link, a:active, a:visited{
  125. text-decoration: none;
  126. -webkit-transition: all 0.6s ease-out;
  127. -moz-transition: all 0.6s ease-out;
  128. -o-transition: all 0.6s ease-out;
  129. transition: all 0.6s ease-out;
  130. color:{color:link};
  131. }
  132.  
  133. a:hover {
  134. text-decoration: none;
  135. -webkit-transition: all 0.3s ease-out;
  136. -moz-transition: all 0.3s ease-out;
  137. -o-transition: all 0.3s ease-out;
  138. transition: all 0.3s ease-out;
  139. cursor: url(http://i.imgur.com/2qleX.jpg), auto;
  140. color: {color:Hover};
  141. text-shadow:0px 0px 2px {color:text shadow};
  142. }
  143.  
  144. div#center{
  145. margin:auto;
  146. position:relative;
  147. width:1000px;
  148. background-color:;
  149. overflow:auto;
  150. overflow-y:hidden;
  151. }
  152.  
  153. .entry {
  154. float:left;
  155. display: block;
  156. margin:5px;
  157. overflow:hidden;
  158. width:260px;
  159. padding:6px;
  160. background:white;
  161. border:1px solid #eee;
  162. {block:PermalinkPage}
  163. width:450px;
  164. text-align:left;
  165. line-height:10px;
  166. {/block:PermalinkPage}
  167. }
  168.  
  169. .entry .perma{
  170. width:260px;
  171. height:auto;
  172. margin-left:0px;
  173. position: absolute;
  174. line-height: 14px;
  175. overflow:hidden;
  176. text-align:center;
  177. top:3px;
  178. padding:3px;
  179. background:white;
  180. word-spacing:2px;
  181. letter-spacing:1px;
  182. opacity: 0.0;
  183. font-size:8px;
  184. text-transform:uppercase;
  185. -webkit-transition: all .7s ease;
  186. -moz-transition: all .7s ease;
  187. -o-transition: all .7s ease;
  188. transition: all .7s ease;
  189. }
  190.  
  191. .entry:hover .perma{
  192. overflow:visible;
  193. opacity:0.95;
  194. }
  195.  
  196. #posts {
  197. width:600px;
  198. margin-top:1px;
  199. z-index:99;
  200. margin-left:149px;
  201. right:auto;
  202. background:transparent;
  203. margin-right:auto;
  204. position:relative;
  205. overflow-y: hidden;
  206. }
  207.  
  208. #creditss {
  209. position:fixed !important;
  210. font-size: 8px;
  211. text-transform:uppercase;
  212. bottom:-8px;
  213. right:5px;
  214. padding: 4px;
  215. height:20px;
  216. width:auto;
  217. text-align:center;
  218. background: white;
  219. border: 1px solid #eee;
  220. border-top-left-radius:10px;
  221. border-top-right-radius:10px;
  222. }
  223.  
  224. #sidebar{
  225. position:fixed !important;
  226. width:auto;
  227. background:white;
  228. height:auto;
  229. margin-top:150px;
  230. margin-left:-100px;
  231. text-align:center;
  232. padding:4px;
  233. }
  234.  
  235. #sidebar img{
  236. width: 200px;
  237. height: 200px;
  238. }
  239.  
  240. .links{
  241. background:white;
  242. padding:3px;
  243. text-align:center;
  244. margin-bottom:2px;
  245. width:200px;
  246. height:auto;
  247. font-size:8px;
  248. text-transform:uppercase;
  249. }
  250.  
  251. .description{
  252. background:white;
  253. padding:2px;
  254. text-align:center;
  255. margin-top:2px;
  256. width:200px;
  257. height:auto;
  258. text-transform:lowercase;
  259. }
  260.  
  261. @font-face { font-family: "Camilla"; src: url('http://static.tumblr.com/dcylwch/HvDmhxbob/cuttyfruty.ttf'); }
  262. @font-face { font-family: "Lips"; src: url('http://static.tumblr.com/ygfurav/eGLmkhogi/comesinhandy.ttf'); }
  263. @font-face { font-family: "Kisses"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  264. @font-face { font-family: "Suckerpunch"; src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf'); }
  265. @font-face { font-family: "Dreamer"; src: url('http://static.tumblr.com/vpzhdvv/6d7m90v7t/111.woff');}
  266.  
  267. askk {
  268. font-family:"Camilla";
  269. font-size: 15px;
  270. z-index:1;
  271. color: {color:Title};
  272. }
  273.  
  274. .title{
  275. line-height: 16px;
  276. font-family:"Dreamer";
  277. font-size: 16px;
  278. color:{color:Title};
  279. }
  280.  
  281. .permalink{
  282. text-transform: uppercase;
  283. font-size:8px;
  284. display: block;
  285. text-align: left;
  286. text-decoration: none;
  287. margin-top:8px;
  288. margin-bottom:2px;
  289. padding:3px;
  290. border-left:1px solid #eee;
  291. border-bottom:1px solid #eee;
  292. }
  293.  
  294. #audio {
  295. width:200px;
  296. height:auto;
  297. min-height:60px;
  298. padding-bottom:0px;
  299. }
  300. .cover {
  301. position:absolute;
  302. z-index:1;
  303. width:60px;
  304. height:60px;
  305. }
  306. .cover img {
  307. float:left;
  308. width:60px;
  309. height:60px;
  310. }
  311. .playbox {
  312. opacity:0.6;
  313. width:27px;
  314. height:30px;
  315. overflow:hidden;
  316. position:absolute;
  317. z-index:1000;
  318. margin-left:17px;
  319. margin-top:17px;
  320. text-align:center;
  321. }
  322. .info {
  323. margin-left:73px;
  324. margin-top:4px;
  325. line-height:14px;
  326. }
  327.  
  328. #infscr-loading{
  329. bottom: -70px;
  330. position: absolute;
  331. left: 50%;
  332. margin-left:-8px;
  333. width:16px;
  334. height:11px;
  335. overflow:hidden;
  336. margin-bottom: 50px;
  337. }
  338.  
  339. ::-webkit-scrollbar {
  340. width: 4px;
  341. height: 4px;
  342. border-left:0px solid #ccc;
  343. background-color:{color:background};
  344. }
  345.  
  346. ::-webkit-scrollbar-thumb {
  347. background: {color:scrollbar};
  348. }
  349.  
  350. ::-webkit-scrollbar {
  351. width: 5px;
  352. height: 5px;
  353. background: #dddddd;
  354. }
  355.  
  356. ::-webkit-scrollbar-thumb {
  357. background-color:{color:scrollbar};
  358. }
  359.  
  360. #postnotes{
  361. text-align: justify;}
  362.  
  363. #postnotes blockquote{
  364. border: 0px;}
  365.  
  366. blockquote{
  367. padding:0px 0px 2px 5px;
  368. margin:0px 0px 2px 10px;
  369. border-left: 1px dotted #555555;
  370. }
  371.  
  372. blockquote p, ul{
  373. margin:0px;
  374. padding:0px;
  375. }
  376.  
  377. a img{border: 0px;}
  378.  
  379.  
  380. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  381.  
  382. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  383. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  384.  
  385. .notes img{width:10px; position:relative; top:3px;}
  386. <--ses-->
  387. small{font-size: 90%;}
  388.  
  389. {CustomCSS}
  390.  
  391. </style>
  392.  
  393. {block:IndexPage}
  394. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  395. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  396.  
  397. <script type="text/javascript">
  398. $(window).load(function(){
  399. var $wall = $('#posts');
  400. $wall.imagesLoaded(function(){
  401. $wall.masonry({
  402. itemSelector: '.entry, .entry_photo',
  403. isAnimated : false
  404. });
  405. });
  406.  
  407. $wall.infinitescroll({
  408. navSelector : '#pagination',
  409. nextSelector : '#pagination a',
  410. itemSelector : '.entry, .entry_photo',
  411. bufferPx : 2000,
  412. debug : false,
  413. errorCallback: function() {
  414. $('#infscr-loading').fadeOut('normal');
  415. }},
  416. function( newElements ) {
  417. var $newElems = $( newElements );
  418. $newElems.hide();
  419. $newElems.imagesLoaded(function(){
  420. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  421. });
  422. }); $('#posts').show(500);
  423. });
  424. </script>
  425.  
  426.  
  427. {/block:IndexPage}
  428.  
  429.  
  430. <title>{title}</title>
  431.  
  432. <link rel="shortcut icon" href="{Favicon}" />
  433. <meta name="viewport" content="width=820" />
  434. </head>
  435.  
  436. <body>
  437. <BODY onselectstart="return false;" ondragstart="return false;">
  438. <div class="wrapper">
  439. <div class="header">
  440. </div>
  441.  
  442. <div id="cage">
  443. <div id="center">
  444.  
  445. <!---->
  446. <div id="creditss">
  447. Theme by <u><b><a href="http://heavenlyhugs.tumblr.com/">Heavenlyhugs</a></b></u>
  448. <br>
  449. <font color="#eee">------------------------------------------</font>
  450. </div>
  451.  
  452. <div id="sidebar">
  453. <div class="links">
  454. <a href="{text:link one}">{text:link one title}</a> &middot
  455. <a href="{text:link two}">{text:link two title}</a> &middot
  456. <a href="{text:link three}">{text:link three title}</a> &middot
  457. <a href="{text:link four}">{text:link four title}</a> &middot
  458. <a href="{text:link five}">{text:link five title}</a></div>
  459. <a href="/"><img src="{image:sidebar}" width=100%></a>
  460. <div class="description">{Description}</div>
  461. </div>
  462. <!------------------------------------->
  463.  
  464.  
  465. <div class="left">
  466. <div id="posts">
  467. {block:Posts}
  468. <div class="entry">
  469.  
  470. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span>
  471. <span class="permalink">
  472. there's {notecount} likes on a {DayOfWeek}! &middot
  473. <a href="{ReblogURL}" target="_blank">Share it, babe</a>
  474. <br>{/block:HasTags}</span>
  475. {/block:Text}
  476.  
  477. {block:Answer}
  478. <div style="margin-top:2px;;margin-bottom:0px;min-height:30px; padding: 4px; background-color:#f7f7f7;border:1px solid #eee;border-radius:5px;">
  479. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3.5px;"/><askk>{asker}</askk>: {Question}</div>
  480. <div style="margin-top:2px; line-height:11px;margin-bottom:4px; background: transparent;">{Answer}</div>
  481. {/block:Answer}
  482.  
  483. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description}
  484. <span class="permalink">
  485. there's {notecount} likes on a {DayOfWeek}! &middot
  486. <a href="{ReblogURL}" target="_blank">Share it, babe</a></span>
  487. {/block:Link}
  488.  
  489. {block:Photo}
  490. {block:IndexPage}
  491. <center>
  492. <div class="perma">
  493. Posted at <a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a> |
  494. <a href="{ReblogURL}" target="_blank"> Reblog This </a> </div>
  495.  
  496. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  497. {/block:IndexPage}
  498. {block:PermalinkPage}
  499. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  500.  
  501. {LinkCloseTag}
  502. {/block:PermalinkPage}
  503. {/block:Photo}
  504.  
  505. {block:Photoset}
  506. {block:IndexPage}
  507. <center>
  508.  
  509. <div class="perma">
  510. Posted at <a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a> |
  511. <a href="{ReblogURL}" target="_blank"> Reblog This Pic </a> </div>
  512.  
  513. {Photoset-250}</center>
  514. {/block:IndexPage}
  515. {block:PermalinkPage}
  516. <center>
  517. {Photoset-500}</center>
  518. {/block:PermalinkPage}
  519. {/block:Photoset}
  520.  
  521. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br>
  522. <span class="permalink">
  523. there's {notecount} likes on a {DayOfWeek}! &middot
  524. <a href="{ReblogURL}" target="_blank">Share it, babe</a></span>{/block:Quote}
  525.  
  526. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  527. <ul class="chat">
  528. {block:Lines}
  529. <li class="user_{UserNumber}">
  530. {block:Label}
  531. <span class="label">{Label}</span>
  532. {/block:Label}
  533.  
  534. {Line}
  535. </li>
  536. {/block:Lines}
  537. <span class="permalink">
  538. there's {notecount} likes on a {DayOfWeek}! &middot
  539. <a href="{ReblogURL}" target="_blank">Share it, babe</a></span>
  540. {/block:Chat}
  541.  
  542. {block:Audio}
  543. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  544. {block:IndexPage}
  545. {/block:IndexPage}
  546. {/block:Audio}
  547.  
  548. {block:Video}
  549. {block:IndexPage}
  550. <center>
  551. <div class="perma">
  552. Posted at <a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a> |
  553. <a href="{ReblogURL}" target="_blank"> Reblog This Pic </a> </div>
  554. {Video-250}</center>
  555. {/block:IndexPage}
  556. {block:PermalinkPage}
  557. <center>
  558. {Video-400}</center>
  559. {/block:PermalinkPage}
  560. {block:Video}
  561.  
  562.  
  563. {block:PostNotes}<div align="middle">{caption}</div>
  564. <center>
  565.  
  566. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  567.  
  568. {block:HasTags}
  569. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  570. {block:RebloggedFrom}
  571. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  572. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  573.  
  574. {/block:RebloggedFrom}
  575. </center></span>
  576. <br>
  577. <div id="postnotes">{PostNotes}</div><br>
  578.  
  579. <center>{block:ContentSource}
  580. <br><a href="{SourceURL}">
  581. {lang:Source}:
  582. {block:SourceLogo}
  583. <img src="{BlackLogoURL}" width="{LogoWidth}"
  584. height="{LogoHeight}" alt="{SourceTitle}" />
  585. {/block:SourceLogo}
  586. {block:NoSourceLogo}
  587. {SourceLink}
  588. {/block:NoSourceLogo}
  589. </a>
  590. {/block:ContentSource}</center>
  591.  
  592. {/block:PostNotes}
  593. </div>
  594. {/block:Posts}
  595. </div></div>
  596.  
  597. {block:IndexPage}
  598. {block:Pagination}
  599. <div id="pagination">
  600. {block:NextPage}
  601. <a id="nextPage" href="{NextPage}"></a>
  602. {/block:NextPage}
  603. {block:PreviousPage}
  604. <a href="{PreviousPage}"></a>
  605. {/block:PreviousPage}
  606. </div>
  607. {/block:Pagination}
  608. {/block:IndexPage}
  609. </body>
  610.  
  611. <!-- THEME BY Heavenlyhugs -->
  612. <!-- IF YOU'RE GOING TO REMOVE THE CREDIT, PUT IT IN YOUR LINKS OR FAQ -->
  613.  
  614. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement