Advertisement
Guest User

Hunter Theme

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