Advertisement
ipads

Aditi Theme

May 25th, 2013
2,719
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 25.33 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. <head>
  6.  
  7. <script type="text/javascript"
  8. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  9.  
  10. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js">
  11.  
  12. </script>
  13.  
  14. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js">
  15.  
  16. </script>
  17.  
  18. <title>
  19.  
  20. {title}
  21.  
  22. </title>
  23.  
  24. <link rel="shortcut icon" href="{Favicon}"/>
  25.  
  26. <link rel="alternate" type="application/rss+xml" href="http://rebecaxo.com/rss">
  27.  
  28. {block:Description}
  29.  
  30. <meta name="description" content="{MetaDescription}" />
  31.  
  32. {/block:Description}
  33.  
  34. <meta name="if:Social" content="0"/>
  35.  
  36. <meta name="color:Link Background" content="#ffffff"/>
  37.  
  38. <meta name="color:Link Background Hover" content="#eeeee">
  39.  
  40. <meta name="color:Sidebar Background" content="#ffffff"/>
  41.  
  42. <meta name="if:Like Button" content="1"/>
  43.  
  44. <meta name="if:Captions" content="0"/>
  45.  
  46. <meta name="image:Sidebar Background" content=""/>
  47.  
  48. <meta name="if:Invert Follow" content="1"/>
  49.  
  50. <meta name="if:No Repeat Background" content="1"/>
  51.  
  52. <meta name="if:Faded Posts" content="0"/>
  53.  
  54. <meta name="if:Grayscale On Hover" content="0"/>
  55.  
  56. <meta name="if:Color On Hover" content="0"/>
  57.  
  58. <meta name="color:Background" content="#ffffff"/>
  59.  
  60. <meta name="color:Text" content="#000000"/>
  61.  
  62. <meta name="color:Link" content="#000000"/>
  63.  
  64. <meta name="color:Hover" content="#000000"/>
  65.  
  66. <meta name="image:Background" content="0"/>
  67.  
  68. <meta name="image:Sidebar" content="0"/>
  69.  
  70. <meta name="text:Link 1" content="/"/>
  71.  
  72. <meta name="text:Link 1 Title" content="link"/>
  73.  
  74. <meta name="text:Link 2" content="/"/>
  75.  
  76. <meta name="text:Link 2 Title" content="link"/>
  77.  
  78. <meta name="text:Link 3" content="/"/>
  79.  
  80. <meta name="text:Link 3 Title" content="link"/>
  81.  
  82. <meta name="text:Link 4" content="/"/>
  83.  
  84. <meta name="text:Link 4 Title" content="link"/>
  85.  
  86. <meta name="text:Link 5" content="/"/>
  87.  
  88. <meta name="text:Link 5 Title" content="link"/>
  89.  
  90. <meta name="text:Link 6" content="/"/>
  91.  
  92. <meta name="text:Link 6 Title" content="link"/>
  93.  
  94. <meta name="if:Page Links" content="1"/>
  95.  
  96. <meta name="text:Instagram Username" content=""/>
  97.  
  98. <meta name="text:Facebook URL" content=""/>
  99.  
  100. <meta name="text:Google Plus URL" content=""/>
  101.  
  102. <meta name="text:Youtube Username" content=""/>
  103.  
  104. <meta name="text:Twitter Username" content=""/>
  105.  
  106. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  107.  
  108. <script>
  109. window.onload = function () {
  110. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  111. document.addEventListener( 'click', function ( event ) {
  112.     var myLike = event.target;
  113.     if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  114.         var frame = document.getElementById( 'my-like-frame' ),
  115.             liked = ( myLike.className == 'my-liked' ),
  116.             command = liked ? 'unlike' : 'like',
  117.             reblog = myLike.getAttribute( 'data-reblog' ),
  118.             id = myLike.getAttribute( 'data-id' ),
  119.             oauth = reblog.slice( -8 );
  120.         frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  121.         liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  122.     };
  123. }, false );
  124. };
  125. </script>
  126.  
  127. <style type="text/css">
  128.  
  129. @font-face { font-family: "consolas"; src: url('http://static.tumblr.com/npajswt/DF1mlc4l2/consolas.ttf'); }
  130.  
  131. /*--FOLLOW BUTTONS--*/
  132.  
  133. #tumblr_controls{
  134.     opacity: 0.6;
  135.     position:fixed !important;
  136.     top: 7px !important;
  137.     right: 7px !important;
  138.     z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 !important;
  139.     {Block:ifInvertFollow}
  140.     -webkit-filter: invert(100%);
  141.     -moz-filter: invert(100%);
  142.     -o-filter:invert(100%);
  143.     {/Block:ifInvertFollow}
  144.     -webkit-transition: all 0.4s ease-in-out;
  145.     -moz-transition: all 0.4s ease-in-out;
  146.     transition: all 0.4s ease-in-out;
  147.     }
  148.  
  149. #tumblr_controls:hover{
  150.     opacity: 1;
  151.     -webkit-transition: all 0.4s ease-in-out;
  152.     -moz-transition: all 0.4s ease-in-out;
  153.     transition: all 0.4s ease-in-out;
  154.     }
  155.  
  156. /*--LINKS--*/
  157.  
  158. a:link, a:active, a:visited{
  159.     color:{color:link};
  160.     text-decoration: none;
  161.     -webkit-transition: color 0.4s ease-out; -moz-transition: color 0.4s ease-out;
  162.     }
  163.  
  164. a:hover{
  165.     text-decoration:none;
  166.     color:{color:hover};
  167.     }
  168.    
  169. .linkss{
  170.     text-align:center;
  171.     font-size:11px;
  172.     margin-top:-5px;
  173.     padding-left: 15px;
  174.     padding-right: 15px;
  175.     font-family: consolas;
  176.     }
  177.  
  178. .linkss a{
  179.     letter-spacing:1px;
  180.     height:25px;  
  181.     line-height:18px;
  182.     padding: 2px;
  183.     padding-top: 3px;
  184.     background-color:{color:link background};
  185.     text-align: center;
  186.     color:#000;
  187.     margin: -2px;
  188.     -webkit-transition: all 0.3s ease-out;
  189.     -moz-transition: all 0.3s ease-out;
  190.     transition: all 0.3s ease-out;
  191.     }
  192.  
  193. .linkss a:hover{
  194.     background-color:{color:link background hover};
  195.     -webkit-transition: all 0.3s ease-out;
  196.     -moz-transition: all 0.3s ease-out;
  197.     transition: all 0.3s ease-out;
  198.     }
  199.    
  200.    
  201. /*--BASICS--*/
  202.  
  203. body{
  204.     color:{color:text};
  205.     font-family: consolas;
  206.     font-size:13px;
  207.     line-height:100%;
  208.     background-color:{color:background};
  209.     background-image: url({image:background});
  210.     background-attachment: fixed;
  211.     {Block:IfNoRepeatBackground}
  212.     background-size: 100% auto;
  213.     {/Block:IfNoRepeatBackground}
  214.     {Block:IfNotNoRepeatBackground}
  215.     background-repeat: repeat;
  216.     {/Block:IfNotNoRepeatBackground}
  217.     }
  218.    
  219. /*--SIDEBAR--*/
  220.    
  221. #sidebar #music{
  222.     padding-top: 3px;
  223.     text-align: center;
  224.     position: fixed;
  225.     margin-left: 15px;
  226.     background-color: {color:sidebar background};
  227.     border: 1px solid #aaa;
  228.     border-bottom-color: #fff;
  229.     height: 21px;
  230.     width: auto;
  231.     padding-left: 3px;
  232.     padding-right: 3px;
  233.     overflow: hidden;
  234.     margin-top: -28px;
  235.     z-index: 999;
  236.     font-size: 11px;
  237.     -webkit-transition: all 0.4s ease-in-out;
  238.     -moz-transition: all 0.4s ease-in-out;
  239.     transition: all 0.4s ease-in-out;
  240.     }
  241.    
  242. #sidebarpic{
  243.     border: 1px solid #aaa;
  244.     padding: 3px;
  245.     background-color: #fff;
  246.     margin-top: 10px;
  247.     margin-bottom: 10px;
  248.     {Block:IfFadedPosts}
  249.     opacity: 0.7;
  250.     {/Block:IfFadedPosts}
  251.     {Block:IfNotFadedPosts}
  252.     opacity: 1;
  253.     {/Block:IfNotFadedPosts}
  254.     -webkit-transition: all 0.4s ease-in-out;
  255.     -moz-transition: all 0.4s ease-in-out;
  256.     transition: all 0.4s ease-in-out;
  257.     }
  258.    
  259. #sidebarpic:hover{
  260.     opacity: 1;
  261.     -webkit-transition: all 0.4s ease-in-out;
  262.     -moz-transition: all 0.4s ease-in-out;
  263.     transition: all 0.4s ease-in-out;
  264.     }
  265.    
  266. #blogtitle{
  267.     background-color: #696969;
  268.     position: fixed;
  269.     top: 0px;
  270.     left: 0px;
  271.     font-size:20px;
  272.     line-height:100%;
  273.     text-align:center;
  274.     font-family:consolas;
  275.     width: 100%;
  276.     color; #fff !important;
  277.     height: 20px;
  278.     opacity: 1;
  279.     padding-top: 10px;
  280.     padding-bottom: 10px;
  281.     border-bottom: 1px solid #000;
  282.     z-index: 99999999999999999999999999999999999999999999999999999999999;
  283.     }
  284.    
  285. #blogtitle a:link, a:active, a:visited{
  286.     color:#fff !important;
  287.     text-decoration: none;
  288.     -webkit-transition: color 0.4s ease-out;
  289.     -moz-transition: color 0.4s ease-out;
  290.     -webkit-transition: all 0.3s ease-out;
  291.     -moz-transition: all 0.3s ease-out;
  292.     transition: all 0.3s ease-out;
  293.     }
  294.    
  295. #blogtitle a:hover{
  296.     text-decoration:none;
  297.     color:#fff;
  298.     -webkit-transition: all 0.3s ease-out;
  299.     -moz-transition: all 0.3s ease-out;
  300.     transition: all 0.3s ease-out;
  301.     }
  302.    
  303. #wrapper #sidebar{
  304.     text-align: center !important;
  305.     background-color: {color:sidebar background};
  306.     background-image: url({image:sidebar background});
  307.     {Block:IfNoRepeatBackground}
  308.     background-size: cover;
  309.     {/Block:IfNoRepeatBackground}
  310.     {Block:IfNotNoRepeatBackground}
  311.     background-repeat: repeat;
  312.     {/Block:IfNotNoRepeatBackground}
  313.     z-index:99999;
  314.     position:fixed !important;
  315.     font-size: 12px;
  316.     line-height:12px;
  317.     font-family:'consolas';
  318.     width:180px;
  319.     margin-top:141px;
  320.     margin-left: 47px;
  321.     height:auto;
  322.     padding:3px;
  323.     padding-bottom: 15px;
  324.     z-index:10;
  325.     overflow:hidden;
  326.     text-align:center;
  327.     border: 1px solid #aaa;
  328.     opacity: 1;
  329.     }
  330.    
  331. /*--POSTS--*/
  332.  
  333. .photoset{
  334.     width: 100% !important;
  335.     }
  336.  
  337. .photoset img{
  338.     max-width: 100% !important;
  339. }
  340.  
  341. .my-like {
  342.     cursor:pointer;
  343.     display:inline-block;
  344.     vertical-align:top;
  345. }
  346. .my-liked, .my-like:hover {
  347.     cursor:pointer;
  348.     display:inline-block;
  349.     vertical-align:top;
  350. }
  351.    
  352.  #wrapper #rights3{
  353.     text-align: center;
  354.     position:fixed;
  355.     margin-left: 745px;
  356.     margin-top:-1px;
  357.     height: 102%;
  358.     width: 100px;
  359.     padding-top: 100px;
  360.     border-left: 1px solid #aaa;
  361.     border-right: 1px solid #aaa;
  362.     background-color: {color:sidebar background};
  363.     z-index: 0;
  364.     opacity: 1;
  365.     }
  366.  
  367.    
  368. .title{
  369.     font-size:20px;
  370.     font-family:consolas;
  371.     }
  372.    
  373. .title a:link, a:active, a:visited{
  374.     color:{color:link};
  375.     text-decoration: none;
  376.     -webkit-transition: color 0.4s ease-out;
  377.     -moz-transition: color 0.4s ease-out;
  378.     }
  379.    
  380. #wrapper{position: absolute; left: 50%; margin-left: -450px; width: 735px;}
  381.    
  382. #wrapper #posts{
  383.     width:480px;
  384.     float:right;
  385.     background-color: transparent;
  386.     position:absolute;
  387.     padding:5px;
  388.     margin-left: 20px;
  389.     margin-top: 0px;
  390.     padding-top: 50px;
  391.     {Block:PermalinkPage}margin-left: 255px;{/Block:PermalinkPage}
  392.     }
  393.    
  394. #posts{width: 600px;}
  395.    
  396. .entry{
  397.     {Block:IfFadedPosts}
  398.     opacity: 0.7;
  399.     {/Block:IfFadedPosts}
  400.     {Block:IfNotFadedPosts}
  401.     opacity: 1;
  402.     {/Block:IfNotFadedPosts}
  403.     margin: 10px;
  404.     background-color: #fff;
  405.     width: 214px;
  406.     padding: 2px;
  407.     float:left;
  408.     border: 1px solid #aaa;
  409.     -webkit-transition: all 0.4s ease-in-out;
  410.     -moz-transition: all 0.4s ease-in-out;
  411.     transition: all 0.4s ease-in-out;
  412.     }
  413.    
  414. .entry:hover{
  415.     opacity: 1;
  416.     -webkit-transition: all 0.4s ease-in-out;
  417.     -moz-transition: all 0.4s ease-in-out;
  418.     transition: all 0.4s ease-in-out;
  419.     }
  420.    
  421. .entry img{
  422.     z-index: -1;
  423.     display: block;
  424.     max-width: 100%;
  425.     {Block:IfGrayscaleOnHover}
  426.     -webkit-filter: grayscale(0%);
  427.     -moz-filter: grayscale(0%);
  428.     {/Block:IfGrayscaleOnHover}
  429.     {Block:IfColorOnHover}
  430.     -webkit-filter: grayscale(100%);
  431.     -moz-filter: grayscale(100%);
  432.     {/Block:IfColorOnHover}
  433.     -webkit-transition: all 0.4s ease-in-out;
  434.     -moz-transition: all 0.4s ease-in-out;
  435.     transition: all 0.4s ease-in-out;
  436.     }
  437.    
  438. .entry:hover img{
  439.     {Block:IfGrayscaleOnHover}
  440.     -webkit-filter: grayscale(100%);
  441.     -moz-filter: grayscale(100%);
  442.     {/Block:IfGrayscaleOnHover}
  443.     {Block:IfColorOnHover}
  444.     -webkit-filter: grayscale(0%);
  445.     -moz-filter: grayscale(0%);
  446.     {/Block:IfColorOnHover}
  447.     -webkit-transition: all 0.4s ease-in-out;
  448.     -moz-transition: all 0.4s ease-in-out;
  449.     transition: all 0.4s ease-in-out;
  450.     }
  451.  
  452. {Block:IndexPage}
  453.  
  454. .permas{
  455.     z-index: 999999999999999999999999999999999999999999999999999;
  456.     padding: 4px;
  457.     background-color: #fff;
  458.     position: absolute;
  459.     left: 5px;
  460.     border-left: 3px solid #ccc;
  461.     top: 10px;
  462.     opacity: 0;
  463.     width: 43px;
  464.     -webkit-transform: scale(0.5);
  465.     -moz-transform: scale(0.5);
  466.     -o-transform: scale(0.5);
  467.     transform: scale(0.5);
  468.     -webkit-transition: all 0.3s ease-in-out;
  469.     -moz-transition: all 0.3s ease-in-out;
  470.     transition: all 0.3s ease-in-out;
  471.     }
  472.    
  473. .entry:hover .permas{
  474.     z-index: 999999999999999999999999999999999999999999999999999;
  475.     background-color: #fff;
  476.     left: 10px;
  477.     opacity: 1;
  478.     -webkit-transform: scale(1);
  479.     -moz-transform: scale(1);
  480.     -o-transform: scale(1);
  481.     transform: scale(1);
  482.     -webkit-transition: all 0.3s ease-in-out;
  483.     -moz-transition: all 0.3s ease-in-out;
  484.     transition: all 0.3s ease-in-out;
  485.     }
  486.    
  487. .perma{
  488.     z-index: 999999999999999999999999999999999999999999999999999;
  489.     padding: 4px;
  490.     background-color: #fff;
  491.     position: absolute;
  492.     left: 113px;
  493.     top: 10px;
  494.     border-left: 3px solid #ccc;
  495.     opacity: 0;
  496.     -webkit-transform: scale(0.5);
  497.     -moz-transform: scale(0.5);
  498.     -o-transform: scale(0.5);
  499.     transform: scale(0.5);
  500.     -webkit-transition: all 0.3s ease-in-out;
  501.     -moz-transition: all 0.3s ease-in-out;
  502.     transition: all 0.3s ease-in-out;
  503.     }
  504.    
  505. .entry:hover .perma{
  506.     z-index: 999999999999999999999999999999999999999999999999999;
  507.     background-color: #fff;
  508.     opacity: 1;
  509.     border-left: 3px solid #ccc;
  510.     -webkit-transform: scale(1);
  511.     -moz-transform: scale(1);
  512.     -o-transform: scale(1);
  513.     transform: scale(1);
  514.     -webkit-transition: all 0.3s ease-in-out;
  515.     -moz-transition: all 0.3s ease-in-out;
  516.     transition: all 0.3s ease-in-out;
  517.     }
  518.  
  519. .like{
  520.     z-index: 999999999999999999999999999999999999999999999999999;
  521.     padding: 4px;
  522.     background-color: #fff;
  523.     position: absolute;
  524.     left: 69px;
  525.     top: 10px;
  526.     border-left: 3px solid #ccc;
  527.     opacity: 0;
  528.     -webkit-transform: scale(0.5);
  529.     -moz-transform: scale(0.5);
  530.     -o-transform: scale(0.5);
  531.     transform: scale(0.5);
  532.     -webkit-transition: all 0.3s ease-in-out;
  533.     -moz-transition: all 0.3s ease-in-out;
  534.     transition: all 0.3s ease-in-out;
  535.     }
  536.    
  537. .entry:hover .like{
  538.     z-index: 999999999999999999999999999999999999999999999999999;
  539.     background-color: #fff;
  540.     opacity: 1;
  541.     -webkit-transform: scale(1);
  542.     -moz-transform: scale(1);
  543.     -o-transform: scale(1);
  544.     transform: scale(1);
  545.     border-left: 3px solid #ccc;
  546.     -webkit-transition: all 0.3s ease-in-out;
  547.     -moz-transition: all 0.3s ease-in-out;
  548.     transition: all 0.3s ease-in-out;
  549.     }
  550.    
  551. .entry:hover .like:hover{
  552.     border-left-width: 8px;
  553.     -webkit-transition: all 0.2s ease-in-out;
  554.     -moz-transition: all 0.2s ease-in-out;
  555.     transition: all 0.2s ease-in-out;
  556.     }
  557.    
  558. .entry:hover .perma:hover{
  559.     border-left-width: 8px;
  560.     -webkit-transition: all 0.2s ease-in-out;
  561.     -moz-transition: all 0.2s ease-in-out;
  562.     transition: all 0.2s ease-in-out;
  563.     }
  564.    
  565. .entry:hover .permas:hover{
  566.     border-left-width: 8px;
  567.     -webkit-transition: all 0.2s ease-in-out;
  568.     -moz-transition: all 0.2s ease-in-out;
  569.     transition: all 0.2s ease-in-out;
  570.     }
  571.    
  572. .permas a{
  573.     color: #000!important;
  574.     }
  575.    
  576. .perma a{
  577.     color: #000 !important;
  578.     }
  579.    
  580. .like a{
  581.     color: #000 !important;
  582.     }
  583.    
  584. {/Block:IndexPage}
  585.    
  586. /*--SCROLLBAR--*/
  587.    
  588. ::-webkit-scrollbar {
  589.     width: 5px;
  590.     height: 4px;
  591.     background: white;
  592.     }
  593.    
  594. ::-webkit-scrollbar-thumb {
  595.     background-color:black;
  596.     }
  597.  
  598. /*--BUTTONS--*/
  599.  
  600. #wrapper #social{
  601.     position: fixed;
  602.     margin-top: 106px;
  603.     margin-left: 830px;
  604.     z-index: 999;
  605.     }
  606.  
  607. #ig, #rn, #tw, #plus, #fb, #yt{
  608.     margin-left: -5px;
  609.     z-index: 999999999999999999999;
  610.     opacity: 0.4;
  611.     -webkit-transition: all .4s ease;
  612.     -moz-transition: all .4s ease;
  613.     -o-transition: all .4s ease;
  614.     transition: all .4s ease;
  615.     }
  616.    
  617. #ig:hover, #rn:hover, #tw:hover, #plus:hover, #fb:hover, #yt:hover{
  618.     opacity: 1;
  619.     -webkit-transition: all .4s ease;
  620.     -moz-transition: all .4s ease;
  621.     -o-transition: all .4s ease;
  622.     transition: all .4s ease;
  623.     }
  624.  
  625. #pagination {
  626.     display: none;
  627.     }
  628.    
  629. .linkss a{
  630.     color: #000 !important;
  631.     }
  632.    
  633. .psdd ol, li img{opacity: 0; margin-right: -100px; margin-left: -50px;}
  634.    
  635. #cred a{color: #000 !important; font-size: 9px;}
  636.    
  637. {CustomCSS}
  638.  
  639. </style>
  640.    
  641. </head>
  642.  
  643. <!--INFINITE SCROLL-->
  644.  
  645. {block:IndexPage}
  646.  
  647. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  648.  
  649. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  650.  
  651. <script type="text/javascript">
  652.  
  653. $(window).load(function () {
  654. var $content = $('#posts');
  655. $content.masonry({itemSelector: '.entry'}),
  656. $content.infinitescroll({
  657. navSelector : 'div#pagination',
  658. nextSelector : 'div#pagination a#nextPage',
  659. itemSelector : '.entry',
  660. loading: {
  661. finishedMsg: '',
  662. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  663. },
  664. bufferPx : 600,
  665. debug : false,
  666. },
  667. // call masonry as a callback.
  668. function( newElements ) {
  669. var $newElems = $( newElements );
  670. $newElems.hide();
  671. // ensure that images load before adding to masonry layout
  672. $newElems.imagesLoaded(function(){
  673. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  674.  
  675.  
  676. });
  677. });
  678. });
  679. </script>
  680.  
  681. {/block:IndexPage}
  682.  
  683. <body>
  684. <div id="wrapper">
  685.  
  686. <div id="rights3">
  687. {Block:IfSocial}social{/Block:IfSocial}</p>
  688.  
  689. {Block:IfFacebookURL}<a id="fb" href="{text:Facebook URL}"><img src="http://cdn3.iconfinder.com/data/icons/picons-social/57/46-facebook-128.png" height="40px"></a></P>{/Block:IfFacebookURL}
  690.  
  691. {Block:IfInstagramUsername}<a id="ig" href="http://instagram.com/{text:Instagram Username}"><img src="http://cdn3.iconfinder.com/data/icons/picons-social/57/78-instagram-128.png" alt="Instagram" height="40px"/></a></P>{/Block:IfInstagramUsername}
  692.  
  693. {Block:IfTwitterUsername}<a id="tw" href="http://twitter.com/{text:Twitter Username}"><img src="http://cdn3.iconfinder.com/data/icons/picons-social/57/43-twitter-128.png" height="40px;"></a></P>{/Block:IfTwitterUsername}
  694.  
  695. {Block:IfGooglePlusURL}<a id="plus" href="{text:Google Plus URL}"><img src="http://cdn3.iconfinder.com/data/icons/picons-social/57/80-google-plus-128.png" height="40px"></a></P>{/Block:IfGooglePlusURL}
  696.  
  697. {Block:IfYoutubeUsername}<a href="http://youtube.com/user/{text:Youtube Username}" id="yt"><img src="http://cdn3.iconfinder.com/data/icons/picons-social/57/58-youtube-128.png" height="40px"></a>{/Block:IfYoutubeUsername}
  698. </div>
  699.  
  700. <!--SIDEBAR-->
  701.  
  702. <div id="blogtitle">
  703.  
  704. <a href="/">
  705.  
  706. <div style="opacity: 1;">
  707.  
  708. {Title}
  709.  
  710. </div>
  711.  
  712. </a>
  713.  
  714. </div>
  715.  
  716. <div id="sidebar">
  717. <a href="/">
  718.  
  719. <img id="sidebarpic" src="{image:sidebar}" width="150px">
  720.  
  721. </a>
  722.  
  723. {Description}
  724.  
  725. <br>
  726.  
  727. <div style="border-bottom: 1px solid #aaa; width: 120px; margin-left: 29px; margin-top: 5px;"></div>
  728.  
  729. <br>
  730.  
  731. <center>
  732.  
  733. <div class="linkss">
  734.  
  735. <a href="/">home</a>
  736.  
  737. <a href="/ask">ask</a>
  738.  
  739. {Block:ifLink1}<a href="{text:Link 1}">{text:link 1 title}</a>{/Block:ifLink1}
  740.  
  741. {Block:ifLink2}<a href="{text:Link 2}">{text:link 2 title}</a>{/Block:ifLink2}
  742.  
  743. {Block:ifLink3}<a href="{text:Link 3}">{text:link 3 title}</a>{/Block:ifLink3}
  744.  
  745. {Block:ifLink4}<a href="{text:Link 4}">{text:link 4 title}</a>{/Block:ifLink4}
  746.  
  747. {Block:ifLink5}<a href="{text:Link 5}">{text:link 5 title}</a>{/Block:ifLink5}
  748.  
  749. {Block:ifLink6}<a href="{text:Link 6}">{text:link 6 title}</a>{/Block:ifLink6}
  750. <div style="opacity: 0; position: fixed; top: -30px; left: -400px;"><script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2005091&name="></script>
  751. </div>
  752. {Block:IfPageLinks}{Block:HasPages}{Block:Pages}<a href="{URL}" title="{Label}">{Label}</a>{/Block:Pages}{/Block:HasPages}{/Block:IfPageLinks}
  753.  
  754. <a href="http://unstrong.tumblr.com">theme</a>
  755.  
  756. <div style="margin-bottom: -10px;"></div>
  757.  
  758. </center>
  759.  
  760. </div>
  761.  
  762. <!--POSTS-->
  763.  
  764. <div id="posts">
  765.  
  766. {block:Posts}
  767.  
  768. <div class="entry"
  769.  
  770. style="{Block:Text}border-color: transparent !important; background-color: transparent;{/Block:Text}{Block:Quote}border-color: transparent !important; background-color: transparent;{/Block:Quote}{Block:Answer}border-color: transparent !important; background-color: transparent;{/Block:Answer}{Block:Audio}border-color: transparent !important; background-color: transparent;{/Block:Audio}{Block:Chat}border-color: transparent !important; background-color: transparent;{/Block:Chat}{Block:Link}border-color: transparent !important; background-color: transparent;{/Block:Link}
  771. {Block:PermalinkPage}
  772. width: 440px;
  773. {/Block:PermalinkPage}">
  774.  
  775. {block:Title}
  776.  
  777. <div class="title">{Title}</div>
  778.  
  779. {/block:Title}
  780.  
  781. {block:Text}
  782.  
  783. {Body}
  784.  
  785. {block:IndexPage}
  786.  
  787. <center>
  788.  
  789. <div style="margin-top: 15px;"></div>
  790.  
  791. <a href="{ReblogURL}">REBLOG</a>
  792.  
  793.  
  794. <a href="{Permalink}">{Notecount}</a>
  795.  
  796. </center>
  797.  
  798. {/block:IndexPage}
  799.  
  800. {/block:Text}
  801.  
  802. {block:Photo}
  803.  
  804. {block:IndexPage}
  805.  
  806. {LinkOpenTag}
  807.  
  808. <div class="permas">
  809.  
  810. <a href="{ReblogURL}">REBLOG</a>
  811.  
  812. </div>
  813.  
  814. <div class="perma" {block:ifnotlikebutton}style="margin-left: -43px;"{/block:ifnotlikebutton}>
  815.  
  816. <a href="{Permalink}">{Notecount}</a>
  817.  
  818. </div>
  819.  
  820. {Block:IfLikeButton}
  821.  
  822. <div class="like">
  823.  
  824. <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">
  825.  
  826. LIKE
  827.    
  828. </div>
  829.  
  830. </div>
  831.  
  832. {/Block:IfLikeButton}
  833.  
  834. <div class="piclol">
  835.  
  836. <div class="photo">
  837.  
  838. <a href="{permalink}">
  839.  
  840. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>
  841.    
  842. </div>
  843.  
  844. </div>
  845.  
  846. {LinkCloseTag}
  847.  
  848. {Block:IfCaptions}
  849.  
  850. {Block:Caption}
  851.  
  852. {Caption}
  853.  
  854. <div style="margin-bottom: -8px;">
  855.    
  856. </div>
  857.  
  858. {/Block:Caption}
  859.  
  860. {/Block:IfCaptions}
  861.  
  862. {/block:IndexPage}
  863.  
  864. {block:PermalinkPage}
  865.  
  866. {LinkOpenTag}
  867.  
  868. <a href="{permalink}">
  869.  
  870. <img class="photo" src="{PhotoURL-HighRes}" width="100%"/></a>
  871.  
  872. {LinkCloseTag}
  873.  
  874. {/block:PermalinkPage}
  875.  
  876. {/block:Photo}
  877.  
  878. {block:Photoset}
  879.  
  880. <div style="width: 250px; overflow: hidden;">{Photoset-250}</div>
  881.  
  882. {block:IndexPage}
  883.  
  884. <center>
  885.  
  886. {block:IndexPage}
  887.  
  888. <div class="permas">
  889.  
  890. <a href="{ReblogURL}">REBLOG</a>
  891.  
  892. </div>
  893.  
  894. <div class="perma">
  895.  
  896. <a href="{Permalink}" {block:ifnotlikebutton}style="margin-left: -43px;"{/block:ifnotlikebutton}>{Notecount}</a>
  897.  
  898. </div>
  899.  
  900. {Block:IfLikeButton}
  901.  
  902. <div class="like">
  903.  
  904. <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">
  905.  
  906. LIKE
  907.    
  908. </div>
  909.  
  910. </div>
  911.  
  912. {/Block:IfLikeButton}
  913.  
  914. {/block:IndexPage}
  915.  
  916. {/block:Photoset}
  917.  
  918. {block:Quote}
  919.  
  920. {Quote}
  921.  
  922. <div align="right">
  923.  
  924. {block:Source}
  925.  
  926. <div class="title">
  927.  
  928. {Source}
  929.    
  930. </div>
  931.  
  932. {/block:Source}
  933.    
  934. </div>
  935.  
  936. {block:IndexPage}
  937.  
  938. <center>
  939.  
  940. <div style="margin-top: 15px;"></div>
  941.  
  942. <a href="{ReblogURL}">REBLOG</a>
  943.  
  944. //
  945.  
  946. <a href="{Permalink}">{Notecount}</a>
  947.  
  948. </center>
  949.  
  950. {/block:IndexPage}
  951.  
  952. {/block:Quote}
  953.  
  954. {block:Video}
  955.  
  956. {Video-250}
  957.  
  958. <br>
  959.  
  960. {PlayCountWithLabel}
  961.  
  962. {block:IndexPage}
  963.  
  964. <center>
  965.  
  966. <div style="margin-top: 15px;"></div>
  967.  
  968. <a href="{ReblogURL}">REBLOG</a>
  969.  
  970. //
  971.  
  972. <a href="{Permalink}">{Notecount}</a>
  973.  
  974. </center>
  975.  
  976. {/block:IndexPage}
  977.  
  978. {/block:Video}
  979.  
  980. {block:Link}
  981.  
  982. <div class="title">
  983.  
  984. <a title="{name}" href="{URL}" class="link" {Target}>
  985.  
  986. {Name}
  987.    
  988. </a>
  989.    
  990. </div>
  991.  
  992. <br>
  993.  
  994. {block:Description}
  995.  
  996. {Description}
  997.  
  998. {/block:Description}
  999.  
  1000. {block:IndexPage}
  1001.  
  1002. <center>
  1003.  
  1004. <div style="margin-top: 15px;"></div>
  1005.  
  1006. <a href="{ReblogURL}">REBLOG</a>
  1007.  
  1008. //
  1009.  
  1010. <a href="{Permalink}">{Notecount}</a>
  1011.  
  1012. </center>
  1013.  
  1014. {/block:IndexPage}
  1015.  
  1016. {/block:Link}
  1017.  
  1018. {block:Chat}
  1019.  
  1020. {block:Lines}
  1021.  
  1022. {block:Label}
  1023.  
  1024. <br>
  1025.  
  1026. {Label}
  1027.  
  1028. {/block:Label}
  1029.  
  1030. &nbsp;
  1031.  
  1032. {Line}
  1033.  
  1034. {/block:Lines}
  1035.  
  1036. {block:IndexPage}
  1037.  
  1038. <center>
  1039.  
  1040. <div style="margin-top: 15px;"></div>
  1041.  
  1042. <a href="{ReblogURL}">REBLOG</a>
  1043.  
  1044. //
  1045.  
  1046. <a href="{Permalink}">{Notecount}</a>
  1047.  
  1048. </center>
  1049.  
  1050. {/block:IndexPage}
  1051.  
  1052. {/block:Chat}
  1053.  
  1054. {block:Audio}
  1055.  
  1056. {AudioPlayerWhite}
  1057.  
  1058. <br>
  1059.  
  1060. <div align="right">
  1061.  
  1062. {block:Artist}
  1063.  
  1064. Artist: {Artist}
  1065.    
  1066. </div>
  1067.  
  1068. {/block:Artist}
  1069.  
  1070. <br>
  1071.  
  1072. {block:Caption}
  1073.  
  1074. {Caption}
  1075.  
  1076. {/block:Caption}
  1077.  
  1078. {block:IndexPage}
  1079.  
  1080. <center>
  1081.  
  1082. <div style="margin-top: 15px;"></div>
  1083.  
  1084. <a href="{ReblogURL}">REBLOG</a>
  1085.  
  1086. //
  1087.  
  1088. <a href="{Permalink}">{Notecount}</a>
  1089.  
  1090. </center>
  1091.  
  1092. {/block:IndexPage}
  1093.  
  1094. {/block:Audio}
  1095.  
  1096. {block:Answer}
  1097.  
  1098. {Asker}:
  1099.  
  1100. <b>
  1101.  
  1102. {Question}
  1103.    
  1104. </b>
  1105.  
  1106. <br>
  1107.  
  1108. {Answer}
  1109.  
  1110. {block:IndexPage}
  1111.  
  1112. <center>
  1113.  
  1114. <div style="margin-top: 15px;"></div>
  1115.  
  1116. <a href="{ReblogURL}">REBLOG</a>
  1117.  
  1118. //
  1119.  
  1120. <a href="{Permalink}">{Notecount}</a>
  1121.  
  1122. </center>
  1123.  
  1124. {/block:IndexPage}
  1125.  
  1126. {/block:Answer}
  1127.  
  1128. {block:PermalinkPage}
  1129.  
  1130. <center>
  1131.  
  1132. {Block:HasTags}
  1133.  
  1134. {Block:Tags}
  1135.  
  1136. #{Tag}
  1137.  
  1138. {/Block:Tags}
  1139.  
  1140. {/Block:HasTags}
  1141.  
  1142. {block:Caption}
  1143.  
  1144. {Caption}
  1145.  
  1146. {/block:Caption}
  1147.  
  1148. <br>
  1149.  
  1150. <b>Posted</b> {TimeAgo} with {NoteCount} <b>notes</b>
  1151.  
  1152. </center>
  1153.  
  1154. <div align="left">
  1155.  
  1156. {block:PostNotes}
  1157.  
  1158. <div class-"posdd">
  1159.  
  1160. {PostNotes}
  1161.  
  1162. </div>
  1163.  
  1164. {/block:PostNotes}
  1165.  
  1166. </div>
  1167.  
  1168. </div>
  1169.  
  1170. {/block:PermalinkPage}
  1171.  
  1172. </div>
  1173.  
  1174. {/block:Posts}
  1175. <div style="position: fixed; top: -40px; left: -40px; opacity: 0;"><script language="JavaScript">
  1176. var ref = (''+document.referrer+'');
  1177. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID2998753&e1=using theme&e2=using theme&r=' + ref + '"><\/script>');
  1178. </script></div>
  1179. {block:IndexPage}
  1180.  
  1181. {block:Pagination}
  1182.  
  1183. <div id="pagination">
  1184.  
  1185. {block:NextPage}
  1186.  
  1187. <a style="display:none;" id="nextPage" href="{NextPage}">
  1188.  
  1189. &nbsp;&rarr;
  1190.    
  1191. </a>
  1192.  
  1193. {/block:NextPage}
  1194.  
  1195. {block:PreviousPage}
  1196.  
  1197. <a style="display:none;" href="{PreviousPage}">
  1198.  
  1199. &larr;&nbsp;
  1200.  
  1201. </a>
  1202.  
  1203. {/block:PreviousPage}
  1204.    
  1205. </div>
  1206.  
  1207. {/block:Pagination}
  1208.  
  1209. {/block:IndexPage}
  1210. </div>
  1211. </body>
  1212. <div id="cred" style="position: fixed; bottom: 3px; right: 3px; color: #000 !important; background-color: #fff;"><a href="http://unstrong.tumblr.com">theme</a></div>
  1213. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement