Advertisement
0fficialvanessa

"Better Together" Theme Twenty-Nine.

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