0fficialvanessa

"It's Your Night" Theme Twenty-Eight.

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