Advertisement
Guest User

Untitled

a guest
May 13th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.97 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. <head>
  4. <link href="https://fonts.googleapis.com/css?family=Exo+2:400,400i,500,500i,600,600i,700" rel="stylesheet">
  5. <link rel="stylesheet" type="text/css" href="https://deywes.github.io/assets/css/main.css">
  6. <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
  7. <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
  8. <meta http-equiv="content-script-type" content="text/javascript" />
  9. <meta http-equiv="content-style-type" content="text/css" />
  10. <!-- BEGIN switch_compat_meta -->
  11. <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
  12. <!-- END switch_compat_meta -->
  13. <!-- BEGIN switch_canonical_url -->
  14. <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
  15. <!-- END switch_canonical_url -->
  16. {META_FAVICO}
  17. {META}
  18. {META_FB_LIKE}
  19. <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
  20. <link href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet" />
  21. {T_HEAD_STYLESHEET}
  22. {CSS}
  23. <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
  24. <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
  25. <script src="{JQUERY_PATH}" type="text/javascript"></script>
  26. <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
  27.  
  28. <!-- BEGIN switch_fb_login -->
  29. <script src="https://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
  30. <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
  31. <!-- END switch_fb_login -->
  32.  
  33. <!-- BEGIN switch_ticker -->
  34. <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
  35. <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
  36. <!-- END switch_ticker -->
  37. <!-- BEGIN switch_ticker_new -->
  38. <script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
  39. <script type="text/javascript">//<![CDATA[
  40. /* Definir le sens de direction en fonction du panneau admin */
  41. var tickerDirParam = "{switch_ticker.DIRECTION}";
  42. var slid_vert = false;
  43. var auto_dir = 'next';
  44. var h_perso = parseInt({switch_ticker.HEIGHT});
  45.  
  46. switch( tickerDirParam )
  47. {
  48. case 'top' :
  49. slid_vert = true;
  50. break;
  51.  
  52. case 'left':
  53. break;
  54.  
  55. case 'bottom':
  56. slid_vert = true;
  57. auto_dir = 'prev';
  58. break;
  59.  
  60. case 'right':
  61. auto_dir = 'prev';
  62. break;
  63.  
  64. default:
  65. slid_vert = true;
  66. }
  67.  
  68. $(document).ready(function() {
  69.  
  70. var width_max = $('ul#fa_ticker_content').width();
  71. var width_item = Math.floor(width_max / {switch_ticker.SIZE});
  72.  
  73. if (width_max > 0)
  74. {
  75. $('#fa_ticker_content').css('display','block');
  76.  
  77. $('ul#fa_ticker_content li').css('float','left').css('list-style','none').width(width_item).find('img').each(function () {
  78. if ($(this).width() > width_item)
  79. {
  80. var ratio = $(this).width() / width_item;
  81. var new_height = Math.round($(this).height() / ratio);
  82. $(this).height(new_height).width(width_item);
  83. }
  84. });
  85.  
  86. if (slid_vert)
  87. {
  88. var height_max = h_perso;
  89.  
  90. $('ul#fa_ticker_content li').each( function () {
  91. if ($(this).height() > height_max)
  92. {
  93. height_max = $(this).height();
  94. }
  95. } );
  96.  
  97. $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
  98. $('ul#fa_ticker_content li').height(height_max);
  99. }
  100.  
  101. $('#fa_ticker_content').jcarousel({
  102. vertical: slid_vert,
  103. wrap: 'circular',
  104. auto: {switch_ticker.STOP_TIME},
  105. auto_direction: auto_dir,
  106. scroll: 1,
  107. size: {switch_ticker.SIZE},
  108. height_max: height_max,
  109. animation: {switch_ticker.SPEED}
  110. });
  111. }
  112. else
  113. {
  114. $('ul#fa_ticker_content li:not(:first)').css('display','none');
  115. $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
  116. }
  117. });
  118. //]]>
  119. </script>
  120. <!-- END switch_ticker_new -->
  121.  
  122. <script type="text/javascript">
  123. //<![CDATA[
  124. $(document).ready(function(){
  125. <!-- BEGIN switch_enable_pm_popup -->
  126. pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
  127. if(pm != null) { pm.focus(); }
  128. <!-- END switch_enable_pm_popup -->
  129. <!-- BEGIN switch_report_popup -->
  130. 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}');
  131. if(report != null) { report.focus(); }
  132. <!-- END switch_report_popup -->
  133. <!-- BEGIN switch_ticker -->
  134. ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME});
  135. <!-- END switch_ticker -->
  136. });
  137.  
  138. <!-- BEGIN switch_login_popup -->
  139. var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, logInBackgroundClass = false;
  140. <!-- END switch_login_popup -->
  141.  
  142. <!-- BEGIN switch_login_popup -->
  143. $(document).ready( function() {
  144. $(window).resize(function() {
  145. var windowWidth = document.documentElement.clientWidth;
  146. var popupWidth = $("#login_popup").width();
  147. var mypopup = $("#login_popup");
  148.  
  149. $("#login_popup").css({
  150. "left": windowWidth/2 - popupWidth/2
  151. });
  152. });
  153. });
  154. <!-- END switch_login_popup -->
  155. //]]>
  156. </script>
  157. {GREETING_POPUP}
  158. <!-- BEGIN switch_ticker_new -->
  159. <style>
  160. .jcarousel-skin-tango .jcarousel-item {
  161. text-align:center;
  162. width: 10px;
  163. }
  164.  
  165. .jcarousel-skin-tango .jcarousel-item-horizontal {
  166. margin-right: {switch_ticker.SPACING}px;
  167. }
  168.  
  169. .jcarousel-skin-tango .jcarousel-item-vertical {
  170. margin-bottom: {switch_ticker.SPACING}px;
  171. }
  172. </style>
  173. <!-- END switch_ticker_new -->
  174. {HOSTING_JS}
  175. <!-- BEGIN google_analytics_code -->
  176. <script type="text/javascript">
  177. //<![CDATA[
  178. var _gaq = _gaq || [];
  179. _gaq.push(["_setAccount", "{G_ANALYTICS_ID}"]);
  180. _gaq.push(["_trackPageview"]);
  181. _gaq.push(['_trackPageLoadTime']);
  182.  
  183. <!-- BEGIN google_analytics_code_bis -->
  184. _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
  185. _gaq.push(['b._trackPageview']);
  186. <!-- END google_analytics_code_bis -->
  187.  
  188. (function() {
  189. var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true;
  190. ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";
  191. var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s);
  192. })();
  193. //]]>
  194. </script>
  195. <!-- END google_analytics_code -->
  196. <script>
  197. $(document).ready(function() {
  198. var btn_collapse = $('<div></div>', {
  199. class: 'btn-collapse'
  200. });
  201. var btn_collapse_show = $('<i></i>', {
  202. class: 'ion-android-add-circle hidden',
  203. 'data-tooltip': 'Expandir'
  204. }).appendTo(btn_collapse);
  205. var btn_collapse_hide = $('<i></i>', {
  206. class: 'ion-android-remove-circle',
  207. 'data-tooltip': 'Esconder'
  208. }).appendTo(btn_collapse);
  209. var collapsed = [];
  210. if (readCookie('collapsed') != null && readCookie('collapsed') != '') {
  211. collapsed = readCookie('collapsed').split(',');
  212. }
  213. $(document).on('click', '.btn-collapse', function() {
  214. $(this).children('.ion-android-add-circle').toggleClass('hidden');
  215. $(this).children('.ion-android-remove-circle').toggleClass('hidden');
  216. $(this).parents('.forabg').toggleClass('hidden');
  217. if (readCookie('collapsed') != null && readCookie('collapsed') != '') {
  218. collapsed = readCookie('collapsed').split(',');
  219. }
  220. if (!$(this).parents('.forabg').hasClass('hidden')) {
  221. removeFromArray('' + $(this).parents('.forabg').data('cindex'), collapsed);
  222. createCookie('collapsed', collapsed);
  223. } else {
  224. collapsed.push('' + $(this).parents('.forabg').data('cindex'));
  225. createCookie('collapsed', collapsed);
  226. }
  227. });
  228. $('.forabg').each(function(i) {
  229. $(this).data('cindex', '' + i);
  230. $(btn_collapse).clone().attr('id', 'forabg' + i).appendTo($(this).find('.header'));
  231. if ($.inArray('' + i, collapsed) > -1) {
  232. $(this).toggleClass('hidden');
  233. $('#forabg' + i).children('.ion-android-add-circle').toggleClass('hidden');
  234. $('#forabg' + i).children('.ion-android-remove-circle').toggleClass('hidden');
  235. }
  236. });
  237. });
  238.  
  239. function removeFromArray(item, array) {
  240. var i = array.indexOf(item);
  241. if (i > -1) {
  242. array = array.splice(i, 1);
  243. }
  244. }
  245.  
  246. function createCookie(name, value, days) {
  247. var expires;
  248. if (days) {
  249. var date = new Date();
  250. date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
  251. expires = "; expires=" + date.toGMTString();
  252. } else {
  253. expires = "";
  254. }
  255. document.cookie = encodeURIComponent(name) + "=" + encodeURIComponent(value) + expires + "; path=/";
  256. }
  257.  
  258. function readCookie(name) {
  259. var nameEQ = encodeURIComponent(name) + "=";
  260. var ca = document.cookie.split(';');
  261. for (var i = 0; i < ca.length; i++) {
  262. var c = ca[i];
  263. while (c.charAt(0) === ' ') c = c.substring(1, c.length);
  264. if (c.indexOf(nameEQ) === 0) return decodeURIComponent(c.substring(nameEQ.length, c.length));
  265. }
  266. return null;
  267. }
  268. </script>
  269. <style>
  270. @keyframes branding {
  271.  
  272. from {
  273. background-position: 0 0;
  274. }
  275.  
  276. to {
  277. background-position: 1600px 0;
  278. }
  279. }
  280.  
  281. /* #branding {
  282. animation: branding 40s linear infinite;
  283. }*/
  284. @keyframes logo {
  285. 0% {
  286. -ms-transform: rotate(-3deg);
  287. -webkit-transform: rotate(-3deg);
  288. transform: rotate(-3deg);
  289. }
  290. 25% {
  291. -ms-transform: rotate(3deg);
  292. -webkit-transform: rotate(3deg);
  293. transform: rotate(3deg);
  294. }
  295. 50% {
  296. -ms-transform: rotate(-3deg);
  297. -webkit-transform: rotate(-3deg);
  298. transform: rotate(-3deg);
  299. }
  300. 75% {
  301. -ms-transform: rotate(3deg);
  302. -webkit-transform: rotate(3deg);
  303. transform: rotate(3deg);
  304. }
  305. 100% {
  306. -ms-transform: rotate(-3deg);
  307. -webkit-transform: rotate(-3deg);
  308. transform: rotate(-3deg);
  309. }
  310.  
  311. </style>
  312. <link rel="stylesheet" href="http://static.tumblr.com/yiol0h8/AXWn3atj3/tipsy.css" type="text/css" />
  313. <script type="text/javascript" src="http://static.tumblr.com/yiol0h8/GOsn3atjv/jquery.tipsy.js"></script>
  314.  
  315. <script type='text/javascript'>
  316. $(function() {
  317. $('.tool-tip').tipsy({fade: true, gravity: 's'});
  318. });
  319. </script>
  320. </head>
  321.  
  322.  
  323. <body>
  324. <style>
  325. /** Ajuste */
  326. table spam.lr-title {
  327. display: flex!important;
  328. }
  329.  
  330. /** ---------------- MAIN ---------------- */
  331. div.link-rapido table {
  332. padding-top: 10px;
  333. top: 77px;
  334. padding-bottom: 10px;
  335. margin-left: -11px;
  336. color: #fff;
  337. background: #2ea3f2 url(http://i.imgur.com/CcLIuMn.png);
  338. border-bottom: solid 2px #04568e;
  339. border-right: solid 2px #04568e;
  340. position: fixed;
  341. left: -247px;
  342. padding-left: 16px;
  343. z-index: 9999;
  344. border-radius: 0px 5px 5px 0px;
  345. transition: 1s;
  346. }
  347.  
  348. /** Ajuste */
  349. div.link-rapido table:hover {
  350. left:0px!important;
  351. }
  352.  
  353. /** Título */
  354. spam.lr-title {
  355. text-shadow: 1px 1px 0px #272525;
  356. -ms-transform: rotate(90deg);
  357. -webkit-transform: rotate(90deg);
  358. transform: rotate(90deg)!important;
  359. font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
  360. margin-right: -35px;
  361. margin-left: -14px;
  362. font-size: 13px;
  363. }
  364.  
  365. /** Links */
  366. td.lr-links a {
  367. text-shadow: 1px 1px 1px #272525;
  368. color: #fff!important;
  369. font-size: 14px;
  370. }
  371. </style>
  372. <div class="link-rapido">
  373.  
  374. <table>
  375.  
  376. <tbody>
  377.  
  378. <tr>
  379. <!-- ================================================================= -->
  380. <td class="lr-links">
  381. <div id="lr-inside1">
  382. <a id="lr-ins" href="/f3-regras-servidor-e-forum"><i class="fa fa-legal"></i> Regras do Servidor e Fórum</a><br />
  383. <a id="lr-con" href="/f4-noticias-da-administracao?"><i class="fa fa-newspaper-o"></i> Notícias da Administração</a><br />
  384. <a id="lr-pro" href="/f6-denuncias"><i class="fa fa-warning"></i> Área de Denúncias</a><br />
  385. <a id="lr-dem" href="/f16-inscricoes-para-lider"><i class="fa fa-pencil-square-o"></i> Inscrições para Líder</a><br />
  386. <br />
  387. <a href="https://www.facebook.com/BrasilPlayUltimate"><i class="fa fa-facebook-official"></i> Facebook</a><br />
  388. <a id="lr-leg" href="https://www.youtube.com/user/BrasilPlayUltimateSA"><i class="fa fa-youtube-square"></i> Youtube</a>
  389. </div>
  390. </td>
  391. <!-- ================================================================= -->
  392. <td>
  393. <!-- ================================================================= -->
  394. <spam class="lr-title">LINKS RÁPIDOS</spam>
  395. <!-- ================================================================= -->
  396. </td>
  397.  
  398. </tr>
  399.  
  400. </tbody>
  401.  
  402. </table>
  403. </div>
  404. <!-- BEGIN hitskin_preview -->
  405. <div id="hitskin_preview" style="display: block;">
  406. <h1><img src="https://illiweb.com/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
  407. <div class="content">
  408. <p>
  409. {hitskin_preview.L_THEME_SITE_PREVIEW}
  410. <br />
  411. <span>{hitskin_preview.U_INSTALL_THEME}<a href="https://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
  412. </p>
  413. </div>
  414. </div>
  415. <!-- END hitskin_preview -->
  416.  
  417. <!-- BEGIN switch_login_popup -->
  418. <div id="login_popup" class="module main">
  419. <div id="login_popup_title" class="main-head">
  420. <div class="h3">{SITENAME}</div>
  421. </div>
  422. <div class="main-content">
  423. {LOGIN_POPUP_MSG}
  424. <div id="login_popup_buttons">
  425. <form action="{S_LOGIN_ACTION}" method="get">
  426. <input type="submit" class="button2" value="{L_LOGIN}" />
  427. <input type="button" class="button2" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
  428. <input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" />
  429. </form>
  430. </div>
  431. </div>
  432. </div>
  433. <!-- END switch_login_popup -->
  434.  
  435.  
  436.  
  437.  
  438.  
  439. <style id="stylePrimary" type="text/css">body.cpe, .cpe #header, .cpe #secondary_navigation, .cpe #footer, .cpe #primary_extra_menucontent, .cpe #more_apps_menucontent, .cpe .submenu_container{ background-color: #55728b}.cpe #secondary_navigation a, .cpe #secondary_navigation{ color: #55728b} </style>
  440. <style id="styleSecondary" type="text/css">.cpe .topic_buttons li a, .cpe .pagination .pages li.active, .cpe .mini_pagination a, .cpe #vnc_filter_popup_close, .cpe .bar, .cpe .ipsSideBlock h3, .cpe .general_box h3, .cpe .statistics_head, .cpe .maintitle, .cpe ul.post_controls, .cpe ul.post_controls li.multiquote.selected a, .cpe #board_stats .value, .cpe .post_block h3, .input_submit{ background-color: #55728b }a, .cpe .ipsSideBlock h3, .cpe .ipsSideBlock h3 a, .cpe .general_box h3, .cpe .general_box h3 a, .cpe .bar, .cpe .bar a, .cpe .statistics_head, .cpe .statistics_head a, .cpe .poll h3 .desc, .cpe #board_stats .value{ color: #55728b } </style>
  441. <p id="content_jump" class="hide"><a id="top"></a><a href="#j_content" title="Jump to content" accesskey="m">Jump to content</a><a id="top" name="top" accesskey="t"></a></p>
  442.  
  443.  
  444. <style id="stylePrimary" type="text/css">body.cpe, .cpe #header, .cpe #secondary_navigation, .cpe #footer, .cpe #primary_extra_menucontent, .cpe #more_apps_menucontent, .cpe .submenu_container{ background-color: #55728b}.cpe #secondary_navigation a, .cpe #secondary_navigation{ color: #55728b} </style>
  445. <style id="styleSecondary" type="text/css">.cpe .topic_buttons li a, .cpe .pagination .pages li.active, .cpe .mini_pagination a, .cpe #vnc_filter_popup_close, .cpe .bar, .cpe .ipsSideBlock h3, .cpe .general_box h3, .cpe .statistics_head, .cpe .maintitle, .cpe ul.post_controls, .cpe ul.post_controls li.multiquote.selected a, .cpe #board_stats .value, .cpe .post_block h3, .input_submit{ background-color: #55728b }a, .cpe .ipsSideBlock h3, .cpe .ipsSideBlock h3 a, .cpe .general_box h3, .cpe .general_box h3 a, .cpe .bar, .cpe .bar a, .cpe .statistics_head, .cpe .statistics_head a, .cpe .poll h3 .desc, .cpe #board_stats .value{ color: #55728b } </style>
  446. <p id="content_jump" class="hide"><a id="top"></a><a href="#j_content" title="Jump to content" accesskey="m">Jump to content</a><a id="top" name="top" accesskey="t"></a></p>
  447.  
  448.  
  449.  
  450.  
  451.  
  452. <!-- BEGIN switch_user_logged_in -->
  453. <header><div id="branding">
  454. <div class="meio"><div class="logo"></div><div id="search" class="attach"><form method="get" action="/search?search_where=11" id="search-box"><fieldset><label for="main_search" class="hide"></label><span id="search_wrap" class="attach"><input type="text" name="search_keywords" id="main_search" maxlength="128" value="Pesquisar..." onclick="if (this.value == 'Pesquisar...') this.value = '';" onblur="if (this.value == '') this.value = 'Pesquisar...';"><input type="submit" class="submit_input clickable" value=""></span></fieldset></form></div></div></div></header>
  455. <!-- FA.END fa_user_menu --><div class="wrapper3 clearfix">
  456. <div id="logo">
  457. </div>
  458.  
  459. <div class="margin-fix-rezende" id="nav_wrap"><div class="wrapper clearfix"><!--
  460. ::: APPLICATION TABS ::: --><div id="primary_nav" class="clearfix"><ul class="ipsList_inline" id="community_app_menu"><li id="nav_app_ccs" class="left"><a href="/forum" data-tooltip="Vá para a Página Inicial do fórum"><i class="fa fa-comments"></i> Início</a></li><li id="nav_app_ccs" class="left"><a href="/groups" data-tooltip="Veja os grupos do fórum" id="grupos"><i class="fa fa-group"></i> Grupos</a></li><li id="nav_app_ccs" class="left"><a href="/memberlist" data-tooltip="Veja os membros do fórum" id="grupos"><i class="fa fa-user"></i> Membros</a></li><li id="nav_app_ccs" class="left"><a href="/f3-regras-servidor-e-forum" data-tooltip="Clique aqui para ver as Regras do Servidor/Forum" id="regras"><i class="fa fa-book"></i> Regras</a></li><li id="nav_app_ccs" class="left"><a href="/t1671-atualizacoes-forum" data-tooltip="Veja as atualizações do fórum" id="anonymous_element_247"><i class="fa fa-list-alt"></i> ChangeLog</a></li><li id="nav_app_ccs" class="left"><a href="/h21-" data-tooltip="Veja benefícios e como fazer suas doações para o servidor"><i class="fa fa-usd"></i> Doações</a></li></ul></div>
  461. <div id="user_navigation" class="logged_in"><ul class="ipsList_inline">
  462. <li>
  463. <a href="/profile?mode=editprofile&page_profil=avatars" class="cp_avatar">
  464. <script type="text/javascript">document.write(_userdata.avatar);</script>
  465. </a>
  466. </li>
  467. <li>
  468. <script>function myDropMenu() { document.getElementById("myDropDown").classList.toggle("show");document.getElementById("notif_list").classList.remove('show');document.getElementById("drop_link").classList.toggle("select_link");document.getElementById("notify_link").classList.remove('select_link');}</script>
  469. <a id="drop_link" onclick="myDropMenu()" style="cursor: pointer;" > Meu Perfil <i class="fa fa-caret-down"></i> </a><div id="myDropDown" class="dropdown-content">
  470. <div class="left" style="z-index: 10000;">
  471. <ul class="submenu_links" style="z-index: 10000;">
  472. <li class="submenu_li" style="z-index: 10000;">
  473. <a href="/profile?mode=editprofile&page_profil=informations" style="z-index: 10000;">Perfil</a>
  474. </li>
  475. <li style="z-index: 10000;">
  476. <a href="/profile?mode=editprofile&page_profil=avatars" style="z-index: 10000;">Avatar</a>
  477. </li>
  478. <li style="z-index: 10000;">
  479. <a href="/profile?mode=editprofile&page_profil=signature" style="z-index: 10000;">Assinatura</a>
  480. </li>
  481. <li style="z-index: 10000;">
  482. <a href="/profile?mode=editprofile&page_profil=preferences" style="z-index: 10000;">Preferênicas</a>
  483. </li>
  484. </ul>
  485. </div>
  486. </div>
  487. </li><li><a data-clicklaunch="getInboxList" id="inbox_link" href="/privmsg?folder=inbox&amp;tt=1" title="Mensagens"><i class="fa fa-envelope-o" aria-hidden="true"></i></a></li><li><a id="user_link" href="/login?logout=1">Sair</a></li></ul></div></div>
  488. </div>
  489.  
  490. <script type="text/javascript">
  491. new ipb.Menu($('primary_extra'),$('primary_extra_menucontent'));
  492. </script>
  493.  
  494. </div></div>
  495. </div></div>
  496.  
  497.  
  498. <div class="wrapper2">
  499.  
  500.  
  501.  
  502. <!-- ::: NAVIGATION BREADCRUMBS ::: -->
  503. </div>
  504.  
  505. <!-- END switch_user_logged_in -->
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514. <!-- BEGIN switch_user_logged_out -->
  515. <!-- FA.BEGIN fa_user_menu -->
  516.  
  517. <header><div id="branding">
  518. <div class="meio"><div class="logo"></div><div id="search" class="attach"><form method="get" action="/search?search_where=11" id="search-box"><fieldset><label for="main_search" class="hide"></label><span id="search_wrap" class="attach"><input type="text" name="search_keywords" id="main_search" maxlength="128" value="Pesquisar..." onclick="if (this.value == 'Pesquisar...') this.value = '';" onblur="if (this.value == '') this.value = 'Pesquisar...';"><input type="submit" class="submit_input clickable" value=""></span></fieldset></form></div></div></div></header>
  519. <!-- FA.END fa_user_menu -->
  520. <div id="logo">
  521. </div>
  522.  
  523. <div class="margin-fix-rezende" id="nav_wrap"><div class="wrapper clearfix"><!--
  524. ::: APPLICATION TABS ::: --><div id="primary_nav" class="clearfix"><ul class="ipsList_inline" id="community_app_menu"><li id="nav_app_ccs" class="left"><a href="/forum" data-tooltip="Vá para a Página Inicial do fórum"><i class="fa fa-comments"></i> Início</a></li><li id="nav_app_ccs" class="left"><a href="/f3-regras-servidor-e-forum" data-tooltip="Clique aqui para ver as Regras do Servidor/Forum" id="regras"><i class="fa fa-book"></i> Regras</a></li><li id="nav_app_ccs" class="left"><a href="/t1671-atualizacoes-forum" data-tooltip="Veja as atualizações do fórum" id="anonymous_element_247"><i class="fa fa-list-alt"></i> ChangeLog</a></li><li id="nav_app_ccs" class="left"><a href="/h21-" data-tooltip="Veja benefícios e como fazer suas doações para o servidor"><i class="fa fa-usd"></i> Doações</a></li></ul></div>
  525. <div id="user_navigation" class="not_logged_in">
  526. <ul class="ipsList_inline right">
  527. <li class="login"><a id="user_link" href="/login">Login</a></li>
  528. <li class="registro"><a id="user_link" href="/register">Registre-se</a></li></ul>
  529. </div>
  530.  
  531. <script type="text/javascript">
  532. new ipb.Menu($('primary_extra'),$('primary_extra_menucontent'));
  533. </script>
  534.  
  535.  
  536. </div></div>
  537. </div></div>
  538.  
  539. <div class="wrapper2">
  540.  
  541. </div>
  542.  
  543.  
  544. <!-- ::: NAVIGATION BREADCRUMBS ::: -->
  545. <div id="secondary_navigation" class="clearfix">
  546.  
  547.  
  548.  
  549. <ul id="secondary_links" class="ipsList_inline right">
  550.  
  551.  
  552. </ul>
  553. </div>
  554.  
  555.  
  556.  
  557.  
  558.  
  559. <!-- END switch_user_logged_out -->
  560. <a id="top" name="top" accesskey="t"></a>
  561.  
  562. <div class="minwidth_IE">
  563. <div class="layout_IE">
  564. <div class="container_IE">
  565. <div class="pun">
  566. <div id="pun-intro" class="clearfix">
  567. <a href="{U_INDEX}" id="pun-logo"><img src="" alt="{L_INDEX}" /></a>
  568.  
  569. <!-- BEGIN switch_h1 -->
  570. <div id="pun-title">{switch_h1.MAIN_SITENAME}</div>
  571. <!-- END switch_h1 -->
  572.  
  573. <!-- BEGIN switch_desc -->
  574. <p id="pun-desc">{switch_desc.SITE_DESCRIPTION}</p>
  575. <!-- END switch_desc -->
  576. </div>
  577. <div id="pun-head">
  578. <div id="pun-navlinks">
  579. <ul class="clearfix">
  580. <li>{GENERATED_NAV_BAR}</li>
  581. </ul>
  582. </div>
  583. </div>
  584.  
  585. <!-- BEGIN switch_ticker_new -->
  586. <div id="fa_ticker_block" style="padding-top:4px;">
  587. <div class="module main">
  588. <div class="main-content clearfix">
  589. <div id="fa_ticker_container">
  590. <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display: none;width: 100%;">
  591. <!-- BEGIN ticker_row -->
  592. <li>{switch_ticker.ticker_row.ELEMENT}</li>
  593. <!-- END ticker_row -->
  594. </ul>
  595. </div>
  596. </div>
  597. </div>
  598. </div>
  599. <!-- END switch_ticker_new -->
  600.  
  601. <!-- BEGIN switch_ticker -->
  602. <div id="fa_ticker_block" style="padding-top:4px;">
  603. <div class="module main">
  604. <div class="main-content clearfix">
  605. <div id="fa_ticker_container">
  606. <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
  607. <div class="fa_ticker_content">
  608. <!-- BEGIN ticker_row -->
  609. <div>{switch_ticker.ticker_row.ELEMENT}</div>
  610. <!-- END ticker_row -->
  611. </div>
  612. </div>
  613. </div>
  614. </div>
  615. </div>
  616. </div>
  617. <!-- END switch_ticker -->
  618.  
  619. <div id="page-body">
  620. <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
  621. <div id="outer-wrapper">
  622. <div id="wrapper">
  623. <div id="container">
  624. <div id="content">
  625. <div id="{ID_LEFT}">
  626. <!-- BEGIN giefmod_index1 -->
  627. {giefmod_index1.MODVAR}
  628. <!-- BEGIN saut -->
  629. <div style="height:{SPACE_ROW}px"></div>
  630. <!-- END saut -->
  631. <!-- END giefmod_index1 -->
  632. </div>
  633. <div id="main">
  634. <div id="main-content">
  635.  
  636. <!-- BEGIN html_validation -->
  637. </div>
  638. </div>
  639. </div>
  640. </div>
  641. </div>
  642. </div>
  643. </div>
  644. </div>
  645. </div>
  646. </div>
  647. </div>
  648. </div>
  649. </body>
  650. </html>
  651. <!-- END html_validation -->
  652.  
  653. <!-- #region sign_in_popup -->
  654. <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>
  655. <div id="sign_in_popup_popup" style="display:none; position: absolute; top: 9%; left: 27%; z-index: 10001" class="popupWrapper">
  656. <div id="sign_in_popup_inner" class="popupInner" style="width: 600px; max-height: 641px;">
  657. <div style="" id="inline_login_form">
  658. <form id="login" method="post" action="/login.forum">
  659. <h3>Entrar</h3>
  660. <!-- BEGIN switch_fb_connect -->
  661. <div class="ipsBox_notice">
  662. <ul class="ipsList_inline">
  663. <li>
  664. <a class="ipsButton_secondary" href="/facebook_connect.forum" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">
  665. <img alt="Facebook" src="https://i69.servimg.com/u/f69/16/62/61/50/facebo10.png"> &nbsp; Use Facebook
  666. </a>
  667. </li>
  668. </ul>
  669. </div>
  670. <!-- END switch_fb_connect -->
  671. <br>
  672. <div class="ipsForm ipsForm_horizontal">
  673. <fieldset>
  674. <ul>
  675. <li class="ipsField">
  676. <div class="ipsField_content">
  677. Precisa de uma conta? <a title="Registre-se agora!" href="/register">Registre-se agora!</a>
  678. </div>
  679. </li>
  680. <li class="ipsField ipsField_primary">
  681. <label class="ipsField_title" for="username">Usuário ou E-mail:</label>
  682. <div class="ipsField_content">
  683. <input type="text" tabindex="0" size="30" name="username" class="input_text" id="ips_username">
  684. </div>
  685. </li>
  686. <li class="ipsField ipsField_primary">
  687. <label class="ipsField_title" for="password">Senha</label>
  688. <div class="ipsField_content">
  689. <input type="password" tabindex="0" size="30" name="password" class="input_text" id="ips_password"><br>
  690. <a title="Retrieve password" href="/profile?mode=sendpassword">Esqueci minha senha</a>
  691. </div>
  692. </li>
  693. <li class="ipsField ipsField_checkbox">
  694. <input type="checkbox" tabindex="0" class="input_check" value="1" name="autologin" checked="checked" id="autologin">
  695. <div class="ipsField_content">
  696. <label for="autologin">
  697. <strong>Lembrar dados</strong><br>
  698. <span class="desc lighter">Não recomendado para computadores públicos</span>
  699. </label>
  700. </div>
  701. </li>
  702. <li class="ipsPad_top ipsForm_center desc ipsType_smaller">
  703. <a href="{FORUMURLINK}" rel="nofollow">Privacy Policy</a>
  704. </li>
  705. </ul>
  706. </fieldset>
  707. <div class="ipsForm_submit ipsForm_center">
  708. <!-- <input type="submit" tabindex="0" value="Entrar" class="ipsButton"> -->
  709. <input type="submit" tabindex="0" class="login-submit ipsButton" name="login" value="Entrar"/>
  710. <input name="redirect" type="hidden" value="" /><br />
  711. </div>
  712. </div>
  713. </form>
  714. </div>
  715. </div>
  716. <div id="sign_in_popup_close" class="popupClose clickable">
  717. <img alt="x" src="https://i69.servimg.com/u/f69/16/62/61/50/close_10.png" onclick="sign_in_popup();">
  718. </div>
  719. </div>
  720. <script type="text/javascript">
  721. //<![CDATA[
  722. $(document).ready(function() {
  723. $('#user_navigation #sign_in').attr('href', '#').attr('onclick', 'sign_in_popup()');
  724. /*
  725. $('#user_navigation #sign_in').click(function() {
  726. sign_in_popup();
  727. });
  728. */
  729. });
  730. function sign_in_popup() {
  731. var x = document.getElementById('sign_in_popup_popup');
  732. if (x.style.display == 'none') {
  733. jQuery(x).add('#document_modal').fadeIn('slow');
  734. var r = x.getElementsByTagName('form')[0].redirect;
  735. r.value = window.location.href;
  736. } else {
  737. jQuery(x).add('#document_modal').fadeOut('slow');
  738. }
  739. }
  740. jQuery(function(){if(document.getElementById('logout')) document.getElementById('sign_in_popup_popup').style.display = 'none'; });
  741. //]]>
  742. </script>
  743. <style type="text/css">
  744. <!--
  745. .popupWrapper {background-color: rgba(70, 70, 70, 0.6);border-radius: 4px 4px 4px 4px;box-shadow: 0 12px 25px rgba(0, 0, 0, 0.7);padding: 4px;}
  746. .popupInner {background: none repeat scroll 0 0 #FFFFFF;box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);overflow-x: hidden;overflow-y: auto;width: 500px;}
  747. .popupInner h3 {background-color: #2C5687;background: url("http://www.autoitbrasil.com/public/style_images/master/maintitle.png") repeat-x scroll center top #2C5687;border-color: #316897;border-style: solid;border-width: 1px 1px 0;box-shadow: 0 1px 0 #528CBC inset;color: #FFFFFF;font-size: 16px;font-weight: 300;padding: 8px 10px 9px;text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);}
  748. .ipsBox_notice {line-height: 1.6;margin-bottom: 10px;padding: 10px;}
  749. .ipsBox_notice, .ipsBox_highlight {background: none repeat scroll 0 0 #F4FCFF;border-bottom: 1px solid #CAE9F5;}
  750. .ipsList_inline > li:last-child {margin-right: 0;}
  751. .ipsList_inline > li:first-child {margin-left: 0;}
  752. .ipsList_inline > li {display: inline-block;}
  753. .ipsForm_horizontal .ipsField {margin-bottom: 15px;}
  754. .ipsForm_horizontal .ipsField_content, .ipsForm_horizontal .ipsField_submit {margin-left: 200px;}
  755. .ipsForm_horizontal .ipsField_title {float: left;line-height: 1.8;padding-right: 15px;text-align: right;width: 185px;}
  756. .ipsField .ipsField_title {font-size: 15px;font-weight: bold;}
  757. .ipsField_primary input {font-size: 18px;}
  758. .input_text, .ipsTagBox_wrapper {background: none repeat scroll 0 0 #FFFFFF;border-color: #848484 #C1C1C1 #E1E1E1;border-radius: 2px 2px 2px 2px;border-style: solid;border-width: 1px;padding: 4px;}
  759. .input_text:focus {border-color: #4E4E4E #7C7C7C #A3A3A3;box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);}
  760. input.inactive, select.inactive, textarea.inactive {color: #C4C4C4;}
  761. .ipsForm_horizontal .ipsField_checkbox {margin: 0 0 5px 200px;}
  762. .ipsForm .ipsField_checkbox input {float: left;margin-top: 3px;}
  763. .ipsForm .ipsField_checkbox .ipsField_content {margin-left: 25px;}
  764. .desc.lighter, .desc.lighter.blend_links a {color: #A4A4A4;}
  765. .ipsForm_center {text-align: center;}
  766. .desc, .desc.blend_links a, p.posted_info {color: #777777;font-size: 12px;}
  767. .ipsPad_top {padding-top: 9px;}
  768. .ipsType_smaller, .ipsType_smaller a {font-size: 11px !important;}
  769. .ipsForm_submit {background-color: #CCCCCC;background: -moz-linear-gradient(center top , #E4E4E4 0%, #CCCCCC 100%) repeat-x scroll 0 0 transparent !important;border-top: 1px solid #CCCCCC;margin-top: 25px;padding: 5px 10px;}
  770. .popupClose {position: absolute;right: 16px;top: 12px;}
  771. .clickable {cursor: pointer;}
  772. .topic_buttons li.important a, .topic_buttons li.important span, .ipsButton .important, .topic_buttons li a, .topic_buttons li span, .ipsButton{
  773. -moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;background: url("http://www.autoitbrasil.com/public/style_images/master/topic_button.png") repeat-x scroll center top #212121;
  774. border-color: #212121;border-image: none;border-radius: 3px 3px 3px 3px;border-style: solid;border-width: 1px 1px 0;box-shadow: 0 1px 0 0 #5C5C5C inset, 0 2px 3px rgba(0, 0, 0, 0.2);color: #FFFFFF;cursor: pointer;display: inline-block;
  775. font: 300 12px/30px Helvetica,Arial,sans-serif;height: 30px;min-width: 125px;padding: 0 10px;text-align: center;text-shadow: 0 -1px 0 #191919;
  776. }
  777. .ipsButton_secondary {
  778. background-color: #DBDBDB;background: -moz-linear-gradient(center top , #F6F6F6 0%, #E5E5E5 100%) repeat-x scroll 0 0 transparent !important;border: 1px solid #DBDBDB;border-radius: 3px 3px 3px 3px;
  779. box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.3);color: #616161;display: inline-block;font-size: 12px;height: 22px;line-height: 22px;padding: 0 10px;transition: all 0.2s ease-in-out 0s;white-space: nowrap;
  780. }
  781. -->
  782. </style>
  783. <!-- #endregion sign_in_popup -->
  784.  
  785. <style>
  786. #avatar > center > img {
  787. width: 48px;
  788. height: 48px;
  789. border-radius: 100%;
  790. border: 1px solid #B3B3B3;
  791. margin: -57px 267px;
  792. padding: 2px;
  793. background: white;
  794. }
  795. @charset 'UTF-8';
  796. #cssmenu ul,
  797. #cssmenu li,
  798. #cssmenu span,
  799. #cssmenu a {
  800. border: 0;
  801. margin: 0;
  802. padding: 0;
  803. position: relative;
  804. }
  805. #cssmenu {
  806. color: #878787;
  807. display: block;
  808. height: 37px;
  809. line-height: 37px;
  810. outline: none;
  811. padding: 0 15px;
  812. }
  813. #cssmenu:after,
  814. #cssmenu ul:after {
  815. content: '';
  816. display: block;
  817. clear: both;
  818. }
  819. #cssmenu a {
  820. display: inline-block;
  821. padding: 0 28px;
  822. color: #878787;
  823. font-family: Arial, Verdana, sans-serif;
  824. font-size: 12px;
  825. line-height: 52px;
  826. -webkit-box-shadow: inset rgba(0,0,0,0.05) 0 0 0 1px;
  827. background: #efefef;
  828. box-shadow: inset rgba(0,0,0,0.05) 0 0 0 1px;
  829. color: #878787;
  830. display: block;
  831. height: 37px;
  832. line-height: 37px;
  833. outline: none;
  834. padding: 0 15px;
  835. }
  836.  
  837. #cssmenu ul {
  838. list-style: none;
  839. box-shadow: inset 0 1px 0 whitesmoke;
  840. -moz-box-shadow: inset 0 1px 0 whitesmoke;
  841. -webkit-box-shadow: inset 0 1px 0 whitesmoke;
  842. }
  843. #cssmenu > ul {
  844. float: left;
  845. }
  846. #cssmenu > ul > li {
  847. float: left;
  848. }
  849.  
  850. #cssmenu > ul > li.active a,
  851. #cssmenu > ul > li:hover > a {
  852. background-color: #51aada;
  853. }
  854. #cssmenu .has-sub {
  855. z-index: 1;
  856. }
  857. #cssmenu .has-sub:hover > ul {
  858. display: block;
  859. }
  860. #cssmenu .has-sub ul {
  861. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  862. -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  863. -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  864. display: none;
  865. position: absolute;
  866. width: 200px;
  867. top: 100%;
  868. left: 0;
  869. }
  870. #cssmenu .has-sub ul li a {
  871. background: #51aada;
  872. border-bottom: 1px solid #51aada;
  873. box-shadow: inset 0 1px 0 #51aada;
  874. -moz-box-shadow: inset 0 1px 0 #51aada;
  875. -webkit-box-shadow: inset 0 1px 0 #51aada;
  876. color: white;
  877. display: block;
  878. line-height: 326%;
  879. }
  880. #cssmenu .has-sub ul li:hover a {
  881. background-color: #0d6ea3;
  882. }
  883. #cssmenu .has-sub .has-sub:hover > ul {
  884. display: block;
  885. }
  886. #cssmenu .has-sub .has-sub ul {
  887. display: none;
  888. position: absolute;
  889. left: 100%;
  890. top: 0;
  891. }
  892. #cssmenu .has-sub .has-sub ul li a {
  893. background: #0d6ea3;
  894. box-shadow: none;
  895. -moz-box-shadow: none;
  896. -webkit-box-shadow: none;
  897. }
  898. #cssmenu .has-sub .has-sub ul li a:hover {
  899. background: #0d6ea3;
  900. box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  901. -moz-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  902. -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  903. }
  904. #avatar > center > img {float:right!important;}
  905. .dropdown-content {
  906. background: dimgrey;
  907. border-radius: 3px;
  908. margin: -12px;
  909. display: none!important;
  910. margin-left: -7px;
  911. position: absolute;
  912. border: 0;
  913. box-shadow: 0 0 14px rgba(0,0,0,0.3);
  914. font-size: 12px;
  915. min-width: 101px;
  916. text-align: center;
  917. z-index: 10000;
  918. text-shadow: none!important;
  919. }
  920. .dropdown-content a {
  921. border-bottom: 1px solid #858585;
  922. color: #a7a29e;
  923. display: block;
  924. padding: 0px 19px;
  925. }
  926. .show {
  927. display: block!important;
  928. }
  929. #myDropDown > a:nth-child(1) , #myDropDown > a:nth-child(2) , #myDropDown > a:nth-child(3) , #myDropDown > a:nth-child(4) {height:40px;margin-top:-20px;}
  930. #myDropDown > a:nth-child(5) , #myDropDown > a:nth-child(6) , #myDropDown > a:nth-child(7) , #myDropDown > a:nth-child(8) {height:40px;margin-top:-20px;}
  931. #drop_link img {
  932. margin-top: 49px!important;
  933. margin-left:-30px;
  934. position:absolute;
  935. }
  936. ul#userProfile.ipsList_inline.right li a:hover {
  937. color: #fff;
  938. }
  939. ul#userProfile.ipsList_inline.right li a {
  940. color: #a7a29e;
  941. }
  942. #user_navigation a:hover {
  943. color: #000;
  944. }
  945. /*Menu-DropDown*/
  946. #perfil_drop{
  947. background: linear-gradient(#FFF, #EDEDED) repeat scroll 0px 0px transparent;
  948. border: 0px none !important;
  949. border-radius: 0px 0px 6px 6px;
  950. box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.4);
  951. color: #225985;
  952. font-family: helvetica,arial,sans-serif;
  953. font-size: 12px;
  954. font-style: normal;
  955. font-variant: normal;
  956. font-weight: 400;
  957. overflow: hidden;
  958. position: absolute;
  959. right: 9.2%;
  960. text-align: left;
  961. top: 36px;
  962. width: 360px;
  963. z-index: 999;
  964. }
  965. .nav_c{
  966. box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.58)!important;
  967. }
  968.  
  969. .avat img {
  970. background: none repeat scroll 0px 0px #FFF;
  971. border: 1px solid #D5D5D5;
  972. box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  973. height: 50px;
  974. margin: 10px;
  975. padding: 1px;
  976. width: 50px;
  977. }
  978. #perfil_drop li {
  979. float: right;
  980. line-height: 22px;
  981. white-space: nowrap;
  982. width: 38%;
  983. }
  984. #perfil_drop li a {
  985. color: #00569C;
  986. text-decoration: none;
  987. }
  988. .menu_active {
  989. background: #fff;
  990. border-radius: 5px 5px 0 0;
  991. color: #000!important;
  992. }
  993. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement