Advertisement
html-tutorials

Lillies Theme (3 columns)

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