Advertisement
Guest User

Untitled

a guest
May 5th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 53.75 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. </style>
  311. <link rel="stylesheet" href="http://static.tumblr.com/yiol0h8/AXWn3atj3/tipsy.css" type="text/css" />
  312. <script type="text/javascript" src="http://static.tumblr.com/yiol0h8/GOsn3atjv/jquery.tipsy.js"></script>
  313.  
  314. <script type='text/javascript'>
  315. $(function() {
  316. $('.tool-tip').tipsy({fade: true, gravity: 's'});
  317. });
  318. </script>
  319. </head>
  320.  
  321.  
  322. <body>
  323. <style>
  324. /** Ajuste */
  325. table spam.lr-title {
  326. display: flex!important;
  327. }
  328.  
  329. /** ---------------- MAIN ---------------- */
  330. div.link-rapido table {
  331. padding-top: 10px;
  332. top:77px;
  333. padding-bottom: 10px;
  334. margin-left: -11px;
  335. color: #fff;
  336. background-color: #444;
  337. border-bottom: solid 3px #383737;
  338. position: fixed;
  339. left: -221px;
  340. transition: 0.5s;
  341. padding-left: 16px;
  342. z-index: 9999;
  343. border-radius: 0px 5px 5px 0px;
  344. box-shadow: 3px 2px 5px 0px #444444, inset -2px 3px 9px 0px #444444;
  345. }
  346.  
  347. /** Ajuste */
  348. div.link-rapido table:hover {
  349. left:0px!important;
  350. }
  351.  
  352. /** Título */
  353. spam.lr-title {
  354. text-shadow: 2px 2px 0px #272525;
  355. -ms-transform: rotate(90deg);
  356. -webkit-transform: rotate(90deg);
  357. transform: rotate(90deg)!important;
  358. font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
  359. margin-right: -36px;
  360. margin-left: -15px;
  361. font-size:17px;
  362. }
  363.  
  364. /** Links */
  365. td.lr-links a {
  366. text-shadow: 2px 2px 0px #272525;
  367. font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
  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="ipsLayout_container ipsClearfix"><div class="ipsfocusBox nav-wrap hideTablet">
  456. <div class="maintitle-blur"></div>
  457. <div id="navBar" class="ipsClearfix">
  458. <div class="flex flex-justify-between flex-align-start">
  459. <div class="flex11auto">
  460.  
  461. <div class="navAlign">
  462.  
  463. <nav class="ipsLayout_container resetWidth">
  464. <div class="ipsNavBar_primary ipsClearfix">
  465. <ul data-role="primaryNavBar" class="ipsResponsive_showDesktop ipsResponsive_block">
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473. <li id="elNavSecondary_34" data-role="navBarItem" data-navapp="core" data-navext="CustomItem" data-navtitle="IPS Themes">
  474.  
  475.  
  476. <a href="http://www.ipsfocus.com/themes/" data-navitem-id="34">
  477. IPS Themes
  478. </a>
  479.  
  480.  
  481. </li>
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489. <li class="ipsNavBar_active" data-active="" id="elNavSecondary_7" data-role="navBarItem" data-navapp="forums" data-navext="Forums" data-navtitle="Forums">
  490.  
  491.  
  492. <a href="http://ipsfocus.net/4x/index.php" data-navitem-id="7" data-navdefault="">
  493. Forums
  494. </a>
  495.  
  496.  
  497. </li>
  498.  
  499.  
  500.  
  501.  
  502.  
  503. <li id="elNavSecondary_8" data-role="navBarItem" data-navapp="gallery" data-navext="Gallery" data-navtitle="Gallery">
  504.  
  505.  
  506. <a href="http://ipsfocus.net/4x/index.php?/gallery/" data-navitem-id="8">
  507. Gallery
  508. </a>
  509.  
  510.  
  511. </li>
  512.  
  513.  
  514.  
  515.  
  516.  
  517. <li id="elNavSecondary_9" data-role="navBarItem" data-navapp="downloads" data-navext="Downloads" data-navtitle="Downloads">
  518.  
  519.  
  520. <a href="http://ipsfocus.net/4x/index.php?/files/" data-navitem-id="9">
  521. Downloads
  522. </a>
  523.  
  524.  
  525. </li>
  526.  
  527.  
  528.  
  529.  
  530.  
  531. <li id="elNavSecondary_1" data-role="navBarItem" data-navapp="core" data-navext="CustomItem" data-navtitle="Browse">
  532.  
  533.  
  534. <a href="http://ipsfocus.net/4x/" data-navitem-id="1" data-hover="">
  535. Browse <i class="fa fa-caret-down"></i>
  536. </a>
  537.  
  538.  
  539. <ul class="ipsNavBar_secondary ipsHide" data-role="secondaryNavBar">
  540.  
  541.  
  542.  
  543.  
  544.  
  545. <li id="elNavSecondary_10" data-role="navBarItem" data-navapp="cms" data-navext="Pages" data-navtitle="Articles">
  546.  
  547.  
  548. <a href="http://ipsfocus.net/4x/index.php?/articles.html/" data-navitem-id="10">
  549. Articles
  550. </a>
  551.  
  552.  
  553. </li>
  554.  
  555.  
  556.  
  557.  
  558.  
  559. <li id="elNavSecondary_11" data-role="navBarItem" data-navapp="blog" data-navext="Blogs" data-navtitle="Blogs">
  560.  
  561.  
  562. <a href="http://ipsfocus.net/4x/index.php?/blogs/" data-navitem-id="11">
  563. Blogs
  564. </a>
  565.  
  566.  
  567. </li>
  568.  
  569.  
  570.  
  571.  
  572.  
  573. <li id="elNavSecondary_12" data-role="navBarItem" data-navapp="calendar" data-navext="Calendar" data-navtitle="Calendar">
  574.  
  575.  
  576. <a href="http://ipsfocus.net/4x/index.php?/calendar/" data-navitem-id="12">
  577. Calendar
  578. </a>
  579.  
  580.  
  581. </li>
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589. <li id="elNavSecondary_14" data-role="navBarItem" data-navapp="core" data-navext="Guidelines" data-navtitle="Guidelines">
  590.  
  591.  
  592. <a href="http://ipsfocus.net/4x/index.php?/guidelines/" data-navitem-id="14">
  593. Guidelines
  594. </a>
  595.  
  596.  
  597. </li>
  598.  
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605. <li id="elNavSecondary_16" data-role="navBarItem" data-navapp="core" data-navext="OnlineUsers" data-navtitle="Online Users">
  606.  
  607.  
  608. <a href="http://ipsfocus.net/4x/index.php?/online/" data-navitem-id="16">
  609. Online Users
  610. </a>
  611.  
  612.  
  613. </li>
  614.  
  615.  
  616.  
  617.  
  618.  
  619. <li id="elNavSecondary_15" data-role="navBarItem" data-navapp="core" data-navext="StaffDirectory" data-navtitle="Staff">
  620.  
  621.  
  622. <a href="http://ipsfocus.net/4x/index.php?/staff/" data-navitem-id="15">
  623. Staff
  624. </a>
  625.  
  626.  
  627. </li>
  628.  
  629.  
  630.  
  631.  
  632. <li class="ipsHide" id="elNavigationMore_1" data-role="navMore">
  633. <a href="#" data-ipsmenu="" data-ipsmenu-appendto="#elNavigationMore_1" id="elNavigationMore_1_dropdown">More <i class="fa fa-caret-down"></i></a>
  634. <ul class="ipsHide ipsMenu ipsMenu_auto" id="elNavigationMore_1_dropdown_menu" data-role="moreDropdown"></ul>
  635. </li>
  636. </ul>
  637.  
  638. </li>
  639.  
  640.  
  641.  
  642.  
  643.  
  644. <li id="elNavSecondary_2" data-role="navBarItem" data-navapp="core" data-navext="CustomItem" data-navtitle="Activity">
  645.  
  646.  
  647. <a href="http://ipsfocus.net/4x/index.php?/discover/" data-navitem-id="2" data-hover="">
  648. Activity <i class="fa fa-caret-down"></i>
  649. </a>
  650.  
  651.  
  652. <ul class="ipsNavBar_secondary ipsHide" data-role="secondaryNavBar">
  653.  
  654.  
  655.  
  656.  
  657.  
  658. <li id="elNavSecondary_17" data-role="navBarItem" data-navapp="core" data-navext="AllActivity" data-navtitle="All Activity">
  659.  
  660.  
  661. <a href="http://ipsfocus.net/4x/index.php?/discover/" data-navitem-id="17">
  662. All Activity
  663. </a>
  664.  
  665.  
  666. </li>
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673.  
  674. <li id="elNavSecondary_19" data-role="navBarItem" data-navapp="core" data-navext="YourActivityStreamsItem" data-navtitle="Unread Content">
  675.  
  676.  
  677. <a href="http://ipsfocus.net/4x/index.php?/discover/unread/" data-navitem-id="19">
  678. Unread Content
  679. </a>
  680.  
  681.  
  682. </li>
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690. <li id="elNavSecondary_21" data-role="navBarItem" data-navapp="core" data-navext="Search" data-navtitle="Search">
  691.  
  692.  
  693. <a href="http://ipsfocus.net/4x/index.php?/search/" data-navitem-id="21">
  694. Search
  695. </a>
  696.  
  697.  
  698. </li>
  699.  
  700.  
  701. <li class="ipsHide" id="elNavigationMore_2" data-role="navMore">
  702. <a href="#" data-ipsmenu="" data-ipsmenu-appendto="#elNavigationMore_2" id="elNavigationMore_2_dropdown">More <i class="fa fa-caret-down"></i></a>
  703. <ul class="ipsHide ipsMenu ipsMenu_auto" id="elNavigationMore_2_dropdown_menu" data-role="moreDropdown"></ul>
  704. </li>
  705. </ul>
  706.  
  707. </li>
  708.  
  709.  
  710.  
  711.  
  712.  
  713. <li id="elNavSecondary_4" data-role="navBarItem" data-navapp="nexus" data-navext="Store" data-navtitle="Store">
  714.  
  715.  
  716. <a href="http://ipsfocus.net/4x/index.php?/store/" data-navitem-id="4">
  717. Store
  718. </a>
  719.  
  720.  
  721. </li>
  722.  
  723.  
  724.  
  725.  
  726.  
  727. <li id="elNavSecondary_41" data-role="navBarItem" data-navapp="core" data-navext="Leaderboard" data-navtitle="Leaderboard">
  728.  
  729.  
  730. <a href="http://ipsfocus.net/4x/index.php?/leaderboard/" data-navitem-id="41">
  731. Leaderboard
  732. </a>
  733.  
  734.  
  735. </li>
  736.  
  737.  
  738. <li class="focusNav_more focusNav_hidden">
  739. <a href="#"> More <i class="fa fa-caret-down"></i></a>
  740. <ul class="ipsNavBar_secondary"></ul>
  741. </li>
  742. </ul>
  743. </div>
  744. </nav>
  745.  
  746. </div>
  747. </div>
  748. <div class="flex00auto">
  749.  
  750.  
  751. <ul id="elUserNav" class="ipsList_inline cSignedOut ipsClearfix">
  752.  
  753.  
  754.  
  755. <li class="cUserNav_icon ipsHide" id="elCart_container"></li>
  756. <li class="elUserNav_sep ipsHide" id="elCart_sep"></li>
  757.  
  758. <li id="elSignInLink">
  759.  
  760. <a href="http://ipsfocus.net/4x/index.php?/login/" data-ipsmenu-closeonclick="false" data-ipsmenu="" id="elUserSignIn">
  761. Existing user? Sign In &nbsp;<i class="fa fa-caret-down"></i>
  762. </a>
  763.  
  764.  
  765.  
  766. </li>
  767.  
  768.  
  769.  
  770. <li class="cUserNav_icon">
  771. <a href="#" class="ipsfocus_toggleBgPicker" data-ipstooltip="" title="Change background image">
  772. <i class="fa fa-paint-brush"></i>
  773. </a>
  774. </li>
  775.  
  776. </ul>
  777.  
  778. </div>
  779. </div>
  780. </div>
  781. </div></div>
  782.  
  783.  
  784. <div class="wrapper2">
  785.  
  786.  
  787.  
  788. <!-- ::: NAVIGATION BREADCRUMBS ::: -->
  789.  
  790. <div id="secondary_navigation" class="clearfix">
  791. <ol class="breadcrumb top ipsList_inline left" id="breadcrumb">
  792. <li itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb" class="first">
  793. <a href="/forum" itemprop="url">
  794. <span id="titulo_forum" itemprop="title">Forum</span>
  795. </a>
  796. </li>
  797.  
  798. </ol>
  799. <ul id="secondary_links" class="ipsList_inline right">
  800. <li><a id="painel" href="/admin">Painel Admin</a></li>
  801. <li><a id="painel" href="/modcp?f=1&tid=c12aa0fde27491dc563946e93da3ad9e">Painel Moderador</a></li>
  802. <li><a id="novidades" href="/search?search_id=newposts" accesskey="2">Novidades</a></li>
  803.  
  804. </ul>
  805. </div>
  806.  
  807. </div>
  808.  
  809. <!-- END switch_user_logged_in -->
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818. <!-- BEGIN switch_user_logged_out -->
  819. <!-- FA.BEGIN fa_user_menu -->
  820.  
  821. <header><div id="branding">
  822. <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>
  823. <!-- FA.END fa_user_menu -->
  824. <div id="logo">
  825. </div>
  826.  
  827. <div class="margin-fix-rezende" id="nav_wrap"><div class="wrapper clearfix"><!--
  828. ::: 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>
  829. <div id="user_navigation" class="not_logged_in">
  830. <ul class="ipsList_inline right">
  831. <li class="login"><a id="user_link" href="/login">Login</a></li>
  832. <li class="registro"><a id="user_link" href="/register">Registre-se</a></li></ul>
  833. </div>
  834.  
  835. <script type="text/javascript">
  836. new ipb.Menu($('primary_extra'),$('primary_extra_menucontent'));
  837. </script>
  838.  
  839.  
  840. </div></div>
  841. </div></div>
  842.  
  843. <div class="wrapper2">
  844.  
  845. </div>
  846.  
  847.  
  848. <!-- ::: NAVIGATION BREADCRUMBS ::: -->
  849. <div id="secondary_navigation" class="clearfix">
  850.  
  851.  
  852.  
  853. <ul id="secondary_links" class="ipsList_inline right">
  854.  
  855.  
  856. </ul>
  857. </div>
  858.  
  859.  
  860.  
  861.  
  862.  
  863. <!-- END switch_user_logged_out -->
  864. <a id="top" name="top" accesskey="t"></a>
  865.  
  866. <div class="minwidth_IE">
  867. <div class="layout_IE">
  868. <div class="container_IE">
  869. <div class="pun">
  870. <div id="pun-intro" class="clearfix">
  871. <a href="{U_INDEX}" id="pun-logo"><img src="" alt="{L_INDEX}" /></a>
  872.  
  873. <!-- BEGIN switch_h1 -->
  874. <div id="pun-title">{switch_h1.MAIN_SITENAME}</div>
  875. <!-- END switch_h1 -->
  876.  
  877. <!-- BEGIN switch_desc -->
  878. <p id="pun-desc">{switch_desc.SITE_DESCRIPTION}</p>
  879. <!-- END switch_desc -->
  880. </div>
  881. <div id="pun-head">
  882. <div id="pun-navlinks">
  883. <ul class="clearfix">
  884. <li>{GENERATED_NAV_BAR}</li>
  885. </ul>
  886. </div>
  887. </div>
  888.  
  889. <!-- BEGIN switch_ticker_new -->
  890. <div id="fa_ticker_block" style="padding-top:4px;">
  891. <div class="module main">
  892. <div class="main-content clearfix">
  893. <div id="fa_ticker_container">
  894. <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display: none;width: 100%;">
  895. <!-- BEGIN ticker_row -->
  896. <li>{switch_ticker.ticker_row.ELEMENT}</li>
  897. <!-- END ticker_row -->
  898. </ul>
  899. </div>
  900. </div>
  901. </div>
  902. </div>
  903. <!-- END switch_ticker_new -->
  904.  
  905. <!-- BEGIN switch_ticker -->
  906. <div id="fa_ticker_block" style="padding-top:4px;">
  907. <div class="module main">
  908. <div class="main-content clearfix">
  909. <div id="fa_ticker_container">
  910. <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
  911. <div class="fa_ticker_content">
  912. <!-- BEGIN ticker_row -->
  913. <div>{switch_ticker.ticker_row.ELEMENT}</div>
  914. <!-- END ticker_row -->
  915. </div>
  916. </div>
  917. </div>
  918. </div>
  919. </div>
  920. </div>
  921. <!-- END switch_ticker -->
  922.  
  923. <div id="page-body">
  924. <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
  925. <div id="outer-wrapper">
  926. <div id="wrapper">
  927. <div id="container">
  928. <div id="content">
  929. <div id="{ID_LEFT}">
  930. <!-- BEGIN giefmod_index1 -->
  931. {giefmod_index1.MODVAR}
  932. <!-- BEGIN saut -->
  933. <div style="height:{SPACE_ROW}px"></div>
  934. <!-- END saut -->
  935. <!-- END giefmod_index1 -->
  936. </div>
  937. <div id="main">
  938. <div id="main-content">
  939.  
  940. <!-- BEGIN html_validation -->
  941. </div>
  942. </div>
  943. </div>
  944. </div>
  945. </div>
  946. </div>
  947. </div>
  948. </div>
  949. </div>
  950. </div>
  951. </div>
  952. </div>
  953. </body>
  954. </html>
  955. <!-- END html_validation -->
  956.  
  957. <!-- #region sign_in_popup -->
  958. <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>
  959. <div id="sign_in_popup_popup" style="display:none; position: absolute; top: 9%; left: 27%; z-index: 10001" class="popupWrapper">
  960. <div id="sign_in_popup_inner" class="popupInner" style="width: 600px; max-height: 641px;">
  961. <div style="" id="inline_login_form">
  962. <form id="login" method="post" action="/login.forum">
  963. <h3>Entrar</h3>
  964. <!-- BEGIN switch_fb_connect -->
  965. <div class="ipsBox_notice">
  966. <ul class="ipsList_inline">
  967. <li>
  968. <a class="ipsButton_secondary" href="/facebook_connect.forum" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">
  969. <img alt="Facebook" src="https://i69.servimg.com/u/f69/16/62/61/50/facebo10.png"> &nbsp; Use Facebook
  970. </a>
  971. </li>
  972. </ul>
  973. </div>
  974. <!-- END switch_fb_connect -->
  975. <br>
  976. <div class="ipsForm ipsForm_horizontal">
  977. <fieldset>
  978. <ul>
  979. <li class="ipsField">
  980. <div class="ipsField_content">
  981. Precisa de uma conta? <a title="Registre-se agora!" href="/register">Registre-se agora!</a>
  982. </div>
  983. </li>
  984. <li class="ipsField ipsField_primary">
  985. <label class="ipsField_title" for="username">Usuário ou E-mail:</label>
  986. <div class="ipsField_content">
  987. <input type="text" tabindex="0" size="30" name="username" class="input_text" id="ips_username">
  988. </div>
  989. </li>
  990. <li class="ipsField ipsField_primary">
  991. <label class="ipsField_title" for="password">Senha</label>
  992. <div class="ipsField_content">
  993. <input type="password" tabindex="0" size="30" name="password" class="input_text" id="ips_password"><br>
  994. <a title="Retrieve password" href="/profile?mode=sendpassword">Esqueci minha senha</a>
  995. </div>
  996. </li>
  997. <li class="ipsField ipsField_checkbox">
  998. <input type="checkbox" tabindex="0" class="input_check" value="1" name="autologin" checked="checked" id="autologin">
  999. <div class="ipsField_content">
  1000. <label for="autologin">
  1001. <strong>Lembrar dados</strong><br>
  1002. <span class="desc lighter">Não recomendado para computadores públicos</span>
  1003. </label>
  1004. </div>
  1005. </li>
  1006. <li class="ipsPad_top ipsForm_center desc ipsType_smaller">
  1007. <a href="{FORUMURLINK}" rel="nofollow">Privacy Policy</a>
  1008. </li>
  1009. </ul>
  1010. </fieldset>
  1011. <div class="ipsForm_submit ipsForm_center">
  1012. <!-- <input type="submit" tabindex="0" value="Entrar" class="ipsButton"> -->
  1013. <input type="submit" tabindex="0" class="login-submit ipsButton" name="login" value="Entrar"/>
  1014. <input name="redirect" type="hidden" value="" /><br />
  1015. </div>
  1016. </div>
  1017. </form>
  1018. </div>
  1019. </div>
  1020. <div id="sign_in_popup_close" class="popupClose clickable">
  1021. <img alt="x" src="https://i69.servimg.com/u/f69/16/62/61/50/close_10.png" onclick="sign_in_popup();">
  1022. </div>
  1023. </div>
  1024. <script type="text/javascript">
  1025. //<![CDATA[
  1026. $(document).ready(function() {
  1027. $('#user_navigation #sign_in').attr('href', '#').attr('onclick', 'sign_in_popup()');
  1028. /*
  1029. $('#user_navigation #sign_in').click(function() {
  1030. sign_in_popup();
  1031. });
  1032. */
  1033. });
  1034. function sign_in_popup() {
  1035. var x = document.getElementById('sign_in_popup_popup');
  1036. if (x.style.display == 'none') {
  1037. jQuery(x).add('#document_modal').fadeIn('slow');
  1038. var r = x.getElementsByTagName('form')[0].redirect;
  1039. r.value = window.location.href;
  1040. } else {
  1041. jQuery(x).add('#document_modal').fadeOut('slow');
  1042. }
  1043. }
  1044. jQuery(function(){if(document.getElementById('logout')) document.getElementById('sign_in_popup_popup').style.display = 'none'; });
  1045. //]]>
  1046. </script>
  1047. <style type="text/css">
  1048. <!--
  1049. .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;}
  1050. .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;}
  1051. .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);}
  1052. .ipsBox_notice {line-height: 1.6;margin-bottom: 10px;padding: 10px;}
  1053. .ipsBox_notice, .ipsBox_highlight {background: none repeat scroll 0 0 #F4FCFF;border-bottom: 1px solid #CAE9F5;}
  1054. .ipsList_inline > li:last-child {margin-right: 0;}
  1055. .ipsList_inline > li:first-child {margin-left: 0;}
  1056. .ipsList_inline > li {display: inline-block;}
  1057. .ipsForm_horizontal .ipsField {margin-bottom: 15px;}
  1058. .ipsForm_horizontal .ipsField_content, .ipsForm_horizontal .ipsField_submit {margin-left: 200px;}
  1059. .ipsForm_horizontal .ipsField_title {float: left;line-height: 1.8;padding-right: 15px;text-align: right;width: 185px;}
  1060. .ipsField .ipsField_title {font-size: 15px;font-weight: bold;}
  1061. .ipsField_primary input {font-size: 18px;}
  1062. .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;}
  1063. .input_text:focus {border-color: #4E4E4E #7C7C7C #A3A3A3;box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);}
  1064. input.inactive, select.inactive, textarea.inactive {color: #C4C4C4;}
  1065. .ipsForm_horizontal .ipsField_checkbox {margin: 0 0 5px 200px;}
  1066. .ipsForm .ipsField_checkbox input {float: left;margin-top: 3px;}
  1067. .ipsForm .ipsField_checkbox .ipsField_content {margin-left: 25px;}
  1068. .desc.lighter, .desc.lighter.blend_links a {color: #A4A4A4;}
  1069. .ipsForm_center {text-align: center;}
  1070. .desc, .desc.blend_links a, p.posted_info {color: #777777;font-size: 12px;}
  1071. .ipsPad_top {padding-top: 9px;}
  1072. .ipsType_smaller, .ipsType_smaller a {font-size: 11px !important;}
  1073. .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;}
  1074. .popupClose {position: absolute;right: 16px;top: 12px;}
  1075. .clickable {cursor: pointer;}
  1076. .topic_buttons li.important a, .topic_buttons li.important span, .ipsButton .important, .topic_buttons li a, .topic_buttons li span, .ipsButton{
  1077. -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;
  1078. 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;
  1079. 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;
  1080. }
  1081. .ipsButton_secondary {
  1082. 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;
  1083. 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;
  1084. }
  1085. -->
  1086. </style>
  1087. <!-- #endregion sign_in_popup -->
  1088.  
  1089. <style>
  1090. #avatar > center > img {
  1091. width: 48px;
  1092. height: 48px;
  1093. border-radius: 100%;
  1094. border: 1px solid #B3B3B3;
  1095. margin: -57px 267px;
  1096. padding: 2px;
  1097. background: white;
  1098. }
  1099. @charset 'UTF-8';
  1100. #cssmenu ul,
  1101. #cssmenu li,
  1102. #cssmenu span,
  1103. #cssmenu a {
  1104. border: 0;
  1105. margin: 0;
  1106. padding: 0;
  1107. position: relative;
  1108. }
  1109. #cssmenu {
  1110. color: #878787;
  1111. display: block;
  1112. height: 37px;
  1113. line-height: 37px;
  1114. outline: none;
  1115. padding: 0 15px;
  1116. }
  1117. #cssmenu:after,
  1118. #cssmenu ul:after {
  1119. content: '';
  1120. display: block;
  1121. clear: both;
  1122. }
  1123. #cssmenu a {
  1124. display: inline-block;
  1125. padding: 0 28px;
  1126. color: #878787;
  1127. font-family: Arial, Verdana, sans-serif;
  1128. font-size: 12px;
  1129. line-height: 52px;
  1130. -webkit-box-shadow: inset rgba(0,0,0,0.05) 0 0 0 1px;
  1131. background: #efefef;
  1132. box-shadow: inset rgba(0,0,0,0.05) 0 0 0 1px;
  1133. color: #878787;
  1134. display: block;
  1135. height: 37px;
  1136. line-height: 37px;
  1137. outline: none;
  1138. padding: 0 15px;
  1139. }
  1140.  
  1141. #cssmenu ul {
  1142. list-style: none;
  1143. box-shadow: inset 0 1px 0 whitesmoke;
  1144. -moz-box-shadow: inset 0 1px 0 whitesmoke;
  1145. -webkit-box-shadow: inset 0 1px 0 whitesmoke;
  1146. }
  1147. #cssmenu > ul {
  1148. float: left;
  1149. }
  1150. #cssmenu > ul > li {
  1151. float: left;
  1152. }
  1153.  
  1154. #cssmenu > ul > li.active a,
  1155. #cssmenu > ul > li:hover > a {
  1156. background-color: #51aada;
  1157. }
  1158. #cssmenu .has-sub {
  1159. z-index: 1;
  1160. }
  1161. #cssmenu .has-sub:hover > ul {
  1162. display: block;
  1163. }
  1164. #cssmenu .has-sub ul {
  1165. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  1166. -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  1167. -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  1168. display: none;
  1169. position: absolute;
  1170. width: 200px;
  1171. top: 100%;
  1172. left: 0;
  1173. }
  1174. #cssmenu .has-sub ul li a {
  1175. background: #51aada;
  1176. border-bottom: 1px solid #51aada;
  1177. box-shadow: inset 0 1px 0 #51aada;
  1178. -moz-box-shadow: inset 0 1px 0 #51aada;
  1179. -webkit-box-shadow: inset 0 1px 0 #51aada;
  1180. color: white;
  1181. display: block;
  1182. line-height: 326%;
  1183. }
  1184. #cssmenu .has-sub ul li:hover a {
  1185. background-color: #0d6ea3;
  1186. }
  1187. #cssmenu .has-sub .has-sub:hover > ul {
  1188. display: block;
  1189. }
  1190. #cssmenu .has-sub .has-sub ul {
  1191. display: none;
  1192. position: absolute;
  1193. left: 100%;
  1194. top: 0;
  1195. }
  1196. #cssmenu .has-sub .has-sub ul li a {
  1197. background: #0d6ea3;
  1198. box-shadow: none;
  1199. -moz-box-shadow: none;
  1200. -webkit-box-shadow: none;
  1201. }
  1202. #cssmenu .has-sub .has-sub ul li a:hover {
  1203. background: #0d6ea3;
  1204. box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  1205. -moz-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  1206. -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  1207. }
  1208. #avatar > center > img {float:right!important;}
  1209. </style>
  1210. <style>
  1211. /* Menu*/
  1212. .ipsLayout_container {
  1213. width: calc(100% - 80px);
  1214. max-width: 1450px;
  1215. }
  1216. .ipsLayout_container {
  1217. padding: 0;
  1218. position: static;
  1219. }
  1220. 341e4a5…_framew…v=481770c3c0:1
  1221. .ipsLayout_container {
  1222. max-width: 1340px;
  1223. padding: 0 15px;
  1224. margin: 0 auto;
  1225. position: relative;
  1226. }
  1227.  
  1228. .ipsfocusBox.nav-wrap {
  1229. background-color: rgba(10,10,10,0.5);
  1230. }
  1231. .maintitle-padding, .nav-wrap {
  1232. padding: 8px;
  1233. position: relative;
  1234. }
  1235. .ipsfocusBox {
  1236. background-color: rgba(10,10,10,0.85);
  1237. border-radius: 4px;
  1238. box-shadow: inset rgba(0,0,0,0.8) 0px 1px 8px, rgba(255,255,255,0.1) 0px 0px 0px 1px, rgba(255,255,255,0.1) 0px 1px 0px;
  1239. }
  1240.  
  1241. .nav-wrap {
  1242. position: relative;
  1243. z-index: 11;
  1244. }
  1245. .maintitle-blur {
  1246. position: absolute;
  1247. top: 8px;
  1248. left: 8px;
  1249. right: 8px;
  1250. bottom: 8px;
  1251. border-radius: 3px;
  1252. overflow: hidden;
  1253. }
  1254. .ipsfocus_bg1 .maintitle-blur:before {
  1255. background-color: #1a1921;
  1256. background-image: url(http://ipsfocus.net/4x/uploads/monthly_2016_08/background4.jpg.505d6fe640bd646c977914ee76d46b24.jpg);
  1257. box-shadow: inset rgba(26,25,33,0.45) 0px 100px 0px;
  1258. }
  1259. .nav-wrap .maintitle-blur:before {
  1260. background-position: 50% -175px;
  1261. opacity: 0.9;
  1262. }
  1263. .maintitle-blur:before {
  1264. content: '';
  1265. position: absolute;
  1266. top: -35px;
  1267. left: -35px;
  1268. right: -35px;
  1269. bottom: -35px;
  1270. -webkit-filter: blur(35px) saturate(320%);
  1271. filter: blur(35px) saturate(320%);
  1272. background-size: 100vw auto;
  1273. background-position: 50% 50%;
  1274. box-shadow: inset rgba(0,0,0,0.45) 0px 100px 0px;
  1275. }
  1276. #navBar {
  1277. background: rgba(255,255,255,0.1) url(http://ipsfocus.net/4x/uploads/set_resources_133/005d20f304c7929cbfdb3fe61d088022_texture.png) repeat 50% 50%;
  1278. box-shadow: inset rgba(255,255,255,0.1) 0px 0px 0px 1px, inset rgba(255,255,255,0.3) 0px 1px 0px, #000 0px 1px 2px;
  1279. border-radius: 3px;
  1280. position: relative;
  1281. max-height: 60px;
  1282. }
  1283. .flex-justify-between {
  1284. -webkit-box-pack: justify;
  1285. -webkit-justify-content: space-between;
  1286. -ms-flex-pack: justify;
  1287. justify-content: space-between;
  1288. }
  1289. .flex-align-start {
  1290. -webkit-box-align: start;
  1291. -webkit-align-items: flex-start;
  1292. -ms-flex-align: start;
  1293. -ms-grid-row-align: flex-start;
  1294. align-items: flex-start;
  1295. }
  1296. .flex, .flex-inline {
  1297. display: -webkit-box;
  1298. display: -webkit-flex;
  1299. display: -ms-flexbox;
  1300. display: flex;
  1301. -webkit-box-align: center;
  1302. -webkit-align-items: center;
  1303. -ms-flex-align: center;
  1304. align-items: center;
  1305. -webkit-box-pack: start;
  1306. -webkit-justify-content: flex-start;
  1307. -ms-flex-pack: start;
  1308. justify-content: flex-start;
  1309. min-height: 100%;
  1310. }
  1311. .flex11auto {
  1312. -webkit-box-flex: 1;
  1313. -webkit-flex: 1 1 auto;
  1314. -ms-flex: 1 1 auto;
  1315. flex: 1 1 auto;
  1316. }
  1317. .ipsNavBar_primary {
  1318. text-align: left;
  1319. padding: 0 10px;
  1320. }
  1321. .ipsNavBar_primary {
  1322. padding: 0;
  1323. }
  1324. .ipsNavBar_primary {
  1325. font-size: 0;
  1326. line-height: 0;
  1327. padding-bottom: 40px;
  1328. }
  1329. .ipsNavBar_primary {
  1330. position: relative;
  1331. z-index: 2000;
  1332. }
  1333. .ipsNavBar_primary > ul > li {
  1334. vertical-align: top;
  1335. transform: translate(0,0);
  1336. }
  1337. .ipsNavBar_primary > ul > li {
  1338. position: relative;
  1339. }
  1340. .ipsNavBar_primary > ul > li, .ipsNavBar_secondary > li {
  1341. display: inline-block;
  1342. }
  1343. .ipsNavBar_primary li {
  1344. font-size: 14px;
  1345. }
  1346. .ipsNavBar_primary > ul > li:after {
  1347. left: auto;
  1348. right: -8px;
  1349. width: 48px;
  1350. background-position: 100% 50%;
  1351. transform-origin: 0% 50%;
  1352. }
  1353. .ipsNavBar_primary > ul > li:before, .ipsNavBar_primary > ul > li:after {
  1354. content: '';
  1355. height: 100%;
  1356. position: absolute;
  1357. top: 0;
  1358. left: -8px;
  1359. right: 40px;
  1360. background: url(http://ipsfocus.net/4x/uploads/set_resources_133/005d20f304c7929cbfdb3fe61d088022_nav-hover.png) no-repeat;
  1361. background-position: 0 50%;
  1362. pointer-events: none;
  1363. z-index: -1;
  1364. opacity: 0;
  1365. transition-property: transform, opacity;
  1366. transition-duration: 0.25s, 0.25s;
  1367. transition-delay: 0.25s, 0s;
  1368. transition-timing-function: ease-in-out;
  1369. transform: scaleY(0) translate(0,0);
  1370. transform-origin: 100% 50%;
  1371. }
  1372. .ipsNavBar_primary > ul > li > a {
  1373. color: rgba(255,255,255,1);
  1374. text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
  1375. transition: color 0.15s ease-in-out;
  1376. text-transform: uppercase;
  1377. font-family: 'Oswald', sans-serif;
  1378. }
  1379.  
  1380. .ipsNavBar_primary > ul > li > a {
  1381. line-height: 60px;
  1382. padding: 0px 20px;
  1383. }
  1384. .ipsNavBar_primary > ul > li > a:before, .ipsNavBar_primary .focusNav_more > ul > li > a:before {
  1385. display: inline-block;
  1386. }
  1387. 258adbb…_custom…v=481770c3c0:1
  1388. .ipsNavBar_primary a:before {
  1389. content: "\f0c9";
  1390. font-family: "FontAwesome";
  1391. font-size: 14px;
  1392. font-weight: normal;
  1393. display: none;
  1394. -webkit-font-smoothing: antialiased;
  1395. -moz-osx-font-smoothing: grayscale;
  1396. -webkit-transform: translate(0,0);
  1397. -moz-transform: translate(0,0);
  1398. -ms-transform: translate(0,0);
  1399. -o-transform: translate(0,0);
  1400. transform: translate(0,0);
  1401. margin-bottom: -2px;
  1402. margin-right: 3px;
  1403. opacity: 0.6;
  1404. line-height: 1;
  1405. }
  1406. .ipsNavBar_primary > ul > li:hover:before, .ipsNavBar_primary > ul > li:hover:after {
  1407. opacity: 1;
  1408. transform: scaleY(1) translate(0,0);
  1409. transition-delay: 0s, 0s;
  1410. font-family: 'Oswald', sans-serif;
  1411. }
  1412. .ipsNavBar_primary > ul > li.ipsNavBar_active:after {
  1413. left: auto;
  1414. right: -5px;
  1415. width: 35px;
  1416. }
  1417. .ipsNavBar_primary > ul > li.ipsNavBar_active:before, .ipsNavBar_primary > ul > li.ipsNavBar_active:after {
  1418. opacity: 1;
  1419. transform: none;
  1420. background-image: url(http://ipsfocus.net/4x/uploads/set_resources_133/005d20f304c7929cbfdb3fe61d088022_nav-active.png);
  1421. left: -5px;
  1422. right: 30px;
  1423. }
  1424. .ipsNavBar_primary > ul > li > a, .ipsNavBar_secondary > li > a {
  1425. display: block;
  1426. position: relative;
  1427. text-decoration: none;
  1428. }
  1429. .ipsNavBar_primary > ul > li:hover > .ipsNavBar_secondary {
  1430. visibility: visible;
  1431. opacity: 1;
  1432. margin-top: 0;
  1433. transition-delay: 0s;
  1434. pointer-events: auto;
  1435. }
  1436. .ipsNavBar_primary > ul > li > .ipsNavBar_secondary {
  1437. background: rgba(43,45,47,0.9) url(http://ipsfocus.net/4x/uploads/set_resources_133/005d20f304c7929cbfdb3fe61d088022_carbon-net-darker.png) repeat;
  1438. border-radius: 4px;
  1439. box-shadow: rgba(0,0,0,0.5) 0px 3px 40px, rgba(0,0,0,0.2) 0px 1px 2px;
  1440. padding: 5px 0;
  1441. }
  1442. .ipsNavBar_primary > ul > li > .ipsNavBar_secondary {
  1443. display: block !important;
  1444. visibility: hidden;
  1445. opacity: 0;
  1446. margin-top: 6px;
  1447. transition-property: visibility, opacity, margin-top;
  1448. transition-delay: 0.25s, 0s, 0s;
  1449. transition-duration: 0.25s;
  1450. transition-timing-function: ease-in-out;
  1451. text-align: left;
  1452. top: calc(100% + 8px);
  1453. left: 0;
  1454. right: auto;
  1455. bottom: auto;
  1456. width: auto;
  1457. min-width: 180px;
  1458. height: auto;
  1459. z-index: auto;
  1460. pointer-events: none;
  1461. }
  1462. .ipsNavBar_primary > ul > li > .ipsNavBar_secondary:before {
  1463. border-bottom-color: rgba(43,45,47,0.9);
  1464. }
  1465. .ipsNavBar_primary > ul > li > .ipsNavBar_secondary:before {
  1466. content: "";
  1467. position: absolute;
  1468. top: -6px;
  1469. left: 24px;
  1470. border: 6px solid transparent;
  1471. border-top: 0;
  1472. }
  1473. .ipsNavBar_primary > ul > li > .ipsNavBar_secondary a:hover {
  1474. background: rgba(255,255,255,0.05);
  1475. }
  1476. .ipsNavBar_primary > ul > li > .ipsNavBar_secondary > li > a {
  1477. padding: 11px 15px;
  1478. white-space: nowrap;
  1479. }
  1480. .ipsNavBar_secondary > li > a:hover {
  1481. color: #eeeeee;
  1482. }
  1483. .ipsNavBar_secondary > li > a {
  1484. color: #cccccc;
  1485. line-height: 1.3;
  1486. }
  1487. .ipsNavBar_primary > ul > li > a, .ipsNavBar_secondary > li > a {
  1488. display: block;
  1489. position: relative;
  1490. text-decoration: none;
  1491. }
  1492. .flex-justify-between {
  1493. -webkit-box-pack: justify;
  1494. -webkit-justify-content: space-between;
  1495. -ms-flex-pack: justify;
  1496. justify-content: space-between;
  1497. }
  1498. .flex-align-start {
  1499. /* -webkit-box-align: start; */
  1500. /* -webkit-align-items: flex-start; */
  1501. -ms-flex-align: start;
  1502. -ms-grid-row-align: flex-start;
  1503. /* align-items: flex-start; */
  1504. }
  1505. .flex, .flex-inline {
  1506. display: -webkit-box;
  1507. display: -webkit-flex;
  1508. display: -ms-flexbox;
  1509. display: flex;
  1510. -webkit-box-align: center;
  1511. -webkit-align-items: center;
  1512. -ms-flex-align: center;
  1513. align-items: center;
  1514. -webkit-box-pack: start;
  1515. -webkit-justify-content: flex-start;
  1516. -ms-flex-pack: start;
  1517. justify-content: flex-start;
  1518. min-height: 100%;
  1519. }
  1520. .ipsLayout_container .ipsLayout_container:not(.forceWidth), .ipsLayout_container.resetWidth {
  1521. width: auto;
  1522. max-width: none;
  1523. margin: 0;
  1524. min-width: 0;
  1525. }
  1526. .ipsNavBar_secondary > li {
  1527. display: block;
  1528. }
  1529. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement