Advertisement
helpdesigns

Theme Desativação html #juh

Oct 18th, 2013
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.47 KB | None | 0 0
  1.  
  2. <html>
  3.  
  4. <script type="text/javascript"
  5. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  6. <script>
  7. $(document).ready(function() {
  8. //
  9. //When you click on a link with class of poplight and the href starts with a #
  10.  
  11. $('a.poplight[href^=#]').click(function() {
  12.  
  13. var popID = $(this).attr('rel'); //Get Popup Name
  14.  
  15. var popURL = $(this).attr('href'); //Get Popup href to define size
  16.  
  17. //Pull Query & Variables from href URL
  18.  
  19. var query= popURL.split('?');
  20.  
  21. var dim= query[1].split('&');
  22.  
  23. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  24.  
  25. //Fade in the Popup and add close button
  26.  
  27. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/w5ebxu1/spJmust9t/botao.png" class="btn_close" title="Close Window" alt="Close" /></a>');
  28.  
  29. //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
  30.  
  31. var popMargTop = ($('#' + popID).height() + 80) / 2;
  32.  
  33. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  34.  
  35. //Apply Margin to Popup
  36.  
  37. $('#' + popID).css({
  38.  
  39. 'margin-top' : -popMargTop,
  40.  
  41. 'margin-left' : -popMargLeft
  42.  
  43. });
  44.  
  45. //Fade in Background
  46.  
  47. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  48.  
  49. $('#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
  50.  
  51. return false;
  52.  
  53. });
  54.  
  55.  
  56. //Close Popups and Fade Layer
  57.  
  58. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  59.  
  60. $('#fade , .popup_block').fadeOut(function() {
  61.  
  62. $('#fade, a.close').remove(); //fade them both out
  63. });
  64. return false;
  65. });
  66.  
  67. });
  68. </script>
  69.  
  70.  
  71. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  72. <style type="text/css">
  73.  
  74. body {background-color:#404040; font-family: verdana; color: ; text-align: center; font-size: 11px; background-image:url('http://static.tumblr.com/w5ebxu1/zF5musrih/sem_t__tulo-1.png'); background-attachment: fixed; overflow-y:hidden;
  75. 5.
  76. overflow-x:hidden;}
  77.  
  78. a {color: #fff; text-decoration: none; text-transform: none;}
  79. a:hover {color: #fff; background-color: transparent; text-decoration: none;}
  80.  
  81.  
  82. #header {background: url('http://static.tumblr.com/w5ebxu1/f37musrkl/sem_t__tulo-1.png'); background-repeat: repeat-x; width:561px; margin-top: 150px; height:351px; margin-left: 400px;}
  83.  
  84. /*******by futurasuicida usar credite ao helpdesigns pegar sem credito vai ter porrada.*** *******/
  85. #linkinvidia {width:388px; height: 42px; float: left; margin-left:575px; margin-top:-175px; text-align: center; position: fixed;}
  86. #linkinvidia a {display: inline-block;float: left; font: 8px PF Arma Five;text-align:center text-align: center; margin-top: 0px; height: 15px; width: 43px; color:#ffffff; line-height: 15px;text-transform: none;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color:; opacity:1;; -webkit-transition: all 0.5s ease-in-out;text-shadow: 5px 20px 0px transparent;}
  87. #linkinvidia a:hover{background-color:; color:#fff;-webkit-transition: all 0.5s ease-in-out; text-shadow: 0px 2px 0px #242323;}
  88. @font-face {src: url('http://static.tumblr.com/08l8cbl/bxDmeztw0/pf_arma_five.ttf'); font-family: PF Arma Five;}
  89. /*helpdesigns*/
  90.  
  91. /*** MENU POP-UP (helpdesigns) ***/
  92.  
  93.  
  94. #fade { /*--Transparent background layer--*/
  95. display: none; /*--hidden by default--*/
  96. background: #000;
  97. position: fixed; left: 0; top: 0;
  98. width: 100%; height: 100%;
  99. opacity: .80;
  100. z-index: 9999;
  101. }
  102. .popup_block{
  103. display: none; /*--hidden by default--*/
  104. background: #ffffff;
  105. padding: 20px;
  106. float: left;
  107. font-size: 1.2em;
  108. position: fixed;
  109. top: 50%; left: 50%;
  110. z-index:10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000; background: #404040;
  111. /*--CSS3 Box Shadows--*/
  112. -webkit-box-shadow: 0px 0px 20px #000; /*--Sombras--*/
  113. -moz-box-shadow: 0px 0px 20px #000; /*--Sombras--*/
  114. box-shadow: 0px 0px 20px #000; /*--Sombras--*/
  115. /*--CSS3 Rounded Corners--*/
  116. -webkit-border-radius: 10px;
  117. -moz-border-radius: 10px;
  118. border-radius: 10px;
  119. }
  120. img.btn_close {
  121. float: right;
  122. margin: -17px -18px 0 0;
  123. }
  124. /*--Making IE6 Understand Fixed Positioning--*/
  125. *html #fade {
  126. position: absolute;
  127. }
  128. *html .popup_block {
  129. position: absolute;
  130. }
  131.  
  132.  
  133. .wishlist {font: 8px 'PF Arma Five'; line-height: 10px; text-indent : 5px; vertical-align : middle; no-repeat left; text-align: left; color:#fff;
  134. padding-bottom : 2px;padding:5px; padding-left:1px; background:; -webkit-transition-duration: .80s; -moz-transition-duration: .80s; -o-transition-duration: .80s; -ms-transition-duration: .80s;}
  135. @font-face {src: url('http://static.tumblr.com/08l8cbl/bxDmeztw0/pf_arma_five.ttf'); font-family: PF Arma Five;}
  136.  
  137. #foto{border-radius:0px 50px 50px 50px;-webkit-transition-duration: .90s;}
  138. #foto:hover{border-radius:50px 50px 0px 50px;-webkit-transition-duration: .90s;}
  139.  
  140. .parc {width:500px;margin:2px 0px 0px 0px;margin-left:-5px;}
  141. .parc a {background:#404040;color:#fff;padding:12px;text-shadow: 1px 1px 0px #;display: inline-block;letter-spacing:1px;width: 20px; height: 12px;text-indent: center;}
  142. .parc a:hover{box-shadow: inset 0px 0px 0px 0px #404040;-webkit-transition: all 0.5s ease-in-out;}
  143.  
  144.  
  145. #s-m-t-tooltip {max-width:300px; padding:3px 4px 5px 4px;margin:15px 20px;background-color:#343434; font-family:calibri; font-size:9px; letter-spacing:1px; text-transform:uppercase; color:#fff; z-index:99999999999999999999999999;text-shadow: 0px 1px 0px #2d2d2d; border: 2px solid #2d2d2d;}/*********helpdesigns******/
  146.  
  147. #direita{float:right;width:49%;margin-top:0px; text-align:left;}
  148. #esquerda{float:right;width:49%;margin-top:0px; text-align:left;}
  149.  
  150. b, strong, bold {color:#CORDONEGRITO;}
  151.  
  152. u, span.sublinha {cursor: help; text-decoration: none; border-bottom: 1px dotted #fc85d5;}
  153.  
  154. i, em{color: #CORDOITALICO;}
  155.  
  156. s {color: #CORDORISCADO;}
  157.  
  158. </style>
  159. <script type="text/javascript"
  160. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  161. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  162. <script>
  163. (function($){
  164.  
  165. $(document).ready(function(){
  166. $("[title]").style_my_tooltips();
  167. });
  168. })(jQuery);
  169. </script>
  170.  
  171.  
  172. <body>
  173.  
  174. <div id="header">
  175.  
  176. </div>
  177.  
  178. <div id="linkinvidia">
  179. <a href="#?w=500" rel="motivo" class="poplight">Motivo</a>
  180. <a href="#?w=500" rel="mod" class="poplight">modera</a>
  181. <a href="#?w=500" rel="par" class="poplight">partners</a>
  182. <a href="#?w=500" rel="cre" class="poplight">Credits</a>
  183. </a></div>
  184.  
  185.  
  186.  
  187.  
  188. </body>
  189.  
  190. <div id="motivo" class="popup_block">
  191. <div class="wishlist"><img height="64" img src="{PortraitURL-64}" align="left" width="64" style="border:3px solid #2d2d2d;">Aqui vai ficar o motivo no qual vocês desativaram. ok? Aqui vai ficar o motivo no qual vocês desativaram. ok? Aqui vai ficar o motivo no qual vocês desativaram. ok? Aqui vai ficar o motivo no qual vocês desativaram. ok? Aqui vai ficar o motivo no qual vocês desativaram. ok? Aqui vai ficar o motivo no qual vocês desativaram. ok? Aqui vai ficar o motivo no qual vocês desativaram. ok? Aqui vai ficar o motivo no qual vocês desativaram. ok? Aqui vai ficar o motivo no qual vocês desativaram. ok? Aqui vai ficar o motivo no qual vocês desativaram. ok? Aqui vai ficar o motivo no qual vocês desativaram. ok? Aqui vai ficar o motivo no qual vocês desativaram. ok? Aqui vai ficar o motivo no qual vocês desativaram. ok? Aqui vai ficar o motivo no qual vocês desativaram. ok? Aqui vai ficar o motivo no qual vocês desativaram. ok?
  192. </div>
  193. <div class="wishlist"><p><iframe frameborder="0" height="200" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/SEUTUMBLR.tumblr.com/ask" width="100%"></iframe></p></div>
  194. </div></div></div>
  195.  
  196. <div id="par" class="popup_block"><div class="parc">
  197. <a href="url" title="Nome">?</a>
  198. <a href="url" title="Nome">?</a>
  199. <a href="url" title="Nome">?</a>
  200. <a href="url" title="Nome">?</a>
  201. <a href="url" title="Nome">?</a>
  202. <a href="url" title="Nome">?</a>
  203. <a href="url" title="Nome">?</a>
  204. <a href="url" title="Nome">?</a>
  205. <a href="url" title="Nome">?</a>
  206. <a href="url" title="Nome">?</a>
  207.  
  208. </div></div></div></div></div></div>
  209.  
  210. <div id="mod" class="popup_block">
  211. <div class="wishlist"><center>
  212. <a href="url" title="Nome"><img height="94" img src="http://31.media.tumblr.com/6649e76f36db60fa3be2592fe280f6be/tumblr_mlqivp8p921s59bjpo2_250.png" width="94" style="border:3px solid #2d2d2d;"></a></a>
  213.  
  214. <a href="url" title="Nome"><img height="94" img src="http://24.media.tumblr.com/9b1b6f18cb44adb3275b946c9a541eb5/tumblr_mlqivp8p921s59bjpo6_250.png"width="94" style="border:3px solid #2d2d2d;"></a></a>
  215.  
  216. <a href="url" title="Nome"><img height="94" img src="http://24.media.tumblr.com/719102389e3fd938059ee75ae415b51f/tumblr_mlqivp8p921s59bjpo7_250.png"width="94" style="border:3px solid #2d2d2d;"></a></a>
  217.  
  218. <a href="url" title="Nome"><img height="94" img src="http://31.media.tumblr.com/ac33913a7ab310eb2842a4c214b34619/tumblr_mlqivp8p921s59bjpo8_250.png"width="94" style="border:3px solid #2d2d2d;"></a></a></center>
  219.  
  220. </div></div></div>
  221.  
  222.  
  223.  
  224. <div id="cre" class="popup_block">
  225. <div class="wishlist"><font color=#fc85d5>·</font></a> <a href="http://futurasuicida.tumblr.com/">Juliane Meira - Codificação e Design. </a></div>
  226. <div class="wishlist"><font color=#fc85d5>·</font></a> <a href="http://aprendiz-de-feiticeir4.tumblr.com/">beatrice Lepek - Parceiros </a></div>
  227. <div class="wishlist"><font color=#fc85d5>·</font></a> <a href="http://helpdesigns.tumblr.com/">helpdesigns - Várias Ajudas </a></div>
  228. <div class="wishlist"><font color=#fc85d5>·</font></a> <a href="http://iloveavatars.tumblr.com/">iloveavatars - Avatares </a></div>
  229.  
  230. <div class="wishlist"><div style="text-align:right"><u>Themes Helpdesigns </u> </a></div>
  231. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  232. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement