Advertisement
0fficialvanessa

"I Really Love Him" Theme Thirty-Two.

Dec 23rd, 2013
1,396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.41 KB | None | 0 0
  1. <!-- Theme Thirty-Two // I Really Love Him - 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 six" content=""/>
  70. <meta name="text:link one title" content="Refresh"/>
  71. <meta name="text:link two title" content="Message"/>
  72. <meta name="text:link three title" content="Links"/>
  73. <meta name="text:link four title" content="Themes"/>
  74. <meta name="text:link five title" content="Mine"/>
  75. <meta name="text:link six title" content="For You"/>
  76.  
  77. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  78.  
  79. <style type="text/css">
  80.  
  81. div#qTip {
  82. display: none;
  83. text-align:center;
  84. position:absolute;
  85. text-transform:uppercase;
  86. z-index:99;
  87. font-family:calibri;
  88. font-size:8px;
  89. padding:4px;
  90. color:white;
  91. border-radius:10px;
  92. border:1px solid #eee;
  93. background:{color:link};
  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:250px;
  159. background:white;
  160. padding:8px;
  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:250px;
  171. height:100%;
  172. margin-left:0px;
  173. position: absolute;
  174. line-height: 14px;
  175. overflow:hidden;
  176. text-align:center;
  177. padding:2px;
  178. top:4px;
  179. background:white;
  180. word-spacing:2px;
  181. letter-spacing:1px;
  182. opacity: 0.0;
  183. -webkit-transition: all .7s ease;
  184. -moz-transition: all .7s ease;
  185. -o-transition: all .7s ease;
  186. transition: all .7s ease;
  187. }
  188.  
  189. .entry:hover .perma{
  190. overflow:visible;
  191. opacity:.9;
  192. }
  193.  
  194. #posts {
  195. width:840px;
  196. margin-top:1px;
  197. z-index:99;
  198. margin-left:160px;
  199. right:auto;
  200. background:transparent;
  201. margin-right:auto;
  202. position:relative;
  203. overflow-y: hidden;
  204. }
  205.  
  206. #creditss {
  207. position:fixed !important;
  208. font-size: 8px;
  209. text-transform:uppercase;
  210. bottom:-8px;
  211. right:5px;
  212. padding: 4px;
  213. height:20px;
  214. width:auto;
  215. text-align:center;
  216. background: white;
  217. border: 1px solid #eee;
  218. border-top-left-radius:10px;
  219. border-top-right-radius:10px;
  220. }
  221.  
  222. #sidebar{
  223. position:fixed !important;
  224. width:142px;
  225. height:189px;
  226. background:white;
  227. margin-top:150px;
  228. margin-left:0px;
  229. text-align:center;
  230. border:1px solid #eee;
  231. border-radius:4px;
  232. }
  233.  
  234. #sidebar img{
  235. width: 124px;
  236. height: 124px;
  237. padding:4px;
  238. border-radius:100px;
  239. }
  240.  
  241. .about{
  242. width:139px;
  243. padding:2px;
  244. margin-left:0px;
  245. overflow:auto;
  246. text-align:center;
  247. border-top:1px solid #eee;
  248. border-bottom:1px solid #eee;
  249. height:24px;
  250. }
  251.  
  252. .links{
  253. text-transform:uppercase;
  254. font-size:8px;
  255. text-align:center;
  256. width:136px;
  257. height:auto;
  258. padding-top:3px;
  259. margin-left:3px;
  260. }
  261.  
  262. @font-face { font-family: "Camilla"; src: url('http://static.tumblr.com/dcylwch/HvDmhxbob/cuttyfruty.ttf'); }
  263. @font-face { font-family: "Lips"; src: url('http://static.tumblr.com/ygfurav/eGLmkhogi/comesinhandy.ttf'); }
  264. @font-face { font-family: "Ariana"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  265. @font-face { font-family: "Baby"; src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf'); }
  266. @font-face { font-family: "Dreamer"; src: url('http://static.tumblr.com/vpzhdvv/6d7m90v7t/111.woff');}
  267.  
  268. askk {
  269. font-family:"Baby";
  270. font-size: 15px;
  271. z-index:1;
  272. color: {color:Title};
  273. }
  274.  
  275. .title{
  276. line-height: 16px;
  277. font-size: 16px;
  278. font-family:"Baby";
  279. color:{color:Title};
  280. }
  281.  
  282. .permalink{
  283. text-transform: uppercase;
  284. font-size:8px;
  285. display: block;
  286. text-align: left;
  287. border-left:1px solid #eee;
  288. border-bottom:1px solid #eee;
  289. padding:2px;
  290. margin-top:8px;
  291. margin-bottom:2px;
  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{padding:2px; border:1px solid #eee; width:20px; 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 <a href="http://heavenlyhugs.tumblr.com/"><u>heavenlyhugs</u></a>
  448. <br>
  449. <font color="#eee">------------------------------------------</font>
  450. </div>
  451.  
  452. <div id="sidebar">
  453. <a href="/"><img src="{image:sidebar}" width=100%></a>
  454. <div class="about">{Description}</div>
  455. <div class="links">
  456. <a href="{text:Link One}">{text:Link One Title}</a> &middot <a href="{text:Link Two}">{text:Link Two Title}</a> &middot
  457. <a href="{text:Link Three">{text:Link Three Title}</a> &middot <a href="{text:Link Four}">{text:Link Four Title}</a>
  458. <br>
  459. <a href="{text:Link Five}">{text:Link Five Title}</a> &middot <a href="{text:Link Six}">{text:Link Six Title}</a>
  460. </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. Posted on a {DayOfWeek} with <a href="{Permalink}" target="_blank">{notecount} likes</a> / <a href="{ReblogURL}" target="_blank">Share</a>
  473. <br>{/block:HasTags}</span>
  474. {/block:Text}
  475.  
  476. {block:Answer}
  477. <div style="margin-top:2px;;margin-bottom:0px;min-height:30px; padding: 4px; background-color:#f7f7f7;border:1px solid #eee;border-radius:5px;">
  478. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3.5px;"/><askk>{asker}</askk>: {Question}</div>
  479. <div style="margin-top:2px; line-height:11px;margin-bottom:4px; background: transparent;">{Answer}</div>
  480. {block:IndexPage}
  481. <span class="permalink">
  482. Posted on at {12Hour}:{Minutes} {AmPm} / <a href="{ReblogURL}" target="_blank">Share</a>
  483. </span>
  484. {/block:IndexPage}
  485. {/block:Answer}
  486.  
  487. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description}
  488. <span class="permalink">
  489. Posted on a {DayOfWeek} with <a href="{Permalink}" target="_blank">{notecount} likes</a> / <a href="{ReblogURL}" target="_blank">Share</a>
  490. {/block:Link}
  491.  
  492. {block:Photo}
  493. {block:IndexPage}
  494. <center>
  495. <div class="perma">
  496. <div style="text-transform:uppercase;font-size:8px;">
  497. Posted at {12Hour}:{Minutes} {AmPm} on a <a href="{Permalink}">{DayOfWeek}</a></div>
  498. <div style="font-family:Baby;font-size:12px;">
  499. <a href="{ReblogURL}" target="_blank"> Share this photo </a> </div></div>
  500.  
  501. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  502. {/block:IndexPage}
  503. {block:PermalinkPage}
  504. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  505.  
  506. {LinkCloseTag}
  507. {/block:PermalinkPage}
  508. {/block:Photo}
  509.  
  510. {block:Photoset}
  511. {block:IndexPage}
  512. <center>
  513.  
  514. <div class="perma">
  515. <div style="text-transform:uppercase;font-size:8px;">
  516. Posted at {12Hour}:{Minutes} {AmPm} on a <a href="{Permalink}">{DayOfWeek}</a></div>
  517. <div style="font-family:Baby;font-size:12px;">
  518. <a href="{ReblogURL}" target="_blank"> Share these photos </a> </div></div>
  519.  
  520. {Photoset-250}</center>
  521. {/block:IndexPage}
  522. {block:PermalinkPage}
  523. <center>
  524. {Photoset-500}</center>
  525. {/block:PermalinkPage}
  526. {/block:Photoset}
  527.  
  528. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br>
  529. <span class="permalink">
  530. Posted on a {DayOfWeek} with <a href="{Permalink}" target="_blank">{notecount} likes</a> / <a href="{ReblogURL}" target="_blank">Share</a>
  531. </span>{/block:Quote}
  532.  
  533. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  534. <ul class="chat">
  535. {block:Lines}
  536. <li class="user_{UserNumber}">
  537. {block:Label}
  538. <span class="label">{Label}</span>
  539. {/block:Label}
  540.  
  541. {Line}
  542. </li>
  543. {/block:Lines}
  544. <span class="permalink">
  545. Posted on a {DayOfWeek} with <a href="{Permalink}" target="_blank">{notecount} likes</a> / <a href="{ReblogURL}" target="_blank">Share</a>
  546. </span>
  547. {/block:Chat}
  548.  
  549. {block:Audio}
  550. <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>
  551. {block:IndexPage}
  552. <span class="permalink">
  553. Posted on a {DayOfWeek} with <a href="{Permalink}" target="_blank">{notecount} likes</a> / <a href="{ReblogURL}" target="_blank">Share</a>
  554. </span>
  555. {/block:IndexPage}
  556. {/block:Audio}
  557.  
  558. {block:Video}
  559. {block:IndexPage}
  560. <center>
  561. <div class="perma">
  562. <div style="text-transform:uppercase;font-size:8px;">
  563. Posted at {12Hour}:{Minutes} {AmPm} on a <a href="{Permalink}">{DayOfWeek}</a></div>
  564. <div style="font-family:Baby;font-size:12px;">
  565. <a href="{ReblogURL}" target="_blank"> Share this video </a> </div></div>
  566. {Video-250}</center>
  567. {/block:IndexPage}
  568. {block:PermalinkPage}
  569. <center>
  570. {Video-400}</center>
  571. {/block:PermalinkPage}
  572. {block:Video}
  573.  
  574.  
  575. {block:PostNotes}<div align="middle">{caption}</div>
  576. <center>
  577.  
  578. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  579.  
  580. {block:HasTags}
  581. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  582. {block:RebloggedFrom}
  583. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  584. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  585.  
  586. {/block:RebloggedFrom}
  587. </center></span>
  588. <br>
  589. <div id="postnotes">{PostNotes}</div><br>
  590.  
  591. <center>{block:ContentSource}
  592. <br><a href="{SourceURL}">
  593. {lang:Source}:
  594. {block:SourceLogo}
  595. <img src="{BlackLogoURL}" width="{LogoWidth}"
  596. height="{LogoHeight}" alt="{SourceTitle}" />
  597. {/block:SourceLogo}
  598. {block:NoSourceLogo}
  599. {SourceLink}
  600. {/block:NoSourceLogo}
  601. </a>
  602. {/block:ContentSource}</center>
  603.  
  604. {/block:PostNotes}
  605. </div>
  606. {/block:Posts}
  607. </div></div>
  608.  
  609. {block:IndexPage}
  610. {block:Pagination}
  611. <div id="pagination">
  612. {block:NextPage}
  613. <a id="nextPage" href="{NextPage}"></a>
  614. {/block:NextPage}
  615. {block:PreviousPage}
  616. <a href="{PreviousPage}"></a>
  617. {/block:PreviousPage}
  618. </div>
  619. {/block:Pagination}
  620. {/block:IndexPage}
  621. </body>
  622.  
  623. <!-- THEME BY HEAVENLYHUGS -->
  624. <!-- IF YOU'RE GOING TO REMOVE THE CREDIT, PUT IT IN YOUR LINKS OR FAQ -->
  625.  
  626. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement