Advertisement
Guest User

Everdeen Theme

a guest
Oct 28th, 2013
1,653
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.76 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.  
  5. <!--
  6.  
  7. THEME EVERGREEN BY CAULIFLORUS FOR PAINTBRUSHTHEMES
  8.  
  9. don't steal this please and keep the description short, thanks :')
  10.  
  11. -->
  12.  
  13. <head>
  14.  
  15. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"><img src="http://static.tumblr.com/95njt7t/WY7lqgdrx/backtotop_arrowblk.png" border="0"></a>
  16.  
  17. <script type="text/javascript"
  18.  
  19. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  20.  
  21.  
  22.  
  23. <script type="text/javascript"
  24.  
  25. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  26.  
  27.  
  28.  
  29. <title>{title}</title>
  30.  
  31.  
  32.  
  33. <link rel="shortcut icon" href="{Favicon}">
  34.  
  35.  
  36.  
  37. <meta name="color:Background" content="#FFF"/>
  38.  
  39. <meta name="color:Text" content="#AAA"/>
  40.  
  41. <meta name="color:Hover" content="#a0a0a0"/>
  42.  
  43. <meta name="color:Link" content="#777676"/>
  44.  
  45. <meta name="image:Left Background" content""/>
  46.  
  47. <meta name="image:Right Background" content""/>
  48.  
  49. <meta name="image:sidebar" content=""/>
  50.  
  51. <meta name="text:Link 1 URL" content=""/>
  52.  
  53. <meta name="text:Link 1 Title" content=""/>
  54.  
  55. <meta name="text:Link 2 URL" content="/">
  56.  
  57. <meta name="text:Link 2 Title" content=""/>
  58.  
  59. <meta name="text:Link 3 URL" content=""/>
  60.  
  61. <meta name="text:Link 3 Title" content=""/>
  62.  
  63. <meta name="text:Link 4 URL" content=""/>
  64.  
  65. <meta name="text:Link 4 Title" content=""/>
  66.  
  67.  
  68.  
  69.  
  70. <style type="text/css">
  71.  
  72.  
  73.  
  74.  
  75. #scrollToTop:link,#scrollToTop:visited {
  76. color: transparent;
  77. background-color: transparent;
  78. display: none;
  79. position: fixed;
  80. bottom: 5px;
  81. right: 15px; }
  82.  
  83.  
  84.  
  85. iframe#tumblr_controls{
  86. top: 1px !important;
  87. margin: 0 0 0 0;
  88. right: 6px !important;
  89. position: fixed !important;
  90. }
  91.  
  92.  
  93.  
  94. ::-webkit-scrollbar {width: 5px; height: 4px; background: white; }
  95.  
  96.  
  97.  
  98. ::-webkit-scrollbar-thumb { background-color:black; }
  99.  
  100.  
  101.  
  102. 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;}
  103.  
  104.  
  105.  
  106. #tumblr_controls{
  107.  
  108. position:fixed !important;
  109.  
  110. }
  111.  
  112.  
  113.  
  114. .wrapper{
  115.  
  116. margin: 0px auto;
  117.  
  118. width: 900px;
  119.  
  120. }
  121.  
  122.  
  123.  
  124. .header{
  125.  
  126. float: left;
  127.  
  128. width: 100%;
  129.  
  130. }
  131.  
  132.  
  133.  
  134. .left{
  135.  
  136. float: left;
  137.  
  138. margin-right: 20px;
  139.  
  140. width: 802px;
  141.  
  142. }
  143.  
  144.  
  145.  
  146. .right{
  147.  
  148. float: right;
  149.  
  150. width: 200px;
  151.  
  152. background-color: {color:Background};
  153.  
  154. }
  155.  
  156.  
  157.  
  158. body {
  159. background-color:{color:background};
  160.  
  161. background-image: url({image:Left Background}), url({image:Right Background}), url({image:Tiled Background}), url({image:Cover Background});
  162.  
  163. background-attachment: fixed;
  164.  
  165. background-position: bottom 0px left 0px, bottom 0px right 10px, top left, top left;
  166.  
  167. background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  168.  
  169. padding: 0px;
  170.  
  171. margin: 0px;
  172.  
  173. color:{color:text};
  174.  
  175. font-family: georgia;
  176.  
  177. font-size: 9px;
  178.  
  179. line-height:9px;
  180.  
  181. text-align: left;
  182. }
  183.  
  184.  
  185.  
  186. a:link, a:active, a:visited{
  187.  
  188. color:{color:link};
  189.  
  190. text-decoration: none;
  191.  
  192. -webkit-transition: color 0.4s ease-out;
  193.  
  194. -moz-transition: color 0.4s ease-out;
  195.  
  196. }
  197.  
  198.  
  199.  
  200. a:hover{
  201.  
  202. color:{color:Hover};
  203.  
  204. text-decoration:underline;
  205.  
  206. -webkit-transition: color 0.4s ease-out;
  207.  
  208. -moz-transition: color 0.4s ease-out;
  209.  
  210. }
  211.  
  212.  
  213. #sidebar img{
  214. padding:5px;
  215. background:#fff;
  216. margin-top:10px;
  217. width:100px;
  218. -webkit-transition: all .5s ease;
  219. -moz-transition: all .5s ease;
  220. -o-transition: all .5s ease;
  221. transition: all .5s ease;
  222.  
  223. }
  224.  
  225.  
  226.  
  227. .entry {
  228.  
  229. float:left;
  230.  
  231. margin-left:30px;
  232.  
  233. margin-top:10px;
  234.  
  235. text-align: left;
  236.  
  237. padding-top:40px;
  238.  
  239. padding-left:8px;
  240.  
  241. padding-right:8px;
  242.  
  243. padding-bottom:1px;
  244.  
  245.  
  246. {block:IndexPage}
  247.  
  248. width:230px;
  249.  
  250. {/block:IndexPage}
  251.  
  252. {block:PermalinkPage}
  253.  
  254. width:230px;
  255.  
  256. margin-left:40px;
  257.  
  258. {/block:PermalinkPage}
  259.  
  260. }
  261.  
  262.  
  263.  
  264.  
  265. blockquote {
  266.  
  267. padding-left:5px;
  268.  
  269. padding-top:3px;padding-right:5px;
  270.  
  271. padding-bottom:3px;margin-left:0px;margin-right:0px;
  272.  
  273. border-left: 2px solid #e4e4e4;
  274.  
  275. }
  276.  
  277.  
  278.  
  279. img{
  280.  
  281. {block:IndexPage}
  282.  
  283. max-width: 280px;
  284.  
  285. opacity:1.0;
  286.  
  287. {/block:IndexPage}
  288.  
  289. }
  290.  
  291.  
  292.  
  293. .entry .permalink{
  294.  
  295. position:absolute;
  296.  
  297. padding:8px;
  298.  
  299. overflow:hidden;
  300.  
  301. opacity:0.0;
  302.  
  303. -webkit-transition: all 0.3s linear;
  304.  
  305. -webkit-transition: all 0.3s linear;
  306.  
  307. -moz-transition: all 0.3s linear;
  308.  
  309. transition: all 0.3s linear;
  310.  
  311. font-size: 9px;
  312.  
  313. line-height:11px;
  314.  
  315. font-style:italic;
  316.  
  317. }
  318.  
  319. img{
  320.  
  321. {block:IndexPage}
  322.  
  323. max-width: 280px;
  324. border-radius:3px;
  325.  
  326. opacity:.8;
  327. transition: opacity .25s ease-in-out;
  328. -moz-transition: opacity .25s ease-in-out;
  329. -webkit-transition: opacity .25s ease-in-out;
  330.  
  331. {/block:IndexPage}
  332.  
  333. }
  334. img:hover{
  335. opacity: 1;;
  336. }
  337.  
  338.  
  339. .entry:hover .permalink{
  340.  
  341. opacity:1.0;
  342.  
  343. margin-top:-28px;
  344.  
  345. background-color:white;
  346.  
  347.  
  348.  
  349.  
  350. }
  351.  
  352. #titlebar{
  353.  
  354. z-index:999999999999999;
  355.  
  356. position:fixed;
  357.  
  358. width:120px;
  359.  
  360. color:{color:text};
  361.  
  362. z-index:10;
  363.  
  364. overflow:hidden;
  365.  
  366. text-align:center;
  367.  
  368. margin-left:580px;
  369.  
  370. top:150px;
  371.  
  372. background-color:{color:Background};
  373.  
  374. padding:12px;
  375.  
  376. padding-top:15px;
  377.  
  378.  
  379. }
  380.  
  381.  
  382.  
  383. #posts {
  384.  
  385. width: 300px;
  386.  
  387. margin-left:260px;
  388.  
  389. padding:2px;
  390.  
  391. margin-top:-35px;
  392.  
  393. border-radius:9px;
  394.  
  395. border: solid 1px #eee;
  396.  
  397. }
  398.  
  399.  
  400. 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;}
  401.  
  402. .fufu {width:227px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  403.  
  404. .fufu:hover {-webkit-transform: translate(1em,0);-moz-transform: translate(1em,0);-o-transform: translate(1em,0);}
  405.  
  406. #biter
  407.  
  408. #bite a {display:block}
  409.  
  410. #bite .death {margin-top:-45px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  411.  
  412. #bite:hover .death {margin-top:0px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
  413.  
  414.  
  415. .entry .textperma{
  416.  
  417. display: block;
  418.  
  419. text-transform: lowercase;
  420.  
  421. text-align:center;
  422.  
  423. font-style:italic;
  424.  
  425. opacity:0.0;
  426.  
  427. margin: 2px;
  428.  
  429. margin-top:-15px;
  430.  
  431. -webkit-transition-duration:0.2s;
  432.  
  433. }
  434.  
  435.  
  436.  
  437. .entry:hover .textperma{
  438.  
  439. opacity:1.0;
  440.  
  441. margin-top:0px;
  442.  
  443. margin: 2px;
  444.  
  445. }
  446.  
  447.  
  448.  
  449. .title{
  450.  
  451. font-family:consolas;
  452.  
  453. font-size:11px;
  454.  
  455. line-height:9px;
  456.  
  457. color: {color:text};
  458.  
  459. font-weight: normal;
  460.  
  461. text-transform:none;
  462.  
  463. }
  464.  
  465. .links{
  466. font-family: "consolas";
  467. border-top:1px solid #eee;
  468. padding:2px;
  469. font-size:8px;}
  470.  
  471. .description{
  472. font-family:"consolas";
  473. padding:17px;
  474. font-size: 9px}
  475.  
  476.  
  477.  
  478. @font-face { font-family: "sueellen"; src: url('http://themes.googleusercontent.com/static/fonts/sueellenfrancisco/v2/TwHX4vSxMUnJUdEz1JIgrrtXaZAN_aGv07JTA91X2HI.woff'); }
  479.  
  480. @font-face { font-family: "meem21"; src: url('http://static.tumblr.com/gyoju49/ab6mo9fq8/meem21.ttf'); }
  481.  
  482.  
  483. </style>
  484.  
  485.  
  486.  
  487. {block:IndexPage}
  488.  
  489. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  490.  
  491. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  492.  
  493.  
  494.  
  495. <script type="text/javascript">
  496.  
  497. $(window).load(function () {
  498.  
  499. var $content = $('#posts');
  500.  
  501. $content.masonry({itemSelector: '.entry'}),
  502.  
  503. $content.infinitescroll({
  504.  
  505. navSelector : 'div#pagination',
  506.  
  507. nextSelector : 'div#pagination a#nextPage',
  508.  
  509. itemSelector : '.entry',
  510.  
  511. loading: {
  512.  
  513. finishedMsg: '',
  514.  
  515. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  516.  
  517. },
  518.  
  519. bufferPx : 600,
  520.  
  521. debug : false,
  522.  
  523. },
  524.  
  525. // call masonry as a callback.
  526.  
  527. function( newElements ) {
  528.  
  529. var $newElems = $( newElements );
  530.  
  531. $newElems.hide();
  532.  
  533. // ensure that images load before adding to masonry layout
  534.  
  535. $newElems.imagesLoaded(function(){
  536.  
  537. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  538.  
  539.  
  540.  
  541.  
  542.  
  543. });
  544.  
  545. });
  546.  
  547. });
  548.  
  549. </script>
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557. {/block:IndexPage}
  558.  
  559.  
  560.  
  561. <title>{title}</title>
  562.  
  563.  
  564.  
  565. <link rel="shortcut icon" href="http://media.tumblr.com/368da0c17baf1aa799edca315159fba7/tumblr_inline_mqsby8a58G1qz4rgp.gif">
  566.  
  567. <meta name="viewport" content="width=820" />
  568.  
  569.  
  570.  
  571.  
  572.  
  573. </head>
  574.  
  575.  
  576.  
  577. <body>
  578.  
  579.  
  580.  
  581.  
  582.  
  583. <div class="wrapper">
  584.  
  585. <div class="header">
  586.  
  587. </div>
  588.  
  589.  
  590.  
  591. <div id="titlebar">
  592.  
  593.  
  594. <div id="bite">
  595. <h4><center>
  596. </center></h4>
  597.  
  598. <br><br>
  599. <a href="/"><img src="{image:sidebar}" width=100%></a>
  600. <br></br>
  601.  
  602. <div class="death">
  603. <div align="center">
  604. <div class="links">
  605.  
  606. {block:ifLink1Title}<a href="{text:Link 1 URL}">{text:Link 1 Title}</a> · {/block:ifLink1Title}
  607.  
  608. {block:ifLink2Title}<a href="{text:Link 2 URL}">{text:Link 2 Title}</a> · {/block:ifLink2Title}
  609.  
  610. {block:ifLink3Title}<a href="{text:Link 3 URL}">{text:Link 3 Title}</a> · {/block:ifLink3Title}
  611.  
  612. {block:ifLink4Title}<a href="{text:Link 4 URL}">{text:Link 4 Title}</a> · {/block:ifLink4Title}
  613.  
  614. <a href="http://cauliflorus.tumblr.com">©</a>
  615.  
  616. </div>
  617. </div>
  618. </div>
  619.  
  620.  
  621. <br>
  622. <div class="description">
  623. <i>{description}</i>
  624. </div>
  625.  
  626.  
  627.  
  628.  
  629.  
  630. </div>
  631. </div>
  632.  
  633.  
  634.  
  635. <div class="content">
  636.  
  637.  
  638.  
  639. <div class="left">
  640.  
  641.  
  642.  
  643. <div id="posts">
  644.  
  645.  
  646.  
  647. {block:Posts}
  648.  
  649. <div class="entry">
  650.  
  651.  
  652.  
  653. {block:Text}
  654.  
  655. {block:Title}<span class="title">{Title}</span>{/block:Title}
  656.  
  657. <span class="entrytext">{Body}</span></a>
  658.  
  659. {/block:Text}
  660.  
  661.  
  662.  
  663. {block:Link}
  664.  
  665. <a href="{URL}" class="title">{Name}</a>
  666.  
  667. {block:Description}{Description}{/block:Description}
  668.  
  669. {block:Link}
  670.  
  671.  
  672.  
  673. {block:Photo}
  674.  
  675. {block:IndexPage}{LinkOpenTag}
  676.  
  677. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="230"/></a></div>{LinkCloseTag}{/block:IndexPage}
  678.  
  679. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="230"/></a>{LinkCloseTag}{/block:PermalinkPage}
  680.  
  681. {block:IndexPage}
  682.  
  683. {/block:IndexPage}
  684.  
  685. {/block:Photo}
  686.  
  687.  
  688.  
  689. {block:Photoset}
  690.  
  691. <center>{Photoset-250}</center></span>
  692.  
  693. {/block:Photoset}
  694.  
  695.  
  696.  
  697. {block:Quote}
  698.  
  699. <span class="title">{Quote}</span><br />
  700.  
  701. {block:Source}{Source}{/block:Source}
  702.  
  703. {/block:Quote}
  704.  
  705.  
  706.  
  707. {block:Chat}
  708.  
  709. {block:Title}<span class="title">{Title}</span>{/block:Title}
  710.  
  711. {block:Lines}
  712.  
  713. <li class="user_{UserNumber}">
  714.  
  715. {block:Label}
  716.  
  717. <b><span class="label">{Label}</b></span>
  718.  
  719. {/block:Label}
  720.  
  721.  
  722.  
  723. {Line}
  724.  
  725. </li>
  726.  
  727. {/block:Lines}
  728.  
  729. </ul>
  730.  
  731. {/block:Chat}
  732.  
  733.  
  734.  
  735. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="57px" height="57px" align="left" style="margin-right:5px; padding-bottom:5px;" /><br>{/block:AlbumArt}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  736.  
  737. {block:IndexPage}
  738.  
  739. <div class="textperma"><a href="{Permalink}">{NoteCountWithLabel}</a> · <a href="{Permalink}">{DayofMonth} {ShortMonth}</a></span></a></div>
  740.  
  741. {/block:IndexPage}
  742.  
  743. {/block:Audio}
  744.  
  745.  
  746.  
  747. {block:Video}
  748.  
  749. <center>
  750.  
  751. <div class="videoperma">{Video-250}</div><BR>
  752.  
  753. {block:Caption}{Caption}</a>{/block:Caption}</center>
  754.  
  755. {block:Video}
  756.  
  757.  
  758.  
  759. {block:PermalinkPage}
  760.  
  761. <center>
  762.  
  763. {block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  764.  
  765.  
  766.  
  767. {/block:PermalinkPage}
  768.  
  769.  
  770.  
  771. {block:PostNotes}{PostNotes}
  772.  
  773. {/block:PostNotes}
  774.  
  775. </div>
  776.  
  777.  
  778.  
  779. {/block:Posts}
  780.  
  781. </div>
  782.  
  783. </div>
  784.  
  785. {block:IndexPage}
  786.  
  787. {block:Pagination}
  788.  
  789. <div id="pagination">
  790.  
  791. {block:NextPage}
  792.  
  793. <a id="nextPage" href="{NextPage}"> </a>
  794.  
  795. {/block:NextPage}
  796.  
  797. {block:PreviousPage}
  798.  
  799. <a href="{PreviousPage}"> </a>
  800.  
  801. {/block:PreviousPage}
  802.  
  803. </div>
  804.  
  805. {/block:Pagination}
  806.  
  807. {/block:IndexPage}
  808.  
  809. </div>
  810.  
  811.  
  812. </body>
  813.  
  814.  
  815.  
  816. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement