Advertisement
html-tutorials

Natural Theme

Aug 21st, 2012
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.66 KB | None | 0 0
  1. <html>
  2.  
  3. <!---------------------don't delete
  4.  
  5. natural theme by naturalblisse
  6. 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!
  7. please-------------------------->
  8.  
  9. <head>
  10.  
  11. <script type="text/javascript"
  12. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  13.  
  14. <script type="text/javascript"
  15. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  16.  
  17. <script type="text/javascript"
  18. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  19.  
  20. <title>{title}</title>
  21.  
  22. <link rel="shortcut icon" href="{Favicon}">
  23. <link rel="alternate" type="application/rss+xml" href="http://rebecaxo.com/rss">
  24. <meta name="description" content="{metadescription}" />
  25.  
  26. <meta name="color:Background" content="#FFFFFF"/>
  27. <meta name="color:Text" content="#000000"/>
  28. <meta name="color:Link" content="#000000"/>
  29. <meta name="color:Hover" content="#5d5d5d"/>
  30. <meta name="image:Picture" content="0"/>
  31. <meta name="image:Background" content="0"/>
  32.  
  33. <meta name="text:Link One Title" content="link 1" />
  34. <meta name="text:Link One" content="" />
  35. <meta name="text:Link Two Title" content="link 2" />
  36. <meta name="text:Link Two" content="" />
  37. <meta name="text:Link Three Title" content="link 3" />
  38. <meta name="text:Link Three" content="" />
  39. <meta name="if:ShowPicture" content="0"/>
  40.  
  41. <link href='http://fonts.googleapis.com/css?family=Varela' rel='stylesheet' type='text/css'>
  42.  
  43. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  44. <script type="text/javascript">
  45. $(document).ready(function () {
  46. $('li.drawer div:nth-child(2)').hide();
  47. $('li.drawer h4').click(function () {
  48. if ($(this).hasClass('open')) {
  49. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  50. else {
  51. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  52. $(this).next().slideDown();
  53. $(this).addClass('open');}
  54. });
  55. });
  56. </script>
  57.  
  58.  
  59. <style type="text/css">
  60.  
  61. .kitten {
  62. display : block;
  63. text-align: center;
  64. background : #e6e6e6;
  65. font-size: 12px;
  66. width: 70px;
  67. height: 20px;
  68. letter-spacing:0px;
  69. margin-top:5px;
  70. margin-left:3px;
  71. line-height:18px;
  72. color: #000;
  73. font-family: varela;
  74. text-align:center;
  75. -webkit-transition-duration: .6s;
  76. -webkit-border-radius:2px;
  77. moz-border-radius:2px;
  78. -o-border-radius:2px;
  79. border-radius:2px;
  80. border-top-right-radius:0px;
  81. border-bottom-right-radius:60px;
  82. border-top-left-radius:60px;
  83. border-bottom-left-radius:0px;
  84. display: inline-block;
  85. }
  86.  
  87. .kitten:hover {
  88. background-color: #928a92;
  89. -moz-transition: all .2s ease-in-out;
  90. -o-transition: all .2s ease-in-out;
  91. transition: all .2s ease-in-out;
  92. -webkit-transition: all .2s ease-in-out;
  93. -webkit-transition-duration: .8s;
  94. -webkit-border-radius:2px;
  95. moz-border-radius:2px;
  96. -o-border-radius:2px;
  97. border-radius:2px;
  98. border-top-right-radius:600px;
  99. border-bottom-right-radius:0px;
  100. border-top-left-radius:0px;
  101. border-bottom-left-radius:600px;
  102. -webkit-transition-duration: 1s;
  103. -webkit-transition-duration: 1s;
  104. }
  105.  
  106. a {color:;text-decoration:none;-webkit-tra… all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  107.  
  108. .fufu {width:227px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  109.  
  110. .fufu:hover {-webkit-transform: translate(1em,0);-moz-transform: translate(1em,0);-o-transform: translate(1em,0);}
  111.  
  112. #biter
  113.  
  114. #bite a {display:block}
  115.  
  116. #bite .death {margin-top:-45px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  117.  
  118. #bite:hover .death {margin-top:0px;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
  119.  
  120. ::-webkit-scrollbar-thumb:vertical {
  121.  
  122. height:9px;
  123.  
  124. background-color: #ffffff;
  125.  
  126. }
  127.  
  128. ::-webkit-scrollbar {
  129.  
  130. width:7px;
  131.  
  132. height:5px;
  133.  
  134. background:#fff;
  135.  
  136. margin-right:5px;
  137.  
  138. }
  139.  
  140.  
  141. #fade { /*--Transparent background layer--*/
  142. display: none; /*--hidden by default--*/
  143. background: #000;
  144. position: fixed; left: 0; top: 0;
  145. width: 100%; height: 100%;
  146. opacity: .80;
  147. z-index: 9999;
  148. }
  149. .popup_block{
  150. display: none;
  151. background: #fff;
  152. padding: 20px;
  153. border-radius: 10px;
  154. border: 20px solid #000;
  155. float: left;
  156. font-size: 1.2em;
  157. position: fixed;
  158. top: 50%; left: 50%;
  159. z-index: 99999;
  160. /*--CSS3 Box Shadows--*/
  161. -webkit-box-shadow: 0px 0px 20px #000;
  162. -moz-box-shadow: 0px 0px 20px #000;
  163. box-shadow: 0px 0px 20px #000;
  164. /*--CSS3 Rounded Corners--*/
  165. -webkit-border-radius: 10px;
  166. -moz-border-radius: 10px;
  167. border-radius: 10px;
  168. }
  169. img.btn_close {
  170. float: right;
  171. margin: -5px -5px 0 0;
  172. }
  173. /*--Making IE6 Understand Fixed Positioning--*/
  174. *html #fade {
  175. position: absolute;
  176. }
  177. *html .popup_block {
  178. position: absolute;
  179. }
  180.  
  181.  
  182.  
  183. #tumblr_controls{
  184. position:fixed !important;
  185. }
  186.  
  187. .wrapper{
  188. margin: 0px auto;
  189. width: 900px;
  190. }
  191.  
  192. .header{
  193. float: left;
  194. width: 100%;
  195. }
  196.  
  197. .left{
  198. float: left;
  199. margin-right: 20px;
  200. width: 802px;
  201. }
  202.  
  203. .right{
  204. float: left;
  205. width: 200px;
  206. background-color: {color:Background};
  207. }
  208.  
  209. body {
  210. padding: 0px;
  211. margin: 0px;
  212. color:{color:text};
  213. font-family: varela;
  214. font-size: 11px;
  215. line-height:11px;
  216. background-color: {color:Background};
  217. background-image:url({image:Background});
  218. background-attachment: fixed;
  219. background-repeat: repeat
  220. text-align: right;
  221. }
  222.  
  223. a:link{
  224. text-decoration:none;
  225. color:{color:link};
  226. text-decoration: none;
  227. -webkit-transition: color 0.4s ease-out;
  228. -moz-transition: color 0.4s ease-out;
  229. }
  230.  
  231. a:hover{
  232. color:{color:hover} ;
  233. -webkit-transition: all 0.4s linear;
  234. -webkit-transition: all 0.4s linear;
  235. -moz-transition: all 0.4s linear;
  236. transition: all 0.4s linear;
  237. -webkit-transition: color 0.4s ease-out;
  238. -moz-transition: color 0.4s ease-out;
  239. }
  240.  
  241.  
  242. .assailant {
  243. color:{color:Permalink};
  244. font-size:10px;
  245. opacity: 0;
  246. -webkit-transition-duration: 1s;
  247. top:0px;
  248. left:0px;
  249. width:50px;
  250. height:20px;
  251. background-color: white;
  252. padding-top:5px;
  253. position: absolute;
  254. margin:5px;
  255. text-align:center;
  256. font-family: varela;
  257. letter-spacing: 1px;
  258. display:block;
  259. }
  260.  
  261. .entry:hover .assailant {
  262. {block:indexpage}opacity:0.85;
  263. {/block:indexpage}z-index:999999;
  264. }
  265.  
  266. a:link, a:active, a:visited{
  267. color:{color:link};
  268. text-decoration: none;
  269. -webkit-transition: color 0.4s ease-out;
  270. -moz-transition: color 0.4s ease-out;
  271. }
  272.  
  273. a:hover{
  274. text-decoration: underline;
  275. color: {color:hover}
  276. -webkit-transition: color 0.4s ease-out;
  277. -moz-transition: color 0.4s ease-out;
  278. }
  279.  
  280. .entry {
  281. margin: 2px;
  282. padding: 3px;
  283. padding-bottom:2px;
  284. float:right;
  285. text-align: right;
  286. font-family: varela;
  287. font-size: 11px;
  288. line-height:11px;
  289. {block:IndexPage}
  290. width:250px;
  291. {/block:IndexPage}
  292. {block:PermalinkPage}
  293. width:600px;
  294. margin-left:200px;
  295. {/block:PermalinkPage}
  296. }
  297.  
  298. #posts {
  299. width:852px;
  300. margin-top:10px;
  301. float:left;
  302. font-family: varela;
  303. margin-left:50px;
  304. }
  305.  
  306.  
  307.  
  308. .textperma{
  309. display: block;
  310. font-family: varela;
  311. font-size: 11px;
  312. line-height:11px;
  313. text-transform: lowercase;
  314. text-align: right;
  315. padding: 0px;
  316. margin: 2px;
  317. }
  318.  
  319. .title{
  320. font-family: varela;
  321. font-size: 20px;
  322. line-height: 15px;
  323. color: black;
  324. font-weight: none;
  325. }
  326.  
  327. #sidebar{
  328. position:fixed !important;
  329. right:-5px; padding-top:12px;
  330. top:100px;
  331. padding-bottom:12px;
  332. text-align:left;
  333. height:70px;
  334. width:250px;
  335. background-color:#fff;
  336. }
  337.  
  338.  
  339.  
  340. #box{
  341. height:auto;
  342. opacity:1.0;
  343. text-align:center;
  344. z-index:99999999999999999999;
  345. background:transparent;}
  346.  
  347.  
  348.  
  349. #cubehome a:link {
  350. color:{color:text};}
  351.  
  352. .chloe{
  353. {block:indexpage}width:250px;margin:5px;font-size:{text:post font size}px;font-color:{color:text};{/block:indexpage}{block:permalinkpage}width:540px;{/block:permalinkpage} float:left; position:relative; }}
  354.  
  355. .chloe img {
  356. opacity: 1;
  357. filter:alpha(opacity=20);
  358. -moz-opacity: 0.2;
  359. -webkit-transition: all 0.9s ease;
  360. -moz-transition: all 0.9s ease;
  361. -o-transition: all 0.9s ease;{block:indexpage}width:250px;{/block:indexpage}}
  362.  
  363. .chloe img:hover {
  364. border-radius: 40px;
  365. opacity: .85;
  366. filter:alpha(opacity=100);
  367. -moz-opacity: 1;
  368. -webkit-transition: all 0.9s ease;
  369. -moz-transition: all 0.9s ease;
  370. -o-transition: all 0.9s ease;{block:indexpage}width:250px;{/block:indexpage}
  371. }
  372.  
  373. .blogtitle{
  374.  
  375. font-size:40px;
  376. font-family: Varela;
  377. cursor:default;
  378. line-height: 50px;
  379. bottom:200px;
  380. }
  381. </style>
  382.  
  383. {block:IndexPage}
  384. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  385. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  386.  
  387. <script type="text/javascript">
  388. $(window).load(function () {
  389. var $content = $('#posts');
  390. $content.masonry({itemSelector: '.entry'}),
  391. $content.infinitescroll({
  392. navSelector : 'div#pagination',
  393. nextSelector : 'div#pagination a#nextPage',
  394. itemSelector : '.entry',
  395. loading: {
  396. finishedMsg: '',
  397. img: 'http://500px.com/unity/img/spinners/loader-small.gif'
  398. },
  399. bufferPx : 600,
  400. debug : false,
  401. },
  402. // call masonry as a callback.
  403. function( newElements ) {
  404. var $newElems = $( newElements );
  405. $newElems.hide();
  406. // ensure that images load before adding to masonry layout
  407. $newElems.imagesLoaded(function(){
  408. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  409.  
  410.  
  411. });
  412. });
  413. });
  414. </script>
  415.  
  416.  
  417.  
  418. {/block:IndexPage}
  419.  
  420. <title>{title}</title>
  421.  
  422. <link rel="shortcut icon" href="{Favicon}">
  423. <meta name="viewport" content="width=820" />
  424.  
  425. </head>
  426.  
  427. <script type="text/javascript">
  428. // <![CDATA[
  429. var speed=100; // speed of wobbling, lower is faster
  430. var height=3; // height of wobbling in pixels
  431. var alink=""; // page to link text to (set to ="" for no link)
  432.  
  433. /****************************
  434. * Wobbly Text Effect *
  435. *(c) 2003-6 mf2fm web-design*
  436. * http://www.mf2fm.com/rv *
  437. * DON'T EDIT BELOW THIS BOX *
  438. ****************************/
  439. var wobtxt, wobble, wobcnt=0;
  440. window.onload=function() { if (document.getElementById) {
  441. var i, wobli;
  442. wobble=document.getElementById("wobble");
  443. wobtxt=wobble.firstChild.nodeValue;
  444. while (wobble.childNodes.length) wobble.removeChild(wobble.childNodes[0]);
  445. for (i=0; i<wobtxt.length; i++) {
  446. wobli=document.createElement("span");
  447. wobli.setAttribute("id", "wobb"+i);
  448. wobli.style.position="relative";
  449. wobli.appendChild(document.createTextNode(wobtxt.charAt(i)));
  450. if (alink) {
  451. wobli.style.cursor="pointer";
  452. wobli.onclick=function() { top.location.href=alink; }
  453. }
  454. wobble.appendChild(wobli);
  455. }
  456. setInterval("wobbler()", speed);
  457. }}
  458.  
  459. function wobbler() {
  460. for (var i=0; i<wobtxt.length; i++) document.getElementById("wobb"+i).style.top=Math.round(height*Math.sin(i+wobcnt))+"px"
  461. wobcnt++;
  462. }
  463. // ]]>
  464. </script>
  465.  
  466. <body>
  467.  
  468.  
  469. <div class="wrapper">
  470. <div id="sidebar">
  471. <div style="border-top: solid #cecccc 5px; text-shadow: #000 0 0 5px;">
  472. <div style="text-align:center;"><center><div class="blogtitle">{Title}</center></div>
  473. {block:IfShowPicture}<center>
  474. <img src="{Image:Picture}" width="230"></img><br></center>{/block:IfShowPicture}
  475. <right></div>
  476. <center><br>{description}</center><br></center>
  477. <div style="border-top: solid #cecccc 5px; text-shadow: #000 0 0 5px;">
  478. <div class="links"><a href="/">home</a><br><a href="/ask">message</a>{block:HasPages}{block:Pages}{/block:Pages}{/block:HasPages}<br><a href="{text:Link One}" class="link">{text:Link One Title}</a><br>
  479. <a href="{text:Link Two}" class="link">{text:Link Two Title}</a><br>
  480. <a href="{text:Link Three}" class="link">{text:Link Three Title}</a><br><a href="http://naturalblisse.tumblr.com">theme</a></div>
  481. </center>
  482. </div>
  483. </div>
  484. </div></div>
  485. </div>
  486. </div>
  487. </div></center>
  488. <div class="content">
  489.  
  490. <div class="left">
  491.  
  492. <div id="posts">
  493.  
  494. <div class="chloe">
  495.  
  496. {block:Posts}
  497. <div class="entry">
  498.  
  499. {block:Text}
  500. {block:Title}<span class="title">{Title}</span>{/block:Title}
  501. <span class="text">{Body}</span></a>
  502. {block:IndexPage}
  503. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
  504. {/block:IndexPage}
  505. {/block:Text}
  506.  
  507. {block:Link}
  508. <a href="{URL}" class="title">{Name}</a>
  509. {block:Description}{Description}{/block:Description}
  510. {block:IndexPage}
  511. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
  512. {/block:IndexPage}
  513. {block:Link}
  514.  
  515. {block:Photo}
  516. {block:IndexPage}{LinkOpenTag}<a href="{permalink}"><div class="photo"><a><a href="{permalink}"><img class="photo"
  517. src="{PhotoURL-HighRes}" alt="{PhotoAlt}"
  518. width="250"/></a></div>{LinkCloseTag}{/block:IndexPage}
  519. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img
  520. class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"
  521. width="510"/></a>{LinkCloseTag}
  522. {/block:PermalinkPage}
  523. {/block:Photo}
  524.  
  525. {block:Photoset}{block:IndexPage}
  526. <div class="permalink">
  527. <a href="{permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank"> reblog </a> / <a href="{permalink}">{TimeAgo}</a></span></div>{/block:IndexPage}<center>{Photoset-400}</center></span>{/block:Photoset}
  528.  
  529. {block:Quote}
  530. <span class="title">{Quote}</span><br />
  531. {block:Source}{Source}{/block:Source}
  532. {block:IndexPage}
  533. <br /><div class="textperma"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
  534. {/block:IndexPage}
  535. {/block:Quote}
  536.  
  537. {block:Chat}
  538. {block:Title}<span class="title">{Title}</span>{/block:Title}
  539. <ul class="chat">
  540. {block:Lines}
  541. <li class="user_{UserNumber}">
  542. {block:Label}
  543. <span class="label">{Label}</span>
  544. {/block:Label}
  545.  
  546. {Line}
  547. </li>
  548. {/block:Lines}
  549. </ul>
  550. {block:IndexPage}
  551. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
  552. {/block:IndexPage}
  553. {/block:Chat}
  554.  
  555. {block:Audio}
  556. <center><div style="width:250px; height:20px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px; float:right;"><small>
  557. {FormattedPlayCount} plays</small></div></div></center><br>
  558. {block:Caption}{Caption}{/block:Caption}
  559. {block:IndexPage}
  560. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
  561. {/block:IndexPage}
  562. {/block:Audio}
  563.  
  564. {block:Video}{block:IndexPage}
  565. <div class="permalink">
  566. <a href="{permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank"> reblog </a> / <a href="{permalink}">{TimeAgo}</a></span></div>{/block:IndexPage}
  567. <center>
  568. <div class="videoperma">{Video-400}</div><BR>
  569. {block:Caption}{Caption}</a>{/block:Caption}</center>
  570. {block:Video}
  571.  
  572. {block:Answer}<div class="pagelinks"><b>{Asker} whispered:</b><br><br> {Question}<br><br> <b>Marian said:</b><br>{Answer}<div style="text-align:right;"><a href="{Permalink}">☯</a></div>{block:PermalinkPage}{/block:PermalinkPage}</div>{/block:Answer}
  573.  
  574. {block:PermalinkPage}
  575. <left>
  576. {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>
  577.  
  578. {/block:PermalinkPage}
  579.  
  580. {block:PostNotes}{PostNotes}
  581. {/block:PostNotes}
  582. </div>
  583.  
  584. {/block:Posts}</div>
  585. </div>
  586. </div>
  587. {block:IndexPage}
  588. {block:Pagination}
  589. <div id="pagination">
  590. {block:NextPage}
  591. <a id="nextPage" href="{NextPage}"></a>
  592. {/block:NextPage}
  593. {block:PreviousPage}
  594. <a href="{PreviousPage}"></a>
  595. {/block:PreviousPage}
  596. </div>
  597. {/block:Pagination}
  598. {/block:IndexPage}
  599. </div>
  600.  
  601.  
  602. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  603. <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>
  604. </body>
  605.  
  606. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement