Advertisement
iHarDz9

Untitled

Feb 22nd, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.31 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" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}>
  3. <style>
  4. @keyframes branding {
  5.  
  6. from {
  7. background-position: 0 0;
  8. }
  9.  
  10. to {
  11. background-position: 1600px 0;
  12. }
  13. }
  14.  
  15. #branding {
  16. animation: branding 40s linear infinite;
  17. }
  18. </style>
  19. <head>
  20. <link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  21. <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
  22. <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
  23. <meta http-equiv="content-script-type" content="text/javascript" />
  24. <meta http-equiv="content-style-type" content="text/css" />
  25. <!-- BEGIN switch_compat_meta -->
  26. <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
  27. <!-- END switch_compat_meta -->
  28. <!-- BEGIN switch_canonical_url -->
  29. <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
  30. <!-- END switch_canonical_url -->
  31. {META_FAVICO}
  32. {META}
  33. {META_FB_LIKE}
  34. <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
  35. {T_HEAD_STYLESHEET}
  36. {CSS}
  37. <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
  38. <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
  39. <script src="{JQUERY_PATH}" type="text/javascript"></script>
  40. <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
  41.  
  42. <!-- BEGIN switch_fb_login -->
  43. <script src="https://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
  44. <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
  45. <!-- END switch_fb_login -->
  46.  
  47. <!-- BEGIN switch_ticker -->
  48. <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
  49. <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
  50. <!-- END switch_ticker -->
  51.  
  52. <!-- BEGIN switch_ticker_new -->
  53. <script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
  54. <script type="text/javascript">//<![CDATA[
  55. /* Definir le sens de direction en fonction du panneau admin */
  56. var tickerDirParam = "{switch_ticker.DIRECTION}";
  57. var slid_vert = false;
  58. var auto_dir = 'next';
  59. var h_perso = parseInt({switch_ticker.HEIGHT});
  60.  
  61. switch( tickerDirParam )
  62. {
  63. case 'top' :
  64. slid_vert = true;
  65. break;
  66.  
  67. case 'left':
  68. break;
  69.  
  70. case 'bottom':
  71. slid_vert = true;
  72. auto_dir = 'prev';
  73. break;
  74.  
  75. case 'right':
  76. auto_dir = 'prev';
  77. break;
  78.  
  79. default:
  80. slid_vert = true;
  81. }
  82.  
  83. $(document).ready(function() {
  84.  
  85. var width_max = $('ul#fa_ticker_content').width();
  86. var width_item = Math.floor(width_max / {switch_ticker.SIZE});
  87.  
  88. if (width_max > 0)
  89. {
  90. $('#fa_ticker_content').css('display','block');
  91.  
  92. $('ul#fa_ticker_content li').css('float','left').css('list-style','none').width(width_item).find('img').each(function () {
  93. if ($(this).width() > width_item)
  94. {
  95. var ratio = $(this).width() / width_item;
  96. var new_height = Math.round($(this).height() / ratio);
  97. $(this).height(new_height).width(width_item);
  98. }
  99. });
  100.  
  101. if (slid_vert)
  102. {
  103. var height_max = h_perso;
  104.  
  105. $('ul#fa_ticker_content li').each( function () {
  106. if ($(this).height() > height_max)
  107. {
  108. height_max = $(this).height();
  109. }
  110. } );
  111.  
  112. $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
  113. $('ul#fa_ticker_content li').height(height_max);
  114. }
  115.  
  116. $('#fa_ticker_content').jcarousel({
  117. vertical: slid_vert,
  118. wrap: 'circular',
  119. auto: {switch_ticker.STOP_TIME},
  120. auto_direction: auto_dir,
  121. scroll: 1,
  122. size: {switch_ticker.SIZE},
  123. height_max: height_max,
  124. animation: {switch_ticker.SPEED}
  125. });
  126. }
  127. else
  128. {
  129. $('ul#fa_ticker_content li:not(:first)').css('display','none');
  130. $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
  131. }
  132. });
  133. //]]>
  134. </script>
  135. <!-- END switch_ticker_new -->
  136.  
  137. <script type="text/javascript">
  138. //<![CDATA[
  139. jQuery().ready(function(){
  140. <!-- BEGIN switch_enable_pm_popup -->
  141. pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
  142. if(pm != null) { pm.focus(); }
  143. <!-- END switch_enable_pm_popup -->
  144. <!-- BEGIN switch_report_popup -->
  145. report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
  146. if(report != null) { report.focus(); }
  147. <!-- END switch_report_popup -->
  148. <!-- BEGIN switch_ticker -->
  149. $(window).load(function() {
  150. Ticker.start({
  151. height : {switch_ticker.HEIGHT},
  152. spacing : {switch_ticker.SPACING},
  153. speed : {switch_ticker.SPEED},
  154. direction : '{switch_ticker.DIRECTION}',
  155. pause : {switch_ticker.STOP_TIME}
  156. });
  157. });
  158. <!-- END switch_ticker -->
  159. });
  160.  
  161. <!-- BEGIN switch_login_popup -->
  162. var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, logInBackgroundClass = false;
  163. <!-- END switch_login_popup -->
  164.  
  165. <!-- BEGIN switch_login_popup -->
  166. $(document).ready( function() {
  167. $(window).resize(function() {
  168. var windowWidth = document.documentElement.clientWidth;
  169. var popupWidth = $("#login_popup").width();
  170. var mypopup = $("#login_popup");
  171.  
  172. $("#login_popup").css({
  173. "left": windowWidth/2 - popupWidth/2
  174. });
  175. });
  176. });
  177. <!-- END switch_login_popup -->
  178. //]]>
  179. </script>
  180. {GREETING_POPUP}
  181. <!-- BEGIN switch_ticker_new -->
  182. <style>
  183. .jcarousel-skin-tango .jcarousel-item {
  184. text-align:center;
  185. width: 10px;
  186. }
  187.  
  188. .jcarousel-skin-tango .jcarousel-item-horizontal {
  189. margin-right: {switch_ticker.SPACING}px;
  190. }
  191.  
  192. .jcarousel-skin-tango .jcarousel-item-vertical {
  193. margin-bottom: {switch_ticker.SPACING}px;
  194. }
  195. </style>
  196. <!-- END switch_ticker_new -->
  197. {HOSTING_JS}
  198. <!-- BEGIN google_analytics_code -->
  199. <script type="text/javascript">
  200. //<![CDATA[
  201. var _gaq = _gaq || [];
  202. _gaq.push(["_setAccount", "{G_ANALYTICS_ID}"]);
  203. _gaq.push(["_trackPageview"]);
  204. _gaq.push(['_trackPageLoadTime']);
  205.  
  206. <!-- BEGIN google_analytics_code_bis -->
  207. _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
  208. _gaq.push(['b._trackPageview']);
  209. <!-- END google_analytics_code_bis -->
  210.  
  211. (function() {
  212. var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true;
  213. ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";
  214. var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s);
  215. })();
  216. //]]>
  217. </script>
  218. <!-- END google_analytics_code -->
  219. <link rel="stylesheet" href="http://static.tumblr.com/yiol0h8/AXWn3atj3/tipsy.css" type="text/css" />
  220. <script type="text/javascript" src="http://static.tumblr.com/yiol0h8/GOsn3atjv/jquery.tipsy.js"></script>
  221.  
  222. <script type='text/javascript'>
  223. $(function() {
  224. $('.tool-tip').tipsy({fade: true, gravity: 's'});
  225. });
  226. </script>
  227. </head>
  228. <script>
  229. var headerHeight = 45;
  230. var minHeaderHeight = 45;
  231. var maxScrollAmount = headerHeight - minHeaderHeight;
  232.  
  233. $(window).scroll(function() {
  234. var amountScrolled = $(window).scrollTop();
  235. var newHeight = headerHeight - amountScrolled;
  236. if (($(window).scrollTop() >= 0) && ($(window).scrollTop() <= maxScrollAmount)){
  237. $('.collapseHeader .brandingBackground').css('opacity', '0');
  238. $('.collapseHeader #branding').css('height', newHeight + 'px');
  239. $('.collapseHeader #logo a').css('line-height', newHeight + 'px');
  240. } else if ($(window).scrollTop() > maxScrollAmount) {
  241. $('.collapseHeader .brandingBackground').css('opacity', '1');
  242. $('.collapseHeader #branding').css('height', minHeaderHeight + 'px');
  243. $('.collapseHeader #logo a').css('line-height', minHeaderHeight + 'px');
  244. }
  245. });
  246. </script>
  247. <body class=" collapseHeader animatedBackground toggleBackgroundColours">
  248. <div id="background"><div id="gradient" class="applied" style="background-position: -13175px 0px;"></div></div>
  249. <!-- BEGIN hitskin_preview -->
  250. <div id="hitskin_preview" style="display: block;">
  251. <h1><img src="https://illiweb.com/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
  252. <div class="content">
  253. <p>
  254. {hitskin_preview.L_THEME_SITE_PREVIEW}
  255. <br />
  256. <span>{hitskin_preview.U_INSTALL_THEME}<a href="https://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
  257. </p>
  258. </div>
  259. </div>
  260. <!-- END hitskin_preview -->
  261.  
  262. <!-- BEGIN switch_login_popup -->
  263. <div id="login_popup" class="module main">
  264. <div id="login_popup_title" class="main-head">
  265. <div class="h3">{SITENAME}</div>
  266. </div>
  267. <div class="main-content">
  268. {LOGIN_POPUP_MSG}
  269. <div id="login_popup_buttons">
  270. <form action="{S_LOGIN_ACTION}" method="get">
  271. <input type="submit" class="button2" value="{L_LOGIN}" />
  272. <input type="button" class="button2" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
  273. <input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" />
  274. </form>
  275. </div>
  276. </div>
  277. </div>
  278. <!-- END switch_login_popup -->
  279.  
  280. <a id="top" name="top" accesskey="t"></a>
  281. <div id="topo""></div>"<div id="branding"><div class="wrapper clearfix">
  282. <div id="logo">
  283.  
  284.  
  285. <a href="/forum" title="Go to community index" rel="home" accesskey="1" class="textLogo">Fórum do Brasil Play Fatal RPG.</a>
  286.  
  287. </div>
  288. <!-- ::: APPLICATION TABS ::: -->
  289. <div id="primary_nav" class="clearfix">
  290. <ul class="ipsList_inline" id="community_app_menu">
  291.  
  292. <li id="nav_home" class="left"><a href="/portal" title="Portal" rel="Portal">Portal</a></li>
  293.  
  294. <li id="nav_app_forums" class="left active"><a href="http://playfatal.forumeiros.com/forum" title="Forum">Fórum</a></li>
  295.  
  296. <li id="nav_app_members" class="left "><a href="http://www.brasilstartgames.com/h3-loja" title="Cash">COMPRAR CASH</a></li>
  297.  
  298. <li id="nav_app_nexus" class="left "><a href="http://playfatal.forumeiros.com/h3-loja" title="Go to Loja">Loja</a></li>
  299.  
  300. </ul>
  301. </div>
  302.  
  303.  
  304. </div></div>
  305. <!--userbar-->
  306. <div class="clearfix wrapper">
  307.  
  308. <div id="backgroundToggle" class="left clearfix">
  309. <span id="enableColour" title="Enable colorful background" class="show"></span>
  310. <span id="enableGrey" title="Enable greyscale background"></span>
  311. </div>
  312.  
  313. <div id="user_bar" class="withToggle clearfix">
  314. <div id="user_navigation" class="not_logged_in">
  315.  
  316. <ul class="ipsList_inline">
  317. <!-- BEGIN switch_user_logged_in -->
  318. <li><a href="/profile?mode=editprofile" title="Editar Perfil"/>
  319. <script>
  320. jQuery(document).ready(function(){
  321. jQuery.get('/profile?mode=editprofile&page_profil=avatars', function(data) {
  322. link = jQuery('.frm dl dd img', data).attr('src');
  323. if(link){
  324. jQuery('#avatar').html('<center><img src="'+link+'" alt="" /></center>');
  325. }else{
  326. jQuery('#avatar').html('');
  327. }
  328. });
  329. });
  330. </script>
  331. <div id="avatar"><center></center></div>
  332. <li><a class="profilename" href="/profile?mode=editprofile" class="USERNAME">Perfil</a></li>
  333. <li><a data-clicklaunch="getInboxList" id="inbox_link" href="/privmsg?folder=inbox" title="Private Message"><img src="http://i56.servimg.com/u/f56/17/97/98/69/yymnyc10.png" alt=""></a></li>
  334. <li><a id="notify_link" href="/search?search_id=watchsearch" title="Notifications"><img src="http://i56.servimg.com/u/f56/17/97/98/69/gyfvip11.png" alt=""></a></li>
  335. <li><a href="/login?logout">Sair do Fórum</a></li>
  336. <!-- END switch_user_logged_in -->
  337. <!-- BEGIN switch_user_logged_out -->
  338. <li><span class="services">
  339.  
  340. <a href="/login"><img src="https://lh6.googleusercontent.com/-8MLrE65qnNI/VDP2e2vEKCI/AAAAAAAAIMc/ErcIqDPto70/s16-no/facebook.png" alt="Entrar usando Facebook"> Entrar usando o Facebook</a>
  341.  
  342. </span>
  343. <a href="/login" title="Sign In" id="sign_in"><img src="http://i.imgur.com/0ns7zBy.png" alt=""> Login</a>
  344. </li>
  345. <li>
  346. <a href="/register" title="Create Account" id="register_link"><img src="http://i.imgur.com/W4pPjOe.png" alt=""> Cadastre-se</a>
  347. </li>
  348. <!-- END switch_user_logged_out -->
  349. </ul>
  350. </div>
  351.  
  352. </div>
  353. </div>
  354. <div class="minwidth_IE">
  355. <div class="layout_IE">
  356. <div class="container_IE">
  357. <div class="pun">
  358. <div id="pun-intro" class="clearfix">
  359. <a href="{U_INDEX}" id="pun-logo"><img src="{LOGO}" alt="{L_INDEX}" /></a>
  360.  
  361. <!-- BEGIN switch_h1 -->
  362. <div id="pun-title">{switch_h1.MAIN_SITENAME}</div>
  363. <!-- END switch_h1 -->
  364.  
  365. <!-- BEGIN switch_desc -->
  366. <p id="pun-desc">{switch_desc.SITE_DESCRIPTION}</p>
  367. <!-- END switch_desc -->
  368. </div>
  369. <div id="pun-head">
  370. <div id="pun-navlinks">
  371. <ul class="clearfix">
  372. <li>{GENERATED_NAV_BAR}</li>
  373. </ul>
  374. </div>
  375. </div>
  376.  
  377. <!-- BEGIN switch_ticker_new -->
  378. <div id="fa_ticker_block" style="padding-top:4px;">
  379. <div class="module main">
  380. <div class="main-content clearfix">
  381. <div id="fa_ticker_container">
  382. <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display: none;width: 100%;">
  383. <!-- BEGIN ticker_row -->
  384. <li>{switch_ticker.ticker_row.ELEMENT}</li>
  385. <!-- END ticker_row -->
  386. </ul>
  387. </div>
  388. </div>
  389. </div>
  390. </div>
  391. <!-- END switch_ticker_new -->
  392.  
  393. <!-- BEGIN switch_ticker -->
  394. <div id="fa_ticker_block" style="padding-top:4px;">
  395. <div class="module main">
  396. <div class="main-content clearfix">
  397. <div id="fa_ticker_container">
  398. <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
  399. <div class="fa_ticker_content">
  400. <!-- BEGIN ticker_row -->
  401. <div>{switch_ticker.ticker_row.ELEMENT}</div>
  402. <!-- END ticker_row -->
  403. </div>
  404. </div>
  405. </div>
  406. </div>
  407. </div>
  408. </div>
  409. <!-- END switch_ticker -->
  410.  
  411. <div id="page-body">
  412. <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
  413. <div id="outer-wrapper">
  414. <div id="wrapper">
  415. <div id="container">
  416. <div id="content">
  417. <div id="{ID_LEFT}">
  418. <!-- BEGIN giefmod_index1 -->
  419. {giefmod_index1.MODVAR}
  420. <!-- BEGIN saut -->
  421. <div style="height:{SPACE_ROW}px"></div>
  422. <!-- END saut -->
  423. <!-- END giefmod_index1 -->
  424. </div>
  425. <div id="main">
  426. <div id="main-content">
  427.  
  428. <!-- BEGIN html_validation -->
  429. </div>
  430. </div>
  431. </div>
  432. </div>
  433. </div>
  434. </div>
  435. </div>
  436. </div>
  437. </div>
  438. </div>
  439. </div>
  440. </div>
  441. </body>
  442. </html>
  443. <!-- END html_validation -->
  444. <style type="text/css">#FBSlideLikeBox_left{background: url(http://i.imgur.com/IQqkVba.png) 0 0 no-repeat;float:right;height:168px;position:fixed;right:-300px;padding-left:48px;top:50%;width:292px;z-index:2000}#FBSlideLikeBox_left #FBSlideLikeBox3_left{height:400px;right:0;position:absolute;border:1px solid #3B5998;width:292px;background:#f8f8f8}
  445.  
  446. #FBSlideLikeBox_right{background:url(http://i.imgur.com/xMlJ4Dy.png) 0 0 no-repeat;float:right;height:168px;position:fixed;right:-300px;padding-left:48px;top:20%;width:292px;z-index:2000}
  447.  
  448. #FBSlideLikeBox_right #FBSlideLikeBox3_right{height:600px;left:0;position:absolute;border:1px solid #3B5998;width:300px;background:#f8f8f8}
  449.  
  450. #FBSlideLikeBox_right #FBSlideLikeBox2_right{position:relative;clear:both;width:auto}</style>
  451.  
  452. <script type="text/javascript">
  453. jQuery(document).ready(function(jQuery) {
  454. jQuery("#FBSlideLikeBox_right, #FBSlideLikeBox_left").mouseenter(function() {
  455. jQuery(this).stop().animate({right: 0}, "normal");
  456. }).mouseleave(function() {
  457. jQuery(this).stop().animate({right: -300}, "normal");
  458. });;
  459. });
  460.  
  461. </script>
  462. <div style="right: -300px;" id="FBSlideLikeBox_right" title="Brasil Play Fatal">
  463.  
  464. <div id="FBSlideLikeBox2_right">
  465.  
  466. <div id="FBSlideLikeBox3_right">
  467. <iframe frameborder="0" allowtransparency="true" style="border:none; overflow:hidden; width:292px; height:590px;" scrolling="no" src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fbrasilplayfatal?fref=ts&width=292&height=590&colorscheme=light&show_faces=true&header=true&stream=true&show_border=true"></iframe>
  468. <!-- Iframe -->
  469. </div>
  470.  
  471. </div>
  472.  
  473. </div>
  474. <!-- #region sign_in_popup -->
  475. <div id="document_modal" class="modal" style="display:none; width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; z-index: 10000; opacity: 0.4; background-color: #3E3E3E;"></div>
  476. <div id="sign_in_popup_popup" style="display:none; z-index: 10001; top: 152px; left: 283.5px; position: fixed;" class="popupWrapper">
  477. <div id="sign_in_popup_inner" class="popupInner" style="width: 600px; max-height: 641px;">
  478. <div style="" class="ipbfs_login" id="inline_login_form">
  479. <form id="login" method="post" action="/login.forum">
  480. <h3>Iniciar Sessão</h3>
  481.  
  482. <div class="ipbfs_login_row">
  483. <div class="ipbfs_login_col">
  484. <span class="right desc lighter blend_links"><a href="/register" title="Registrar-se agora">Registar-se agora!</a></span>
  485. <strong><label for="ips_username"></label></strong>
  486. <div class="ipsField_content">
  487. <input type="text" tabindex="1" size="30" placeholder="Nome de Usuáro" name="username" class="input_text ipbfs_login_input ipbfs_luser" id="ips_username">
  488. </div>
  489. </div>
  490. <div class="ipbfs_login_col">
  491. <span class="right desc lighter blend_links"><a href="/profile?mode=sendpassword" title="redordar contraseña">Esqueci minha senha!</a></span>
  492. <strong><label for="ips_password"></label></strong>
  493. <div class="ipsField_content">
  494. <input type="password" tabindex="2" size="30" placeholder="Senha" name="password" class="input_text ipbfs_login_input ipbfs_lpassword" id="ips_password"><br>
  495. </div>
  496. </div>
  497. </div>
  498. <div class="clearfix">
  499. <div class="ipbfs_login_col">
  500. <input type="checkbox" class="input_check left" value="1" name="autologin" checked="checked" id="autologin">
  501. <div style="padding-left: 20px;">
  502. <label for="autologin">
  503. <strong>Lembrar-me</strong>
  504. <span style="display: block; padding-top: 5px;" class="desc lighter">Não é recomendado em computadores compartilhados.</span>
  505. </label>
  506. </div>
  507. </div>
  508. <div class="ipbfs_login_col">
  509. <input type="checkbox" class="input_check left" value="1" name="anonymous" id="anonymous">
  510. <div style="padding-left: 20px;">
  511. <label for="anonymous">
  512. <strong>Iniciar sessão de forma anônima</strong>
  513. <span style="display: block; padding-top: 5px;" class="desc lighter">Não será visível na lista de usuários ativos.</span>
  514. </label>
  515. </div>
  516. </div>
  517. </div>
  518. <div class="ipsForm_submit ipsForm_center clear" style="height: 29px;">
  519. <input type="submit" name="login" value="Iniciar Sessão" class="input_submit">
  520. <input name="redirect" type="hidden" value="" />
  521. </div>
  522. </form>
  523. </div>
  524. </div>
  525. <div id="sign_in_popup_close" class="popupClose clickable">
  526. <img alt="x" src="http://i78.servimg.com/u/f78/18/17/62/92/close_10.png" onclick="show_popup('sign_in_popup_popup');">
  527. </div>
  528. </div>
  529. <script type="text/javascript">
  530. //<![CDATA[
  531. $(document).ready(function() {
  532. $('#user_navigation #sign_in').attr('href', '#').attr('onclick', "show_popup('sign_in_popup_popup');");
  533. /*
  534. $('#user_navigation #sign_in').click(function() {
  535. sign_in_popup();
  536. });
  537. */
  538. });
  539. function show_popup(id) {
  540. var $oObj = $('#'+id);
  541. if ($oObj.css('display') == 'none') {
  542. $oObj.add('#document_modal').fadeIn('slow');
  543. $("input:text:eq(0):visible").focus();
  544. } else {
  545. $oObj.add('#document_modal').fadeOut('slow');
  546. }
  547. }
  548. //]]>
  549. </script>
  550. <style type="text/css">
  551. <!--
  552. .popupWrapper {
  553. box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5) !important;
  554. background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.6);
  555. padding: 8px !important;
  556. border-radius: 5px !important;
  557. }
  558. .ipbfs_login .ipsForm_submit {
  559. margin-top: 0;
  560. }
  561. .ipbfs_login .ipsBox_notice {
  562. margin: 0;
  563. }
  564. .ipbfs_login .input_submit {
  565. font-size: 13px;
  566. }
  567. #sign_in_popup_inner {
  568. width: 680px !important;
  569. }
  570. .popupInner {
  571. box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  572. overflow-x: hidden;
  573. overflow-y: auto;
  574. width: 500px;
  575. }
  576. .popupInner h3 {
  577. border-bottom: 1px solid #d8d8d8;
  578. text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);
  579. background:#eee url("http://i56.servimg.com/u/f56/17/97/98/69/highli12.png") repeat-x 0 0 ;
  580. padding: 8px 10px 9px;
  581. }
  582. .border, .statistics, .post_block, .ipsComment, .popupInner, .no_messages, .poll_question ol, .ipsBox_container, .ipsFloatingAction, .column_view .post_body {
  583. background: none repeat scroll 0 0 #fff;
  584. }
  585. .ipsBox_notice {
  586. line-height: 1.6;
  587. margin-bottom: 10px;
  588. padding: 10px;
  589. }
  590. .ipsBox_notice, .ipsBox_highlight {
  591. background: none repeat scroll 0 0 #F4FCFF;
  592. border-bottom: 1px solid #CAE9F5;
  593. }
  594. .ipbfs_login_row {
  595. overflow: hidden;
  596. }
  597. .ipbfs_login_row, .gallery_pane h2, .ipsBox_container .ipsType_pagetitle, .ipsType_sectiontitle, #index_stats .status_list:first-of-type li:first-child, .ipsList_data li:first-of-type, .ipsList_withminiphoto li:first-of-type, .ipsList_withmediumphoto li:first-of-type, .category_block table tr:nth-of-type(2) td {
  598. border-top: 0 none;
  599. }
  600. #recentajaxcontent li, #idm_categories a, #index_stats .status_list li, #panel_files .file_listing li, #panel_screenshots #ss_linked li, .file_listing, #cart_totals td, div#member_filters li, #files li, .ipsType_sectiontitle, #order_review td, #package_details .package_info, .block_list li, .package_view_top, .member_entry, #help_topics li, .ipsBox_container .ipsType_pagetitle, .userpopup dl, #announcements td, .preview_info, .sideVerticalList li, fieldset.with_subhead ul, .ipsList_data li, .ipsList_withminiphoto li, .ipsList_withmediumphoto li, table.ipb_table td, .store_categories li, #mini_cart li, #index_stats div[id*="statusReply"], #ipg_category .ipg_category_row, .gallery_pane h2, .status_feedback li[id*="statusReply"], .ipsSideMenu ul li, .ipbfs_login_row, .ipbfs_login .clearfix, .articles .block-1, .articles .type-1x2x2 .article_row, #idm_category .idm_category_row, #category_list li a, .ipsComment {
  601. border-bottom: 1px solid #E3E3E3;
  602. border-top: 1px solid #fff;
  603. }
  604. .ipbfs_login_col {
  605. float: left;
  606. padding: 15px 10px;
  607. width: 314px;
  608. }
  609. .desc.lighter, .desc.lighter.blend_links a {
  610. color: #646464;
  611. }
  612. .desc, .desc.blend_links a, p.posted_info {
  613. color: #898989;
  614. font-size: 11px;
  615. }
  616. .right {
  617. float: right;
  618. }
  619. .ipbfs_login_col a:hover {
  620. text-decoration: underline;
  621. }
  622. .ipbfs_login_row label {
  623. font-size: 1.15em;
  624. }
  625. input:-moz-placeholder {
  626. color: #939393;
  627. }
  628. .ipbfs_luser {
  629. background-image: url("http://i78.servimg.com/u/f78/18/17/62/92/user10.png") !important;
  630. background-position: 7px 60% !important;
  631. background-repeat: no-repeat !important;
  632. }
  633. .ipbfs_login_input {
  634. font-size: 14px !important;
  635. margin-top: 10px;
  636. padding: 6px 0 6px 28px !important;
  637. width: 284px;
  638. }
  639. .input_text, .ipsTagBox_wrapper, textarea {
  640. background: none repeat scroll 0 0 #FCFCFC;
  641. border: 1px solid #D4D4D4;
  642. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  643. color: #000;
  644. padding: 6px;
  645. text-shadow: #FFF 0px 1px 0px;
  646. }
  647. input, select, textarea {
  648. font: 12px tahoma,helvetica,arial,sans-serif;
  649. }
  650. .ipbfs_lpassword {
  651. background-image: url("http://i78.servimg.com/u/f78/18/17/62/92/key10.png");
  652. background-position: 7px 60% !important;
  653. background-repeat: no-repeat !important;
  654. }
  655. .clearfix:after {
  656. clear: both;
  657. content: ".";
  658. display: block;
  659. height: 0;
  660. overflow: hidden;
  661. visibility: hidden;
  662. }
  663. .left {
  664. float: left;
  665. }
  666. img, .input_check, .input_radio {
  667. vertical-align: middle;
  668. }
  669. .ipsForm_center {
  670. text-align: center !important;
  671. }
  672. .ipsForm_submit {
  673. margin-top: 25px;
  674. padding: 5px 10px;
  675. text-align: right;
  676. }
  677. .clear {
  678. clear: both;
  679. }
  680. #vnc_filter_popup_close, body#ipboard_body fieldset.submit, body#ipboard_body p.submit, .ipsForm_submit {
  681. background: #e4e4e4 url('http://i56.servimg.com/u/f56/17/97/98/69/highli12.png') repeat-x 0 0;
  682. border-top: 1px solid #d8d8d8;
  683. }
  684. .popupClose {
  685. position: absolute;
  686. right: 20px;
  687. top: 20px;
  688. }
  689. .clickable {
  690. cursor: pointer;
  691. }
  692. .input_submit, .ipsButton_secondary {
  693. outline: medium none;
  694. }
  695. .input_submit {
  696. background: #3c3c3c ;
  697. border-color: #333;
  698. box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(255, 255, 255, 0.13) inset;
  699. color: #FFF;
  700. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
  701. border-radius: 3px;
  702. }
  703. .input_submit {
  704. text-decoration: none;
  705. border-width: 1px;
  706. border-style: solid;
  707. padding: 5px 12px;
  708. cursor: pointer;
  709. }
  710. .pun h2, .pun h3, .pun input, .pun select, .pun th {
  711. font-family: helvetica,arial,sans-serif !important;
  712. font-size: 14px;
  713. font-style: normal;
  714. font-variant: normal;
  715. font-weight: 300;
  716. }
  717. body {
  718. color: #5a5a5a !important;
  719. font: 11px tahoma,helvetica,arial,sans-serif !important;
  720. }
  721. -->
  722. </style>
  723. <!-- #endregion sign_in_popup -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement