Advertisement
Guest User

Untitled

a guest
May 13th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.50 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.  
  325. <style>
  326. /** Ajuste */
  327. table spam.lr-title {
  328. display: flex!important;
  329. }
  330.  
  331. /** ---------------- MAIN ---------------- */
  332. div.link-rapido table {
  333. padding-top: 10px;
  334. top: 77px;
  335. padding-bottom: 10px;
  336. margin-left: -11px;
  337. color: #fff;
  338. background: #2ea3f2 url(http://i.imgur.com/CcLIuMn.png);
  339. border-bottom: solid 2px #04568e;
  340. border-right: solid 2px #04568e;
  341. position: fixed;
  342. left: -247px;
  343. padding-left: 16px;
  344. z-index: 9999;
  345. border-radius: 0px 5px 5px 0px;
  346. transition: 1s;
  347. }
  348.  
  349. /** Ajuste */
  350. div.link-rapido table:hover {
  351. left:0px!important;
  352. }
  353.  
  354. /** Título */
  355. spam.lr-title {
  356. text-shadow: 1px 1px 0px #272525;
  357. -ms-transform: rotate(90deg);
  358. -webkit-transform: rotate(90deg);
  359. transform: rotate(90deg)!important;
  360. font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
  361. margin-right: -35px;
  362. margin-left: -14px;
  363. font-size: 13px;
  364. }
  365.  
  366. /** Links */
  367. td.lr-links a {
  368. text-shadow: 1px 1px 1px #272525;
  369. color: #fff!important;
  370. font-size: 14px;
  371. }
  372. </style>
  373. <div class="link-rapido">
  374.  
  375. <table>
  376.  
  377. <tbody>
  378.  
  379. <tr>
  380. <!-- ================================================================= -->
  381. <td class="lr-links">
  382. <div id="lr-inside1">
  383. <a id="lr-ins" href="/f3-regras-servidor-e-forum"><i class="fa fa-legal"></i> Regras do Servidor e Fórum</a><br />
  384. <a id="lr-con" href="/f4-noticias-da-administracao?"><i class="fa fa-newspaper-o"></i> Notícias da Administração</a><br />
  385. <a id="lr-pro" href="/f6-denuncias"><i class="fa fa-warning"></i> Área de Denúncias</a><br />
  386. <a id="lr-dem" href="/f16-inscricoes-para-lider"><i class="fa fa-pencil-square-o"></i> Inscrições para Líder</a><br />
  387. <br />
  388. <a href="https://www.facebook.com/BrasilPlayUltimate"><i class="fa fa-facebook-official"></i> Facebook</a><br />
  389. <a id="lr-leg" href="https://www.youtube.com/user/BrasilPlayUltimateSA"><i class="fa fa-youtube-square"></i> Youtube</a>
  390. </div>
  391. </td>
  392. <!-- ================================================================= -->
  393. <td>
  394. <!-- ================================================================= -->
  395. <spam class="lr-title">LINKS RÁPIDOS</spam>
  396. <!-- ================================================================= -->
  397. </td>
  398.  
  399. </tr>
  400.  
  401. </tbody>
  402.  
  403. </table>
  404. </div>
  405. <!-- BEGIN hitskin_preview -->
  406. <div id="hitskin_preview" style="display: block;">
  407. <h1><img src="https://illiweb.com/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
  408. <div class="content">
  409. <p>
  410. {hitskin_preview.L_THEME_SITE_PREVIEW}
  411. <br />
  412. <span>{hitskin_preview.U_INSTALL_THEME}<a href="https://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
  413. </p>
  414. </div>
  415. </div>
  416. <!-- END hitskin_preview -->
  417.  
  418. <!-- BEGIN switch_login_popup -->
  419. <div id="login_popup" class="module main">
  420. <div id="login_popup_title" class="main-head">
  421. <div class="h3">{SITENAME}</div>
  422. </div>
  423. <div class="main-content">
  424. {LOGIN_POPUP_MSG}
  425. <div id="login_popup_buttons">
  426. <form action="{S_LOGIN_ACTION}" method="get">
  427. <input type="submit" class="button2" value="{L_LOGIN}" />
  428. <input type="button" class="button2" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
  429. <input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" />
  430. </form>
  431. </div>
  432. </div>
  433. </div>
  434. <!-- END switch_login_popup -->
  435.  
  436.  
  437.  
  438.  
  439.  
  440. <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>
  441. <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>
  442. <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>
  443.  
  444.  
  445. <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>
  446. <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>
  447. <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>
  448.  
  449.  
  450.  
  451.  
  452.  
  453. <!-- BEGIN switch_user_logged_in -->
  454. <header><div id="branding">
  455. <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>
  456. <!-- FA.END fa_user_menu --><div class="wrapper3 clearfix">
  457. <div id="logo">
  458. </div>
  459.  
  460. <div class="margin-fix-rezende" id="nav_wrap"><div class="wrapper clearfix"><!--
  461. ::: 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>
  462. <div id="user_navigation" class="logged_in"><ul class="ipsList_inline">
  463. <li>
  464. <a href="/profile?mode=editprofile&page_profil=avatars" class="cp_avatar">
  465. <script type="text/javascript">document.write(_userdata.avatar);</script>
  466. </a>
  467. </li>
  468. <li>
  469. <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>
  470. <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">
  471. <div class="left" style="z-index: 10000;">
  472. <ul class="submenu_links" style="z-index: 10000;">
  473. <li class="submenu_li" style="z-index: 10000;">
  474. <a href="/profile?mode=editprofile&page_profil=informations" style="z-index: 10000;">Perfil</a>
  475. </li>
  476. <li style="z-index: 10000;">
  477. <a href="/profile?mode=editprofile&page_profil=avatars" style="z-index: 10000;">Avatar</a>
  478. </li>
  479. <li style="z-index: 10000;">
  480. <a href="/profile?mode=editprofile&page_profil=signature" style="z-index: 10000;">Assinatura</a>
  481. </li>
  482. <li style="z-index: 10000;">
  483. <a href="/profile?mode=editprofile&page_profil=preferences" style="z-index: 10000;">Preferênicas</a>
  484. </li>
  485. </ul>
  486. </div>
  487. </div>
  488. </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>
  489. </div>
  490.  
  491. <script type="text/javascript">
  492. new ipb.Menu($('primary_extra'),$('primary_extra_menucontent'));
  493. </script>
  494.  
  495. </div></div>
  496. </div></div>
  497.  
  498.  
  499. <div class="wrapper2">
  500.  
  501.  
  502.  
  503. <!-- ::: NAVIGATION BREADCRUMBS ::: -->
  504. </div>
  505.  
  506. <!-- END switch_user_logged_in -->
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515. <!-- BEGIN switch_user_logged_out -->
  516. <!-- FA.BEGIN fa_user_menu -->
  517.  
  518. <header><div id="branding">
  519. <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>
  520. <!-- FA.END fa_user_menu -->
  521. <div id="logo">
  522. </div>
  523.  
  524. <div class="margin-fix-rezende" id="nav_wrap"><div class="wrapper clearfix"><!--
  525. ::: 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>
  526. <div id="user_navigation" class="not_logged_in">
  527. <ul class="ipsList_inline right">
  528. <li class="login"><a id="user_link" href="/login">Login</a></li>
  529. <li class="registro"><a id="user_link" href="/register">Registre-se</a></li></ul>
  530. </div>
  531.  
  532. <script type="text/javascript">
  533. new ipb.Menu($('primary_extra'),$('primary_extra_menucontent'));
  534. </script>
  535.  
  536.  
  537. </div></div>
  538. </div></div>
  539.  
  540. <div class="wrapper2">
  541.  
  542. </div>
  543.  
  544.  
  545. <!-- ::: NAVIGATION BREADCRUMBS ::: -->
  546. <div id="secondary_navigation" class="clearfix">
  547.  
  548.  
  549.  
  550. <ul id="secondary_links" class="ipsList_inline right">
  551.  
  552.  
  553. </ul>
  554. </div>
  555.  
  556.  
  557.  
  558.  
  559.  
  560. <!-- END switch_user_logged_out -->
  561. <a id="top" name="top" accesskey="t"></a>
  562.  
  563. <div class="minwidth_IE">
  564. <div class="layout_IE">
  565. <div class="container_IE">
  566. <div class="pun">
  567. <div id="pun-intro" class="clearfix">
  568. <a href="{U_INDEX}" id="pun-logo"><img src="" alt="{L_INDEX}" /></a>
  569.  
  570. <!-- BEGIN switch_h1 -->
  571. <div id="pun-title">{switch_h1.MAIN_SITENAME}</div>
  572. <!-- END switch_h1 -->
  573.  
  574. <!-- BEGIN switch_desc -->
  575. <p id="pun-desc">{switch_desc.SITE_DESCRIPTION}</p>
  576. <!-- END switch_desc -->
  577. </div>
  578. <div id="pun-head">
  579. <div id="pun-navlinks">
  580. <ul class="clearfix">
  581. <li>{GENERATED_NAV_BAR}</li>
  582. </ul>
  583. </div>
  584. </div>
  585.  
  586. <!-- BEGIN switch_ticker_new -->
  587. <div id="fa_ticker_block" style="padding-top:4px;">
  588. <div class="module main">
  589. <div class="main-content clearfix">
  590. <div id="fa_ticker_container">
  591. <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display: none;width: 100%;">
  592. <!-- BEGIN ticker_row -->
  593. <li>{switch_ticker.ticker_row.ELEMENT}</li>
  594. <!-- END ticker_row -->
  595. </ul>
  596. </div>
  597. </div>
  598. </div>
  599. </div>
  600. <!-- END switch_ticker_new -->
  601.  
  602. <!-- BEGIN switch_ticker -->
  603. <div id="fa_ticker_block" style="padding-top:4px;">
  604. <div class="module main">
  605. <div class="main-content clearfix">
  606. <div id="fa_ticker_container">
  607. <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
  608. <div class="fa_ticker_content">
  609. <!-- BEGIN ticker_row -->
  610. <div>{switch_ticker.ticker_row.ELEMENT}</div>
  611. <!-- END ticker_row -->
  612. </div>
  613. </div>
  614. </div>
  615. </div>
  616. </div>
  617. </div>
  618. <!-- END switch_ticker -->
  619.  
  620. <div id="page-body">
  621. <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
  622. <div id="outer-wrapper">
  623. <div id="wrapper">
  624. <div id="container">
  625. <div id="content">
  626. <div id="{ID_LEFT}">
  627. <!-- BEGIN giefmod_index1 -->
  628. {giefmod_index1.MODVAR}
  629. <!-- BEGIN saut -->
  630. <div style="height:{SPACE_ROW}px"></div>
  631. <!-- END saut -->
  632. <!-- END giefmod_index1 -->
  633. </div>
  634. <div id="main">
  635. <div id="main-content">
  636.  
  637. <!-- BEGIN html_validation -->
  638. </div>
  639. </div>
  640. </div>
  641. </div>
  642. </div>
  643. </div>
  644. </div>
  645. </div>
  646. </div>
  647. </div>
  648. </div>
  649. </div>
  650. </body>
  651. </html>
  652. <!-- END html_validation -->
  653.  
  654.  
  655. <style>
  656. #avatar > center > img {
  657. width: 48px;
  658. height: 48px;
  659. border-radius: 100%;
  660. border: 1px solid #B3B3B3;
  661. margin: -57px 267px;
  662. padding: 2px;
  663. background: white;
  664. }
  665. @charset 'UTF-8';
  666. #cssmenu ul,
  667. #cssmenu li,
  668. #cssmenu span,
  669. #cssmenu a {
  670. border: 0;
  671. margin: 0;
  672. padding: 0;
  673. position: relative;
  674. }
  675. #cssmenu {
  676. color: #878787;
  677. display: block;
  678. height: 37px;
  679. line-height: 37px;
  680. outline: none;
  681. padding: 0 15px;
  682. }
  683. #cssmenu:after,
  684. #cssmenu ul:after {
  685. content: '';
  686. display: block;
  687. clear: both;
  688. }
  689. #cssmenu a {
  690. display: inline-block;
  691. padding: 0 28px;
  692. color: #878787;
  693. font-family: Arial, Verdana, sans-serif;
  694. font-size: 12px;
  695. line-height: 52px;
  696. -webkit-box-shadow: inset rgba(0,0,0,0.05) 0 0 0 1px;
  697. background: #efefef;
  698. box-shadow: inset rgba(0,0,0,0.05) 0 0 0 1px;
  699. color: #878787;
  700. display: block;
  701. height: 37px;
  702. line-height: 37px;
  703. outline: none;
  704. padding: 0 15px;
  705. }
  706.  
  707. #cssmenu ul {
  708. list-style: none;
  709. box-shadow: inset 0 1px 0 whitesmoke;
  710. -moz-box-shadow: inset 0 1px 0 whitesmoke;
  711. -webkit-box-shadow: inset 0 1px 0 whitesmoke;
  712. }
  713. #cssmenu > ul {
  714. float: left;
  715. }
  716. #cssmenu > ul > li {
  717. float: left;
  718. }
  719.  
  720. #cssmenu > ul > li.active a,
  721. #cssmenu > ul > li:hover > a {
  722. background-color: #51aada;
  723. }
  724. #cssmenu .has-sub {
  725. z-index: 1;
  726. }
  727. #cssmenu .has-sub:hover > ul {
  728. display: block;
  729. }
  730. #cssmenu .has-sub ul {
  731. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  732. -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  733. -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  734. display: none;
  735. position: absolute;
  736. width: 200px;
  737. top: 100%;
  738. left: 0;
  739. }
  740. #cssmenu .has-sub ul li a {
  741. background: #51aada;
  742. border-bottom: 1px solid #51aada;
  743. box-shadow: inset 0 1px 0 #51aada;
  744. -moz-box-shadow: inset 0 1px 0 #51aada;
  745. -webkit-box-shadow: inset 0 1px 0 #51aada;
  746. color: white;
  747. display: block;
  748. line-height: 326%;
  749. }
  750. #cssmenu .has-sub ul li:hover a {
  751. background-color: #0d6ea3;
  752. }
  753. #cssmenu .has-sub .has-sub:hover > ul {
  754. display: block;
  755. }
  756. #cssmenu .has-sub .has-sub ul {
  757. display: none;
  758. position: absolute;
  759. left: 100%;
  760. top: 0;
  761. }
  762. #cssmenu .has-sub .has-sub ul li a {
  763. background: #0d6ea3;
  764. box-shadow: none;
  765. -moz-box-shadow: none;
  766. -webkit-box-shadow: none;
  767. }
  768. #cssmenu .has-sub .has-sub ul li a:hover {
  769. background: #0d6ea3;
  770. box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  771. -moz-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  772. -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  773. }
  774. #avatar > center > img {float:right!important;}
  775. .dropdown-content {
  776. background: dimgrey;
  777. border-radius: 3px;
  778. margin: -12px;
  779. display: none!important;
  780. margin-left: -7px;
  781. position: absolute;
  782. border: 0;
  783. box-shadow: 0 0 14px rgba(0,0,0,0.3);
  784. font-size: 12px;
  785. min-width: 101px;
  786. text-align: center;
  787. z-index: 10000;
  788. text-shadow: none!important;
  789. }
  790. .dropdown-content a {
  791. border-bottom: 1px solid #858585;
  792. color: #a7a29e;
  793. display: block;
  794. padding: 0px 19px;
  795. }
  796. .show {
  797. display: block!important;
  798. }
  799. #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;}
  800. #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;}
  801. #drop_link img {
  802. margin-top: 49px!important;
  803. margin-left:-30px;
  804. position:absolute;
  805. }
  806. ul#userProfile.ipsList_inline.right li a:hover {
  807. color: #fff;
  808. }
  809. ul#userProfile.ipsList_inline.right li a {
  810. color: #a7a29e;
  811. }
  812. #user_navigation a:hover {
  813. color: #000;
  814. }
  815. /*Menu-DropDown*/
  816. #perfil_drop{
  817. background: linear-gradient(#FFF, #EDEDED) repeat scroll 0px 0px transparent;
  818. border: 0px none !important;
  819. border-radius: 0px 0px 6px 6px;
  820. box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.4);
  821. color: #225985;
  822. font-family: helvetica,arial,sans-serif;
  823. font-size: 12px;
  824. font-style: normal;
  825. font-variant: normal;
  826. font-weight: 400;
  827. overflow: hidden;
  828. position: absolute;
  829. right: 9.2%;
  830. text-align: left;
  831. top: 36px;
  832. width: 360px;
  833. z-index: 999;
  834. }
  835. .nav_c{
  836. box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.58)!important;
  837. }
  838.  
  839. .avat img {
  840. background: none repeat scroll 0px 0px #FFF;
  841. border: 1px solid #D5D5D5;
  842. box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  843. height: 50px;
  844. margin: 10px;
  845. padding: 1px;
  846. width: 50px;
  847. }
  848. #perfil_drop li {
  849. float: right;
  850. line-height: 22px;
  851. white-space: nowrap;
  852. width: 38%;
  853. }
  854. #perfil_drop li a {
  855. color: #00569C;
  856. text-decoration: none;
  857. }
  858. .menu_active {
  859. background: #fff;
  860. border-radius: 5px 5px 0 0;
  861. color: #000!important;
  862. }
  863. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement