Advertisement
mickojavanese

opoioi

Aug 24th, 2014
591
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 14.73 KB | None | 0 0
  1.    
  2.  
  3.     <html>
  4.      
  5.     <!--- Theme about by Helpdesigns - Isah Revolucionou --->
  6.     <head>
  7.     <script type="text/javascript"
  8.    src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  9.     <script>
  10.     $(document).ready(function() {
  11.         //
  12.     //When you click on a link with class of poplight and the href starts with a #
  13.      
  14.     $('a.poplight[href^=#]').click(function() {
  15.      
  16.         var popID = $(this).attr('rel'); //Get Popup Name
  17.      
  18.         var popURL = $(this).attr('href'); //Get Popup href to define size
  19.      
  20.         //Pull Query & Variables from href URL
  21.    
  22.       var query= popURL.split('?');
  23.      
  24.         var dim= query[1].split('&');
  25.      
  26.         var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  27.      
  28.         //Fade in the Popup and add close button
  29.      
  30.         $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/fyc2dbo/tQanaqied/tumblr_inline_n4m95yjlwe1s14gux.png" class="btn_close" title="Feche aqui" alt="Close" /></a>');
  31.      
  32.         //Define margin for center alignment (vertical   horizontal) - we add 80px to the height/width to accomodate for the padding  and border width defined in the css
  33.      
  34.         var popMargTop = ($('#' + popID).height() + 80) / 2;
  35.      
  36.         var popMargLeft = ($('#' + popID).width() + 80) / 2;
  37.      
  38.         //Apply Margin to Popup
  39.      
  40.         $('#' + popID).css({
  41.      
  42.             'margin-top' : -popMargTop,
  43.      
  44.             'margin-left' : -popMargLeft
  45.      
  46.         });
  47.      
  48.         //Fade in Background
  49.      
  50.         $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  51.      
  52.         $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
  53.      
  54.         return false;
  55.      
  56.     });
  57.      
  58.      
  59.     //Close Popups and Fade Layer
  60.      
  61.     $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  62.      
  63.         $('#fade , .popup_block').fadeOut(function() {
  64.      
  65.             $('#fade, a.close').remove();  //fade them both out
  66.         });
  67.         return false;
  68.     });
  69.      
  70.     });
  71.      
  72.     </script>
  73.      
  74.      
  75.      
  76.                           <title>{Title}</title>
  77.             <link rel="shortcut icon" href="{favicon}">
  78.      
  79.     <style>
  80.      
  81.     a {color: #fff; text-decoration: none; text-transform: none;}
  82.     a:hover {color:#fff; background-color: transparent; text-decoration: none;}
  83.      
  84.      
  85.      
  86.      
  87.      
  88.     body {background-color:#1c1c1c; font-family: verdana; color: {color:text}; text-align: center; font-size: 11px; background-image:url(''); background-attachment: fixed; }
  89.      
  90.      
  91.     /*--- Descreva-se - Revolucionou - Helpdesigns---*/
  92.     #descrevase {width:370px;height:300px;background:#;color:#fff;position:fixed;margin-top:210px;font-family:PF Arma Five;font-size:8px;margin-left:450px;line-height:17px;}
  93.      
  94.     @font-face {src: url('http://static.tumblr.com/08l8cbl/bxDmeztw0/pf_arma_five.ttf'); font-family: PF Arma Five;}
  95.      
  96.      
  97.      
  98.      
  99.     /*--- Frase - Revolucionou - Helpdesigns---*/
  100.     #tihd {font-family:LavanderiaRegular;font-size:35px;color:#fff;z-index:999999999999999999999;text-shadow:0px 1px 1px #000;position:fixed;margin-left:450px;margin-top:150px;}
  101.      
  102.     @font-face {font-family: 'LavanderiaRegular';src: url('http://static.tumblr.com/2lqtwbf/G1Dlyrsst/lavanderia_regular-webfont.eot');src: url('http://static.tumblr.com/2lqtwbf/G1Dlyrsst/lavanderia_regular-webfont.eot?#iefix') format('embedded-opentype'),url('http://static.tumblr.com/2lqtwbf/RAPlyrset/lavanderia_regular-webfont.ttf') format('truetype'),url('http://static.tumblr.com/2lqtwbf/kb1lyrsq2/lavanderia_regular-webfont.svg#LavanderiaRegular') format('svg');}
  103.      
  104.      
  105.     #tumblr_controls{position: fixed!important}
  106.     #tumblr_controls{position: fixed!important}
  107.     #tumblr_controls{position: fixed!important}
  108.     #tumblr_controls{position: fixed!important}
  109.      
  110.      
  111.     #s-m-t-tooltip {max-width:300px;padding:3px 4px 5px 4px;margin:15px 20px;background-color:#000; font-family:PF Arma Five;  font-size:8px;  letter-spacing:1px;   text-transform:uppercase; color:#fff; z-index:9999999;}/*********helpdesigns******/
  112.      
  113.      
  114.       /*--- Pop up - Revolucionou - Helpdesigns---*/
  115.       #fade { /*--Transparent background layer--*/
  116.         display: none; /*--hidden by default--*/
  117.         background-image:url('http://media.tumblr.com/1c453b401e8094af9b23f46588348395/tumblr_inline_mo7ay3aLng1qz4rgp.png');
  118.         position: fixed; left: 0; top: 0;
  119.         width: 100%; height: 100%;
  120.         opacity: .80;
  121.         z-index: 9999;
  122.     }
  123.     .popup_block{
  124.         display: none; /*--hidden by default--*/
  125.         background: #fff;
  126.         padding: 20px;
  127.         border:0px double #0f0f0f;
  128.         float: left;
  129.         font-size: 1.2em;
  130.         position: fixed;
  131.         top: 50%; left: 50%;
  132.     z-index:10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000;background-image:url('');
  133.     background:#000;
  134.         /*--CSS3 Box Shadows--*/
  135.         -webkit-box-shadow: 0px 0px 20px #aaa;
  136.         -moz-box-shadow: 0px 0px 20px #aaa;
  137.         box-shadow: 0px 0px 20px #000;
  138.         /*--CSS3 Rounded Corners--*/
  139.         -webkit-border-radius: 0px;
  140.         -moz-border-radius: 0px;
  141.         border-radius: 0px;
  142.     }
  143.     img.btn_close {
  144.         float: right;
  145.         margin: -40px -40px 0 0;
  146.     }
  147.     /*--Making IE6 Understand Fixed Positioning--*/
  148.     *html #fade {
  149.         position: absolute;
  150.     }
  151.     *html .popup_block {
  152.         position: absolute;
  153.     }
  154.      
  155.      
  156.      
  157.     @font-face {src: url('http://static.tumblr.com/08l8cbl/bxDmeztw0/pf_arma_five.ttf'); font-family: PF Arma Five;}
  158.      
  159.     /*--- Titulo e box - Helpdesigns---*/
  160.      
  161.     .helpdesignstitulo {text-align:left; font:30px  'LavanderiaRegular'; opacity:1; line-height:19px; padding:1px;padding-bottom:2px; color:#fff;}
  162.      
  163.      
  164.     .boxhelp {background:#000;overflow: auto;font-family:PF Arma Five;color:#fff; font-size:8px;}
  165.      
  166.     /*--- Link - Revolucionou - Helpdesigns---*/
  167.      
  168.      #gainhelpd {z-index:999999999999999;position: fixed; width:500px; margin-left:620px; margin-top:330px; padding: 0px; text-align: center;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;}
  169.      
  170.     #gainhelpd a {float: left; display: block; letter-spacing:0px;font-size:8px; font-family: PF Arma Five; text-align: center; margin-bottom:0px; margin-left:1px; color:#fff; text-decoration: none; line-height:27px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.3s ease-out; height:30px;opacity:1;width:50;overflow:hidden;text-indent:0px;background:#;}
  171.     #gainhelpd a:hover {-webkit-transition: all 0.5s ease-out;color:#aaa;  font-weight:calibri;-webkit-transition: all 0.5s ease-out;text-transform:none;width:50px;text-shadow:1px 1px 1px #000;background:#;}
  172.      
  173.     @font-face {src: url('http://static.tumblr.com/08l8cbl/bxDmeztw0/pf_arma_five.ttf'); font-family: PF Arma Five;}
  174.      
  175.     /*--- Não remover os creditos ---*/
  176.      
  177.     </style>
  178.      
  179.      <script type="text/javascript"
  180.    src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  181.     <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  182.     <script>
  183.         (function($){
  184.      
  185.             $(document).ready(function(){
  186.                 $("[title]").style_my_tooltips();
  187.             });
  188.         })(jQuery);
  189.     </script>
  190.      
  191.     <body>
  192.     <div id="tihd">About my tumblr</div>
  193.      
  194.     <div id="gainhelpd">
  195.     <a href="#?w=500" rel="pop" class="poplight">• Nome</a>
  196.     <a href="#?w=500" rel="poptwo" class="poplight">• Nome</a>
  197.     <a href="#?w=500" rel="poptree" class="poplight">• Nome</a>
  198.     <a href="#?w=500" rel="popfor" class="poplight">• Nome</a>
  199.      </div>
  200.     </div>
  201.      
  202.     <!--- DESCRIÇÃO AQUI --->
  203.     <div id="descrevase"><img src="https://31.media.tumblr.com/avatar_2d5694829d6d_64.png" style="float:left;width:50px;height:50px;margin-right:5px ">Aqui neste espaço, você pode descrever um pouco do seu tumblr, quando ele foi criado, com que intuito, quando tal moderadora entrou e afins, não precisa ser uma coisa muito longa. Então já pra deixar explicadinho, os pop ups já estão arrumados, ele é todo pelo html, e pode ser mudada as cores, os abouts das moderadoras e as fotos, deixei tudo indicado entre outros, esse icon ao lado da descri você coloca a url da img. Peço a você que não use de base, e não retire os créditos, se pegar por favor de like, assim irá nos motivar a postar mais coisas.</div>
  204.      
  205.      
  206.     <div style="display:block;top:610px;left:20px;font-size:8px;font-family:PF Arma Five;position:fixed;padding:3px;z-index:55554235555;}"><a href="http://helpdesigns.tumblr.com/" title="Theme about by helpdesigns - Isah">HELPDESIGNS ©</a>
  207.     </div>
  208.     </body>
  209.      
  210.     </html>
  211.      
  212.     <!--- Moderadora 1 --->
  213.     <div id="pop" class="popup_block">
  214.     <div class="helpdesignstitulo">Url da moderadora</div></br>
  215.     <div class="boxhelp">
  216.     <img src="http://33.media.tumblr.com/073ab642a76d931c2d415f2aa1927d2a/tumblr_n86a0ujIg11stws7go8_250.png" style="float: left;margin-right:3px; border:3px solid #1c1c1c;width:64px;height:64px">Arrume a foto, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal. Fica bonito ir apenas até aqui.<br><br>
  217.     </div>
  218.      
  219.     </div></div>
  220.      
  221.     <!--- Moderadora 2 --->
  222.     <div id="poptwo" class="popup_block">
  223.     <div class="helpdesignstitulo">Url da moderadora</div></br>
  224.     <div class="boxhelp">
  225.     <img src="http://31.media.tumblr.com/841a1a56a403f14b5e93532f59b4fb40/tumblr_n86a0ujIg11stws7go5_250.png" style="float: left;margin-right:3px; border:3px solid #1c1c1c;width:64px;height:64px">Arrume a foto, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal. Fica bonito ir apenas até aqui.<br><br>
  226.     </div>
  227.      
  228.     </div></div>
  229.      
  230.     <!--- Moderadora 3 --->
  231.     <div id="poptree" class="popup_block">
  232.     <div class="helpdesignstitulo">Url da moderadora</div></br>
  233.     <div class="boxhelp">
  234.     <img src="http://38.media.tumblr.com/6b52aca4b0c07400f7fe46b2c9245de0/tumblr_n86a48WggX1stws7go1_250.png" style="float: left;margin-right:3px; border:3px solid #1c1c1c;width:64px;height:64px">Arrume a foto, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal. Fica bonito ir apenas até aqui.<br><br>
  235.     </div>
  236.      
  237.     </div></div>
  238.      
  239.     <!--- Moderadora 4 --->
  240.     <div id="popfor" class="popup_block">
  241.     <div class="helpdesignstitulo">Url da moderadora</div></br>
  242.     <div class="boxhelp">
  243.     <img src="http://37.media.tumblr.com/9f731798d1061d297e5ce8fa52288425/tumblr_n86a48WggX1stws7go6_250.png" style="float: left;margin-right:3px; border:3px solid #1c1c1c;width:64px;height:64px">Arrume a foto, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal, about aqui, aqui você se descreve e tal. Fica bonito ir apenas até aqui.<br><br>
  244.     </div>
  245.      
  246.     </div></div>
  247.      
  248.      
  249.      
  250.     </div>
  251.     </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement