Advertisement
0fficialvanessa

"Yours Truly" Theme Nineteen.

Aug 18th, 2013
1,241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.83 KB | None | 0 0
  1. <!-- Theme Nineteen // Yours Truly - 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. <meta name="color:border" content="#eee"/>
  61.  
  62. <meta name="image:sidebar" content="1"/>
  63. <meta name="image:background" content="1"/>
  64.  
  65. <meta name="text:link one" content=""/>
  66. <meta name="text:link two" content=""/>
  67. <meta name="text:link three" content=""/>
  68. <meta name="text:link four" content=""/>
  69. <meta name="text:link five" content=""/>
  70. <meta name="text:link one title" content="Refresh"/>
  71. <meta name="text:link two title" content="Inbox"/>
  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="Baby Boo"/>
  75.  
  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:left;
  84. position:absolute;
  85. letter-spacing:1px;
  86. text-transform:uppercase;
  87. font-weight:bold;
  88. z-index:99;
  89. font-size:8px;
  90. padding:2px;
  91. line-height:13px;
  92. background:white;
  93. border-left:3px solid {color:link};
  94. border-right:3px solid {color:link};
  95. color:{color:text};
  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. background:white;
  162. padding:6px;
  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:3px;
  180. padding:3px;
  181. font-size:8px;
  182. text-transform:uppercase;
  183. background:white;
  184. word-spacing:2px;
  185. letter-spacing:1px;
  186. opacity: 0.0;
  187. -webkit-transition: all .7s ease;
  188. -moz-transition: all .7s ease;
  189. -o-transition: all .7s ease;
  190. transition: all .7s ease;
  191. }
  192.  
  193. .entry:hover .perma{
  194. overflow:visible;
  195. opacity:0.95;
  196. }
  197.  
  198. #posts {
  199. width:825px;
  200. margin-top:16px;
  201. z-index:99;
  202. margin-left:169px;
  203. right:auto;
  204. background:white;
  205. margin-right:auto;
  206. position:relative;
  207. overflow-y: hidden;
  208. }
  209.  
  210. #creditss {
  211. position:fixed !important;
  212. font-size: 8px;
  213. text-transform:uppercase;
  214. bottom:-8px;
  215. right:5px;
  216. padding: 4px;
  217. height:20px;
  218. width:auto;
  219. text-align:center;
  220. background: white;
  221. border: 1px solid #eee;
  222. border-top-left-radius:10px;
  223. border-top-right-radius:10px;
  224. }
  225.  
  226. #sidebar{
  227. position:fixed !important;
  228. width:auto;
  229. background:white;
  230. height:100%;
  231. margin-top:-6px;
  232. margin-left:-50px;
  233. text-align:center;
  234. padding:8px;
  235. border-left:1px solid #eee;
  236. border-right:2px solid {color:border};
  237. }
  238.  
  239. #sidebar img{
  240. width: 200px;
  241. height: 200px;
  242. margin-top:125px;
  243. }
  244.  
  245. .about{
  246. font-style:italic;
  247. text-align:center;
  248. padding:3px;
  249. margin-top:2px;
  250. margin-bottom:4px;
  251. border-bottom:1px solid #eee;
  252. }
  253.  
  254. div#bar{
  255. position:fixed !important;
  256. z-index:9;
  257. width:45px;
  258. height:100%;
  259. margin-left:-90px;
  260. margin-top:-6px;
  261. background-image:url('http://i1301.photobucket.com/albums/ag102/nancy_miserywishes/border_zpsf0cc5594.png');
  262. }
  263.  
  264. div#rose{
  265. position:fixed !important;
  266. z-index:999999;
  267. width:825px;
  268. height:20px;
  269. padding-top:7px;
  270. margin-left:169px;
  271. margin-top:-6px;
  272. text-align:center;
  273. font-size:12px;
  274. font-family:"Suckerpunch";
  275. background-color:white;
  276. }
  277.  
  278. @font-face { font-family: "Camilla"; src: url('http://static.tumblr.com/dcylwch/HvDmhxbob/cuttyfruty.ttf'); }
  279. @font-face { font-family: "Lips"; src: url('http://static.tumblr.com/ygfurav/eGLmkhogi/comesinhandy.ttf'); }
  280. @font-face { font-family: "Kisses"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  281. @font-face { font-family: "Suckerpunch"; src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf'); }
  282. @font-face { font-family: "Dreamer"; src: url('http://static.tumblr.com/vpzhdvv/6d7m90v7t/111.woff');}
  283.  
  284. askk {
  285. font-family:"Dreamer";
  286. font-size: 15px;
  287. z-index:1;
  288. color: {color:Title};
  289. }
  290.  
  291. .title{
  292. line-height: 16px;
  293. font-family:"Dreamer";
  294. font-size: 16px;
  295. color:{color:Title};
  296. }
  297.  
  298. .permalink{
  299. display: block;
  300. text-align: right;
  301. text-decoration: none;
  302. margin-top:8px;
  303. margin-bottom:2px;
  304. padding:3px;
  305. font-size:8px;
  306. text-transform:uppercase;
  307. border-right:1px solid #eee;
  308. border-bottom:1px solid #eee;
  309. }
  310.  
  311. #audio {
  312. width:200px;
  313. height:auto;
  314. min-height:60px;
  315. padding-bottom:0px;
  316. }
  317. .cover {
  318. position:absolute;
  319. z-index:1;
  320. width:60px;
  321. height:60px;
  322. }
  323. .cover img {
  324. float:left;
  325. width:60px;
  326. height:60px;
  327. }
  328. .playbox {
  329. opacity:0.6;
  330. width:27px;
  331. height:30px;
  332. overflow:hidden;
  333. position:absolute;
  334. z-index:1000;
  335. margin-left:17px;
  336. margin-top:17px;
  337. text-align:center;
  338. }
  339. .info {
  340. margin-left:73px;
  341. margin-top:4px;
  342. line-height:14px;
  343. }
  344.  
  345. #infscr-loading{
  346. bottom: -70px;
  347. position: absolute;
  348. left: 50%;
  349. margin-left:-8px;
  350. width:16px;
  351. height:11px;
  352. overflow:hidden;
  353. margin-bottom: 50px;
  354. }
  355.  
  356. ::-webkit-scrollbar {
  357. width: 4px;
  358. height: 4px;
  359. border-left:0px solid #ccc;
  360. background-color:{color:background};
  361. }
  362.  
  363. ::-webkit-scrollbar-thumb {
  364. background: {color:scrollbar};
  365. }
  366.  
  367. ::-webkit-scrollbar {
  368. width: 5px;
  369. height: 5px;
  370. background: #dddddd;
  371. }
  372.  
  373. ::-webkit-scrollbar-thumb {
  374. background-color:{color:scrollbar};
  375. }
  376.  
  377. #postnotes{
  378. text-align: justify;}
  379.  
  380. #postnotes blockquote{
  381. border: 0px;}
  382.  
  383. blockquote{
  384. padding:0px 0px 2px 5px;
  385. margin:0px 0px 2px 10px;
  386. border-left: 1px dotted #555555;
  387. }
  388.  
  389. blockquote p, ul{
  390. margin:0px;
  391. padding:0px;
  392. }
  393.  
  394. a img{border: 0px;}
  395.  
  396.  
  397. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  398.  
  399. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  400. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  401.  
  402. .notes img{width:10px; position:relative; top:3px;}
  403. <--ses-->
  404. small{font-size: 90%;}
  405.  
  406. {CustomCSS}
  407.  
  408. </style>
  409.  
  410. {block:IndexPage}
  411. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  412. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  413.  
  414. <script type="text/javascript">
  415. $(window).load(function(){
  416. var $wall = $('#posts');
  417. $wall.imagesLoaded(function(){
  418. $wall.masonry({
  419. itemSelector: '.entry, .entry_photo',
  420. isAnimated : false
  421. });
  422. });
  423.  
  424. $wall.infinitescroll({
  425. navSelector : '#pagination',
  426. nextSelector : '#pagination a',
  427. itemSelector : '.entry, .entry_photo',
  428. bufferPx : 2000,
  429. debug : false,
  430. errorCallback: function() {
  431. $('#infscr-loading').fadeOut('normal');
  432. }},
  433. function( newElements ) {
  434. var $newElems = $( newElements );
  435. $newElems.hide();
  436. $newElems.imagesLoaded(function(){
  437. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  438. });
  439. }); $('#posts').show(500);
  440. });
  441. </script>
  442.  
  443.  
  444. {/block:IndexPage}
  445.  
  446.  
  447. <title>{title}</title>
  448.  
  449. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_lkl75bsU9n1qfamg6.png" />
  450. <meta name="viewport" content="width=820" />
  451. </head>
  452.  
  453. <body>
  454. <BODY onselectstart="return false;" ondragstart="return false;">
  455. <div class="wrapper">
  456. <div class="header">
  457. </div>
  458.  
  459. <div id="cage">
  460. <div id="center">
  461.  
  462. <!---->
  463. <div id="creditss">
  464. Theme by <a href="http://heavenlyhugs.tumblr.com/"><u>heavenlyhugs</u></a>
  465. <br>
  466. <font color="#eee">------------------------------------------</font>
  467. </div>
  468.  
  469. <div id="bar"></div>
  470. <div id="rose">
  471. <a href="{text:link one}">{text:link one title}</a> &middot
  472. <a href="{text:link two}">{text:link two title}</a> &middot
  473. <a href="{text:link three}">{text:link three title}</a> &middot
  474. <a href="{text:link four}">{text:link four title}</a> &middot
  475. <a href="{text:link five}">{text:link five title}</a></div>
  476.  
  477. <div id="sidebar">
  478. <a href="/"><img src="{image:sidebar}" width=100%></a>
  479. <div class="about">{Description}</div>
  480. </div>
  481. <!------------------------------------->
  482.  
  483.  
  484. <div class="left">
  485. <div id="posts">
  486. {block:Posts}
  487. <div class="entry">
  488.  
  489. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span>
  490. <span class="permalink">
  491. Hey look there's {notecount} likes - <a href="{ReblogURL}" target="_blank">Share it, babe</a><br>{/block:HasTags}</span>
  492. {/block:Text}
  493.  
  494. {block:Answer}
  495. <div style="margin-top:2px;;margin-bottom:0px;min-height:30px; padding: 4px; background-color:#f7f7f7;border:1px solid #eee;border-radius:5px;">
  496. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3.5px;"/><askk>{asker}</askk>: {Question}</div>
  497. <div style="margin-top:2px; line-height:11px;margin-bottom:4px; background: transparent;">{Answer}</div>
  498. {/block:Answer}
  499.  
  500. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description}
  501. <span class="permalink">
  502. Hey look there's {notecount} likes - <a href="{ReblogURL}" target="_blank">Share it, babe</a></span>
  503. {/block:Link}
  504.  
  505. {block:Photo}
  506. {block:IndexPage}
  507. <center>
  508. <div class="perma">
  509. There is <a href="{Permalink">{notecount} likes</a> |
  510. <a href="{ReblogURL}" target="_blank"> Reblog it </a> </div>
  511.  
  512. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  513. {/block:IndexPage}
  514. {block:PermalinkPage}
  515. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  516.  
  517. {LinkCloseTag}
  518. {/block:PermalinkPage}
  519. {/block:Photo}
  520.  
  521. {block:Photoset}
  522. {block:IndexPage}
  523. <center>
  524.  
  525. <div class="perma">
  526. There is <a href="{Permalink">{notecount} likes</a> |
  527. <a href="{ReblogURL}" target="_blank"> Reblog it </a> </div>
  528.  
  529. {Photoset-250}</center>
  530. {/block:IndexPage}
  531. {block:PermalinkPage}
  532. <center>
  533. {Photoset-500}</center>
  534. {/block:PermalinkPage}
  535. {/block:Photoset}
  536.  
  537. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br>
  538. <span class="permalink">
  539. Hey look there's {notecount} likes - <a href="{ReblogURL}" target="_blank">Share it, babe</a></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. Hey look there's {notecount} likes - <a href="{ReblogURL}" target="_blank">Share it, babe</a></span>
  554. {/block:Chat}
  555.  
  556. {block:Audio}
  557. <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>
  558. {block:IndexPage}
  559. {/block:IndexPage}
  560. {/block:Audio}
  561.  
  562. {block:Video}
  563. {block:IndexPage}
  564. <center>
  565. <div class="perma">
  566. There is <a href="{Permalink">{notecount} likes</a> |
  567. <a href="{ReblogURL}" target="_blank"> Reblog it </a> </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
Advertisement