hokshi

Jaekpot Theme

Oct 30th, 2012
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 17.56 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" xml:lang="en" lang="en">
  3. <head>
  4. <html>
  5. <title>{Title}</title>
  6.  
  7. <!--
  8. J A E K P O T   T H E M E
  9. ------------------------------
  10. B Y  H O K S H I // T U M B L R
  11. -->
  12.  
  13. <link rel="shortcut icon" href="{Favicon}" />
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  15. {block:Description}
  16. <meta name="description" content="{MetaDescription}" />
  17. {/block:Description}
  18.  
  19. <meta name="color:background" content="#f4f4f4"/>
  20. <meta name="color:text" content="#474646"/>
  21. <meta name="color:link" content="#252525"/>
  22. <meta name="color:link hover" content="#cccccc"/>
  23. <meta name="color:sidebar background" content="#f3f1f1"/>
  24. <meta name="color:posts" content="#f3f1f0"/>
  25. <meta name="color:back post background" content="#ffffff"/>
  26. <meta name="color:permalink background" content="#ffed00"/>
  27. <meta name="color:link1" content="#c3c7c7"/>
  28. <meta name="color:link2" content="#e9f5d4"/>
  29. <meta name="color:link3" content="#6d6b6b"/>
  30. <meta name="color:link4" content="#ffe300"/>
  31. <meta name="image:background" content="http://static.tumblr.com/ii9pnwy/ARTm1p7f3/graydottedmany.png"/>
  32. <meta name="image:back post background" content="http://static.tumblr.com/ii9pnwy/ccUm1p7fu/tumblr_lws4pjqqja1qi201y.png"/>
  33. <meta name="image:sidebar picture" content="http://static.tumblr.com/ii9pnwy/3e8m1p7gd/tumblr_m0w0rojlhe1qmlc53o1_500.jpg"/>
  34. <meta name="image:post background" content="http://static.tumblr.com/ii9pnwy/1lTm1p7gu/dottedmanywhite.png"/>
  35. <meta name="if:Smaller Posts" content="1"/>
  36. <meta name="if:Posts Background" content="1"/>
  37. <meta name="if:Show Captions" content="0"/>
  38. <meta name="if:Infinite Scrolling" content="0"/>
  39. <meta name="text:Link 1 URL" content="/" />
  40. <meta name="text:Link 1 Name" content="❶" />
  41. <meta name="text:Link 2 URL" content="/" />
  42. <meta name="text:Link 2 Name" content="❷" />
  43. <meta name="text:Link 3 URL" content="/" />
  44. <meta name="text:Link 3 Name" content="❸" />
  45. <meta name="text:Link 4 URL" content="/" />
  46. <meta name="text:Link 4 Name" content="❹" />
  47. <meta name="text:Link 5 URL" content="/" />
  48. <meta name="text:Link 5 Name" content="❺" />
  49.  
  50. {block:IfInfiniteScrolling}
  51. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  52. {/block:IfInfiniteScrolling}
  53.  
  54. <style type="text/css">
  55. {CustomCSS}
  56.  
  57. iframe#tumblr_controls {
  58.     right:3px;
  59.     position: fixed !important;
  60.     -webkit-transition: opacity 0.7s linear;
  61.     opacity: 0.5;
  62.     -webkit-transition: all 0.5s ease;
  63.     -moz-transition: all 0.5s ease;
  64.     transition: all 0.5s ease;
  65.     }
  66.  
  67. iframe#tumblr_controls:hover {
  68.     -webkit-transition: opacity 0.7s linear;
  69.     opacity: 1;
  70.     -webkit-transition: all 0.5s ease;
  71.     -moz-transition: all 0.5s ease;
  72.     transition: all 0.5s ease;
  73.     }
  74.  
  75. ::-webkit-scrollbar {
  76.     width: 10px;
  77.     height:auto;
  78.     }
  79. ::-webkit-scrollbar-thumb {
  80.     background: {color:text};
  81.     border-top: 5pt solid {color:link};
  82.     border-bottom: 5pt solid {color:link};
  83.     border-radius: 15px;
  84.     }
  85. ::-webkit-scrollbar-track-piece {
  86.     background: {color:background};
  87.     }
  88.    
  89. body{
  90.     background: {color:background};
  91.     background-image: url('{image:background}');
  92.     background-attachment: fixed;
  93.     font-family: consolas;
  94.     letter-spacing: 1px;
  95.     font-size: 9px;
  96.     font-style: none;
  97.     line-height: 10px;
  98.     color: {color:text};
  99.     text-decoration: none;
  100.     text-align: justify;
  101.     }
  102.  
  103. a{
  104.     color: {color:link};
  105.     text-decoration: none;
  106.     -webkit-transition: all 0.7s ease;
  107.     -moz-transition: all 0.7s ease;
  108.     -o-transition: all 0.7s ease;  
  109.     }
  110. a:hover{
  111.     color: {color:link hover};
  112.     text-decoration: none;
  113.     -webkit-transition: all 0.7s ease;
  114.     -moz-transition: all 0.7s ease;
  115.     -o-transition: all 0.7s ease;  
  116.     text-shadow: {color:link} 1px 1px;
  117.     }
  118. img {
  119.     opacity: 1;
  120.     filter:alpha(opacity=100);
  121.     }
  122. img: hover{
  123.     opacity: 0.2;
  124.     filter:alpha(opacity=20);
  125.     }
  126.  
  127. #backpost{
  128.     background: {color:back post background};
  129.     background-image: url('{image:back post background}');
  130.     background-attachment: fixed;
  131.     width: 520px;
  132.     {block:IfSmallerPosts}
  133.     width: 420px;
  134.     {block:IfSmallerPosts}
  135.     float: center;
  136.     padding: 15px;
  137.     }
  138.  
  139. #post{
  140.     width: 600px;
  141.     {block:IfSmallerPosts}
  142.     width: 500px;
  143.     {/block:IfSmallerPosts}
  144.     position: absolute;
  145.     right: 50%; margin-right: -250px;
  146.     top: 0px;
  147.     z-index: 999;
  148.     }
  149.  
  150. #entry {
  151.     width: 500px;
  152.     {block:IfSmallerPosts}
  153.     width: 400px;
  154.     {block:IfSmallerPosts}
  155.     padding: 10px;
  156.     margin-bottom: 15px;
  157.     background: {color:posts};
  158.     background-image: url('{image:post background}');
  159.     font-family: consolas;
  160.     font-size: 10px;
  161.     text-transform: lowercase;
  162.     font-color: {color:font};
  163.     border-radius: 5px;
  164.     z-index: 999;
  165.     }
  166.  
  167. #menu{
  168.     bottom: 96px;
  169.     right: 50%;
  170.     margin-right:-470px;
  171.     z-index: 2;
  172.     position: fixed;
  173.     text-transform: uppercase;
  174.     font-family: arial;
  175.     font-size: 9px;
  176.     letter-spacing:1px;
  177.     }
  178.  
  179. #title{
  180.     bottom: 245px;
  181.     right: 50%;
  182.     margin-right:-450px;
  183.     z-index: 2;
  184.     position: fixed;
  185.     text-transform: uppercase;
  186.     font-family: arial;
  187.     font-size: 17px;
  188.     letter-spacing:3px;
  189.     }
  190.    
  191. #next{
  192.     bottom: 145px;
  193.     right: 50%;
  194.     margin-right:380px;
  195.     {block:IfSmallerPosts}
  196.     margin-right:275px;
  197.     {/block:IfSmallerPosts}
  198.     z-index: 2;
  199.     position: fixed;
  200.     text-transform: uppercase;
  201.     font-family: arial;
  202.     font-size: 35px;
  203.     line-height:40px;
  204.     }
  205.    
  206. #titlebar{
  207.     background-color:transparent;
  208.     padding: 3px;
  209.     border-bottom: 1px dotted {color:link};
  210.     color: {color:link};
  211.     letter-spacing:5px;
  212.     text-transform: uppercase;
  213.     font-family: arial;
  214.     font-size: 12px;
  215.     line-height: 15px;
  216.     }
  217.    
  218. #sideimg{
  219.     background: {color:sidebar background};
  220.     background-image: url('{image:back post background}');
  221.     float:right;
  222.     width: 180px;
  223.     height: 135px;
  224.     padding: 0px;
  225.     bottom: 100px;
  226.     right: 50%;
  227.     margin-right:-400px;
  228.     position: fixed;
  229.     -webkit-transition: all 0.8s ease;
  230.     -moz-transition: all 0.8s ease;
  231.     -o-transition: all 0.8s ease;
  232.     border-radius: 10px;
  233.     }
  234.  
  235. .hidden{
  236.     background: {color:sidebar background};
  237.     background-image: url('{image:back post background}');
  238.     width: 170px;
  239.     height: 125px;
  240.     padding: 5px;
  241.     bottom: 100px;
  242.     right: 50%;
  243.     margin-right:-400px;
  244.     position: fixed;
  245.     z-index: 4;
  246.     opacity: 0;
  247.     font-family: consolas;
  248.     font-size: 10px;
  249.     -webkit-transition: all 0.6s ease-in;
  250.     -moz-transition: all 0.6s ease-in;
  251.     -o-transition: all 0.6s ease-in;
  252.     border-radius: 10px;
  253.     }
  254.  
  255. #sidebarhidden:hover #sideimg{
  256.     opacity:1;
  257.     z-index:5;
  258.     }
  259.    
  260. #sidebar:hover #sideimg{
  261.     right: 50%;
  262.     margin-right:-570px;
  263.     opacity:0;
  264.     }
  265.    
  266. #sidebar:hover .hidden{
  267.     z-index:1;
  268.     opacity:1;
  269.     -webkit-transition: all .8s ease;
  270.     -moz-transition: all .8s ease;
  271.     -o-transition: all .8s ease;
  272.     }
  273.  
  274. #postlink{
  275.     border-bottom: 1px dotted {color:link};
  276.     padding: 2px;
  277.     }
  278.    
  279. #link2{
  280.     opacity:1;
  281.     background: {color:link1};
  282.     color: {color:link1};
  283.     width: 60px;
  284.     height:23px;
  285.     }
  286. #link2:hover
  287.     {color:#000;
  288.     opacity:0.6;
  289.     height:90px;
  290.     }
  291. #link3{
  292.     opacity:1;
  293.     background: {color:link2};
  294.     color: {color:link2};
  295.     width: 60px;
  296.     height:23px;
  297. }
  298. #link3:hover{
  299.     color:#000;
  300.     opacity:0.6;
  301.     height:90px;
  302.     }
  303. #link4{
  304.     opacity:1;
  305.     background: {color:link3};
  306.     color: {color:link3};
  307.     width: 60px;
  308.     height:23px;
  309.     }
  310. #link4:hover{
  311.     color:#000;
  312.     opacity:0.6;
  313.     height:90px;
  314.     }
  315. #link5{
  316.     opacity:1;
  317.     background: {color:link4};
  318.     color: {color:link4};
  319.     width: 60px;
  320.     height:23px;
  321.     }
  322. #link5:hover{
  323.     color:#000;
  324.     opacity:0.6;
  325.     height:90px;
  326.     }
  327.  
  328. .link{
  329.     -webkit-transition: all 0.4s ease;
  330.     -moz-transition: all 0.4s ease;
  331.     -o-transition: all 0.4s ease;
  332.     background: ({color:font});
  333.     height: 15px;
  334.     border-radius: 5px;
  335.     margin-right: 2px;
  336.     z-index: 5;
  337.     }
  338.  
  339. .permalink {
  340.     float: right;
  341.     width: 420px;
  342.     height: 2px;
  343.     font-size: 9px;
  344.     padding: 10px;
  345.     font-family: arial;
  346.     background: {color:permalink background};
  347.     margin-top: 0px;
  348.     margin-left: -40px;
  349.     padding-top:2px;
  350.     border-radius: 3px;
  351.     position: absolute;
  352.     letter-spacing: 1px;
  353.     text-align: center;
  354.     -webkit-transition: all 4s ease;
  355.     -moz-transition: all 4s ease;
  356.     -o-transition: all 4s ease;
  357.     z-index: -1;
  358.     }
  359. .permalink a{
  360.     color:#8b8c8d;
  361.     font-size: 10px;
  362.     }
  363.  
  364. #entry:hover .permalink {
  365.     margin-top: 0px;
  366.     margin-left: -100px;
  367.     -webkit-transition: all 1s ease-in;
  368.     filter: alpha(opacity = 70);
  369.     -moz-transition: all 1s ease-in;
  370.     -o-transition: all 1s ease-in;
  371.     width: 50px;
  372.     height: 20px;
  373.     float: left;
  374.     }
  375.  
  376. #permalink{
  377.     opacity:1;
  378.     color:#000;
  379.     background-color:transparent;
  380.     width: 500px;
  381.     margin-left: -250px;
  382.     }
  383. #permalink:hover
  384.     {
  385.     opacity:0;
  386.     }
  387.  
  388. blockquote{
  389.     background-color:transparent;
  390.     padding: 3px;
  391.     border-left: 1px dotted #000;
  392.     color: {color:link};
  393.     }
  394.  
  395. </style>
  396.  
  397. <script type="text/javascript" src="http://static.tumblr.com/zh7ydxo/CIvlwa3c5/jquery.js"></script>
  398. <script type="text/javascript" src="http://static.tumblr.com/zh7ydxo/CtWlwa3d9/lazyload.js"></script>
  399. <script type="text/javascript" charset="utf-8">
  400. var $j = jQuery.noConflict();
  401. $j(function() {
  402. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  403. $j("img").lazyload({
  404. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  405. effect: "fadeIn",
  406. });
  407. });
  408. </script>
  409.  
  410. </head>
  411.  
  412. <body>
  413. {block:IfNotInfiniteScrolling}{block:Pagination}<div id="next">{block:PreviousPage}<a href="{PreviousPage}"></a>{/block:PreviousPage}<br>{block:NextPage}<a href="{NextPage}"></a>{/block:NextPage}</div>{/block:Pagination}{/block:IfNotInfiniteScrolling}
  414. <div id="sidebar">
  415. <div id="sideimg">
  416. <img src="{image:Sidebar picture}" style="width: 180px; border-radius: 10px"></img><big><big><big><big><div align="right">+ hover</div></big></big></big></big>
  417. </div>
  418. <div class="hidden">
  419. {block:Description}{Description}{/block:Description}
  420. </div>
  421. </div>
  422. <div id="title"><font color="{color:permalink background}"></font>{Title}<font color="{color:permalink background}"></font></div>
  423. <div align="center"><div id="menu">
  424. <a href="/"><div id="link2" class="link">home</div></a>
  425. <a href="/ask"><div id="link4" class="link">message</div></a>
  426. <a href="/archive"><div id="link5" class="link">archive</div></a>
  427. <a href="/random"><div id="link3" class="link">random</div></a>
  428. <a href="http://hokshi.tumblr.com"><div id="link2" class="link">credit</div></a>
  429. <div id="link4" class="link"><select style="font-family:consolas;color:#5a5959;background:{color:link3};width:50px;font-size:11px;letter-spacing:1px;border:0px dotted #ccc;" onChange="location.href=this.options[this.selectedIndex].value;">
  430. <option value=''>✙✙</option>
  431. {block:ifLink1URL}<option value="{text:Link 1 URL}">{text:Link 1 Name}</option>{/block:ifLink1URL}
  432. {block:ifLink2URL}<option value="{text:Link 2 URL}">{text:Link 2 Name}</option>{/block:ifLink2URL}
  433. {block:ifLink3URL}<option value="{text:Link 3 URL}">{text:Link 3 Name}</option>{/block:ifLink3URL}
  434. {block:ifLink4URL}<option value="{text:Link 4 URL}">{text:Link 4 Name}</option>{/block:ifLink4URL}
  435. {block:ifLink5URL}<option value="{text:Link 5 URL}">{text:Link 5 Name}</option>{/block:ifLink5URL}
  436. </select></div>
  437. </div></div></div>
  438.  
  439.  
  440. <div id="post">
  441. {block:IfInfiniteScrolling}
  442. <div class = "autopagerize_page_element" >
  443. {/block:IfInfiniteScrolling}
  444. {block:IfPostsBackground}
  445. <div id="backpost">
  446. {/block:IfPostsBackground}
  447.  
  448. {block:Posts}
  449. {block:Text}
  450.     <div id="entry">
  451.     <div align="center">{block:IndexPage}<div class="permalink">
  452. {block:NoteCount}<a href="{Permalink}">{NoteCount} notes. </a>{/block:NoteCount}
  453. </div>{/block:IndexPage}</div>
  454.     <div align="left"><a href="{Permalink}">{block:Title}<div id="titlebar">{Title}</div>{/block:Title}</a>{/block:Title}</div>
  455.     <div align="left">{Body}</div>
  456. {block:Ifshowcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Ifshowcaptions}
  457.     </div>
  458. {/block:Text}
  459.  
  460. {block:Photo}
  461. <div id="entry">
  462.     <div align="center">{block:IndexPage}<div class="permalink">
  463. {block:NoteCount}<a href="{Permalink}">{NoteCount} notes. </a>{/block:NoteCount}
  464.     </div>{/block:IndexPage}</div>
  465.     <div align="center"><a href="{Permalink}">{block:IfNotSmallerPosts}{block:IndexPage}<a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" border="0" width="500" /></a>{/block:IndexPage}{block:PermalinkPage}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" border="0" width="500" />{/block:PermalinkPage}{/block:IfNotSmallerPosts}
  466. {block:IfSmallerPosts} {block:IndexPage}<a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" border="0" width="400" /></a>{/block:IndexPage}{block:PermalinkPage}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" border="0" width="400" />{/block:PermalinkPage} {/block:IfSmallerPosts}</a>
  467. {block:Ifshowcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Ifshowcaptions}</div>
  468. </div>
  469. {/block:Photo}
  470.              
  471. {block:Photoset}
  472. <div id="entry">
  473.     <div align="center">{block:IndexPage}<div class="permalink">{block:NoteCount}<a href="{Permalink}">{NoteCount} notes. </a>{/block:NoteCount}</div>{/block:IndexPage}</div>
  474.     <div align="center"><a href="{Permalink}">{block:IfNotSmallerPosts}{block:IndexPage}{Photoset-500}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}{/block:IfNotSmallerPosts}
  475. {block:IfSmallerPosts} {block:IndexPage}{Photoset-400}{/block:IndexPage}{block:PermalinkPage}{Photoset-400}{/block:PermalinkPage} {/block:IfSmallerPosts}</a>
  476. {block:Ifshowcaptions}
  477.     {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Ifshowcaptions}</div>
  478. </div>
  479. {/block:Photoset}
  480.      
  481. {block:Quote}
  482. <div id="entry">
  483.     <div class="permalink"><div align="center">{block:NoteCount}<a href="{Permalink}">{NoteCount} notes. </a>{/block:NoteCount}</div></div>
  484.     <div align="center"><div id="titlebar"><big><big><big></big></big></big>{Quote}</div>
  485.     {block:Source}<p><div align="right"> - {Source}</div></p>{/block:Source}</div>
  486. </div>
  487. {/block:Quote}
  488.      
  489. {block:Link}
  490. <div id="entry">
  491.     <div class="permalink"><div align="center">{block:NoteCount}<a href="{Permalink}">{NoteCount} notes. </a>{/block:NoteCount}</div></div>
  492.     <div align="center"><a href="{URL}" class="link" {Target}>
  493.     <div align="left"><div id="titlebar">{Name}</div></div></a>
  494.     {block:Description}<div align="left"><font>{Description}</font></div>{/block:Description}
  495.     </div>
  496. </div>
  497. {/block:Link}
  498.      
  499. {block:Chat}
  500. <div id="entry">
  501.     <div class="permalink"><div align="center">{block:NoteCount}<a href="{Permalink}">{NoteCount} notes. </a>{/block:NoteCount}</div></div>
  502.     <div align="left">{block:Title}<a href="{Permalink}"><div id="titlebar">{Title}</div></a>{/block:Title}{block:Lines}<div id="postlink">{block:Label}<i>{Label}</i>{/block:Label} {Line}</div>{/block:Lines}
  503.     </div>
  504. </div>
  505. {/block:Chat}    
  506.      
  507. {block:Video}
  508. <div id="entry">
  509.     <div class="permalink"><div align="center">{block:NoteCount}<a href="{Permalink}">{NoteCount} notes. </a>{/block:NoteCount}</div></div>
  510.     <div align="center">{block:IfNotSmallerPosts}{block:IndexPage}{Video-500}{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}{/block:IfNotSmallerPosts}{block:IfSmallerPosts}{block:IndexPage}{Video-400}{/block:IndexPage}{block:PermalinkPage}{Video-400}{/block:PermalinkPage}{/block:IfSmallerPosts}{block:Ifshowcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Ifshowcaptions}</div>
  511. </div>
  512. {/block:Video}
  513.      
  514. {block:Audio}
  515. <div id="entry">
  516.     <div class="permalink"><div align="center">{block:NoteCount}<a href="{Permalink}">{NoteCount} notes. </a>{/block:NoteCount}</div></div>
  517.     <div align="center">
  518.     <div {block:AlbumArt}style="height:70px;width:300px;"{/block:AlbumArt}>{block:AlbumArt}<span style="float:right;"><img src="{AlbumArtURL}" style="width:70px;border-radius: 5px;"></span>{/block:AlbumArt}<div style="text-align:cente;">{AudioPlayerWhite}<br>{block:Artist}{Artist}{/block:Artist}<br>{block:TrackName}{TrackName}{/block:TrackName}<br>{PlayCountWithLabel}</span></div></div>
  519.     </div>
  520. </div>
  521. {/block:Audio}
  522.      
  523. {block:Answer}
  524. <div id="entry">
  525.     <div class="permalink"><div align="center">{block:NoteCount}<a href="{Permalink}">{NoteCount} notes. </a>{/block:NoteCount}</div></div>
  526.     <div align="center">
  527.     <div align="left"><div id="titlebar"><big><big><big></big></big></big> {Asker} : {Question}</div></div>
  528.     <div align="left"><font>{Answer}</font></div>
  529.     </div>
  530. </div>
  531. {/block:Answer}
  532.    
  533. {block:PermalinkPage}
  534. <div id="entry">
  535.     {block:caption}{Caption}{/block:caption}
  536.     <div align="center">{block:Date} {Month} {DayOfMonthWithZero},{Year}{/block:Date}
  537. {block:HasTags}<br>TAGS: {block:Tags} <a href="{TagURL}">{Tag} </a>{/block:Tags}{/block:HasTags}
  538. {block:RebloggedFrom}<br> reblogged via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> || originally from <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  539. {/block:RebloggedFrom}</div>
  540.     {block:PostNotes}<div align="left">{PostNotes}</div>{/block:PostNotes}
  541. </div>
  542. {/block:PermalinkPage}
  543.  
  544. {/block:Posts}
  545. </div></div>{block:IfInfiniteScrolling}</div>{/block:IfInfiniteScrolling}
  546. {block:IfPostsBackground}</div>{/block:IfPostsBackground}
  547. </body>
  548. </html>
Advertisement
Add Comment
Please, Sign In to add comment