Advertisement
Guest User

iScroll

a guest
Sep 25th, 2017
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 47.03 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=Saira+Semi+Condensed" rel="stylesheet">
  5.   <link href="https://fonts.googleapis.com/css?family=Play" rel="stylesheet">
  6.   <link href="https://fonts.googleapis.com/css?family=Work+Sans" rel="stylesheet">
  7.   <link href="https://fonts.googleapis.com/css?family=Dancing+Script|Dosis|Lobster|Roboto+Slab|Sedgwick+Ave+Display|Source+Code+Pro" rel="stylesheet">
  8.   <link href="https://fonts.googleapis.com/css?family=Dancing+Script|Dosis|Lobster|Roboto+Slab|Sedgwick+Ave+Display" rel="stylesheet">
  9.   <link href="https://fonts.googleapis.com/css?family=Dosis|Lobster|Roboto+Slab|Sedgwick+Ave+Display" rel="stylesheet">
  10.   <link href="https://fonts.googleapis.com/css?family=Dosis|Lobster|Roboto+Slab" rel="stylesheet">
  11.   <link href="https://fonts.googleapis.com/css?family=Dosis|Roboto+Slab" rel="stylesheet">
  12.   <link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
  13.   <link href="https://fonts.googleapis.com/css?family=Exo+2:400,400i,500,500i,600,600i,700" rel="stylesheet">
  14.     <link rel="stylesheet" type="text/css" href="https://deywes.github.io/assets/css/main.css">
  15.   <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
  16.   <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
  17.   <meta http-equiv="content-script-type" content="text/javascript" />
  18.   <meta http-equiv="content-style-type" content="text/css" />
  19.   <!-- BEGIN switch_compat_meta -->
  20.   <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
  21.   <!-- END switch_compat_meta -->
  22.   <!-- BEGIN switch_canonical_url -->
  23.   <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
  24.   <!-- END switch_canonical_url -->
  25.   {META_FAVICO}
  26.   {META}
  27.   {META_FB_LIKE}
  28.   <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
  29.   <link href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet" />
  30.   {T_HEAD_STYLESHEET}
  31.   {CSS}
  32.   <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
  33.   <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
  34.   <script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
  35.   <script>
  36.     (function ($) {
  37.       'use strict';
  38.      
  39.       $(function () {
  40.         $('form[action="/post"]')
  41.           .find('[type="submit"]')
  42.             .on('click', function (event) {
  43.              
  44.               var $sceditor = $('#text_editor_textarea').sceditor('instance');
  45.               $sceditor.val($sceditor.val().replace(/\[quote="(.+)"\]([\s\S]+)\[\/quote\]/gim, '[quote="@$1"]$2[/quote]'));
  46.              
  47.             })
  48.         ;
  49.  
  50.         console.log('Alguns plugins deste fórum foram feitos em Fórum dos Fóruns:\n<http://ajuda.forumeiros.com/>');
  51.       });
  52.     }(jQuery));
  53.   </script>
  54.   <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
  55.  
  56.   <!-- BEGIN switch_fb_login -->
  57.   <script src="https://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
  58.   <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
  59.   <!-- END switch_fb_login -->
  60.  
  61.   <!-- BEGIN switch_ticker -->
  62.   <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
  63.   <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
  64.   <!-- END switch_ticker -->
  65.   <!-- BEGIN switch_ticker_new -->
  66.   <script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
  67.   <script type="text/javascript">//<![CDATA[
  68.      /* Definir le sens de direction en fonction du panneau admin */
  69.      var tickerDirParam = "{switch_ticker.DIRECTION}";
  70.      var slid_vert = false;
  71.      var auto_dir = 'next';
  72.      var h_perso = parseInt({switch_ticker.HEIGHT});
  73.  
  74.      switch( tickerDirParam )
  75.      {
  76.        case 'top' :
  77.            slid_vert = true;
  78.            break;
  79.  
  80.        case 'left':
  81.            break;
  82.  
  83.        case 'bottom':
  84.            slid_vert = true;
  85.            auto_dir = 'prev';
  86.            break;
  87.  
  88.        case 'right':
  89.            auto_dir = 'prev';
  90.            break;
  91.  
  92.        default:
  93.            slid_vert = true;
  94.      }
  95.  
  96.      $(document).ready(function() {
  97.  
  98.        var width_max = $('ul#fa_ticker_content').width();
  99.        var width_item = Math.floor(width_max / {switch_ticker.SIZE});
  100.  
  101.        if (width_max > 0)
  102.        {
  103.            $('#fa_ticker_content').css('display','block');
  104.  
  105.            $('ul#fa_ticker_content li').css('float','left').css('list-style','none').width(width_item).find('img').each(function () {
  106.              if ($(this).width() > width_item)
  107.              {
  108.              var ratio      = $(this).width() / width_item;
  109.              var new_height = Math.round($(this).height() / ratio);
  110.              $(this).height(new_height).width(width_item);
  111.              }
  112.            });
  113.  
  114.            if (slid_vert)
  115.            {
  116.              var height_max = h_perso;
  117.  
  118.              $('ul#fa_ticker_content li').each( function () {
  119.                  if ($(this).height() > height_max)
  120.                  {
  121.                    height_max = $(this).height();
  122.                  }
  123.              } );
  124.  
  125.              $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
  126.              $('ul#fa_ticker_content li').height(height_max);
  127.            }
  128.  
  129.            $('#fa_ticker_content').jcarousel({
  130.                  vertical: slid_vert,
  131.              wrap: 'circular',
  132.              auto: {switch_ticker.STOP_TIME},
  133.              auto_direction: auto_dir,
  134.            scroll: 1,
  135.            size: {switch_ticker.SIZE},
  136.            height_max: height_max,
  137.            animation: {switch_ticker.SPEED}
  138.            });
  139.        }
  140.        else
  141.        {
  142.            $('ul#fa_ticker_content li:not(:first)').css('display','none');
  143.            $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
  144.        }
  145.      });
  146.  //]]>
  147.   </script>
  148.   <!-- END switch_ticker_new -->
  149.  
  150.   <script type="text/javascript">
  151.   //<![CDATA[
  152.  $(document).ready(function(){
  153.      <!-- BEGIN switch_enable_pm_popup -->
  154.        pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
  155.        if(pm != null) { pm.focus(); }
  156.      <!-- END switch_enable_pm_popup -->
  157.      <!-- BEGIN switch_report_popup -->
  158.        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}');
  159.        if(report != null) { report.focus(); }
  160.      <!-- END switch_report_popup -->
  161.      <!-- BEGIN switch_ticker -->
  162.        ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME});
  163.      <!-- END switch_ticker -->
  164.  });
  165.  
  166.  <!-- BEGIN switch_login_popup -->
  167.      var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, logInBackgroundClass = false;
  168.  <!-- END switch_login_popup -->
  169.  
  170.  <!-- BEGIN switch_login_popup -->
  171.  $(document).ready( function() {
  172.      $(window).resize(function() {
  173.        var windowWidth = document.documentElement.clientWidth;
  174.        var popupWidth = $("#login_popup").width();
  175.        var mypopup = $("#login_popup");
  176.  
  177.        $("#login_popup").css({
  178.        "left": windowWidth/2 - popupWidth/2
  179.            });
  180.      });
  181.  });
  182.  <!-- END switch_login_popup -->
  183.  //]]>
  184.   </script>
  185.   {GREETING_POPUP}
  186.   <!-- BEGIN switch_ticker_new -->
  187.   <style>
  188.   .jcarousel-skin-tango .jcarousel-item {
  189.       text-align:center;
  190.       width: 10px;
  191.   }
  192.  
  193.   .jcarousel-skin-tango .jcarousel-item-horizontal {
  194.       margin-right: {switch_ticker.SPACING}px;
  195.   }
  196.  
  197.   .jcarousel-skin-tango .jcarousel-item-vertical {
  198.       margin-bottom: {switch_ticker.SPACING}px;
  199.   }
  200.   </style>
  201.   <!-- END switch_ticker_new -->
  202.   {HOSTING_JS}
  203.   <!-- BEGIN google_analytics_code -->
  204.   <script type="text/javascript">
  205.   //<![CDATA[
  206.    var _gaq = _gaq || [];
  207.    _gaq.push(["_setAccount", "{G_ANALYTICS_ID}"]);
  208.    _gaq.push(["_trackPageview"]);
  209.  _gaq.push(['_trackPageLoadTime']);
  210.  
  211.  <!-- BEGIN google_analytics_code_bis -->
  212.  _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
  213.  _gaq.push(['b._trackPageview']);
  214.  <!-- END google_analytics_code_bis -->
  215.  
  216.    (function() {
  217.      var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true;
  218.      ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";
  219.      var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s);
  220.    })();
  221.  //]]>
  222.   </script>
  223.   <!-- END google_analytics_code -->
  224.   <script>
  225.     $(document).ready(function() {
  226.         var btn_collapse = $('<div></div>', {
  227.             class: 'btn-collapse'
  228.         });
  229.         var btn_collapse_show = $('<i></i>', {
  230.             class: 'ion-android-add-circle hidden',
  231.             'data-tooltip': 'Expandir'
  232.         }).appendTo(btn_collapse);
  233.         var btn_collapse_hide = $('<i></i>', {
  234.             class: 'ion-android-remove-circle',
  235.             'data-tooltip': 'Esconder'
  236.         }).appendTo(btn_collapse);
  237.         var collapsed = [];
  238.         if (readCookie('collapsed') != null && readCookie('collapsed') != '') {
  239.            collapsed = readCookie('collapsed').split(',');
  240.         }
  241.         $(document).on('click', '.btn-collapse', function() {
  242.             $(this).children('.ion-android-add-circle').toggleClass('hidden');
  243.             $(this).children('.ion-android-remove-circle').toggleClass('hidden');
  244.             $(this).parents('.forabg').toggleClass('hidden');
  245.             if (readCookie('collapsed') != null && readCookie('collapsed') != '') {
  246.              collapsed = readCookie('collapsed').split(',');
  247.             }
  248.             if (!$(this).parents('.forabg').hasClass('hidden')) {
  249.               removeFromArray('' + $(this).parents('.forabg').data('cindex'), collapsed);
  250.               createCookie('collapsed', collapsed);
  251.             } else {
  252.               collapsed.push('' + $(this).parents('.forabg').data('cindex'));
  253.               createCookie('collapsed', collapsed);
  254.             }
  255.         });
  256.         $('.forabg').each(function(i) {
  257.             $(this).data('cindex', '' + i);
  258.             $(btn_collapse).clone().attr('id', 'forabg' + i).appendTo($(this).find('.header'));
  259.             if ($.inArray('' + i, collapsed) > -1) {
  260.               $(this).toggleClass('hidden');
  261.               $('#forabg' + i).children('.ion-android-add-circle').toggleClass('hidden');
  262.               $('#forabg' + i).children('.ion-android-remove-circle').toggleClass('hidden');
  263.             }
  264.         });
  265.       });
  266.  
  267.       function removeFromArray(item, array) {
  268.         var i = array.indexOf(item);
  269.         if (i > -1) {
  270.             array = array.splice(i, 1);
  271.         }
  272.       }
  273.  
  274.       function createCookie(name, value, days) {
  275.         var expires;
  276.         if (days) {
  277.             var date = new Date();
  278.             date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
  279.             expires = "; expires=" + date.toGMTString();
  280.         } else {
  281.             expires = "";
  282.         }
  283.         document.cookie = encodeURIComponent(name) + "=" + encodeURIComponent(value) + expires + "; path=/";
  284.       }
  285.  
  286.       function readCookie(name) {
  287.         var nameEQ = encodeURIComponent(name) + "=";
  288.         var ca = document.cookie.split(';');
  289.         for (var i = 0; i < ca.length; i++) {
  290.            var c = ca[i];
  291.            while (c.charAt(0) === ' ') c = c.substring(1, c.length);
  292.            if (c.indexOf(nameEQ) === 0) return decodeURIComponent(c.substring(nameEQ.length, c.length));
  293.        }
  294.        return null;
  295.      }
  296.  </script>
  297.       <style>
  298. @keyframes branding {
  299.  
  300.   from {
  301.       background-position: 0 0;
  302.   }
  303.    
  304.   to {
  305.       background-position: 1600px 0;
  306.   }
  307. }
  308.  
  309.         /* #branding {
  310.     animation: branding 40s linear infinite;
  311.         }*/
  312.         @keyframes logo {
  313. 0% {
  314.     -ms-transform: rotate(-3deg);
  315.     -webkit-transform: rotate(-3deg);
  316.     transform: rotate(-3deg);
  317. }
  318. 25% {
  319.     -ms-transform: rotate(3deg);
  320.     -webkit-transform: rotate(3deg);
  321.     transform: rotate(3deg);
  322. }
  323. 50% {
  324.     -ms-transform: rotate(-3deg);
  325.     -webkit-transform: rotate(-3deg);
  326.     transform: rotate(-3deg);
  327. }
  328. 75% {
  329.     -ms-transform: rotate(3deg);
  330.     -webkit-transform: rotate(3deg);
  331.     transform: rotate(3deg);
  332. }
  333. 100% {
  334.     -ms-transform: rotate(-3deg);
  335.     -webkit-transform: rotate(-3deg);
  336.     transform: rotate(-3deg);
  337.         }
  338.        
  339. </style>
  340.       <link rel="stylesheet" href="http://static.tumblr.com/yiol0h8/AXWn3atj3/tipsy.css" type="text/css" />
  341. <script type="text/javascript" src="http://static.tumblr.com/yiol0h8/GOsn3atjv/jquery.tipsy.js"></script>
  342.  
  343. <script type='text/javascript'>
  344.   $(function() {
  345.     $('.tool-tip').tipsy({fade: true, gravity: 's'});
  346.   });
  347. </script>
  348.     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.1/assets/owl.carousel.min.css" />
  349. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.1/assets/owl.theme.default.min.css" />
  350. <script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.1/owl.carousel.min.js"></script>
  351. </head>
  352.  
  353.  
  354. <body>
  355. <div id="ajax_loading"><img src="http://i.imgur.com/gygr8wi.gif" alt="Loading..."></div>
  356.  
  357.   <!-- BEGIN hitskin_preview -->
  358.   <div id="hitskin_preview" style="display: block;">
  359.       <h1><img src="https://illiweb.com/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
  360.       <div class="content">
  361.         <p>
  362.             {hitskin_preview.L_THEME_SITE_PREVIEW}
  363.             <br />
  364.             <span>{hitskin_preview.U_INSTALL_THEME}<a href="https://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
  365.         </p>
  366.       </div>
  367.   </div>
  368.   <!-- END hitskin_preview -->
  369.  
  370.   <!-- BEGIN switch_login_popup -->
  371.   <div id="login_popup" class="module main">
  372.       <div id="login_popup_title" class="main-head">
  373.         <div class="h3">{SITENAME}</div>
  374.       </div>
  375.       <div class="main-content">
  376.         {LOGIN_POPUP_MSG}
  377.         <div id="login_popup_buttons">
  378.             <form action="{S_LOGIN_ACTION}" method="get">
  379.               <input type="submit" class="button2" value="{L_LOGIN}" />
  380.               <input type="button" class="button2" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
  381.               <input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" />
  382.             </form>
  383.         </div>
  384.       </div>
  385.   </div>
  386.   <!-- END switch_login_popup -->
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  <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>
  393.   <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>
  394.   <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>
  395.  
  396.  
  397.   <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>
  398.   <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>
  399.   <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>
  400.  
  401.  
  402.  
  403.                                      
  404.                            
  405.   <!-- BEGIN switch_user_logged_in -->
  406.     <header><div id="branding">
  407. <div class="meio"><a href="/forum" id="logo" class="logo"></a></div></div></header>
  408. <!-- FA.END fa_user_menu --><div class="wrapper3 clearfix">
  409.   <div id="logo">
  410.                 </div>
  411.  
  412.                       <div class="margin-fix-rezende" id="nav_wrap"><div class="wrapper clearfix"><!--
  413. ::: 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"><i class="fa fa-comments"></i> Início</a></li><li id="nav_app_ccs" class="left"><a href="/memberlist" id="grupos"><i class="fa fa-user"></i> Membros</a></li>
  414. <li id="nav_app_ccs" class="left"><a href="#" id="regras"><i class="fa fa-book"></i> Regras</a>
  415.         <ul class="second-level-menu">
  416.             <li>
  417.                 <a href=""><i class="fa fa-gavel"></i> Regras do Servidor</a>
  418.                 <ul class="third-level-menu">
  419.                     <li><a href="#">Em Andamento</a></li>
  420.                     <li><a href="#">Em Andamento</a></li>
  421.                     <li><a href="#">Em Andamento</a></li>
  422.                     <li><a href="#">Em Andamento</a></li>
  423.                 </ul>
  424.             </li>
  425.             <li>
  426.                 <a href=""><i class="fa fa-comments"></i> Regras do Fórum</a>
  427.                 <ul class="four-level-menu">
  428.                     <li><a href="/t83-regras-forum"><i class="fa fa-cogs"></i> Gerais</a></li>
  429.           <li><a href="/t2391-regras-denuncias"><i class="fa fa-balance-scale"></i> Denúncias</a></li>
  430.                     <li><a href="/t2392-regras-revisao-de-punicao"><i class="fa fa-search"></i> Revisão de Punição</a></li>
  431.                 </ul>
  432. </li>
  433.             <li>
  434.                 <a href="/t3-regras-teamspeak"><i class="fa fa-volume-control-phone"></i> Regras do TS³</a></li>
  435.         </ul>
  436.     </li>
  437.  
  438.  
  439. <li id="nav_app_ccs" class="left"><a href="#" id="anonymous_element_247"><i class="fa fa-list-alt"></i> ChangeLog</a>
  440.         <ul class="second-level-menu">
  441.             <li>  <a href="/t2203-atualizacoes-servidor"><i class="fa fa-gamepad"></i> Servidor</a></li>
  442.             <li> <a href="/t1671-atualizacoes-forum"><i class="fa fa-comments"></i> Fórum</a></li>
  443.         </ul>
  444.     </li>
  445.  
  446. <li id="nav_app_ccs" class="left"><a href="/h21-"><i class="fa fa-usd"></i> Doar</a></li><li id="nav_app_ccs" class="left"><a href="/h51-emblemas"><i class="fa fa-trophy"></i> Emblemas</a></li></ul></div>
  447. <div id="user_navigation" class="logged_in"><ul class="ipsList_inline">
  448.   <li>
  449.             <a href="/profile?mode=editprofile&page_profil=avatars" class="cp_avatar">
  450.               <script type="text/javascript">document.write(_userdata.avatar);</script>
  451.             </a>
  452.         </li>
  453.             <li>
  454.   <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>
  455. <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">
  456. <div class="left" style="z-index: 10000;">
  457. <ul class="submenu_links" style="z-index: 10000;">
  458. <li class="submenu_li" style="z-index: 10000;">
  459.     <a href="/profile?mode=editprofile&page_profil=informations" style="z-index: 10000;">Perfil</a>
  460. </li>
  461. <li style="z-index: 10000;">
  462.     <a href="/profile?mode=editprofile&page_profil=avatars" style="z-index: 10000;">Avatar</a>
  463. </li>
  464. <li style="z-index: 10000;">
  465.     <a href="/profile?mode=editprofile&page_profil=signature" style="z-index: 10000;">Assinatura</a>
  466. </li>
  467. <li style="z-index: 10000;">
  468.     <a href="/profile?mode=editprofile&page_profil=preferences" style="z-index: 10000;">Preferênicas</a>
  469. </li>
  470. </ul>
  471. </div>
  472. </div>
  473. </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>
  474. </div>
  475.            
  476.  
  477.             </div></div>
  478.         </div></div>
  479.              
  480.                  
  481.                               <div class="wrapper2">
  482.                    
  483.                  
  484.                                
  485.                                                   <!-- ::: NAVIGATION BREADCRUMBS ::: -->
  486.                                           </div>
  487.                                        
  488.                                           <!-- END switch_user_logged_in -->
  489.                                      
  490.                                      
  491.                                      
  492.                                      
  493.                                      
  494.                                      
  495.                                      
  496.                                      
  497.                                           <!-- BEGIN switch_user_logged_out -->
  498.  <!-- FA.BEGIN fa_user_menu -->
  499.  
  500.  <header><div id="branding">
  501.     <div class="meio"><div class="logo"></div></div></div></header>
  502. <!-- FA.END fa_user_menu -->
  503. <div id="logo">
  504.                 </div>
  505.  
  506.                       <div class="margin-fix-rezende" id="nav_wrap"><div class="wrapper clearfix"><!--
  507. ::: 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"><i class="fa fa-comments"></i> Início</a></li>
  508.  
  509. <li id="nav_app_ccs" class="left"><a href="#" id="regras"><i class="fa fa-book"></i> Regras</a>
  510.     <ul class="second-level-menu">
  511.             <li>
  512.                 <a href=""><i class="fa fa-gavel"></i> Regras do Servidor</a>
  513.                 <ul class="third-level-menu">
  514.                     <li><a href="#">Em Andamento</a></li>
  515.                     <li><a href="#">Em Andamento</a></li>
  516.                     <li><a href="#">Em Andamento</a></li>
  517.                     <li><a href="#">Em Andamento</a></li>
  518.                 </ul>
  519.             </li>
  520.             <li>
  521.                 <a href=""><i class="fa fa-comments"></i> Regras do Fórum</a>
  522.                 <ul class="four-level-menu">
  523.                     <li><a href="/t83-regras-forum"><i class="fa fa-cogs"></i> Gerais</a></li>
  524.           <li><a href="/t2391-regras-denuncias"><i class="fa fa-balance-scale"></i> Denúncias</a></li>
  525.                     <li><a href="/t2392-regras-revisao-de-punicao"><i class="fa fa-search"></i> Revisão de Punição</a></li>
  526.                 </ul>
  527. </li>
  528.             <li>
  529.                 <a href="/t3-regras-teamspeak"><i class="fa fa-volume-control-phone"></i> Regras do TS³</a></li>
  530.         </ul>
  531.     </li>
  532.  
  533.  
  534. <li id="nav_app_ccs" class="left"><a href="" id="anonymous_element_247"><i class="fa fa-list-alt"></i> ChangeLog</a>
  535.         <ul class="second-level-menu">
  536.             <li>  <a href="/t2203-atualizacoes-servidor"><i class="fa fa-gamepad"></i> Servidor</a></li>
  537.             <li> <a href="/t1671-atualizacoes-forum"><i class="fa fa-comments"></i> Fórum</a></li>
  538.         </ul>
  539.     </li>
  540. <li id="nav_app_ccs" class="left"><a href="/h21-"><i class="fa fa-usd"></i> Doações</a></li></ul></div>
  541.     <div id="user_navigation" class="not_logged_in">
  542.       <ul class="ipsList_inline right">
  543.         <li class="registro"><a id="user_link" href="/register">Registre-se</a></li>
  544.         <li class="login"><a id="user_link" href="/login">Login <i class="fa fa-caret-down"></i></a></li>
  545.       </ul>
  546.      
  547.     </div>
  548.            
  549.         <script type="text/javascript">
  550.             new ipb.Menu($('primary_extra'),$('primary_extra_menucontent'));
  551.         </script>
  552.        
  553.            
  554.             </div></div>
  555.         </div></div>
  556.  
  557.                   <div class="wrapper2">
  558.  
  559.       </div>          
  560.    
  561.                  
  562.                                                   <!-- ::: NAVIGATION BREADCRUMBS ::: -->
  563.                                               <div id="secondary_navigation" class="clearfix">
  564.                  
  565.                        
  566.                                        
  567.                     <ul id="secondary_links" class="ipsList_inline right">
  568.                    
  569.                    
  570.                     </ul>
  571.                 </div>  
  572.                                              
  573.                                              
  574.                                              
  575.                                              
  576.                                              
  577.                                           <!-- END switch_user_logged_out -->
  578.   <a id="top" name="top" accesskey="t"></a>
  579.  
  580.   <div class="minwidth_IE">
  581.       <div class="layout_IE">
  582.         <div class="container_IE">
  583.             <div class="pun">
  584.               <div id="pun-intro" class="clearfix">
  585.                   <a href="{U_INDEX}" id="pun-logo"><img src="" alt="{L_INDEX}" /></a>
  586.  
  587.                   <!-- BEGIN switch_h1 -->
  588.                   <div id="pun-title">{switch_h1.MAIN_SITENAME}</div>
  589.                   <!-- END switch_h1 -->
  590.  
  591.                   <!-- BEGIN switch_desc -->
  592.                   <p id="pun-desc">{switch_desc.SITE_DESCRIPTION}</p>
  593.                   <!-- END switch_desc -->
  594.               </div>
  595.               <div id="pun-head">
  596.                   <div id="pun-navlinks">
  597.                     <ul class="clearfix">
  598.                         <li>{GENERATED_NAV_BAR}</li>
  599.                     </ul>
  600.                   </div>
  601.               </div>
  602. <div class="wrapper-head">
  603.     <div id="panel-top">
  604.         <p style="text-align: center; color: #f1f1f1;"> Bem-vindo(a) ao Fórum Ultimate Life Roleplay.</p>
  605.       <form class="fa-search1" action="/search">
  606.   <div class="fa-search1-select">
  607.       <a href="#" class="fa-search1-selected">Tudo</a>
  608.       <ul class="fa-search1-dropdown"></ul>
  609.   </div>
  610.   <div class="fa-search1-input">
  611.       <input type="text" name="search_keywords" placeholder="O que procura?" />
  612.       <input type="hidden" name="search_where" />
  613.       <button type="submit"><i class="ion-search"></i></button>
  614.   </div>
  615. </form>
  616.      
  617.   </div>
  618. </div>
  619.               <!-- BEGIN switch_ticker_new -->
  620.               <div id="fa_ticker_block" style="padding-top:4px;">
  621.                   <div class="module main">
  622.                     <div class="main-content clearfix">
  623.                         <div id="fa_ticker_container">
  624.                           <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display: none;width: 100%;">
  625.                               <!-- BEGIN ticker_row -->
  626.                               <li>{switch_ticker.ticker_row.ELEMENT}</li>
  627.                               <!-- END ticker_row -->
  628.                           </ul>
  629.                         </div>
  630.                     </div>
  631.                   </div>
  632.               </div>
  633.               <!-- END switch_ticker_new -->
  634.  
  635.               <!-- BEGIN switch_ticker -->
  636.               <div id="fa_ticker_block" style="padding-top:4px;">
  637.                   <div class="module main">
  638.                     <div class="main-content clearfix">
  639.                         <div id="fa_ticker_container">
  640.                           <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
  641.                               <div class="fa_ticker_content">
  642.                                 <!-- BEGIN ticker_row -->
  643.                                 <div>{switch_ticker.ticker_row.ELEMENT}</div>
  644.                                 <!-- END ticker_row -->
  645.                               </div>
  646.                           </div>
  647.                         </div>
  648.                     </div>
  649.                   </div>
  650.               </div>
  651.               <!-- END switch_ticker -->
  652.  
  653.               <div id="page-body">
  654.                   <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
  655.                     <div id="outer-wrapper">
  656.                         <div id="wrapper">
  657.                           <div id="container">
  658.                               <div id="content">
  659.                                 <div id="{ID_LEFT}">
  660.                                     <!-- BEGIN giefmod_index1 -->
  661.                                     {giefmod_index1.MODVAR}
  662.                                     <!-- BEGIN saut -->
  663.                                     <div style="height:{SPACE_ROW}px"></div>
  664.                                     <!-- END saut -->
  665.                                     <!-- END giefmod_index1 -->
  666.                                 </div>
  667.                                 <div id="main">
  668.                                     <div id="main-content">
  669.  
  670. <!-- BEGIN html_validation -->
  671.                                     </div>
  672.                                 </div>
  673.                               </div>
  674.                           </div>
  675.                         </div>
  676.                     </div>
  677.                   </div>
  678.               </div>
  679.             </div>
  680.         </div>
  681.       </div>
  682.   </div>
  683. </body>
  684. </html>
  685. <!-- END html_validation -->
  686.             <style>.groupsField dd {
  687.   position: relative;
  688.   display: flex;
  689.   align-items: center;
  690. }
  691.  
  692. .groupsField dd input[type="text"],
  693. .groupsField dd input[type="password"] {
  694.   width: 100%;
  695.   margin-top: -4px;
  696. }</style>
  697.            
  698.                                 <style>
  699.                           #avatar > center > img {
  700.     width: 48px;
  701.     height: 48px;
  702.     border-radius: 100%;
  703.     border: 1px solid #B3B3B3;
  704.     margin: -57px 267px;
  705.     padding: 2px;
  706.     background: white;
  707. }        
  708. @charset 'UTF-8';
  709. #cssmenu ul,
  710. #cssmenu li,
  711. #cssmenu span,
  712. #cssmenu a {
  713.   border: 0;
  714.   margin: 0;
  715.   padding: 0;
  716.   position: relative;
  717. }
  718. #cssmenu {
  719. color: #878787;
  720. display: block;
  721. height: 37px;
  722. line-height: 37px;
  723. outline: none;
  724. padding: 0 15px;
  725. }
  726. #cssmenu:after,
  727. #cssmenu ul:after {
  728.   content: '';
  729.   display: block;
  730.   clear: both;
  731. }
  732. #cssmenu a {
  733. display: inline-block;
  734. padding: 0 28px;
  735. color: #878787;
  736. font-family: Arial, Verdana, sans-serif;
  737. font-size: 12px;
  738. line-height: 52px;
  739. -webkit-box-shadow: inset rgba(0,0,0,0.05) 0 0 0 1px;
  740. background: #efefef;
  741. box-shadow: inset rgba(0,0,0,0.05) 0 0 0 1px;
  742. color: #878787;
  743. display: block;
  744. height: 37px;
  745. line-height: 37px;
  746. outline: none;
  747. padding: 0 15px;
  748. }
  749.  
  750. #cssmenu ul {
  751.   list-style: none;
  752.   box-shadow: inset 0 1px 0 whitesmoke;
  753.   -moz-box-shadow: inset 0 1px 0 whitesmoke;
  754.   -webkit-box-shadow: inset 0 1px 0 whitesmoke;
  755. }
  756. #cssmenu > ul {
  757.   float: left;
  758. }
  759. #cssmenu > ul > li {
  760.   float: left;
  761. }
  762.  
  763. #cssmenu > ul > li.active a,
  764. #cssmenu > ul > li:hover > a {
  765. background-color: #51aada;
  766. }
  767. #cssmenu .has-sub {
  768.   z-index: 1;
  769. }
  770. #cssmenu .has-sub:hover > ul {
  771.   display: block;
  772. }
  773. #cssmenu .has-sub ul {
  774.   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  775.   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  776.   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  777.   display: none;
  778.   position: absolute;
  779.   width: 200px;
  780.   top: 100%;
  781.   left: 0;
  782. }
  783. #cssmenu .has-sub ul li a {
  784. background: #51aada;
  785. border-bottom: 1px solid #51aada;
  786. box-shadow: inset 0 1px 0 #51aada;
  787. -moz-box-shadow: inset 0 1px 0 #51aada;
  788. -webkit-box-shadow: inset 0 1px 0 #51aada;
  789. color: white;
  790. display: block;
  791. line-height: 326%;
  792. }
  793. #cssmenu .has-sub ul li:hover a {
  794. background-color: #0d6ea3;
  795. }
  796. #cssmenu .has-sub .has-sub:hover > ul {
  797.   display: block;
  798. }
  799. #cssmenu .has-sub .has-sub ul {
  800.   display: none;
  801.   position: absolute;
  802.   left: 100%;
  803.   top: 0;
  804. }
  805. #cssmenu .has-sub .has-sub ul li a {
  806.   background: #0d6ea3;
  807.   box-shadow: none;
  808.   -moz-box-shadow: none;
  809.   -webkit-box-shadow: none;
  810. }
  811. #cssmenu .has-sub .has-sub ul li a:hover {
  812.   background: #0d6ea3;
  813.   box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  814.   -moz-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  815.   -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  816. }
  817.                                   #avatar > center > img {float:right!important;}
  818.                                   .dropdown-content {
  819.     background: dimgrey;
  820.     border-radius: 3px;
  821.     margin: -12px;
  822.     display: none!important;
  823.     margin-left: -7px;
  824.     position: absolute;
  825.     border: 0;
  826.     box-shadow: 0 0 14px rgba(0,0,0,0.3);
  827.     font-size: 12px;
  828.     min-width: 101px;
  829.     text-align: center;
  830.     z-index: 10000;
  831.     text-shadow: none!important;
  832. }
  833. .dropdown-content a {
  834. border-bottom: 1px solid #858585;
  835.     color: #a7a29e;
  836.     display: block;
  837.     padding: 0px 19px;
  838. }
  839. .show {
  840.     display: block!important;
  841. }
  842. #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;}
  843.         #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;}
  844. #drop_link img {
  845.     margin-top: 49px!important;
  846.     margin-left:-30px;
  847.     position:absolute;
  848. }
  849. ul#userProfile.ipsList_inline.right li a:hover {
  850.     color: #fff;              
  851. }
  852. ul#userProfile.ipsList_inline.right li a {
  853.     color: #a7a29e;
  854. }
  855. #user_navigation a:hover {
  856.     color: #000;
  857. }
  858.                                   /*Menu-DropDown*/
  859. #perfil_drop{
  860.     background: linear-gradient(#FFF, #EDEDED) repeat scroll 0px 0px transparent;
  861.     border: 0px none !important;
  862.     border-radius: 0px 0px 6px 6px;
  863.     box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.4);
  864.     color: #225985;
  865.     font-family: helvetica,arial,sans-serif;
  866.     font-size: 12px;
  867.     font-style: normal;
  868.     font-variant: normal;
  869.     font-weight: 400;
  870.     overflow: hidden;
  871.     position: absolute;
  872.     right: 9.2%;
  873.     text-align: left;
  874.     top: 36px;
  875.     width: 360px;
  876.     z-index: 999;
  877. }
  878. .nav_c{
  879. box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.58)!important;
  880. }
  881.  
  882. .avat img {
  883.     background: none repeat scroll 0px 0px #FFF;
  884.     border: 1px solid #D5D5D5;
  885.     box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  886.     height: 50px;
  887.     margin: 10px;
  888.     padding: 1px;
  889.     width: 50px;
  890. }
  891. #perfil_drop li {
  892.     float: right;
  893.     line-height: 22px;
  894.     white-space: nowrap;
  895.     width: 38%;
  896. }
  897. #perfil_drop li a {
  898.     color: #00569C;
  899.     text-decoration: none;
  900. }
  901. .menu_active {
  902. background: #fff;
  903. border-radius: 5px 5px 0 0;
  904. color: #000!important;
  905. }
  906. #ajax_loading {
  907.   -moz-border-radius: 0 0 5px 5px;
  908.   -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
  909.   -webkit-border-bottom-left-radius: 5px;
  910.   -webkit-border-bottom-right-radius: 5px;
  911.   -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
  912.   background: #000;
  913.   border-radius: 0 0 5px 5px;
  914.   box-shadow: 0 3px 5px rgba(0,0,0,0.2);
  915.   color: #fff;
  916.   left: 46%;
  917.   opacity: .6;
  918.   padding: 5px 0 8px;
  919.   position: fixed;
  920.   text-align: center;
  921.   top: 0;
  922.   width: 8%;
  923.   z-index: 999;
  924.   z-index: 999;
  925.   transition: all ease 550ms;
  926. }
  927. </style>
  928.                 <style>
  929. div#fundo, .caixa {display: none;}
  930. div#fundo {
  931.     background: #000;
  932.     position: fixed;
  933.     width: 100%;
  934.     top: 0px;
  935.     height: 100%;
  936.     left: 0px;
  937.     z-index: 1;
  938.     opacity: 0.7;
  939.     cursor: pointer;
  940. }
  941.  
  942. .blourpShek_box {padding: 10px;}
  943.  
  944. .caixa {
  945.     height: auto;
  946.     left: 25%;
  947.     position: fixed;
  948.     top: 10%;
  949.     width: 50%;
  950.     z-index: 2;
  951. }
  952. .groupsField dd {margin-bottom: 3px;}
  953. span.icon {padding: 5px;}
  954.  
  955. .bgWhite {
  956.   background: #fff;
  957.   width: 50% !important;
  958. }
  959.  
  960. .caixa .groupsField input {
  961.     background: transparent;
  962.     border: none;
  963.     height: 25px;
  964. }
  965.  
  966. .groupsField {
  967.   padding: 10px;
  968. }
  969.  
  970. .messagShek {
  971.   background: #0076b1;
  972. }
  973. .messagShek h2 {color: #fff !important;border-bottom: 1px solid #fff;}
  974.  
  975. .buttonLink a {color: #fff;font-size: auto !important; border: none !important;}
  976.  
  977. .messagShek p {
  978.   color: #fff;
  979.   font-size: 15px;
  980. }
  981.  
  982. .buttonLink {
  983.   color: #fff !important;
  984.     background: #12a3eb;
  985.     cursor: pointer;
  986.     padding: 10px;
  987.     border-radius: 5px;
  988. }
  989.  
  990. .buttonLink:hover {
  991.   background: #105289 !important;
  992. }
  993.  
  994. .buttonConn {
  995.   color: #fff !important;
  996.     background: #12a3eb !important;
  997.     cursor: pointer !important;
  998.     padding: 10px !important;
  999.     border-radius: 5px !important;
  1000.   height: auto !important;
  1001. }
  1002.  
  1003. .buttonConn:hover {
  1004.   background: #105289 !important;
  1005. }
  1006. .pun .user .user-info .post_field:nth-last-child(2){
  1007. border: 0px solid #DDD;
  1008. border-left: 0px solid #DDD;
  1009. margin-bottom:0px;
  1010. padding: 4px;
  1011. text-align: center;
  1012. float: left;
  1013. }
  1014. /* Menu Styles */
  1015.  
  1016. .third-level-menu
  1017. {
  1018.     position: absolute;
  1019.     top: -20px;
  1020.     right: -150px;
  1021.     width: 150px;
  1022.     list-style: none;
  1023.     padding: 0;
  1024.     margin: 0;
  1025.     display: block;
  1026. }
  1027. .third-level-menu > li
  1028. {
  1029.     background: #333 !important;
  1030.     color: #000;
  1031.     font-size: 12px;
  1032.     padding: 2px 9px;
  1033.     text-decoration: none;
  1034.     transition: color .2s ease;
  1035.     width: 200px;
  1036.     position: relative;
  1037.     box-shadow: 2px 1px 2px 1px rgba(27, 27, 27, 0.17);
  1038.     transform: translate(0, 20px);
  1039. }
  1040. .third-level-menu > li:hover { background: #2ea3f2 !important; color: #ccc;}
  1041.  
  1042. .second-level-menu
  1043. {
  1044.     position: absolute;
  1045.     top: 30px;
  1046.     left: 0;
  1047.     width: 150px;
  1048.     list-style: none;
  1049.     padding: 0;
  1050.     margin: 0;
  1051.     display: block;
  1052.     color: #000;
  1053. }
  1054. .second-level-menu > li
  1055. {
  1056.     background: #333 !important;
  1057.     color: #000;
  1058.     font-size: 12px;
  1059.     padding: 2px 9px;
  1060.     text-decoration: none;
  1061.     transition: color .2s ease;
  1062.     width: 200px;
  1063.     position: relative;
  1064.     box-shadow: 2px 1px 2px 1px rgba(27, 27, 27, 0.17);
  1065.     transform: translate(0, 20px);
  1066. }
  1067. .second-level-menu > li:hover { background: #2ea3f2 !important; color: #ccc !important;}
  1068.  
  1069. #community_app_menu
  1070. {
  1071.     list-style: none;
  1072.     padding: 0;
  1073.     margin: 0;
  1074. }
  1075.  
  1076. #community_app_menu li:hover > ul
  1077. {
  1078.     z-index: 9999 !important;
  1079.     display: inline;
  1080. }
  1081. /* Menu Link Styles */
  1082.  
  1083. #community_app_menu a /* Apply to all links inside the multi-level menu */
  1084. {
  1085.     display: block;
  1086.     line-height: 30px;
  1087. }
  1088. #community_app_menu a:hover { color: #000000; transform: translate(0, 0); }
  1089. .second-level-menu:before {
  1090.     content: ' ';
  1091.     position: absolute;
  1092.     top: 7px;
  1093.     left: 20px;
  1094.     width: 0;
  1095.     height: 3px;
  1096.     border-style: solid;
  1097.     border-width: 0 10px 10px 10px;
  1098.     border-color: transparent transparent #333 transparent;
  1099.     z-index: 99999;
  1100. }
  1101. .second-level-menu > li:after {
  1102.     -moz-transform: rotate(-45deg);
  1103.     -moz-transition: border-color .2s ease;
  1104.     -ms-transform: rotate(-45deg);
  1105.     -ms-transition: border-color .2s ease;
  1106.     -o-transform: rotate(-45deg);
  1107.     -o-transition: border-color .2s ease;
  1108.     -webkit-transform: rotate(-45deg);
  1109.     -webkit-transition: border-color .2s ease;
  1110.     border-bottom: 1px solid #fff;
  1111.     border-right: 1px solid #fff;
  1112.     content: "";
  1113.     height: 4px;
  1114.     position: absolute;
  1115.     right: 10px;
  1116.     top: 13px;
  1117.     transform: rotate(-45deg);
  1118.     transition: border-color .2s ease;
  1119.     width: 4px;
  1120. }
  1121. #community_app_menu a {
  1122. color: #fff !important;
  1123. }
  1124. .second-level-menu:hover > ul,
  1125. .second-level-menu > ul:hover {
  1126.     opacity: 1;
  1127.     transform: translate(0, 0);
  1128.     pointer-events: auto;
  1129. }
  1130.  
  1131. /* Tooltip */
  1132. .tooltipster-default {
  1133.     background: #2d2d2d !important;
  1134.     border-radius: 5px;
  1135.     box-shadow: 0 0 14px rgba(0,0,0,0.3);
  1136.     color: #ffffff !important;
  1137. }
  1138. .tooltip-actions {
  1139.     width: 100%;
  1140.     float: left;
  1141.     margin: 8px -10px -8px -10px;
  1142.     padding: 5px 10px 5px 10px;
  1143.     background: #212121 !important;
  1144. }
  1145. .fa_group_preview {
  1146.     font-family: Arial;
  1147.     font-size: 12px;
  1148.     color: #fff !important;
  1149. }
  1150. .lz-dropdown-user::before {
  1151.     border-color: transparent transparent #333 transparent !important;
  1152. }
  1153. #primary_nav #community_app_menu li ul {
  1154.   z-index: 9999 !important;
  1155.   transition: none !important;
  1156. }
  1157. #primary_nav #community_app_menu li > ul::before {
  1158.   display: none;
  1159. }
  1160.  
  1161. #primary_nav #community_app_menu li:hover > ul::before {
  1162.   display: block;
  1163. }
  1164.  
  1165. #primary_nav #community_app_menu li > ul > li {
  1166.   height: 0px;
  1167.   font-size: 0px;
  1168.   opacity: 0;
  1169.   visibility: hidden;
  1170.   transition: height 200ms linear !important;
  1171. }
  1172.  
  1173. #primary_nav #community_app_menu li:hover > ul > li {
  1174.   height: 32px;
  1175.   visibility: visible;
  1176.   font-size: 13px;
  1177.   opacity: 1;
  1178. }
  1179. .four-level-menu
  1180. {
  1181.     position: absolute;
  1182.     top: -20px;
  1183.     right: -150px;
  1184.     width: 150px;
  1185.     list-style: none;
  1186.     padding: 0;
  1187.     margin: 0;
  1188.     display: block;
  1189. -webkit-transition: all 0.25s ease-in-out;
  1190. }
  1191. .four-level-menu > li
  1192. {
  1193.     background: #333 !important;
  1194.     color: #000;
  1195.     font-size: 12px;
  1196.     padding: 2px 9px;
  1197.     text-decoration: none;
  1198.     transition: color .2s ease;
  1199.     width: 200px;
  1200.     position: relative;
  1201.     box-shadow: 2px 1px 2px 1px rgba(27, 27, 27, 0.17);
  1202.     transform: translate(0, 20px);
  1203. }
  1204. .four-level-menu > li:hover { background: #2ea3f2 !important; color: #ccc;}
  1205. #community_app_menu li:hover {
  1206.     z-index: 10000;
  1207. }
  1208. .wrapper-head {
  1209.     border-top: 2px solid #7bb7b7;
  1210. }
  1211. global.min.css:1
  1212. .wrapper-head {
  1213.     background: #202C38;
  1214.     width: 100%;
  1215.     margin: 0 auto 0px;
  1216.     text-align: center;
  1217.     border-top: 2px solid #4da6ff;
  1218.     border-bottom: 2px solid #beccda;
  1219. }
  1220. #panel-top p {
  1221.     margin-top: 20px;
  1222.     padding-top: 15px;
  1223.     color: #444 !important;
  1224. }
  1225. #panel-top {
  1226.     border-bottom: #2ea3f2 1px solid;
  1227.     background: #f0f0f0;
  1228.     height: 45px;
  1229. }
  1230. .fa-search1 {
  1231.     position: absolute;
  1232.     display: flex;
  1233.     right: 65px;
  1234.     margin-top: -23px;
  1235. }
  1236.  
  1237. .fa-search1-select {
  1238.   line-height: 32px;    
  1239.   text-align: center;
  1240.   min-width: 120px;
  1241.   font-size: 12px;
  1242.   box-sizing: border-box;
  1243.   transition: 250ms transform;
  1244.   transform-origin: right center;
  1245.   transform: scaleX(0);
  1246. }
  1247.  
  1248. .fa-search1-transition-in .fa-search1-select {
  1249.   transition-delay: 250ms;
  1250. }
  1251.  
  1252. .fa-search1-focus .fa-search1-select {
  1253. z-index: 99999;
  1254.   transform: scaleX(1);
  1255. }
  1256.  
  1257. .fa-search1-select > a::after {
  1258.   content: "\f123";
  1259.   font-family: Ionicons;
  1260.   margin-left: 5px;
  1261. }
  1262.  
  1263. .fa-search1-select > a {
  1264.   background-color: #ccc;
  1265.   border-radius: 16px 0 0 16px;
  1266.   padding: 0 20px;
  1267.   transition: 250ms background-color;
  1268. }
  1269.  
  1270. .fa-search1-select > a:hover,
  1271. .fa-search1-select > a:active,
  1272. .fa-search1-select > a:focus {
  1273.   background-color: #b7b7b7;
  1274.   color: #000;
  1275. }
  1276.  
  1277. .fa-search1-selected,
  1278. .fa-search1-dropdown > li > a {
  1279.   color: #333;
  1280.   text-decoration: none;
  1281.   display: block;
  1282. }
  1283.  
  1284. .fa-search1-dropdown {
  1285.   box-shadow: 2px 1px 2px 1px rgba(27, 27, 27, 0.17);
  1286.     background-color: #333;
  1287.     margin: 0;
  1288.     padding: 0;
  1289.     border-radius: 3px;
  1290.     position: absolute;
  1291.     top: 47px;
  1292.     transform: translate(0, -15px);
  1293.     opacity: 0;
  1294.     pointer-events: none;
  1295.     transition-duration: 250ms;
  1296.     transition-property: transform, opacity;
  1297. }
  1298.  
  1299. .fa-search1-open .fa-search1-dropdown {
  1300.   opacity: 1;
  1301.   transform: translate(0, 0);
  1302.   pointer-events: auto;
  1303. }
  1304.  
  1305. .fa-search1-dropdown::before,
  1306. .fa-search1-dropdown::after {
  1307.   content: ' ';
  1308.   position: absolute;
  1309.   width: 0;
  1310.   height: 0;
  1311.   border-style: solid;
  1312.   border-width: 0 15px 15px 15px;
  1313.   border-color: transparent transparent #333333 transparent;
  1314.   top: -15px;
  1315.   left: 50%;
  1316.   transform: translate(-50%, 0)
  1317. }
  1318.  
  1319. .fa-search1-dropdown::before {
  1320.   border-width: 0 17px 17px 17px;
  1321.   top: -17px;
  1322.   border-color: transparent transparent #444 transparent;
  1323. }
  1324.  
  1325. .fa-search1-dropdown > li {
  1326.   list-style: none;
  1327.   text-align: left;
  1328. }
  1329.  
  1330. .fa-search1-dropdown > li > a {
  1331.   color: #fff !important;
  1332.   display: block;
  1333.   padding: 0 30px;
  1334.   line-height: 40px;
  1335.   position: relative;
  1336.   white-space: nowrap;
  1337.   transition: 250ms background-color;
  1338. }
  1339.  
  1340. .fa-search1-dropdown > li > a:hover,
  1341. .fa-search1-dropdown > li > a:active,
  1342. .fa-search1-dropdown > li > a:focus {
  1343.     background-color: #2ea3f2;
  1344. }
  1345.  
  1346. .fa-search1-dropdown > li > a::before {
  1347.   position: absolute;
  1348.   font-size: 16px;
  1349.   left: 15px;
  1350.   top: 50%;
  1351.   transform: translate(-50%, -50%);
  1352.   font-family: Ionicons;
  1353. }
  1354.  
  1355. .fa-search1-dropdown > li > .fa-search1-all {
  1356.       color: #fff !important;
  1357.     border-bottom: 1px #444 solid;
  1358. border-radius: 3px;
  1359. }
  1360.  
  1361. .fa-search1-dropdown > li > .fa-search1-advanced {
  1362. border-radius: 3px;
  1363.   border-top: 1px #444 solid;
  1364. }
  1365.  
  1366. .fa-search1-dropdown > li > .fa-search1-advanced::before {
  1367.   content: "\f13e";
  1368. }
  1369.  
  1370. .fa-search1-dropdown > li > .fa-search1-active::before {
  1371.   content: "\f122";
  1372. }
  1373.  
  1374. .fa-search1-input {
  1375.   position: relative;
  1376. }
  1377.  
  1378. .fa-search1-input input {
  1379.   line-height: 32px;
  1380.   border: none;
  1381.   padding: 0 15px;
  1382.   border-radius: 16px;
  1383.   min-width: 200px;
  1384.   transition: 250ms border-radius;
  1385. }
  1386.  
  1387. .fa-search1-transition-out .fa-search1-input input {
  1388.   transition-delay: 250ms;
  1389. }
  1390.  
  1391. .fa-search1-focus .fa-search1-input input {
  1392.   border-radius: 0 16px 16px 0;
  1393. }
  1394.  
  1395. .fa-search1-input input:active,
  1396. .fa-search1-input input:focus {
  1397.   outline: none;
  1398. }
  1399.  
  1400. .fa-search1-input button {
  1401.   position: absolute;
  1402.   top: 50%;
  1403.   right: 5px;
  1404.   transform: translate(0, -50%);
  1405.   background: none;
  1406.   border: none;
  1407.   padding: 0;
  1408.   margin: 0;
  1409.   font-size: 16px;
  1410.   width: 24px;
  1411.   height: 24px;
  1412.   line-height: 24px;
  1413.   border-radius: 50%;
  1414.   cursor: pointer;
  1415.   transition: 250ms background-color;
  1416. }
  1417.  
  1418. .fa-search1-input button:active,
  1419. .fa-search1-input button:hover,
  1420. .fa-search1-input button:focus {
  1421.   background-color: #eee;
  1422.   outline: none;
  1423. }
  1424. @keyframes fa_animation {
  1425.   0% {
  1426.     border-color: #b7b7b7;
  1427.     -webkit-transform: rotate(0deg) scale(1);
  1428.     transform: rotate(0deg) scale(1);
  1429.     color: #444;
  1430.     border-radius: 50px;
  1431.   }
  1432.   50% {
  1433.     border-color: #2ea3f2;
  1434.     -webkit-transform: rotate(15deg) scale(.7);
  1435.     transform: rotate(15deg) scale(0.8);
  1436.     color: #2ea3f2;
  1437.     cursor: pointer;
  1438.     border-radius: 50px;
  1439.   }
  1440.   100% {
  1441.     border-color: #b7b7b7;
  1442.     -webkit-transform: rotate(0deg) scale(1);
  1443.     transform: rotate(0deg) scale(1);
  1444.     color: #444;
  1445.     border-radius: 50px;
  1446.   }
  1447. }
  1448. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement