Advertisement
helpdesigns

Theme reforma #1 | 24/07/2014 #juh

Jul 23rd, 2014
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.57 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/fyc2dbo/Pufn974z0/sem_t__tulo-1.jpg" 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. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  71. <style type="text/css">
  72.  
  73. body {background-color:#eee; font-family: verdana; color: ; text-align: center; font-size: 11px; background-image:url('http://static.tumblr.com/fyc2dbo/QBHn973x3/22.png'); background-attachment: fixed; overflow-y:hidden;
  74. 5.
  75. overflow-x:hidden;}
  76.  
  77. a {color: #aaa; text-decoration: none; text-transform: none;}
  78. a:hover {color: #aaa; background-color: transparent; text-decoration: none;}
  79.  
  80.  
  81. #header {background: url('http://static.tumblr.com/fyc2dbo/SKHn974yl/sem_t__tulo-1.png'); background-repeat: repeat-x; width:561px; margin-top: 150px; height:351px; margin-left: 400px;}
  82.  
  83. /*******by futurasuicida usar credite ao helpdesigns pegar sem credito vai ter porrada.*** *******/
  84. #linkinvidia {width:388px; height: 42px; float: left; margin-left:610px; margin-top:-110px; text-align: center; position: fixed;}
  85. #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:#aaa; 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;}
  86. #linkinvidia a:hover{background-color:; color:#5c716e;-webkit-transition: all 0.5s ease-in-out;}
  87. @font-face {src: url('http://static.tumblr.com/08l8cbl/bxDmeztw0/pf_arma_five.ttf'); font-family: PF Arma Five;}
  88. /*helpdesigns*/
  89.  
  90. /*** MENU POP-UP (helpdesigns) ***/
  91.  
  92.  
  93. #fade { /*--Transparent background layer--*/
  94. display: none; /*--hidden by default--*/
  95. background: #0a0a0a;
  96. position: fixed; left: 0; top: 0;
  97. width: 100%; height: 100%;
  98. opacity: .80;
  99. z-index: 9999;
  100. }
  101. .popup_block{
  102. display: none; /*--hidden by default--*/
  103. background: #eee;
  104. padding: 20px;
  105. float: left;
  106. font-size: 1.2em;
  107. position: fixed;
  108. top: 50%; left: 50%;
  109. z-index:10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000; background: #eee;
  110. /*--CSS3 Box Shadows--*/
  111. -webkit-box-shadow: 0px 0px 20px #000; /*--Sombras--*/
  112. -moz-box-shadow: 0px 0px 20px #000; /*--Sombras--*/
  113. box-shadow: 0px 0px 20px #000; /*--Sombras--*/
  114. /*--CSS3 Rounded Corners--*/
  115. -webkit-border-radius: 10px;
  116. -moz-border-radius: 10px;
  117. border-radius: 10px;
  118. }
  119. img.btn_close {
  120. float: right;
  121. margin: -17px -18px 0 0;
  122. }
  123. /*--Making IE6 Understand Fixed Positioning--*/
  124. *html #fade {
  125. position: absolute;
  126. }
  127. *html .popup_block {
  128. position: absolute;
  129. }
  130.  
  131.  
  132. .wishlist {font: 8px 'PF Arma Five'; line-height: 10px; text-indent : 5px; vertical-align : middle; no-repeat left; text-align: left; color:#aaa;
  133. 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;}
  134. @font-face {src: url('http://static.tumblr.com/08l8cbl/bxDmeztw0/pf_arma_five.ttf'); font-family: PF Arma Five;}
  135.  
  136. #foto{border-radius:0px 50px 50px 50px;-webkit-transition-duration: .90s;}
  137. #foto:hover{border-radius:50px 50px 0px 50px;-webkit-transition-duration: .90s;}
  138.  
  139. /**Se usar credite ao helpdesigns***/
  140. #parr a {float: left; display: block; letter-spacing:2px; font-size:11px; font-family:Calibri; text-align: center; margin-bottom:2px; margin-left:2px; color:#fff;text-decoration: none; line-height:37px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; height:38px;width:38px;background-color:#97a9a6;opacity: 0.7;}
  141. #parr a:hover { -webkit-transition: all 0.9s ease-out;opacity:0.8; color:#fff; font-weight:calibri;-webkit-transition: all 0.5s ease-out;background-color:#5c716e}
  142. #parr:hover a {opacity: 0.4;}
  143. #parr a:hover {opacity: 1;-webkit-transition: background 0.9s linear; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;}
  144.  
  145.  
  146. #s-m-t-tooltip {max-width:300px; padding:3px 4px 5px 4px;margin:15px 20px;background-color:#fff; font: 8px 'PF Arma Five'; text-transform:uppercase; color:#aaa; z-index:99999999999999999999999999; border: 1px solid #5c716e;}/*********helpdesigns******/
  147.  
  148.  
  149. .list {float:left;text-align: left; margin-left:4px;margin-bottom:4px;width: 250px;background: #eee; padding: 3px;margin-bottom: 1px;height:15px;line-height:15px;text-indent:4px;font-family:PF Arma Five;font-size: 8px;color:#aaa;border-left:3px solid #97a9a6;}
  150.  
  151. .list:hover{color:;text-shadow:none;-webkit-transition: all .4s ease-out;text-indent:20px;border-left:3px solid #5c716e;}
  152.  
  153.  
  154. </style>
  155. <script type="text/javascript"
  156. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  157. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  158. <script>
  159. (function($){
  160.  
  161. $(document).ready(function(){
  162. $("[title]").style_my_tooltips();
  163. });
  164. })(jQuery);
  165. </script>
  166.  
  167.  
  168. <body>
  169.  
  170. <div id="header">
  171.  
  172. </div>
  173.  
  174. <div id="linkinvidia">
  175. <a href="#?w=500" rel="motivo" class="poplight">Motivo</a>
  176. <a href="#?w=500" rel="mod" class="poplight">modera</a>
  177. <a href="#?w=500" rel="par" class="poplight">partners</a>
  178. <a href="#?w=500" rel="cre" class="poplight">Credits</a>
  179. </a></div>
  180.  
  181.  
  182.  
  183.  
  184. </body>
  185.  
  186. <div id="motivo" class="popup_block">
  187. <div class="wishlist"><img height="64" img src="{PortraitURL-64}" align="left" width="64" style="border:3px solid #5c716e;">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?
  188. </div>
  189. <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>
  190. </div></div></div>
  191.  
  192. <div id="par" class="popup_block"><center><div id="parr">
  193. <a href="/" title="Nome">??</a>
  194. <a href="/" title="Nome">??</a>
  195. <a href="/" title="Nome">??</a>
  196. <a href="/" title="Nome">??</a>
  197. <a href="/" title="Nome">??</a>
  198. <a href="/" title="Nome">??</a>
  199. <a href="/" title="Nome">??</a>
  200. <a href="/" title="Nome">??</a>
  201. <a href="/" title="Nome">??</a>
  202. <a href="/" title="Nome">??</a>
  203. <a href="/" title="Nome">??</a>
  204. <a href="/" title="Nome">??</a>
  205. </div></center>
  206.  
  207. </div></div></div></div></div></div>
  208.  
  209. <div id="mod" class="popup_block">
  210. <div class="wishlist"><center>
  211. <a href="url" title="Nome"><img height="94" img src="http://38.media.tumblr.com/9f3258fe7ff8331b019369b0f1c77317/tumblr_n8qf30HPiO1rkiuiwo4_250.jpg" width="94" style="border:3px solid #5c716e;"></a></a>
  212.  
  213. <a href="url" title="Nome"><img height="94" img src="http://38.media.tumblr.com/efe1f83afc4650dd61e06c90da681e5d/tumblr_n8qf30HPiO1rkiuiwo5_250.jpg"width="94" style="border:3px solid #5c716e;"></a></a>
  214.  
  215. <a href="url" title="Nome"><img height="94" img src="http://38.media.tumblr.com/1a0d49e812a5cc0e09cb40eead7240ea/tumblr_n8qf8leRTE1rkiuiwo7_250.jpg"width="94" style="border:3px solid #5c716e;"></a></a>
  216.  
  217. <a href="url" title="Nome"><img height="94" img src="http://31.media.tumblr.com/4f0d9bdf2463d6cfb6fc1175c06d5fa1/tumblr_n8qf8leRTE1rkiuiwo8_250.jpg"width="94" style="border:3px solid #5c716e;"></a></a></center>
  218.  
  219. </div></div></div>
  220.  
  221.  
  222.  
  223. <div id="cre" class="popup_block">
  224. <div class="list"><a href="http://futurasuicida.tumblr.com/">Juliane Meira - Codificação e Design. </a></div>
  225. <div class="list"><a href="http://helpdesigns.tumblr.com/">helpdesigns - Várias Ajudas </a></div>
  226. <div class="list"><a href="http://helpavatars.tumblr.com/">helpavatars - Avatares </a></div>
  227. <div class="wishlist"><div style="text-align:right">Themes Helpdesigns</a></div>
  228. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  229. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement