Advertisement
0fficialvanessa

"Almost is Never Enough" Theme Twenty.

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