html-tutorials

Vanish Theme (Updated)

Aug 19th, 2012
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.06 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <!---------------------don't delete
  5.  
  6. vanish theme by naturalblisse
  7. Do not delete the credit link, please! I've worked hard for this, and if you do and I saw it, I'll block you, sorry!
  8. please-------------------------->
  9.  
  10. <head>
  11.  
  12. <script type="text/javascript"
  13. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  14.  
  15. <script type="text/javascript"
  16. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  17.  
  18. <title>{title}</title>
  19.  
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="http://rebecaxo.com/rss">
  22. <meta name="description" content="{metadescription}" />
  23.  
  24. <meta name="color:Background" content="#FFFFFF"/>
  25. <meta name="color:Text" content="#000000"/>
  26. <meta name="color:Link" content="#000000"/>
  27. <meta name="color:Hover" content="#5d5d5d"/>
  28. <meta name="image:Header" content="0"/>
  29. <meta name="image:Background" content="1"/>
  30.  
  31. <meta name="if:Show Header Image" content="0"/>
  32.  
  33. <meta name="text:Other" content="TEXTTEXTTEXTTEXTTEXTTEXT" />
  34. <meta name="text:Link One Title" content="link 1" />
  35. <meta name="text:Link One" content="" />
  36. <meta name="text:Link Two Title" content="link 2" />
  37. <meta name="text:Link Two" content="" />
  38. <meta name="text:Link Three Title" content="link 3" />
  39. <meta name="text:Link Three" content="" />
  40. <meta name="text:Link Four Title" content="link 4" />
  41. <meta name="text:Link Four" content="" />
  42. <meta name="text:Link Five Title" content="link 5" />
  43. <meta name="text:Link Five" content="" />
  44. <meta name="text:Link Six Title" content="link 6" />
  45. <meta name="text:Link Six" content="" />
  46. <meta name="text:Link Seven Title" content="link 7" />
  47. <meta name="text:Link Seven" content="" />
  48. <meta name="text:Link Eight Title" content="link 8" />
  49. <meta name="text:Link Eight" content="" />
  50.  
  51.  
  52. <link href='http://fonts.googleapis.com/css?family=Codystar|Advent+Pro' rel='stylesheet' type='text/css'>
  53.  
  54. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  55. <script type="text/javascript">
  56. $(document).ready(function () {
  57. $('li.drawer div:nth-child(2)').hide();
  58. $('li.drawer h4').click(function () {
  59. if ($(this).hasClass('open')) {
  60. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  61. else {
  62. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  63. $(this).next().slideDown();
  64. $(this).addClass('open');}
  65. });
  66. });
  67. </script>
  68.  
  69.  
  70. <style type="text/css">
  71.  
  72. ::-webkit-scrollbar {width: 5px; height: 4px; background: white; }
  73.  
  74. ::-webkit-scrollbar-thumb { background-color:black; }
  75.  
  76. a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  77.  
  78. #tumblr_controls{
  79. position:fixed !important;
  80. }
  81.  
  82. .wrapper{
  83. margin: 0px auto;
  84. width: 900px;
  85. }
  86.  
  87. .header{
  88. float: left;
  89. width: 100%;
  90. }
  91.  
  92. .left{
  93. float: left;
  94. margin-right: 20px;
  95. width: 802px;
  96. }
  97.  
  98. .right{
  99. float: left;
  100. width: 200px;
  101. background-color: {color:Background};
  102. }
  103.  
  104. body {
  105. padding: 0px;
  106. margin: 0px;
  107. color:{color:text};
  108. font-family: Trebuchet MS;
  109. font-size: 11px;
  110. line-height:11px;
  111. background-color: {color:Background};
  112. background-image:url({image:Background});
  113. background-attachment: fixed;
  114. background-repeat: repeat
  115. text-align: right;
  116. }
  117.  
  118. a:link, a:active, a:visited{
  119. color:{color:link};
  120. text-decoration: none;
  121. -webkit-transition: color 0.4s ease-out;
  122. -moz-transition: color 0.4s ease-out;
  123. }
  124.  
  125. a:hover{
  126. color:{color:hover}
  127. -webkit-transition: color 0.4s ease-out;
  128. -moz-transition: color 0.4s ease-out;
  129. }
  130.  
  131. .entry {
  132. margin: 2px;
  133. padding: 3px;
  134. padding-bottom:2px;
  135. float:right;
  136. text-align: right;
  137. font-family: Trebuchet MS;
  138. font-size: 11px;
  139. line-height:11px;
  140. {block:IndexPage}
  141. width:250px;
  142. {/block:IndexPage}
  143. {block:PermalinkPage}
  144. width:600px;
  145. margin-left:200px;
  146. {/block:PermalinkPage}
  147. }
  148.  
  149. img{
  150. filter: alpha (opacity=90);
  151. opacity: .8;
  152. -webkit-transition: all 0.4s ease;
  153. -moz-transition: all 0.4s ease;
  154. transition: all 0.4s ease;
  155. }
  156.  
  157. img:hover{
  158. filter: alpha (opacity=100);
  159. opacity: 1.0;
  160. -webkit-transition: all 0.4s ease;
  161. -moz-transition: all 0.4s ease;
  162. transition: all 0.4s ease;
  163. }
  164.  
  165. #posts {
  166. width:852px;
  167. margin-top:10px;
  168. float:left;
  169. font-family: Trebuchet MS;
  170. margin-left:50px;
  171. }
  172.  
  173.  
  174.  
  175. .textperma{
  176. display: block;
  177. font-family: Trebuchet MS;
  178. font-size: 11px;
  179. line-height:11px;
  180. text-transform: lowercase;
  181. text-align: right;
  182. padding: 0px;
  183. margin: 2px;
  184. }
  185.  
  186. .title{
  187. font-family: 'Codystar', cursive;
  188. font-size: 15px;
  189. line-height: 15px;
  190. color: black;
  191. font-weight: normal;
  192. text-transform:uppercase;
  193. }
  194.  
  195.  
  196.  
  197. #sidebar{
  198. position:fixed !important;
  199. left:15px; padding-top:12px;
  200. top:35px;
  201. padding-bottom:12px;
  202. text-align:left;
  203. text-transform: uppercase;
  204. height:70px;
  205. width:250px;
  206. background-color:#fff;
  207. }
  208.  
  209. #box{
  210. height:auto;
  211. opacity:1.0;
  212. text-align:center;
  213. z-index:99999999999999999999;
  214. background:transparent;}
  215.  
  216.  
  217.  
  218. #cubehome a:link {
  219. color:{color:text};}
  220.  
  221. #block1{
  222. border-radius: 10px;
  223. position:fixed !important;
  224. left:15px; padding-top:12px;
  225. bottom:200px;
  226. padding-bottom:12px;
  227. text-align:center;
  228. height:10px;
  229. width:68px;
  230. overflow:hidden;
  231. -webkit-transition: opacity 0.7s linear;
  232. -webkit-transition: all 0.7s ease-in-out;
  233. -moz-transition: all 0.7s ease-in-out;
  234. -o-transition: all 0.7s ease-in-out;
  235. background:transparent;
  236. z-index:9999999999999999999999999999999;}
  237.  
  238. #block1:hover{
  239. border-radius: 10px;
  240. border:1px solid #000;
  241. padding:5px;
  242. height:145px;
  243. width:200px;
  244. z-index:99999999999999999999999999999999999;
  245. opacity: 0.8;
  246. background:#fff;}
  247.  
  248. #block2{
  249. border-radius: 10px;
  250. position:fixed;
  251. left:15px; padding-top:12px;
  252. bottom:150px;
  253. padding-bottom:12px;
  254. text-align:center;
  255. height:10px;
  256. width:68px;
  257. overflow:hidden;
  258. -webkit-transition: opacity 0.7s linear;
  259. -webkit-transition: all 0.7s ease-in-out;
  260. -moz-transition: all 0.7s ease-in-out;
  261. -o-transition: all 0.7s ease-in-out;
  262. background:transparent;
  263. z-index:999999999;
  264. }
  265.  
  266. #block2:hover{
  267. border-radius: 10px;
  268. border:1px solid #000;
  269. padding:5px;
  270. height:205px;
  271. overflow:hidden;
  272. width:390px;
  273. opacity:1.0;
  274. background:white;
  275. opacity: 0.8;
  276. z-index:999999999;}
  277.  
  278. #block3{
  279. border-radius: 10px;
  280. position:fixed !important;
  281. left:15px; padding-top:12px;
  282. bottom:100px;
  283. padding-bottom:12px;
  284. text-align:center;
  285. height:10px;
  286. width:68px;
  287. overflow:hidden;
  288. -webkit-transition: opacity 0.7s linear;
  289. -webkit-transition: all 0.7s ease-in-out;
  290. -moz-transition: all 0.7s ease-in-out;
  291. -o-transition: all 0.7s ease-in-out;
  292. background:transparent;
  293. z-index:9999;}
  294.  
  295. #block3:hover{
  296. border-radius: 10px;
  297. border:1px solid #000;
  298. padding:5px;
  299. height:145px;
  300. width:200px;
  301. z-index:999999999;
  302. opacity: 0.8;
  303. background:white;}
  304.  
  305.  
  306. #block4{
  307. border-radius: 10px;
  308. position:fixed !important;
  309. left:15px; padding-top:12px;
  310. bottom:50px;
  311. padding-bottom:12px;
  312. text-align:center;
  313. height:10px;
  314. width:68px;
  315. overflow:hidden;
  316. -webkit-transition: opacity 0.7s linear;
  317. -webkit-transition: all 0.7s ease-in-out;
  318. -moz-transition: all 0.7s ease-in-out;
  319. -o-transition: all 0.7s ease-in-out;
  320. background:transparent;
  321. z-index:9999;}
  322.  
  323. #block4:hover{
  324. border-radius: 10px;
  325. border:1px solid #000;
  326. padding:5px;
  327. height:145px;
  328. width:200px;
  329. z-index:999999999;
  330. opacity: 0.8;
  331. background:white;}
  332.  
  333.  
  334. .blogtitle{
  335. font-size:40px;
  336. font-family: 'Codystar', cursive;
  337. cursor:default;
  338. line-height: 50px;
  339. bottom:200px;
  340. }
  341. </style>
  342.  
  343. {block:IndexPage}
  344. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  345. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  346.  
  347. <script type="text/javascript">
  348. $(window).load(function () {
  349. var $content = $('#posts');
  350. $content.masonry({itemSelector: '.entry'}),
  351. $content.infinitescroll({
  352. navSelector : 'div#pagination',
  353. nextSelector : 'div#pagination a#nextPage',
  354. itemSelector : '.entry',
  355. loading: {
  356. finishedMsg: '',
  357. img: 'http://500px.com/unity/img/spinners/loader-small.gif'
  358. },
  359. bufferPx : 600,
  360. debug : false,
  361. },
  362. // call masonry as a callback.
  363. function( newElements ) {
  364. var $newElems = $( newElements );
  365. $newElems.hide();
  366. // ensure that images load before adding to masonry layout
  367. $newElems.imagesLoaded(function(){
  368. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  369.  
  370.  
  371. });
  372. });
  373. });
  374. </script>
  375.  
  376.  
  377.  
  378. {/block:IndexPage}
  379.  
  380. <title>{title}</title>
  381.  
  382. <link rel="shortcut icon" href="{Favicon}">
  383. <meta name="viewport" content="width=820" />
  384.  
  385. </head>
  386.  
  387. <body>
  388.  
  389. <a href="/"><center>
  390. {block:IfHeaderImage}<img src="{image:Header}" width="500">{/block:IfHeaderImage}
  391. </center></a>
  392.  
  393. <div class="wrapper">
  394.  
  395. <div id="block1">
  396. <u>ABOUT</u><br>
  397. <div id="box">
  398. <br>
  399. {description}
  400. <br>
  401. </div></div>
  402.  
  403. <div id="block2">
  404. <u>SPEAK</u><Br><p><br>
  405. <div id="box">
  406. <iframe frameborder="0" scrolling="no" width="100%" height="150" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;"></iframe>
  407. </div></div>
  408.  
  409. <div id="block3">
  410. <u>LINKS</u><br><p><br>
  411. <div id="box">
  412. <big>{block:ifLinkOneTitle}
  413. <a href="{text:Link One}" class="link">{text:Link One Title}</a><br>
  414. {/block:ifLinkOneTitle}
  415. {block:ifLinkTwoTitle}
  416. <a href="{text:Link Two}" class="link">{text:Link Two Title}</a><br>
  417. {/block:ifLinkTwoTitle}
  418. {block:ifLinkThreeTitle}
  419. <a href="{text:Link Three}" class="link">{text:Link Three Title}</a><br>
  420. {/block:ifLinkThreeTitle}
  421. {block:ifLinkFourTitle}
  422. <a href="{text:Link Four}" class="link">{text:Link Four Title}</a><br>
  423. {/block:ifLinkFourTitle}
  424. {block:ifLinkFiveTitle}
  425. <a href="{text:Link Five}" class="link">{text:Link Five Title}</a><br>
  426. {/block:ifLinkFiveTitle}
  427. {block:ifLinkSixTitle}
  428. <a href="{text:Link Six}" class="link">{text:Link Six Title}</a><br>
  429. {/block:ifLinkSixTitle}
  430. {block:ifLinkSevenTitle}
  431. <a href="{text:Link Seven}" class="link">{text:Link Seven Title}</a><br>
  432. {/block:ifLinkSevenTitle}
  433. {block:ifLinkEightTitle}
  434. <a href="{text:Link Eight}" class="link">{text:Link Eight Title}</a><br>
  435. {/block:ifLinkEightTitle}</big>
  436. <BR><BR></div></div>
  437.  
  438. <div id="block4">
  439. <u>OTHER</u><br><p><br>
  440. <div id="box">
  441. {text:Other}
  442. </div></div></center>
  443.  
  444.  
  445. <div class="content">
  446.  
  447. <div class="left">
  448.  
  449. <div id="posts">
  450.  
  451. {block:Posts}
  452. <div class="entry">
  453. <center>
  454. {block:Text}
  455. {block:Title}<span class="title">{Title}</span>{/block:Title}
  456. <span class="text">{Body}</span></a>
  457. {block:IndexPage}
  458. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> ♡ <a href="{ReblogURL}" target="_blank">Reblog</a></span></a></div>
  459. {/block:IndexPage}
  460. {/block:Text}
  461.  
  462. {block:Link}
  463. <a href="{URL}" class="title">{Name}</a>
  464. {block:Description}{Description}{/block:Description}
  465. {block:IndexPage}
  466. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> ♡ <a href="{ReblogURL}" target="_blank">Reblog</a></span></a></div>
  467. {/block:IndexPage}
  468. {block:Link}
  469.  
  470. {block:Photo}
  471. {block:IndexPage}{LinkOpenTag}<a href="{permalink}"><div class="photo"><a><a href="{permalink}"><img class="photo"
  472. src="{PhotoURL-HighRes}" alt="{PhotoAlt}"
  473. width="250"/></a></div>{LinkCloseTag}{/block:IndexPage}
  474. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img
  475. class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"
  476. width="510"/></a>{LinkCloseTag}
  477. {/block:PermalinkPage}
  478. {/block:Photo}
  479.  
  480. {block:Photoset}{block:IndexPage}
  481. <div class="permalink">
  482. <a href="{permalink}">{NoteCountWithLabel}</a> ♡ <a href="{ReblogURL}" target="_blank"> {text:ReblogButton} </a> ♡ <a href="{permalink}">{TimeAgo}</a></span></div>{/block:IndexPage}<center>{Photoset-400}</center></span>{/block:Photoset}
  483.  
  484. {block:Quote}
  485. <span class="title">{Quote}</span><br />
  486. {block:Source}{Source}{/block:Source}
  487. {block:IndexPage}
  488. <br /><div class="textperma"><a href="{Permalink}">{NoteCount}</a> ♡ <a href="{ReblogURL}" target="_blank">Reblog</a></span></a></div>
  489. {/block:IndexPage}
  490. {/block:Quote}
  491.  
  492. {block:Chat}
  493. {block:Title}<span class="title">{Title}</span>{/block:Title}
  494. <ul class="chat">
  495. {block:Lines}
  496. <li class="user_{UserNumber}">
  497. {block:Label}
  498. <span class="label">{Label}</span>
  499. {/block:Label}
  500.  
  501. {Line}
  502. </li>
  503. {/block:Lines}
  504. </ul>
  505. {block:IndexPage}
  506. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> ♡ <a href="{ReblogURL}" target="_blank">Reblog</a></span></a></div>
  507. {/block:IndexPage}
  508. {/block:Chat}
  509.  
  510. {block:Audio}
  511. <center><div style="width:250px; height:20px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px; float:left;"><small>
  512. {FormattedPlayCount} plays</small></div></div></center><br>
  513. {block:Caption}{Caption}{/block:Caption}
  514. {block:IndexPage}
  515. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> ♡ <a href="{ReblogURL}" target="_blank">Reblog</a></span></a></div>
  516. {/block:IndexPage}
  517. {/block:Audio}
  518.  
  519. {block:Video}{block:IndexPage}
  520. <div class="permalink">
  521. <a href="{permalink}">{NoteCountWithLabel}</a> ♡ <a href="{ReblogURL}" target="_blank"> {text:ReblogButton} </a> ♡ <a href="{permalink}">{TimeAgo}</a></span></div>{/block:IndexPage}
  522. <center>
  523. <div class="videoperma">{Video-400}</div><BR>
  524. {block:Caption}{Caption}</a>{/block:Caption}</center>
  525. {block:Video}
  526.  
  527. {block:PermalinkPage}
  528. <left>
  529. {block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</left>
  530.  
  531. {/block:PermalinkPage}
  532.  
  533. {block:PostNotes}{PostNotes}
  534. {/block:PostNotes}
  535. </div>
  536.  
  537. {/block:Posts}
  538. </div>
  539. </div>
  540. {block:IndexPage}
  541. {block:Pagination}
  542. <div id="pagination">
  543. {block:NextPage}
  544. <a id="nextPage" href="{NextPage}">Next »</a>
  545. {/block:NextPage}
  546. {block:PreviousPage}
  547. <a href="{PreviousPage}">Previous «</a>
  548. {/block:PreviousPage}
  549. </div>
  550. {/block:Pagination}
  551. {/block:IndexPage}
  552. </div>
  553.  
  554. <div style="display:block;bottom:5px;right:5px;font-size:21px;font-family:courier new;position:fixed;background-color:#ffffff;padding:4px;border-radius:5px;z-index:6;opacity:0.75;"><a href="http://naturalblisse.tumblr.com/">ℕ</a></div>
  555.  
  556. </body>
  557. </html>
Advertisement
Add Comment
Please, Sign In to add comment