Carregar Forum
2 participantes
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre códigos :: Questões resolvidas sobre HTML e BBCode
Página 1 de 1
Carregar Forum
Detalhes da questão
Endereço do fórum: http://www.brasilplayultimate.com.br
Versão do fórum: PunBB
Descrição
Gostaria de um Script desta forum: http://prntscr.com/f7do4w
Só que seria um para deixar a tela preta e uma bolinha rodando e em baixo o nome "Carregando, aguarde..."
A duração podia ser até carregar toda página ou com tempo de 10 segundos.
Seria possível ?
Não tenho o efeito, mas está aqui nessa HTML: www.brasilplayshox.com.br
Re: Carregar Forum
Luiz~ escreveu:Poderia passar o código HTML de uma página sua a qual o efeito será aplicado?
o/
Gostaria de aplicar o efeito na página inicial do meu fórum mesmo, no caso não seria em HTML...
Seria possível isso ?
Re: Carregar Forum
Acho que não entendeu kkk, seria no /forum . Nesta página, entendeu agora ?Luiz~ escreveu:Sim, mas precisarei do código da página.
o/
Re: Carregar Forum
Troque por:
o/
- Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<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}>
<head>
<link href="https://fonts.googleapis.com/css?family=Exo+2:400,400i,500,500i,600,600i,700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://deywes.github.io/assets/css/main.css">
<title>{SITENAME_TITLE}{PAGE_TITLE}</title>
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-script-type" content="text/javascript" />
<meta http-equiv="content-style-type" content="text/css" />
<!-- BEGIN switch_compat_meta -->
<meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
<!-- END switch_compat_meta -->
<!-- BEGIN switch_canonical_url -->
<link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
<!-- END switch_canonical_url -->
{META_FAVICO}
{META}
{META_FB_LIKE}
<meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
<link href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet" />
{T_HEAD_STYLESHEET}
{CSS}
<link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
<link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
<script src="{JQUERY_PATH}" type="text/javascript"></script>
<script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
<!-- BEGIN switch_fb_login -->
<script src="https://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
<script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
<!-- END switch_fb_login -->
<!-- BEGIN switch_ticker -->
<link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
<script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
<!-- END switch_ticker -->
<!-- BEGIN switch_ticker_new -->
<script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
<script type="text/javascript">//<![CDATA[
/* Definir le sens de direction en fonction du panneau admin */
var tickerDirParam = "{switch_ticker.DIRECTION}";
var slid_vert = false;
var auto_dir = 'next';
var h_perso = parseInt({switch_ticker.HEIGHT});
switch( tickerDirParam )
{
case 'top' :
slid_vert = true;
break;
case 'left':
break;
case 'bottom':
slid_vert = true;
auto_dir = 'prev';
break;
case 'right':
auto_dir = 'prev';
break;
default:
slid_vert = true;
}
$(document).ready(function() {
var width_max = $('ul#fa_ticker_content').width();
var width_item = Math.floor(width_max / {switch_ticker.SIZE});
if (width_max > 0)
{
$('#fa_ticker_content').css('display','block');
$('ul#fa_ticker_content li').css('float','left').css('list-style','none').width(width_item).find('img').each(function () {
if ($(this).width() > width_item)
{
var ratio = $(this).width() / width_item;
var new_height = Math.round($(this).height() / ratio);
$(this).height(new_height).width(width_item);
}
});
if (slid_vert)
{
var height_max = h_perso;
$('ul#fa_ticker_content li').each( function () {
if ($(this).height() > height_max)
{
height_max = $(this).height();
}
} );
$('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
$('ul#fa_ticker_content li').height(height_max);
}
$('#fa_ticker_content').jcarousel({
vertical: slid_vert,
wrap: 'circular',
auto: {switch_ticker.STOP_TIME},
auto_direction: auto_dir,
scroll: 1,
size: {switch_ticker.SIZE},
height_max: height_max,
animation: {switch_ticker.SPEED}
});
}
else
{
$('ul#fa_ticker_content li:not(:first)').css('display','none');
$('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
}
});
//]]>
</script>
<!-- END switch_ticker_new -->
<script type="text/javascript">
//<![CDATA[
$(document).ready(function(){
<!-- BEGIN switch_enable_pm_popup -->
pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
if(pm != null) { pm.focus(); }
<!-- END switch_enable_pm_popup -->
<!-- BEGIN switch_report_popup -->
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}');
if(report != null) { report.focus(); }
<!-- END switch_report_popup -->
<!-- BEGIN switch_ticker -->
ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME});
<!-- END switch_ticker -->
});
<!-- BEGIN switch_login_popup -->
var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, logInBackgroundClass = false;
<!-- END switch_login_popup -->
<!-- BEGIN switch_login_popup -->
$(document).ready( function() {
$(window).resize(function() {
var windowWidth = document.documentElement.clientWidth;
var popupWidth = $("#login_popup").width();
var mypopup = $("#login_popup");
$("#login_popup").css({
"left": windowWidth/2 - popupWidth/2
});
});
});
<!-- END switch_login_popup -->
//]]>
</script>
{GREETING_POPUP}
<!-- BEGIN switch_ticker_new -->
<style>
.jcarousel-skin-tango .jcarousel-item {
text-align:center;
width: 10px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
margin-right: {switch_ticker.SPACING}px;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
margin-bottom: {switch_ticker.SPACING}px;
}
</style>
<!-- END switch_ticker_new -->
{HOSTING_JS}
<!-- BEGIN google_analytics_code -->
<script type="text/javascript">
//<![CDATA[
var _gaq = _gaq || [];
_gaq.push(["_setAccount", "{G_ANALYTICS_ID}"]);
_gaq.push(["_trackPageview"]);
_gaq.push(['_trackPageLoadTime']);
<!-- BEGIN google_analytics_code_bis -->
_gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
_gaq.push(['b._trackPageview']);
<!-- END google_analytics_code_bis -->
(function() {
var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true;
ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";
var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s);
})();
//]]>
</script>
<!-- END google_analytics_code -->
<script>
$(document).ready(function() {
var btn_collapse = $('<div></div>', {
class: 'btn-collapse'
});
var btn_collapse_show = $('<i></i>', {
class: 'ion-android-add-circle hidden',
'data-tooltip': 'Expandir'
}).appendTo(btn_collapse);
var btn_collapse_hide = $('<i></i>', {
class: 'ion-android-remove-circle',
'data-tooltip': 'Esconder'
}).appendTo(btn_collapse);
var collapsed = [];
if (readCookie('collapsed') != null && readCookie('collapsed') != '') {
collapsed = readCookie('collapsed').split(',');
}
$(document).on('click', '.btn-collapse', function() {
$(this).children('.ion-android-add-circle').toggleClass('hidden');
$(this).children('.ion-android-remove-circle').toggleClass('hidden');
$(this).parents('.forabg').toggleClass('hidden');
if (readCookie('collapsed') != null && readCookie('collapsed') != '') {
collapsed = readCookie('collapsed').split(',');
}
if (!$(this).parents('.forabg').hasClass('hidden')) {
removeFromArray('' + $(this).parents('.forabg').data('cindex'), collapsed);
createCookie('collapsed', collapsed);
} else {
collapsed.push('' + $(this).parents('.forabg').data('cindex'));
createCookie('collapsed', collapsed);
}
});
$('.forabg').each(function(i) {
$(this).data('cindex', '' + i);
$(btn_collapse).clone().attr('id', 'forabg' + i).appendTo($(this).find('.header'));
if ($.inArray('' + i, collapsed) > -1) {
$(this).toggleClass('hidden');
$('#forabg' + i).children('.ion-android-add-circle').toggleClass('hidden');
$('#forabg' + i).children('.ion-android-remove-circle').toggleClass('hidden');
}
});
});
function removeFromArray(item, array) {
var i = array.indexOf(item);
if (i > -1) {
array = array.splice(i, 1);
}
}
function createCookie(name, value, days) {
var expires;
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toGMTString();
} else {
expires = "";
}
document.cookie = encodeURIComponent(name) + "=" + encodeURIComponent(value) + expires + "; path=/";
}
function readCookie(name) {
var nameEQ = encodeURIComponent(name) + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) === ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) === 0) return decodeURIComponent(c.substring(nameEQ.length, c.length));
}
return null;
}
</script>
<style>
@keyframes branding {
from {
background-position: 0 0;
}
to {
background-position: 1600px 0;
}
}
/* #branding {
animation: branding 40s linear infinite;
}*/
@keyframes logo {
0% {
-ms-transform: rotate(-3deg);
-webkit-transform: rotate(-3deg);
transform: rotate(-3deg);
}
25% {
-ms-transform: rotate(3deg);
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
50% {
-ms-transform: rotate(-3deg);
-webkit-transform: rotate(-3deg);
transform: rotate(-3deg);
}
75% {
-ms-transform: rotate(3deg);
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
100% {
-ms-transform: rotate(-3deg);
-webkit-transform: rotate(-3deg);
transform: rotate(-3deg);
}
</style>
<link rel="stylesheet" href="http://static.tumblr.com/yiol0h8/AXWn3atj3/tipsy.css" type="text/css" />
<script type="text/javascript" src="http://static.tumblr.com/yiol0h8/GOsn3atjv/jquery.tipsy.js"></script>
<script type='text/javascript'>
$(function() {
$('.tool-tip').tipsy({fade: true, gravity: 's'});
});
</script>
</head>
<body><script>
$(window).on('load', function () {
$('.loading').remove();
});
</script>
<style>.loading {
z-index: 999999999;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
position: fixed;
background-color: #000;
opacity: .7;
}
.loading span {
text-align: center;
position: absolute;
top: 50%;
left: 52%;
z-index: 999999999999999999999999;
color: #fff;
transform: translate(-50%, -50%);
font-size: 2em;
display: block;
}
.loading i {
position: absolute;
top: 56%;
left: 50%;
z-index: 999999999999999999999999;
color: #fff;
transform: translate(-50%, -50%);
font-size: 5em;
}</style>
<div class="loading"><span>Carregando...</span><i class="fa fa-spinner fa-spin"></i></div>
<style>
/** Ajuste */
table spam.lr-title {
display: flex!important;
}
/** ---------------- MAIN ---------------- */
div.link-rapido table {
padding-top: 10px;
top: 77px;
padding-bottom: 10px;
margin-left: -11px;
color: #fff;
background: #2ea3f2 url(http://i.imgur.com/CcLIuMn.png);
border-bottom: solid 2px #04568e;
border-right: solid 2px #04568e;
position: fixed;
left: -247px;
padding-left: 16px;
z-index: 9999;
border-radius: 0px 5px 5px 0px;
transition: 1s;
}
/** Ajuste */
div.link-rapido table:hover {
left:0px!important;
}
/** Título */
spam.lr-title {
text-shadow: 1px 1px 0px #272525;
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg)!important;
font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
margin-right: -35px;
margin-left: -14px;
font-size: 13px;
}
/** Links */
td.lr-links a {
text-shadow: 1px 1px 1px #272525;
color: #fff!important;
font-size: 14px;
}
</style>
<div class="link-rapido">
<table>
<tbody>
<tr>
<!-- ================================================================= -->
<td class="lr-links">
<div id="lr-inside1">
<a id="lr-ins" href="/f3-regras-servidor-e-forum"><i class="fa fa-legal"></i> Regras do Servidor e Fórum</a><br />
<a id="lr-con" href="/f4-noticias-da-administracao?"><i class="fa fa-newspaper-o"></i> Notícias da Administração</a><br />
<a id="lr-pro" href="/f6-denuncias"><i class="fa fa-warning"></i> Área de Denúncias</a><br />
<a id="lr-dem" href="/f16-inscricoes-para-lider"><i class="fa fa-pencil-square-o"></i> Inscrições para Líder</a><br />
<br />
<a href="https://www.facebook.com/BrasilPlayUltimate"><i class="fa fa-facebook-official"></i> Facebook</a><br />
<a id="lr-leg" href="https://www.youtube.com/user/BrasilPlayUltimateSA"><i class="fa fa-youtube-square"></i> Youtube</a>
</div>
</td>
<!-- ================================================================= -->
<td>
<!-- ================================================================= -->
<spam class="lr-title">LINKS RÁPIDOS</spam>
<!-- ================================================================= -->
</td>
</tr>
</tbody>
</table>
</div>
<!-- BEGIN hitskin_preview -->
<div id="hitskin_preview" style="display: block;">
<h1><img src="https://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
<div class="content">
<p>
{hitskin_preview.L_THEME_SITE_PREVIEW}
<br />
<span>{hitskin_preview.U_INSTALL_THEME}<a href="https://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
</p>
</div>
</div>
<!-- END hitskin_preview -->
<!-- BEGIN switch_login_popup -->
<div id="login_popup" class="module main">
<div id="login_popup_title" class="main-head">
<div class="h3">{SITENAME}</div>
</div>
<div class="main-content">
{LOGIN_POPUP_MSG}
<div id="login_popup_buttons">
<form action="{S_LOGIN_ACTION}" method="get">
<input type="submit" class="button2" value="{L_LOGIN}" />
<input type="button" class="button2" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
<input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" />
</form>
</div>
</div>
</div>
<!-- END switch_login_popup -->
<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>
<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>
<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>
<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>
<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>
<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>
<!-- BEGIN switch_user_logged_in -->
<header><div id="branding">
<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>
<!-- FA.END fa_user_menu --><div class="wrapper3 clearfix">
<div id="logo">
</div>
<div class="margin-fix-rezende" id="nav_wrap"><div class="wrapper clearfix"><!--
::: 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>
<div id="user_navigation" class="logged_in"><ul class="ipsList_inline">
<li>
<a href="/profile?mode=editprofile&page_profil=avatars" class="cp_avatar">
<script type="text/javascript">document.write(_userdata.avatar);</script>
</a>
</li>
<li>
<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>
<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">
<div class="left" style="z-index: 10000;">
<ul class="submenu_links" style="z-index: 10000;">
<li class="submenu_li" style="z-index: 10000;">
<a href="/profile?mode=editprofile&page_profil=informations" style="z-index: 10000;">Perfil</a>
</li>
<li style="z-index: 10000;">
<a href="/profile?mode=editprofile&page_profil=avatars" style="z-index: 10000;">Avatar</a>
</li>
<li style="z-index: 10000;">
<a href="/profile?mode=editprofile&page_profil=signature" style="z-index: 10000;">Assinatura</a>
</li>
<li style="z-index: 10000;">
<a href="/profile?mode=editprofile&page_profil=preferences" style="z-index: 10000;">Preferênicas</a>
</li>
</ul>
</div>
</div>
</li><li><a data-clicklaunch="getInboxList" id="inbox_link" href="/privmsg?folder=inbox&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>
</div>
<script type="text/javascript">
new ipb.Menu($('primary_extra'),$('primary_extra_menucontent'));
</script>
</div></div>
</div></div>
<div class="wrapper2">
<!-- ::: NAVIGATION BREADCRUMBS ::: -->
</div>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<!-- FA.BEGIN fa_user_menu -->
<header><div id="branding">
<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>
<!-- FA.END fa_user_menu -->
<div id="logo">
</div>
<div class="margin-fix-rezende" id="nav_wrap"><div class="wrapper clearfix"><!--
::: 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>
<div id="user_navigation" class="not_logged_in">
<ul class="ipsList_inline right">
<li class="login"><a id="user_link" href="/login">Login</a></li>
<li class="registro"><a id="user_link" href="/register">Registre-se</a></li></ul>
</div>
<script type="text/javascript">
new ipb.Menu($('primary_extra'),$('primary_extra_menucontent'));
</script>
</div></div>
</div></div>
<div class="wrapper2">
</div>
<!-- ::: NAVIGATION BREADCRUMBS ::: -->
<div id="secondary_navigation" class="clearfix">
<ul id="secondary_links" class="ipsList_inline right">
</ul>
</div>
<!-- END switch_user_logged_out -->
<a id="top" name="top" accesskey="t"></a>
<div class="minwidth_IE">
<div class="layout_IE">
<div class="container_IE">
<div class="pun">
<div id="pun-intro" class="clearfix">
<a href="{U_INDEX}" id="pun-logo"><img src="" alt="{L_INDEX}" /></a>
<!-- BEGIN switch_h1 -->
<div id="pun-title">{switch_h1.MAIN_SITENAME}</div>
<!-- END switch_h1 -->
<!-- BEGIN switch_desc -->
<p id="pun-desc">{switch_desc.SITE_DESCRIPTION}</p>
<!-- END switch_desc -->
</div>
<div id="pun-head">
<div id="pun-navlinks">
<ul class="clearfix">
<li>{GENERATED_NAV_BAR}</li>
</ul>
</div>
</div>
<!-- BEGIN switch_ticker_new -->
<div id="fa_ticker_block" style="padding-top:4px;">
<div class="module main">
<div class="main-content clearfix">
<div id="fa_ticker_container">
<ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display: none;width: 100%;">
<!-- BEGIN ticker_row -->
<li>{switch_ticker.ticker_row.ELEMENT}</li>
<!-- END ticker_row -->
</ul>
</div>
</div>
</div>
</div>
<!-- END switch_ticker_new -->
<!-- BEGIN switch_ticker -->
<div id="fa_ticker_block" style="padding-top:4px;">
<div class="module main">
<div class="main-content clearfix">
<div id="fa_ticker_container">
<div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
<div class="fa_ticker_content">
<!-- BEGIN ticker_row -->
<div>{switch_ticker.ticker_row.ELEMENT}</div>
<!-- END ticker_row -->
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END switch_ticker -->
<div id="page-body">
<div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
<div id="outer-wrapper">
<div id="wrapper">
<div id="container">
<div id="content">
<div id="{ID_LEFT}">
<!-- BEGIN giefmod_index1 -->
{giefmod_index1.MODVAR}
<!-- BEGIN saut -->
<div style="height:{SPACE_ROW}px"></div>
<!-- END saut -->
<!-- END giefmod_index1 -->
</div>
<div id="main">
<div id="main-content">
<!-- BEGIN html_validation -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
<!-- END html_validation -->
<!-- #region sign_in_popup -->
<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>
<div id="sign_in_popup_popup" style="display:none; position: absolute; top: 9%; left: 27%; z-index: 10001" class="popupWrapper">
<div id="sign_in_popup_inner" class="popupInner" style="width: 600px; max-height: 641px;">
<div style="" id="inline_login_form">
<form id="login" method="post" action="/login.forum">
<h3>Entrar</h3>
<!-- BEGIN switch_fb_connect -->
<div class="ipsBox_notice">
<ul class="ipsList_inline">
<li>
<a class="ipsButton_secondary" href="/facebook_connect.forum" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">
<img alt="Facebook" src="https://i69.servimg.com/u/f69/16/62/61/50/facebo10.png"> Use Facebook
</a>
</li>
</ul>
</div>
<!-- END switch_fb_connect -->
<br>
<div class="ipsForm ipsForm_horizontal">
<fieldset>
<ul>
<li class="ipsField">
<div class="ipsField_content">
Precisa de uma conta? <a title="Registre-se agora!" href="/register">Registre-se agora!</a>
</div>
</li>
<li class="ipsField ipsField_primary">
<label class="ipsField_title" for="username">Usuário ou E-mail:</label>
<div class="ipsField_content">
<input type="text" tabindex="0" size="30" name="username" class="input_text" id="ips_username">
</div>
</li>
<li class="ipsField ipsField_primary">
<label class="ipsField_title" for="password">Senha</label>
<div class="ipsField_content">
<input type="password" tabindex="0" size="30" name="password" class="input_text" id="ips_password"><br>
<a title="Retrieve password" href="/profile?mode=sendpassword">Esqueci minha senha</a>
</div>
</li>
<li class="ipsField ipsField_checkbox">
<input type="checkbox" tabindex="0" class="input_check" value="1" name="autologin" checked="checked" id="autologin">
<div class="ipsField_content">
<label for="autologin">
<strong>Lembrar dados</strong><br>
<span class="desc lighter">Não recomendado para computadores públicos</span>
</label>
</div>
</li>
<li class="ipsPad_top ipsForm_center desc ipsType_smaller">
<a href="{FORUMURLINK}" rel="nofollow">Privacy Policy</a>
</li>
</ul>
</fieldset>
<div class="ipsForm_submit ipsForm_center">
<!-- <input type="submit" tabindex="0" value="Entrar" class="ipsButton"> -->
<input type="submit" tabindex="0" class="login-submit ipsButton" name="login" value="Entrar"/>
<input name="redirect" type="hidden" value="" /><br />
</div>
</div>
</form>
</div>
</div>
<div id="sign_in_popup_close" class="popupClose clickable">
<img alt="x" src="https://i69.servimg.com/u/f69/16/62/61/50/close_10.png" onclick="sign_in_popup();">
</div>
</div>
<script type="text/javascript">
//<![CDATA[
$(document).ready(function() {
$('#user_navigation #sign_in').attr('href', '#').attr('onclick', 'sign_in_popup()');
/*
$('#user_navigation #sign_in').click(function() {
sign_in_popup();
});
*/
});
function sign_in_popup() {
var x = document.getElementById('sign_in_popup_popup');
if (x.style.display == 'none') {
jQuery(x).add('#document_modal').fadeIn('slow');
var r = x.getElementsByTagName('form')[0].redirect;
r.value = window.location.href;
} else {
jQuery(x).add('#document_modal').fadeOut('slow');
}
}
jQuery(function(){if(document.getElementById('logout')) document.getElementById('sign_in_popup_popup').style.display = 'none'; });
//]]>
</script>
<style type="text/css">
<!--
.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;}
.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;}
.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);}
.ipsBox_notice {line-height: 1.6;margin-bottom: 10px;padding: 10px;}
.ipsBox_notice, .ipsBox_highlight {background: none repeat scroll 0 0 #F4FCFF;border-bottom: 1px solid #CAE9F5;}
.ipsList_inline > li:last-child {margin-right: 0;}
.ipsList_inline > li:first-child {margin-left: 0;}
.ipsList_inline > li {display: inline-block;}
.ipsForm_horizontal .ipsField {margin-bottom: 15px;}
.ipsForm_horizontal .ipsField_content, .ipsForm_horizontal .ipsField_submit {margin-left: 200px;}
.ipsForm_horizontal .ipsField_title {float: left;line-height: 1.8;padding-right: 15px;text-align: right;width: 185px;}
.ipsField .ipsField_title {font-size: 15px;font-weight: bold;}
.ipsField_primary input {font-size: 18px;}
.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;}
.input_text:focus {border-color: #4E4E4E #7C7C7C #A3A3A3;box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);}
input.inactive, select.inactive, textarea.inactive {color: #C4C4C4;}
.ipsForm_horizontal .ipsField_checkbox {margin: 0 0 5px 200px;}
.ipsForm .ipsField_checkbox input {float: left;margin-top: 3px;}
.ipsForm .ipsField_checkbox .ipsField_content {margin-left: 25px;}
.desc.lighter, .desc.lighter.blend_links a {color: #A4A4A4;}
.ipsForm_center {text-align: center;}
.desc, .desc.blend_links a, p.posted_info {color: #777777;font-size: 12px;}
.ipsPad_top {padding-top: 9px;}
.ipsType_smaller, .ipsType_smaller a {font-size: 11px !important;}
.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;}
.popupClose {position: absolute;right: 16px;top: 12px;}
.clickable {cursor: pointer;}
.topic_buttons li.important a, .topic_buttons li.important span, .ipsButton .important, .topic_buttons li a, .topic_buttons li span, .ipsButton{
-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;
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;
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;
}
.ipsButton_secondary {
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;
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;
}
-->
</style>
<!-- #endregion sign_in_popup -->
<style>
#avatar > center > img {
width: 48px;
height: 48px;
border-radius: 100%;
border: 1px solid #B3B3B3;
margin: -57px 267px;
padding: 2px;
background: white;
}
@charset 'UTF-8';
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
border: 0;
margin: 0;
padding: 0;
position: relative;
}
#cssmenu {
color: #878787;
display: block;
height: 37px;
line-height: 37px;
outline: none;
padding: 0 15px;
}
#cssmenu:after,
#cssmenu ul:after {
content: '';
display: block;
clear: both;
}
#cssmenu a {
display: inline-block;
padding: 0 28px;
color: #878787;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
line-height: 52px;
-webkit-box-shadow: inset rgba(0,0,0,0.05) 0 0 0 1px;
background: #efefef;
box-shadow: inset rgba(0,0,0,0.05) 0 0 0 1px;
color: #878787;
display: block;
height: 37px;
line-height: 37px;
outline: none;
padding: 0 15px;
}
#cssmenu ul {
list-style: none;
box-shadow: inset 0 1px 0 whitesmoke;
-moz-box-shadow: inset 0 1px 0 whitesmoke;
-webkit-box-shadow: inset 0 1px 0 whitesmoke;
}
#cssmenu > ul {
float: left;
}
#cssmenu > ul > li {
float: left;
}
#cssmenu > ul > li.active a,
#cssmenu > ul > li:hover > a {
background-color: #51aada;
}
#cssmenu .has-sub {
z-index: 1;
}
#cssmenu .has-sub:hover > ul {
display: block;
}
#cssmenu .has-sub ul {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
display: none;
position: absolute;
width: 200px;
top: 100%;
left: 0;
}
#cssmenu .has-sub ul li a {
background: #51aada;
border-bottom: 1px solid #51aada;
box-shadow: inset 0 1px 0 #51aada;
-moz-box-shadow: inset 0 1px 0 #51aada;
-webkit-box-shadow: inset 0 1px 0 #51aada;
color: white;
display: block;
line-height: 326%;
}
#cssmenu .has-sub ul li:hover a {
background-color: #0d6ea3;
}
#cssmenu .has-sub .has-sub:hover > ul {
display: block;
}
#cssmenu .has-sub .has-sub ul {
display: none;
position: absolute;
left: 100%;
top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
background: #0d6ea3;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
#cssmenu .has-sub .has-sub ul li a:hover {
background: #0d6ea3;
box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
}
#avatar > center > img {float:right!important;}
.dropdown-content {
background: dimgrey;
border-radius: 3px;
margin: -12px;
display: none!important;
margin-left: -7px;
position: absolute;
border: 0;
box-shadow: 0 0 14px rgba(0,0,0,0.3);
font-size: 12px;
min-width: 101px;
text-align: center;
z-index: 10000;
text-shadow: none!important;
}
.dropdown-content a {
border-bottom: 1px solid #858585;
color: #a7a29e;
display: block;
padding: 0px 19px;
}
.show {
display: block!important;
}
#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;}
#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;}
#drop_link img {
margin-top: 49px!important;
margin-left:-30px;
position:absolute;
}
ul#userProfile.ipsList_inline.right li a:hover {
color: #fff;
}
ul#userProfile.ipsList_inline.right li a {
color: #a7a29e;
}
#user_navigation a:hover {
color: #000;
}
/*Menu-DropDown*/
#perfil_drop{
background: linear-gradient(#FFF, #EDEDED) repeat scroll 0px 0px transparent;
border: 0px none !important;
border-radius: 0px 0px 6px 6px;
box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.4);
color: #225985;
font-family: helvetica,arial,sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: 400;
overflow: hidden;
position: absolute;
right: 9.2%;
text-align: left;
top: 36px;
width: 360px;
z-index: 999;
}
.nav_c{
box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.58)!important;
}
.avat img {
background: none repeat scroll 0px 0px #FFF;
border: 1px solid #D5D5D5;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
height: 50px;
margin: 10px;
padding: 1px;
width: 50px;
}
#perfil_drop li {
float: right;
line-height: 22px;
white-space: nowrap;
width: 38%;
}
#perfil_drop li a {
color: #00569C;
text-decoration: none;
}
.menu_active {
background: #fff;
border-radius: 5px 5px 0 0;
color: #000!important;
}
</style>
o/
Re: Carregar Forum
Poderia mudar essas bolinhas por esse ícone: http://fontawesome.io/icon/circle-o-notch/Luiz~ escreveu:Troque por:
- Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<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}>
<head>
<link href="https://fonts.googleapis.com/css?family=Exo+2:400,400i,500,500i,600,600i,700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://deywes.github.io/assets/css/main.css">
<title>{SITENAME_TITLE}{PAGE_TITLE}</title>
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-script-type" content="text/javascript" />
<meta http-equiv="content-style-type" content="text/css" />
<!-- BEGIN switch_compat_meta -->
<meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
<!-- END switch_compat_meta -->
<!-- BEGIN switch_canonical_url -->
<link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
<!-- END switch_canonical_url -->
{META_FAVICO}
{META}
{META_FB_LIKE}
<meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
<link href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet" />
{T_HEAD_STYLESHEET}
{CSS}
<link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
<link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
<script src="{JQUERY_PATH}" type="text/javascript"></script>
<script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
<!-- BEGIN switch_fb_login -->
<script src="https://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
<script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
<!-- END switch_fb_login -->
<!-- BEGIN switch_ticker -->
<link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
<script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
<!-- END switch_ticker -->
<!-- BEGIN switch_ticker_new -->
<script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
<script type="text/javascript">//<![CDATA[
/* Definir le sens de direction en fonction du panneau admin */
var tickerDirParam = "{switch_ticker.DIRECTION}";
var slid_vert = false;
var auto_dir = 'next';
var h_perso = parseInt({switch_ticker.HEIGHT});
switch( tickerDirParam )
{
case 'top' :
slid_vert = true;
break;
case 'left':
break;
case 'bottom':
slid_vert = true;
auto_dir = 'prev';
break;
case 'right':
auto_dir = 'prev';
break;
default:
slid_vert = true;
}
$(document).ready(function() {
var width_max = $('ul#fa_ticker_content').width();
var width_item = Math.floor(width_max / {switch_ticker.SIZE});
if (width_max > 0)
{
$('#fa_ticker_content').css('display','block');
$('ul#fa_ticker_content li').css('float','left').css('list-style','none').width(width_item).find('img').each(function () {
if ($(this).width() > width_item)
{
var ratio = $(this).width() / width_item;
var new_height = Math.round($(this).height() / ratio);
$(this).height(new_height).width(width_item);
}
});
if (slid_vert)
{
var height_max = h_perso;
$('ul#fa_ticker_content li').each( function () {
if ($(this).height() > height_max)
{
height_max = $(this).height();
}
} );
$('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
$('ul#fa_ticker_content li').height(height_max);
}
$('#fa_ticker_content').jcarousel({
vertical: slid_vert,
wrap: 'circular',
auto: {switch_ticker.STOP_TIME},
auto_direction: auto_dir,
scroll: 1,
size: {switch_ticker.SIZE},
height_max: height_max,
animation: {switch_ticker.SPEED}
});
}
else
{
$('ul#fa_ticker_content li:not(:first)').css('display','none');
$('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
}
});
//]]>
</script>
<!-- END switch_ticker_new -->
<script type="text/javascript">
//<![CDATA[
$(document).ready(function(){
<!-- BEGIN switch_enable_pm_popup -->
pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
if(pm != null) { pm.focus(); }
<!-- END switch_enable_pm_popup -->
<!-- BEGIN switch_report_popup -->
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}');
if(report != null) { report.focus(); }
<!-- END switch_report_popup -->
<!-- BEGIN switch_ticker -->
ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME});
<!-- END switch_ticker -->
});
<!-- BEGIN switch_login_popup -->
var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, logInBackgroundClass = false;
<!-- END switch_login_popup -->
<!-- BEGIN switch_login_popup -->
$(document).ready( function() {
$(window).resize(function() {
var windowWidth = document.documentElement.clientWidth;
var popupWidth = $("#login_popup").width();
var mypopup = $("#login_popup");
$("#login_popup").css({
"left": windowWidth/2 - popupWidth/2
});
});
});
<!-- END switch_login_popup -->
//]]>
</script>
{GREETING_POPUP}
<!-- BEGIN switch_ticker_new -->
<style>
.jcarousel-skin-tango .jcarousel-item {
text-align:center;
width: 10px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
margin-right: {switch_ticker.SPACING}px;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
margin-bottom: {switch_ticker.SPACING}px;
}
</style>
<!-- END switch_ticker_new -->
{HOSTING_JS}
<!-- BEGIN google_analytics_code -->
<script type="text/javascript">
//<![CDATA[
var _gaq = _gaq || [];
_gaq.push(["_setAccount", "{G_ANALYTICS_ID}"]);
_gaq.push(["_trackPageview"]);
_gaq.push(['_trackPageLoadTime']);
<!-- BEGIN google_analytics_code_bis -->
_gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
_gaq.push(['b._trackPageview']);
<!-- END google_analytics_code_bis -->
(function() {
var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true;
ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";
var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s);
})();
//]]>
</script>
<!-- END google_analytics_code -->
<script>
$(document).ready(function() {
var btn_collapse = $('<div></div>', {
class: 'btn-collapse'
});
var btn_collapse_show = $('<i></i>', {
class: 'ion-android-add-circle hidden',
'data-tooltip': 'Expandir'
}).appendTo(btn_collapse);
var btn_collapse_hide = $('<i></i>', {
class: 'ion-android-remove-circle',
'data-tooltip': 'Esconder'
}).appendTo(btn_collapse);
var collapsed = [];
if (readCookie('collapsed') != null && readCookie('collapsed') != '') {
collapsed = readCookie('collapsed').split(',');
}
$(document).on('click', '.btn-collapse', function() {
$(this).children('.ion-android-add-circle').toggleClass('hidden');
$(this).children('.ion-android-remove-circle').toggleClass('hidden');
$(this).parents('.forabg').toggleClass('hidden');
if (readCookie('collapsed') != null && readCookie('collapsed') != '') {
collapsed = readCookie('collapsed').split(',');
}
if (!$(this).parents('.forabg').hasClass('hidden')) {
removeFromArray('' + $(this).parents('.forabg').data('cindex'), collapsed);
createCookie('collapsed', collapsed);
} else {
collapsed.push('' + $(this).parents('.forabg').data('cindex'));
createCookie('collapsed', collapsed);
}
});
$('.forabg').each(function(i) {
$(this).data('cindex', '' + i);
$(btn_collapse).clone().attr('id', 'forabg' + i).appendTo($(this).find('.header'));
if ($.inArray('' + i, collapsed) > -1) {
$(this).toggleClass('hidden');
$('#forabg' + i).children('.ion-android-add-circle').toggleClass('hidden');
$('#forabg' + i).children('.ion-android-remove-circle').toggleClass('hidden');
}
});
});
function removeFromArray(item, array) {
var i = array.indexOf(item);
if (i > -1) {
array = array.splice(i, 1);
}
}
function createCookie(name, value, days) {
var expires;
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toGMTString();
} else {
expires = "";
}
document.cookie = encodeURIComponent(name) + "=" + encodeURIComponent(value) + expires + "; path=/";
}
function readCookie(name) {
var nameEQ = encodeURIComponent(name) + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) === ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) === 0) return decodeURIComponent(c.substring(nameEQ.length, c.length));
}
return null;
}
</script>
<style>
@keyframes branding {
from {
background-position: 0 0;
}
to {
background-position: 1600px 0;
}
}
/* #branding {
animation: branding 40s linear infinite;
}*/
@keyframes logo {
0% {
-ms-transform: rotate(-3deg);
-webkit-transform: rotate(-3deg);
transform: rotate(-3deg);
}
25% {
-ms-transform: rotate(3deg);
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
50% {
-ms-transform: rotate(-3deg);
-webkit-transform: rotate(-3deg);
transform: rotate(-3deg);
}
75% {
-ms-transform: rotate(3deg);
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
100% {
-ms-transform: rotate(-3deg);
-webkit-transform: rotate(-3deg);
transform: rotate(-3deg);
}
</style>
<link rel="stylesheet" href="http://static.tumblr.com/yiol0h8/AXWn3atj3/tipsy.css" type="text/css" />
<script type="text/javascript" src="http://static.tumblr.com/yiol0h8/GOsn3atjv/jquery.tipsy.js"></script>
<script type='text/javascript'>
$(function() {
$('.tool-tip').tipsy({fade: true, gravity: 's'});
});
</script>
</head>
<body><script>
$(window).on('load', function () {
$('.loading').remove();
});
</script>
<style>.loading {
z-index: 999999999;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
position: fixed;
background-color: #000;
opacity: .7;
}
.loading span {
text-align: center;
position: absolute;
top: 50%;
left: 52%;
z-index: 999999999999999999999999;
color: #fff;
transform: translate(-50%, -50%);
font-size: 2em;
display: block;
}
.loading i {
position: absolute;
top: 56%;
left: 50%;
z-index: 999999999999999999999999;
color: #fff;
transform: translate(-50%, -50%);
font-size: 5em;
}</style>
<div class="loading"><span>Carregando...</span><i class="fa fa-spinner fa-spin"></i></div>
<style>
/** Ajuste */
table spam.lr-title {
display: flex!important;
}
/** ---------------- MAIN ---------------- */
div.link-rapido table {
padding-top: 10px;
top: 77px;
padding-bottom: 10px;
margin-left: -11px;
color: #fff;
background: #2ea3f2 url(http://i.imgur.com/CcLIuMn.png);
border-bottom: solid 2px #04568e;
border-right: solid 2px #04568e;
position: fixed;
left: -247px;
padding-left: 16px;
z-index: 9999;
border-radius: 0px 5px 5px 0px;
transition: 1s;
}
/** Ajuste */
div.link-rapido table:hover {
left:0px!important;
}
/** Título */
spam.lr-title {
text-shadow: 1px 1px 0px #272525;
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg)!important;
font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
margin-right: -35px;
margin-left: -14px;
font-size: 13px;
}
/** Links */
td.lr-links a {
text-shadow: 1px 1px 1px #272525;
color: #fff!important;
font-size: 14px;
}
</style>
<div class="link-rapido">
<table>
<tbody>
<tr>
<!-- ================================================================= -->
<td class="lr-links">
<div id="lr-inside1">
<a id="lr-ins" href="/f3-regras-servidor-e-forum"><i class="fa fa-legal"></i> Regras do Servidor e Fórum</a><br />
<a id="lr-con" href="/f4-noticias-da-administracao?"><i class="fa fa-newspaper-o"></i> Notícias da Administração</a><br />
<a id="lr-pro" href="/f6-denuncias"><i class="fa fa-warning"></i> Área de Denúncias</a><br />
<a id="lr-dem" href="/f16-inscricoes-para-lider"><i class="fa fa-pencil-square-o"></i> Inscrições para Líder</a><br />
<br />
<a href="https://www.facebook.com/BrasilPlayUltimate"><i class="fa fa-facebook-official"></i> Facebook</a><br />
<a id="lr-leg" href="https://www.youtube.com/user/BrasilPlayUltimateSA"><i class="fa fa-youtube-square"></i> Youtube</a>
</div>
</td>
<!-- ================================================================= -->
<td>
<!-- ================================================================= -->
<spam class="lr-title">LINKS RÁPIDOS</spam>
<!-- ================================================================= -->
</td>
</tr>
</tbody>
</table>
</div>
<!-- BEGIN hitskin_preview -->
<div id="hitskin_preview" style="display: block;">
<h1><img src="https://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
<div class="content">
<p>
{hitskin_preview.L_THEME_SITE_PREVIEW}
<br />
<span>{hitskin_preview.U_INSTALL_THEME}<a href="https://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
</p>
</div>
</div>
<!-- END hitskin_preview -->
<!-- BEGIN switch_login_popup -->
<div id="login_popup" class="module main">
<div id="login_popup_title" class="main-head">
<div class="h3">{SITENAME}</div>
</div>
<div class="main-content">
{LOGIN_POPUP_MSG}
<div id="login_popup_buttons">
<form action="{S_LOGIN_ACTION}" method="get">
<input type="submit" class="button2" value="{L_LOGIN}" />
<input type="button" class="button2" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
<input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" />
</form>
</div>
</div>
</div>
<!-- END switch_login_popup -->
<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>
<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>
<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>
<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>
<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>
<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>
<!-- BEGIN switch_user_logged_in -->
<header><div id="branding">
<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>
<!-- FA.END fa_user_menu --><div class="wrapper3 clearfix">
<div id="logo">
</div>
<div class="margin-fix-rezende" id="nav_wrap"><div class="wrapper clearfix"><!--
::: 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>
<div id="user_navigation" class="logged_in"><ul class="ipsList_inline">
<li>
<a href="/profile?mode=editprofile&page_profil=avatars" class="cp_avatar">
<script type="text/javascript">document.write(_userdata.avatar);</script>
</a>
</li>
<li>
<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>
<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">
<div class="left" style="z-index: 10000;">
<ul class="submenu_links" style="z-index: 10000;">
<li class="submenu_li" style="z-index: 10000;">
<a href="/profile?mode=editprofile&page_profil=informations" style="z-index: 10000;">Perfil</a>
</li>
<li style="z-index: 10000;">
<a href="/profile?mode=editprofile&page_profil=avatars" style="z-index: 10000;">Avatar</a>
</li>
<li style="z-index: 10000;">
<a href="/profile?mode=editprofile&page_profil=signature" style="z-index: 10000;">Assinatura</a>
</li>
<li style="z-index: 10000;">
<a href="/profile?mode=editprofile&page_profil=preferences" style="z-index: 10000;">Preferênicas</a>
</li>
</ul>
</div>
</div>
</li><li><a data-clicklaunch="getInboxList" id="inbox_link" href="/privmsg?folder=inbox&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>
</div>
<script type="text/javascript">
new ipb.Menu($('primary_extra'),$('primary_extra_menucontent'));
</script>
</div></div>
</div></div>
<div class="wrapper2">
<!-- ::: NAVIGATION BREADCRUMBS ::: -->
</div>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<!-- FA.BEGIN fa_user_menu -->
<header><div id="branding">
<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>
<!-- FA.END fa_user_menu -->
<div id="logo">
</div>
<div class="margin-fix-rezende" id="nav_wrap"><div class="wrapper clearfix"><!--
::: 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>
<div id="user_navigation" class="not_logged_in">
<ul class="ipsList_inline right">
<li class="login"><a id="user_link" href="/login">Login</a></li>
<li class="registro"><a id="user_link" href="/register">Registre-se</a></li></ul>
</div>
<script type="text/javascript">
new ipb.Menu($('primary_extra'),$('primary_extra_menucontent'));
</script>
</div></div>
</div></div>
<div class="wrapper2">
</div>
<!-- ::: NAVIGATION BREADCRUMBS ::: -->
<div id="secondary_navigation" class="clearfix">
<ul id="secondary_links" class="ipsList_inline right">
</ul>
</div>
<!-- END switch_user_logged_out -->
<a id="top" name="top" accesskey="t"></a>
<div class="minwidth_IE">
<div class="layout_IE">
<div class="container_IE">
<div class="pun">
<div id="pun-intro" class="clearfix">
<a href="{U_INDEX}" id="pun-logo"><img src="" alt="{L_INDEX}" /></a>
<!-- BEGIN switch_h1 -->
<div id="pun-title">{switch_h1.MAIN_SITENAME}</div>
<!-- END switch_h1 -->
<!-- BEGIN switch_desc -->
<p id="pun-desc">{switch_desc.SITE_DESCRIPTION}</p>
<!-- END switch_desc -->
</div>
<div id="pun-head">
<div id="pun-navlinks">
<ul class="clearfix">
<li>{GENERATED_NAV_BAR}</li>
</ul>
</div>
</div>
<!-- BEGIN switch_ticker_new -->
<div id="fa_ticker_block" style="padding-top:4px;">
<div class="module main">
<div class="main-content clearfix">
<div id="fa_ticker_container">
<ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display: none;width: 100%;">
<!-- BEGIN ticker_row -->
<li>{switch_ticker.ticker_row.ELEMENT}</li>
<!-- END ticker_row -->
</ul>
</div>
</div>
</div>
</div>
<!-- END switch_ticker_new -->
<!-- BEGIN switch_ticker -->
<div id="fa_ticker_block" style="padding-top:4px;">
<div class="module main">
<div class="main-content clearfix">
<div id="fa_ticker_container">
<div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
<div class="fa_ticker_content">
<!-- BEGIN ticker_row -->
<div>{switch_ticker.ticker_row.ELEMENT}</div>
<!-- END ticker_row -->
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END switch_ticker -->
<div id="page-body">
<div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
<div id="outer-wrapper">
<div id="wrapper">
<div id="container">
<div id="content">
<div id="{ID_LEFT}">
<!-- BEGIN giefmod_index1 -->
{giefmod_index1.MODVAR}
<!-- BEGIN saut -->
<div style="height:{SPACE_ROW}px"></div>
<!-- END saut -->
<!-- END giefmod_index1 -->
</div>
<div id="main">
<div id="main-content">
<!-- BEGIN html_validation -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
<!-- END html_validation -->
<!-- #region sign_in_popup -->
<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>
<div id="sign_in_popup_popup" style="display:none; position: absolute; top: 9%; left: 27%; z-index: 10001" class="popupWrapper">
<div id="sign_in_popup_inner" class="popupInner" style="width: 600px; max-height: 641px;">
<div style="" id="inline_login_form">
<form id="login" method="post" action="/login.forum">
<h3>Entrar</h3>
<!-- BEGIN switch_fb_connect -->
<div class="ipsBox_notice">
<ul class="ipsList_inline">
<li>
<a class="ipsButton_secondary" href="/facebook_connect.forum" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">
<img alt="Facebook" src="https://i69.servimg.com/u/f69/16/62/61/50/facebo10.png"> Use Facebook
</a>
</li>
</ul>
</div>
<!-- END switch_fb_connect -->
<br>
<div class="ipsForm ipsForm_horizontal">
<fieldset>
<ul>
<li class="ipsField">
<div class="ipsField_content">
Precisa de uma conta? <a title="Registre-se agora!" href="/register">Registre-se agora!</a>
</div>
</li>
<li class="ipsField ipsField_primary">
<label class="ipsField_title" for="username">Usuário ou E-mail:</label>
<div class="ipsField_content">
<input type="text" tabindex="0" size="30" name="username" class="input_text" id="ips_username">
</div>
</li>
<li class="ipsField ipsField_primary">
<label class="ipsField_title" for="password">Senha</label>
<div class="ipsField_content">
<input type="password" tabindex="0" size="30" name="password" class="input_text" id="ips_password"><br>
<a title="Retrieve password" href="/profile?mode=sendpassword">Esqueci minha senha</a>
</div>
</li>
<li class="ipsField ipsField_checkbox">
<input type="checkbox" tabindex="0" class="input_check" value="1" name="autologin" checked="checked" id="autologin">
<div class="ipsField_content">
<label for="autologin">
<strong>Lembrar dados</strong><br>
<span class="desc lighter">Não recomendado para computadores públicos</span>
</label>
</div>
</li>
<li class="ipsPad_top ipsForm_center desc ipsType_smaller">
<a href="{FORUMURLINK}" rel="nofollow">Privacy Policy</a>
</li>
</ul>
</fieldset>
<div class="ipsForm_submit ipsForm_center">
<!-- <input type="submit" tabindex="0" value="Entrar" class="ipsButton"> -->
<input type="submit" tabindex="0" class="login-submit ipsButton" name="login" value="Entrar"/>
<input name="redirect" type="hidden" value="" /><br />
</div>
</div>
</form>
</div>
</div>
<div id="sign_in_popup_close" class="popupClose clickable">
<img alt="x" src="https://i69.servimg.com/u/f69/16/62/61/50/close_10.png" onclick="sign_in_popup();">
</div>
</div>
<script type="text/javascript">
//<![CDATA[
$(document).ready(function() {
$('#user_navigation #sign_in').attr('href', '#').attr('onclick', 'sign_in_popup()');
/*
$('#user_navigation #sign_in').click(function() {
sign_in_popup();
});
*/
});
function sign_in_popup() {
var x = document.getElementById('sign_in_popup_popup');
if (x.style.display == 'none') {
jQuery(x).add('#document_modal').fadeIn('slow');
var r = x.getElementsByTagName('form')[0].redirect;
r.value = window.location.href;
} else {
jQuery(x).add('#document_modal').fadeOut('slow');
}
}
jQuery(function(){if(document.getElementById('logout')) document.getElementById('sign_in_popup_popup').style.display = 'none'; });
//]]>
</script>
<style type="text/css">
<!--
.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;}
.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;}
.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);}
.ipsBox_notice {line-height: 1.6;margin-bottom: 10px;padding: 10px;}
.ipsBox_notice, .ipsBox_highlight {background: none repeat scroll 0 0 #F4FCFF;border-bottom: 1px solid #CAE9F5;}
.ipsList_inline > li:last-child {margin-right: 0;}
.ipsList_inline > li:first-child {margin-left: 0;}
.ipsList_inline > li {display: inline-block;}
.ipsForm_horizontal .ipsField {margin-bottom: 15px;}
.ipsForm_horizontal .ipsField_content, .ipsForm_horizontal .ipsField_submit {margin-left: 200px;}
.ipsForm_horizontal .ipsField_title {float: left;line-height: 1.8;padding-right: 15px;text-align: right;width: 185px;}
.ipsField .ipsField_title {font-size: 15px;font-weight: bold;}
.ipsField_primary input {font-size: 18px;}
.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;}
.input_text:focus {border-color: #4E4E4E #7C7C7C #A3A3A3;box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);}
input.inactive, select.inactive, textarea.inactive {color: #C4C4C4;}
.ipsForm_horizontal .ipsField_checkbox {margin: 0 0 5px 200px;}
.ipsForm .ipsField_checkbox input {float: left;margin-top: 3px;}
.ipsForm .ipsField_checkbox .ipsField_content {margin-left: 25px;}
.desc.lighter, .desc.lighter.blend_links a {color: #A4A4A4;}
.ipsForm_center {text-align: center;}
.desc, .desc.blend_links a, p.posted_info {color: #777777;font-size: 12px;}
.ipsPad_top {padding-top: 9px;}
.ipsType_smaller, .ipsType_smaller a {font-size: 11px !important;}
.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;}
.popupClose {position: absolute;right: 16px;top: 12px;}
.clickable {cursor: pointer;}
.topic_buttons li.important a, .topic_buttons li.important span, .ipsButton .important, .topic_buttons li a, .topic_buttons li span, .ipsButton{
-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;
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;
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;
}
.ipsButton_secondary {
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;
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;
}
-->
</style>
<!-- #endregion sign_in_popup -->
<style>
#avatar > center > img {
width: 48px;
height: 48px;
border-radius: 100%;
border: 1px solid #B3B3B3;
margin: -57px 267px;
padding: 2px;
background: white;
}
@charset 'UTF-8';
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
border: 0;
margin: 0;
padding: 0;
position: relative;
}
#cssmenu {
color: #878787;
display: block;
height: 37px;
line-height: 37px;
outline: none;
padding: 0 15px;
}
#cssmenu:after,
#cssmenu ul:after {
content: '';
display: block;
clear: both;
}
#cssmenu a {
display: inline-block;
padding: 0 28px;
color: #878787;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
line-height: 52px;
-webkit-box-shadow: inset rgba(0,0,0,0.05) 0 0 0 1px;
background: #efefef;
box-shadow: inset rgba(0,0,0,0.05) 0 0 0 1px;
color: #878787;
display: block;
height: 37px;
line-height: 37px;
outline: none;
padding: 0 15px;
}
#cssmenu ul {
list-style: none;
box-shadow: inset 0 1px 0 whitesmoke;
-moz-box-shadow: inset 0 1px 0 whitesmoke;
-webkit-box-shadow: inset 0 1px 0 whitesmoke;
}
#cssmenu > ul {
float: left;
}
#cssmenu > ul > li {
float: left;
}
#cssmenu > ul > li.active a,
#cssmenu > ul > li:hover > a {
background-color: #51aada;
}
#cssmenu .has-sub {
z-index: 1;
}
#cssmenu .has-sub:hover > ul {
display: block;
}
#cssmenu .has-sub ul {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
display: none;
position: absolute;
width: 200px;
top: 100%;
left: 0;
}
#cssmenu .has-sub ul li a {
background: #51aada;
border-bottom: 1px solid #51aada;
box-shadow: inset 0 1px 0 #51aada;
-moz-box-shadow: inset 0 1px 0 #51aada;
-webkit-box-shadow: inset 0 1px 0 #51aada;
color: white;
display: block;
line-height: 326%;
}
#cssmenu .has-sub ul li:hover a {
background-color: #0d6ea3;
}
#cssmenu .has-sub .has-sub:hover > ul {
display: block;
}
#cssmenu .has-sub .has-sub ul {
display: none;
position: absolute;
left: 100%;
top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
background: #0d6ea3;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
#cssmenu .has-sub .has-sub ul li a:hover {
background: #0d6ea3;
box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
}
#avatar > center > img {float:right!important;}
.dropdown-content {
background: dimgrey;
border-radius: 3px;
margin: -12px;
display: none!important;
margin-left: -7px;
position: absolute;
border: 0;
box-shadow: 0 0 14px rgba(0,0,0,0.3);
font-size: 12px;
min-width: 101px;
text-align: center;
z-index: 10000;
text-shadow: none!important;
}
.dropdown-content a {
border-bottom: 1px solid #858585;
color: #a7a29e;
display: block;
padding: 0px 19px;
}
.show {
display: block!important;
}
#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;}
#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;}
#drop_link img {
margin-top: 49px!important;
margin-left:-30px;
position:absolute;
}
ul#userProfile.ipsList_inline.right li a:hover {
color: #fff;
}
ul#userProfile.ipsList_inline.right li a {
color: #a7a29e;
}
#user_navigation a:hover {
color: #000;
}
/*Menu-DropDown*/
#perfil_drop{
background: linear-gradient(#FFF, #EDEDED) repeat scroll 0px 0px transparent;
border: 0px none !important;
border-radius: 0px 0px 6px 6px;
box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.4);
color: #225985;
font-family: helvetica,arial,sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: 400;
overflow: hidden;
position: absolute;
right: 9.2%;
text-align: left;
top: 36px;
width: 360px;
z-index: 999;
}
.nav_c{
box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.58)!important;
}
.avat img {
background: none repeat scroll 0px 0px #FFF;
border: 1px solid #D5D5D5;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
height: 50px;
margin: 10px;
padding: 1px;
width: 50px;
}
#perfil_drop li {
float: right;
line-height: 22px;
white-space: nowrap;
width: 38%;
}
#perfil_drop li a {
color: #00569C;
text-decoration: none;
}
.menu_active {
background: #fff;
border-radius: 5px 5px 0 0;
color: #000!important;
}
</style>
o/
Outra coisa, está carregando infinitamente.
Re: Carregar Forum
Troque por este:
o/
- Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<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}>
<head>
<link href="https://fonts.googleapis.com/css?family=Exo+2:400,400i,500,500i,600,600i,700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://deywes.github.io/assets/css/main.css">
<title>{SITENAME_TITLE}{PAGE_TITLE}</title>
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-script-type" content="text/javascript" />
<meta http-equiv="content-style-type" content="text/css" />
<!-- BEGIN switch_compat_meta -->
<meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
<!-- END switch_compat_meta -->
<!-- BEGIN switch_canonical_url -->
<link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
<!-- END switch_canonical_url -->
{META_FAVICO}
{META}
{META_FB_LIKE}
<meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
<link href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet" />
{T_HEAD_STYLESHEET}
{CSS}
<link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
<link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
<script src="{JQUERY_PATH}" type="text/javascript"></script>
<script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
<!-- BEGIN switch_fb_login -->
<script src="https://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
<script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
<!-- END switch_fb_login -->
<!-- BEGIN switch_ticker -->
<link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
<script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
<!-- END switch_ticker -->
<!-- BEGIN switch_ticker_new -->
<script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
<script type="text/javascript">//<![CDATA[
/* Definir le sens de direction en fonction du panneau admin */
var tickerDirParam = "{switch_ticker.DIRECTION}";
var slid_vert = false;
var auto_dir = 'next';
var h_perso = parseInt({switch_ticker.HEIGHT});
switch( tickerDirParam )
{
case 'top' :
slid_vert = true;
break;
case 'left':
break;
case 'bottom':
slid_vert = true;
auto_dir = 'prev';
break;
case 'right':
auto_dir = 'prev';
break;
default:
slid_vert = true;
}
$(document).ready(function() {
var width_max = $('ul#fa_ticker_content').width();
var width_item = Math.floor(width_max / {switch_ticker.SIZE});
if (width_max > 0)
{
$('#fa_ticker_content').css('display','block');
$('ul#fa_ticker_content li').css('float','left').css('list-style','none').width(width_item).find('img').each(function () {
if ($(this).width() > width_item)
{
var ratio = $(this).width() / width_item;
var new_height = Math.round($(this).height() / ratio);
$(this).height(new_height).width(width_item);
}
});
if (slid_vert)
{
var height_max = h_perso;
$('ul#fa_ticker_content li').each( function () {
if ($(this).height() > height_max)
{
height_max = $(this).height();
}
} );
$('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
$('ul#fa_ticker_content li').height(height_max);
}
$('#fa_ticker_content').jcarousel({
vertical: slid_vert,
wrap: 'circular',
auto: {switch_ticker.STOP_TIME},
auto_direction: auto_dir,
scroll: 1,
size: {switch_ticker.SIZE},
height_max: height_max,
animation: {switch_ticker.SPEED}
});
}
else
{
$('ul#fa_ticker_content li:not(:first)').css('display','none');
$('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
}
});
//]]>
</script>
<!-- END switch_ticker_new -->
<script type="text/javascript">
//<![CDATA[
$(document).ready(function(){
<!-- BEGIN switch_enable_pm_popup -->
pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
if(pm != null) { pm.focus(); }
<!-- END switch_enable_pm_popup -->
<!-- BEGIN switch_report_popup -->
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}');
if(report != null) { report.focus(); }
<!-- END switch_report_popup -->
<!-- BEGIN switch_ticker -->
ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME});
<!-- END switch_ticker -->
});
<!-- BEGIN switch_login_popup -->
var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, logInBackgroundClass = false;
<!-- END switch_login_popup -->
<!-- BEGIN switch_login_popup -->
$(document).ready( function() {
$(window).resize(function() {
var windowWidth = document.documentElement.clientWidth;
var popupWidth = $("#login_popup").width();
var mypopup = $("#login_popup");
$("#login_popup").css({
"left": windowWidth/2 - popupWidth/2
});
});
});
<!-- END switch_login_popup -->
//]]>
</script>
{GREETING_POPUP}
<!-- BEGIN switch_ticker_new -->
<style>
.jcarousel-skin-tango .jcarousel-item {
text-align:center;
width: 10px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
margin-right: {switch_ticker.SPACING}px;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
margin-bottom: {switch_ticker.SPACING}px;
}
</style>
<!-- END switch_ticker_new -->
{HOSTING_JS}
<!-- BEGIN google_analytics_code -->
<script type="text/javascript">
//<![CDATA[
var _gaq = _gaq || [];
_gaq.push(["_setAccount", "{G_ANALYTICS_ID}"]);
_gaq.push(["_trackPageview"]);
_gaq.push(['_trackPageLoadTime']);
<!-- BEGIN google_analytics_code_bis -->
_gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
_gaq.push(['b._trackPageview']);
<!-- END google_analytics_code_bis -->
(function() {
var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true;
ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";
var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s);
})();
//]]>
</script>
<!-- END google_analytics_code -->
<script>
$(document).ready(function() {
var btn_collapse = $('<div></div>', {
class: 'btn-collapse'
});
var btn_collapse_show = $('<i></i>', {
class: 'ion-android-add-circle hidden',
'data-tooltip': 'Expandir'
}).appendTo(btn_collapse);
var btn_collapse_hide = $('<i></i>', {
class: 'ion-android-remove-circle',
'data-tooltip': 'Esconder'
}).appendTo(btn_collapse);
var collapsed = [];
if (readCookie('collapsed') != null && readCookie('collapsed') != '') {
collapsed = readCookie('collapsed').split(',');
}
$(document).on('click', '.btn-collapse', function() {
$(this).children('.ion-android-add-circle').toggleClass('hidden');
$(this).children('.ion-android-remove-circle').toggleClass('hidden');
$(this).parents('.forabg').toggleClass('hidden');
if (readCookie('collapsed') != null && readCookie('collapsed') != '') {
collapsed = readCookie('collapsed').split(',');
}
if (!$(this).parents('.forabg').hasClass('hidden')) {
removeFromArray('' + $(this).parents('.forabg').data('cindex'), collapsed);
createCookie('collapsed', collapsed);
} else {
collapsed.push('' + $(this).parents('.forabg').data('cindex'));
createCookie('collapsed', collapsed);
}
});
$('.forabg').each(function(i) {
$(this).data('cindex', '' + i);
$(btn_collapse).clone().attr('id', 'forabg' + i).appendTo($(this).find('.header'));
if ($.inArray('' + i, collapsed) > -1) {
$(this).toggleClass('hidden');
$('#forabg' + i).children('.ion-android-add-circle').toggleClass('hidden');
$('#forabg' + i).children('.ion-android-remove-circle').toggleClass('hidden');
}
});
});
function removeFromArray(item, array) {
var i = array.indexOf(item);
if (i > -1) {
array = array.splice(i, 1);
}
}
function createCookie(name, value, days) {
var expires;
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toGMTString();
} else {
expires = "";
}
document.cookie = encodeURIComponent(name) + "=" + encodeURIComponent(value) + expires + "; path=/";
}
function readCookie(name) {
var nameEQ = encodeURIComponent(name) + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) === ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) === 0) return decodeURIComponent(c.substring(nameEQ.length, c.length));
}
return null;
}
</script>
<style>
@keyframes branding {
from {
background-position: 0 0;
}
to {
background-position: 1600px 0;
}
}
/* #branding {
animation: branding 40s linear infinite;
}*/
@keyframes logo {
0% {
-ms-transform: rotate(-3deg);
-webkit-transform: rotate(-3deg);
transform: rotate(-3deg);
}
25% {
-ms-transform: rotate(3deg);
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
50% {
-ms-transform: rotate(-3deg);
-webkit-transform: rotate(-3deg);
transform: rotate(-3deg);
}
75% {
-ms-transform: rotate(3deg);
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
100% {
-ms-transform: rotate(-3deg);
-webkit-transform: rotate(-3deg);
transform: rotate(-3deg);
}
</style>
<link rel="stylesheet" href="http://static.tumblr.com/yiol0h8/AXWn3atj3/tipsy.css" type="text/css" />
<script type="text/javascript" src="http://static.tumblr.com/yiol0h8/GOsn3atjv/jquery.tipsy.js"></script>
<script type='text/javascript'>
$(function() {
$('.tool-tip').tipsy({fade: true, gravity: 's'});
});
</script>
</head>
<body><script>
setInterval(function () {
$('.loading').remove();
}, 2500);
</script>
<style>.loading {
z-index: 999999999;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
position: fixed;
background-color: #000;
opacity: .7;
}
.loading span {
text-align: center;
position: absolute;
top: 50%;
left: 52%;
z-index: 999999999999999999999999;
color: #fff;
transform: translate(-50%, -50%);
font-size: 2em;
display: block;
}
.loading i {
position: absolute;
top: 56%;
left: 50%;
z-index: 999999999999999999999999;
color: #fff;
transform: translate(-50%, -50%);
font-size: 5em;
}</style>
<div class="loading"><span>Carregando...</span><i class="fa fa-circle-o-notch fa-spin"></i></div>
<style>
/** Ajuste */
table spam.lr-title {
display: flex!important;
}
/** ---------------- MAIN ---------------- */
div.link-rapido table {
padding-top: 10px;
top: 77px;
padding-bottom: 10px;
margin-left: -11px;
color: #fff;
background: #2ea3f2 url(http://i.imgur.com/CcLIuMn.png);
border-bottom: solid 2px #04568e;
border-right: solid 2px #04568e;
position: fixed;
left: -247px;
padding-left: 16px;
z-index: 9999;
border-radius: 0px 5px 5px 0px;
transition: 1s;
}
/** Ajuste */
div.link-rapido table:hover {
left:0px!important;
}
/** Título */
spam.lr-title {
text-shadow: 1px 1px 0px #272525;
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg)!important;
font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
margin-right: -35px;
margin-left: -14px;
font-size: 13px;
}
/** Links */
td.lr-links a {
text-shadow: 1px 1px 1px #272525;
color: #fff!important;
font-size: 14px;
}
</style>
<div class="link-rapido">
<table>
<tbody>
<tr>
<!-- ================================================================= -->
<td class="lr-links">
<div id="lr-inside1">
<a id="lr-ins" href="/f3-regras-servidor-e-forum"><i class="fa fa-legal"></i> Regras do Servidor e Fórum</a><br />
<a id="lr-con" href="/f4-noticias-da-administracao?"><i class="fa fa-newspaper-o"></i> Notícias da Administração</a><br />
<a id="lr-pro" href="/f6-denuncias"><i class="fa fa-warning"></i> Área de Denúncias</a><br />
<a id="lr-dem" href="/f16-inscricoes-para-lider"><i class="fa fa-pencil-square-o"></i> Inscrições para Líder</a><br />
<br />
<a href="https://www.facebook.com/BrasilPlayUltimate"><i class="fa fa-facebook-official"></i> Facebook</a><br />
<a id="lr-leg" href="https://www.youtube.com/user/BrasilPlayUltimateSA"><i class="fa fa-youtube-square"></i> Youtube</a>
</div>
</td>
<!-- ================================================================= -->
<td>
<!-- ================================================================= -->
<spam class="lr-title">LINKS RÁPIDOS</spam>
<!-- ================================================================= -->
</td>
</tr>
</tbody>
</table>
</div>
<!-- BEGIN hitskin_preview -->
<div id="hitskin_preview" style="display: block;">
<h1><img src="https://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
<div class="content">
<p>
{hitskin_preview.L_THEME_SITE_PREVIEW}
<br />
<span>{hitskin_preview.U_INSTALL_THEME}<a href="https://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
</p>
</div>
</div>
<!-- END hitskin_preview -->
<!-- BEGIN switch_login_popup -->
<div id="login_popup" class="module main">
<div id="login_popup_title" class="main-head">
<div class="h3">{SITENAME}</div>
</div>
<div class="main-content">
{LOGIN_POPUP_MSG}
<div id="login_popup_buttons">
<form action="{S_LOGIN_ACTION}" method="get">
<input type="submit" class="button2" value="{L_LOGIN}" />
<input type="button" class="button2" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
<input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" />
</form>
</div>
</div>
</div>
<!-- END switch_login_popup -->
<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>
<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>
<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>
<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>
<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>
<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>
<!-- BEGIN switch_user_logged_in -->
<header><div id="branding">
<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>
<!-- FA.END fa_user_menu --><div class="wrapper3 clearfix">
<div id="logo">
</div>
<div class="margin-fix-rezende" id="nav_wrap"><div class="wrapper clearfix"><!--
::: 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>
<div id="user_navigation" class="logged_in"><ul class="ipsList_inline">
<li>
<a href="/profile?mode=editprofile&page_profil=avatars" class="cp_avatar">
<script type="text/javascript">document.write(_userdata.avatar);</script>
</a>
</li>
<li>
<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>
<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">
<div class="left" style="z-index: 10000;">
<ul class="submenu_links" style="z-index: 10000;">
<li class="submenu_li" style="z-index: 10000;">
<a href="/profile?mode=editprofile&page_profil=informations" style="z-index: 10000;">Perfil</a>
</li>
<li style="z-index: 10000;">
<a href="/profile?mode=editprofile&page_profil=avatars" style="z-index: 10000;">Avatar</a>
</li>
<li style="z-index: 10000;">
<a href="/profile?mode=editprofile&page_profil=signature" style="z-index: 10000;">Assinatura</a>
</li>
<li style="z-index: 10000;">
<a href="/profile?mode=editprofile&page_profil=preferences" style="z-index: 10000;">Preferênicas</a>
</li>
</ul>
</div>
</div>
</li><li><a data-clicklaunch="getInboxList" id="inbox_link" href="/privmsg?folder=inbox&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>
</div>
<script type="text/javascript">
new ipb.Menu($('primary_extra'),$('primary_extra_menucontent'));
</script>
</div></div>
</div></div>
<div class="wrapper2">
<!-- ::: NAVIGATION BREADCRUMBS ::: -->
</div>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<!-- FA.BEGIN fa_user_menu -->
<header><div id="branding">
<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>
<!-- FA.END fa_user_menu -->
<div id="logo">
</div>
<div class="margin-fix-rezende" id="nav_wrap"><div class="wrapper clearfix"><!--
::: 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>
<div id="user_navigation" class="not_logged_in">
<ul class="ipsList_inline right">
<li class="login"><a id="user_link" href="/login">Login</a></li>
<li class="registro"><a id="user_link" href="/register">Registre-se</a></li></ul>
</div>
<script type="text/javascript">
new ipb.Menu($('primary_extra'),$('primary_extra_menucontent'));
</script>
</div></div>
</div></div>
<div class="wrapper2">
</div>
<!-- ::: NAVIGATION BREADCRUMBS ::: -->
<div id="secondary_navigation" class="clearfix">
<ul id="secondary_links" class="ipsList_inline right">
</ul>
</div>
<!-- END switch_user_logged_out -->
<a id="top" name="top" accesskey="t"></a>
<div class="minwidth_IE">
<div class="layout_IE">
<div class="container_IE">
<div class="pun">
<div id="pun-intro" class="clearfix">
<a href="{U_INDEX}" id="pun-logo"><img src="" alt="{L_INDEX}" /></a>
<!-- BEGIN switch_h1 -->
<div id="pun-title">{switch_h1.MAIN_SITENAME}</div>
<!-- END switch_h1 -->
<!-- BEGIN switch_desc -->
<p id="pun-desc">{switch_desc.SITE_DESCRIPTION}</p>
<!-- END switch_desc -->
</div>
<div id="pun-head">
<div id="pun-navlinks">
<ul class="clearfix">
<li>{GENERATED_NAV_BAR}</li>
</ul>
</div>
</div>
<!-- BEGIN switch_ticker_new -->
<div id="fa_ticker_block" style="padding-top:4px;">
<div class="module main">
<div class="main-content clearfix">
<div id="fa_ticker_container">
<ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display: none;width: 100%;">
<!-- BEGIN ticker_row -->
<li>{switch_ticker.ticker_row.ELEMENT}</li>
<!-- END ticker_row -->
</ul>
</div>
</div>
</div>
</div>
<!-- END switch_ticker_new -->
<!-- BEGIN switch_ticker -->
<div id="fa_ticker_block" style="padding-top:4px;">
<div class="module main">
<div class="main-content clearfix">
<div id="fa_ticker_container">
<div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
<div class="fa_ticker_content">
<!-- BEGIN ticker_row -->
<div>{switch_ticker.ticker_row.ELEMENT}</div>
<!-- END ticker_row -->
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END switch_ticker -->
<div id="page-body">
<div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
<div id="outer-wrapper">
<div id="wrapper">
<div id="container">
<div id="content">
<div id="{ID_LEFT}">
<!-- BEGIN giefmod_index1 -->
{giefmod_index1.MODVAR}
<!-- BEGIN saut -->
<div style="height:{SPACE_ROW}px"></div>
<!-- END saut -->
<!-- END giefmod_index1 -->
</div>
<div id="main">
<div id="main-content">
<!-- BEGIN html_validation -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
<!-- END html_validation -->
<!-- #region sign_in_popup -->
<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>
<div id="sign_in_popup_popup" style="display:none; position: absolute; top: 9%; left: 27%; z-index: 10001" class="popupWrapper">
<div id="sign_in_popup_inner" class="popupInner" style="width: 600px; max-height: 641px;">
<div style="" id="inline_login_form">
<form id="login" method="post" action="/login.forum">
<h3>Entrar</h3>
<!-- BEGIN switch_fb_connect -->
<div class="ipsBox_notice">
<ul class="ipsList_inline">
<li>
<a class="ipsButton_secondary" href="/facebook_connect.forum" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">
<img alt="Facebook" src="https://i69.servimg.com/u/f69/16/62/61/50/facebo10.png"> Use Facebook
</a>
</li>
</ul>
</div>
<!-- END switch_fb_connect -->
<br>
<div class="ipsForm ipsForm_horizontal">
<fieldset>
<ul>
<li class="ipsField">
<div class="ipsField_content">
Precisa de uma conta? <a title="Registre-se agora!" href="/register">Registre-se agora!</a>
</div>
</li>
<li class="ipsField ipsField_primary">
<label class="ipsField_title" for="username">Usuário ou E-mail:</label>
<div class="ipsField_content">
<input type="text" tabindex="0" size="30" name="username" class="input_text" id="ips_username">
</div>
</li>
<li class="ipsField ipsField_primary">
<label class="ipsField_title" for="password">Senha</label>
<div class="ipsField_content">
<input type="password" tabindex="0" size="30" name="password" class="input_text" id="ips_password"><br>
<a title="Retrieve password" href="/profile?mode=sendpassword">Esqueci minha senha</a>
</div>
</li>
<li class="ipsField ipsField_checkbox">
<input type="checkbox" tabindex="0" class="input_check" value="1" name="autologin" checked="checked" id="autologin">
<div class="ipsField_content">
<label for="autologin">
<strong>Lembrar dados</strong><br>
<span class="desc lighter">Não recomendado para computadores públicos</span>
</label>
</div>
</li>
<li class="ipsPad_top ipsForm_center desc ipsType_smaller">
<a href="{FORUMURLINK}" rel="nofollow">Privacy Policy</a>
</li>
</ul>
</fieldset>
<div class="ipsForm_submit ipsForm_center">
<!-- <input type="submit" tabindex="0" value="Entrar" class="ipsButton"> -->
<input type="submit" tabindex="0" class="login-submit ipsButton" name="login" value="Entrar"/>
<input name="redirect" type="hidden" value="" /><br />
</div>
</div>
</form>
</div>
</div>
<div id="sign_in_popup_close" class="popupClose clickable">
<img alt="x" src="https://i69.servimg.com/u/f69/16/62/61/50/close_10.png" onclick="sign_in_popup();">
</div>
</div>
<script type="text/javascript">
//<![CDATA[
$(document).ready(function() {
$('#user_navigation #sign_in').attr('href', '#').attr('onclick', 'sign_in_popup()');
/*
$('#user_navigation #sign_in').click(function() {
sign_in_popup();
});
*/
});
function sign_in_popup() {
var x = document.getElementById('sign_in_popup_popup');
if (x.style.display == 'none') {
jQuery(x).add('#document_modal').fadeIn('slow');
var r = x.getElementsByTagName('form')[0].redirect;
r.value = window.location.href;
} else {
jQuery(x).add('#document_modal').fadeOut('slow');
}
}
jQuery(function(){if(document.getElementById('logout')) document.getElementById('sign_in_popup_popup').style.display = 'none'; });
//]]>
</script>
<style type="text/css">
<!--
.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;}
.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;}
.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);}
.ipsBox_notice {line-height: 1.6;margin-bottom: 10px;padding: 10px;}
.ipsBox_notice, .ipsBox_highlight {background: none repeat scroll 0 0 #F4FCFF;border-bottom: 1px solid #CAE9F5;}
.ipsList_inline > li:last-child {margin-right: 0;}
.ipsList_inline > li:first-child {margin-left: 0;}
.ipsList_inline > li {display: inline-block;}
.ipsForm_horizontal .ipsField {margin-bottom: 15px;}
.ipsForm_horizontal .ipsField_content, .ipsForm_horizontal .ipsField_submit {margin-left: 200px;}
.ipsForm_horizontal .ipsField_title {float: left;line-height: 1.8;padding-right: 15px;text-align: right;width: 185px;}
.ipsField .ipsField_title {font-size: 15px;font-weight: bold;}
.ipsField_primary input {font-size: 18px;}
.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;}
.input_text:focus {border-color: #4E4E4E #7C7C7C #A3A3A3;box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);}
input.inactive, select.inactive, textarea.inactive {color: #C4C4C4;}
.ipsForm_horizontal .ipsField_checkbox {margin: 0 0 5px 200px;}
.ipsForm .ipsField_checkbox input {float: left;margin-top: 3px;}
.ipsForm .ipsField_checkbox .ipsField_content {margin-left: 25px;}
.desc.lighter, .desc.lighter.blend_links a {color: #A4A4A4;}
.ipsForm_center {text-align: center;}
.desc, .desc.blend_links a, p.posted_info {color: #777777;font-size: 12px;}
.ipsPad_top {padding-top: 9px;}
.ipsType_smaller, .ipsType_smaller a {font-size: 11px !important;}
.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;}
.popupClose {position: absolute;right: 16px;top: 12px;}
.clickable {cursor: pointer;}
.topic_buttons li.important a, .topic_buttons li.important span, .ipsButton .important, .topic_buttons li a, .topic_buttons li span, .ipsButton{
-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;
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;
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;
}
.ipsButton_secondary {
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;
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;
}
-->
</style>
<!-- #endregion sign_in_popup -->
<style>
#avatar > center > img {
width: 48px;
height: 48px;
border-radius: 100%;
border: 1px solid #B3B3B3;
margin: -57px 267px;
padding: 2px;
background: white;
}
@charset 'UTF-8';
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
border: 0;
margin: 0;
padding: 0;
position: relative;
}
#cssmenu {
color: #878787;
display: block;
height: 37px;
line-height: 37px;
outline: none;
padding: 0 15px;
}
#cssmenu:after,
#cssmenu ul:after {
content: '';
display: block;
clear: both;
}
#cssmenu a {
display: inline-block;
padding: 0 28px;
color: #878787;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
line-height: 52px;
-webkit-box-shadow: inset rgba(0,0,0,0.05) 0 0 0 1px;
background: #efefef;
box-shadow: inset rgba(0,0,0,0.05) 0 0 0 1px;
color: #878787;
display: block;
height: 37px;
line-height: 37px;
outline: none;
padding: 0 15px;
}
#cssmenu ul {
list-style: none;
box-shadow: inset 0 1px 0 whitesmoke;
-moz-box-shadow: inset 0 1px 0 whitesmoke;
-webkit-box-shadow: inset 0 1px 0 whitesmoke;
}
#cssmenu > ul {
float: left;
}
#cssmenu > ul > li {
float: left;
}
#cssmenu > ul > li.active a,
#cssmenu > ul > li:hover > a {
background-color: #51aada;
}
#cssmenu .has-sub {
z-index: 1;
}
#cssmenu .has-sub:hover > ul {
display: block;
}
#cssmenu .has-sub ul {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
display: none;
position: absolute;
width: 200px;
top: 100%;
left: 0;
}
#cssmenu .has-sub ul li a {
background: #51aada;
border-bottom: 1px solid #51aada;
box-shadow: inset 0 1px 0 #51aada;
-moz-box-shadow: inset 0 1px 0 #51aada;
-webkit-box-shadow: inset 0 1px 0 #51aada;
color: white;
display: block;
line-height: 326%;
}
#cssmenu .has-sub ul li:hover a {
background-color: #0d6ea3;
}
#cssmenu .has-sub .has-sub:hover > ul {
display: block;
}
#cssmenu .has-sub .has-sub ul {
display: none;
position: absolute;
left: 100%;
top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
background: #0d6ea3;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
#cssmenu .has-sub .has-sub ul li a:hover {
background: #0d6ea3;
box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
}
#avatar > center > img {float:right!important;}
.dropdown-content {
background: dimgrey;
border-radius: 3px;
margin: -12px;
display: none!important;
margin-left: -7px;
position: absolute;
border: 0;
box-shadow: 0 0 14px rgba(0,0,0,0.3);
font-size: 12px;
min-width: 101px;
text-align: center;
z-index: 10000;
text-shadow: none!important;
}
.dropdown-content a {
border-bottom: 1px solid #858585;
color: #a7a29e;
display: block;
padding: 0px 19px;
}
.show {
display: block!important;
}
#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;}
#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;}
#drop_link img {
margin-top: 49px!important;
margin-left:-30px;
position:absolute;
}
ul#userProfile.ipsList_inline.right li a:hover {
color: #fff;
}
ul#userProfile.ipsList_inline.right li a {
color: #a7a29e;
}
#user_navigation a:hover {
color: #000;
}
/*Menu-DropDown*/
#perfil_drop{
background: linear-gradient(#FFF, #EDEDED) repeat scroll 0px 0px transparent;
border: 0px none !important;
border-radius: 0px 0px 6px 6px;
box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.4);
color: #225985;
font-family: helvetica,arial,sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: 400;
overflow: hidden;
position: absolute;
right: 9.2%;
text-align: left;
top: 36px;
width: 360px;
z-index: 999;
}
.nav_c{
box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.58)!important;
}
.avat img {
background: none repeat scroll 0px 0px #FFF;
border: 1px solid #D5D5D5;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
height: 50px;
margin: 10px;
padding: 1px;
width: 50px;
}
#perfil_drop li {
float: right;
line-height: 22px;
white-space: nowrap;
width: 38%;
}
#perfil_drop li a {
color: #00569C;
text-decoration: none;
}
.menu_active {
background: #fff;
border-radius: 5px 5px 0 0;
color: #000!important;
}
</style>
o/
Re: Carregar Forum
perfeito, mas em qualquer lugar que eu vá aparece isso, se eu abro um tópico a mesma coisa.
Seria possível deixar apenas no /forum mesmo ? (Página Inicial)
Seria possível deixar apenas no /forum mesmo ? (Página Inicial)
Re: Carregar Forum
Troque o "overall_header" por:
E no "index_body", procure por
, e abaixo adicione:
o/
- Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<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}>
<head>
<link href="https://fonts.googleapis.com/css?family=Exo+2:400,400i,500,500i,600,600i,700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://deywes.github.io/assets/css/main.css">
<title>{SITENAME_TITLE}{PAGE_TITLE}</title>
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-script-type" content="text/javascript" />
<meta http-equiv="content-style-type" content="text/css" />
<!-- BEGIN switch_compat_meta -->
<meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
<!-- END switch_compat_meta -->
<!-- BEGIN switch_canonical_url -->
<link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
<!-- END switch_canonical_url -->
{META_FAVICO}
{META}
{META_FB_LIKE}
<meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
<link href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet" />
{T_HEAD_STYLESHEET}
{CSS}
<link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
<link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
<script src="{JQUERY_PATH}" type="text/javascript"></script>
<script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
<!-- BEGIN switch_fb_login -->
<script src="https://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
<script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
<!-- END switch_fb_login -->
<!-- BEGIN switch_ticker -->
<link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
<script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
<!-- END switch_ticker -->
<!-- BEGIN switch_ticker_new -->
<script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
<script type="text/javascript">//<![CDATA[
/* Definir le sens de direction en fonction du panneau admin */
var tickerDirParam = "{switch_ticker.DIRECTION}";
var slid_vert = false;
var auto_dir = 'next';
var h_perso = parseInt({switch_ticker.HEIGHT});
switch( tickerDirParam )
{
case 'top' :
slid_vert = true;
break;
case 'left':
break;
case 'bottom':
slid_vert = true;
auto_dir = 'prev';
break;
case 'right':
auto_dir = 'prev';
break;
default:
slid_vert = true;
}
$(document).ready(function() {
var width_max = $('ul#fa_ticker_content').width();
var width_item = Math.floor(width_max / {switch_ticker.SIZE});
if (width_max > 0)
{
$('#fa_ticker_content').css('display','block');
$('ul#fa_ticker_content li').css('float','left').css('list-style','none').width(width_item).find('img').each(function () {
if ($(this).width() > width_item)
{
var ratio = $(this).width() / width_item;
var new_height = Math.round($(this).height() / ratio);
$(this).height(new_height).width(width_item);
}
});
if (slid_vert)
{
var height_max = h_perso;
$('ul#fa_ticker_content li').each( function () {
if ($(this).height() > height_max)
{
height_max = $(this).height();
}
} );
$('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
$('ul#fa_ticker_content li').height(height_max);
}
$('#fa_ticker_content').jcarousel({
vertical: slid_vert,
wrap: 'circular',
auto: {switch_ticker.STOP_TIME},
auto_direction: auto_dir,
scroll: 1,
size: {switch_ticker.SIZE},
height_max: height_max,
animation: {switch_ticker.SPEED}
});
}
else
{
$('ul#fa_ticker_content li:not(:first)').css('display','none');
$('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
}
});
//]]>
</script>
<!-- END switch_ticker_new -->
<script type="text/javascript">
//<![CDATA[
$(document).ready(function(){
<!-- BEGIN switch_enable_pm_popup -->
pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
if(pm != null) { pm.focus(); }
<!-- END switch_enable_pm_popup -->
<!-- BEGIN switch_report_popup -->
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}');
if(report != null) { report.focus(); }
<!-- END switch_report_popup -->
<!-- BEGIN switch_ticker -->
ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME});
<!-- END switch_ticker -->
});
<!-- BEGIN switch_login_popup -->
var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, logInBackgroundClass = false;
<!-- END switch_login_popup -->
<!-- BEGIN switch_login_popup -->
$(document).ready( function() {
$(window).resize(function() {
var windowWidth = document.documentElement.clientWidth;
var popupWidth = $("#login_popup").width();
var mypopup = $("#login_popup");
$("#login_popup").css({
"left": windowWidth/2 - popupWidth/2
});
});
});
<!-- END switch_login_popup -->
//]]>
</script>
{GREETING_POPUP}
<!-- BEGIN switch_ticker_new -->
<style>
.jcarousel-skin-tango .jcarousel-item {
text-align:center;
width: 10px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
margin-right: {switch_ticker.SPACING}px;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
margin-bottom: {switch_ticker.SPACING}px;
}
</style>
<!-- END switch_ticker_new -->
{HOSTING_JS}
<!-- BEGIN google_analytics_code -->
<script type="text/javascript">
//<![CDATA[
var _gaq = _gaq || [];
_gaq.push(["_setAccount", "{G_ANALYTICS_ID}"]);
_gaq.push(["_trackPageview"]);
_gaq.push(['_trackPageLoadTime']);
<!-- BEGIN google_analytics_code_bis -->
_gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
_gaq.push(['b._trackPageview']);
<!-- END google_analytics_code_bis -->
(function() {
var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true;
ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";
var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s);
})();
//]]>
</script>
<!-- END google_analytics_code -->
<script>
$(document).ready(function() {
var btn_collapse = $('<div></div>', {
class: 'btn-collapse'
});
var btn_collapse_show = $('<i></i>', {
class: 'ion-android-add-circle hidden',
'data-tooltip': 'Expandir'
}).appendTo(btn_collapse);
var btn_collapse_hide = $('<i></i>', {
class: 'ion-android-remove-circle',
'data-tooltip': 'Esconder'
}).appendTo(btn_collapse);
var collapsed = [];
if (readCookie('collapsed') != null && readCookie('collapsed') != '') {
collapsed = readCookie('collapsed').split(',');
}
$(document).on('click', '.btn-collapse', function() {
$(this).children('.ion-android-add-circle').toggleClass('hidden');
$(this).children('.ion-android-remove-circle').toggleClass('hidden');
$(this).parents('.forabg').toggleClass('hidden');
if (readCookie('collapsed') != null && readCookie('collapsed') != '') {
collapsed = readCookie('collapsed').split(',');
}
if (!$(this).parents('.forabg').hasClass('hidden')) {
removeFromArray('' + $(this).parents('.forabg').data('cindex'), collapsed);
createCookie('collapsed', collapsed);
} else {
collapsed.push('' + $(this).parents('.forabg').data('cindex'));
createCookie('collapsed', collapsed);
}
});
$('.forabg').each(function(i) {
$(this).data('cindex', '' + i);
$(btn_collapse).clone().attr('id', 'forabg' + i).appendTo($(this).find('.header'));
if ($.inArray('' + i, collapsed) > -1) {
$(this).toggleClass('hidden');
$('#forabg' + i).children('.ion-android-add-circle').toggleClass('hidden');
$('#forabg' + i).children('.ion-android-remove-circle').toggleClass('hidden');
}
});
});
function removeFromArray(item, array) {
var i = array.indexOf(item);
if (i > -1) {
array = array.splice(i, 1);
}
}
function createCookie(name, value, days) {
var expires;
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toGMTString();
} else {
expires = "";
}
document.cookie = encodeURIComponent(name) + "=" + encodeURIComponent(value) + expires + "; path=/";
}
function readCookie(name) {
var nameEQ = encodeURIComponent(name) + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) === ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) === 0) return decodeURIComponent(c.substring(nameEQ.length, c.length));
}
return null;
}
</script>
<style>
@keyframes branding {
from {
background-position: 0 0;
}
to {
background-position: 1600px 0;
}
}
/* #branding {
animation: branding 40s linear infinite;
}*/
@keyframes logo {
0% {
-ms-transform: rotate(-3deg);
-webkit-transform: rotate(-3deg);
transform: rotate(-3deg);
}
25% {
-ms-transform: rotate(3deg);
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
50% {
-ms-transform: rotate(-3deg);
-webkit-transform: rotate(-3deg);
transform: rotate(-3deg);
}
75% {
-ms-transform: rotate(3deg);
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
100% {
-ms-transform: rotate(-3deg);
-webkit-transform: rotate(-3deg);
transform: rotate(-3deg);
}
</style>
<link rel="stylesheet" href="http://static.tumblr.com/yiol0h8/AXWn3atj3/tipsy.css" type="text/css" />
<script type="text/javascript" src="http://static.tumblr.com/yiol0h8/GOsn3atjv/jquery.tipsy.js"></script>
<script type='text/javascript'>
$(function() {
$('.tool-tip').tipsy({fade: true, gravity: 's'});
});
</script>
</head>
<body><script>
setInterval(function () {
$('.loading').remove();
}, 2500);
</script>
<style>.loading {
z-index: 999999999;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
position: fixed;
background-color: #000;
opacity: .7;
}
.loading span {
text-align: center;
position: absolute;
top: 50%;
left: 52%;
z-index: 999999999999999999999999;
color: #fff;
transform: translate(-50%, -50%);
font-size: 2em;
display: block;
}
.loading i {
position: absolute;
top: 56%;
left: 50%;
z-index: 999999999999999999999999;
color: #fff;
transform: translate(-50%, -50%);
font-size: 5em;
}</style>
<style>
/** Ajuste */
table spam.lr-title {
display: flex!important;
}
/** ---------------- MAIN ---------------- */
div.link-rapido table {
padding-top: 10px;
top: 77px;
padding-bottom: 10px;
margin-left: -11px;
color: #fff;
background: #2ea3f2 url(http://i.imgur.com/CcLIuMn.png);
border-bottom: solid 2px #04568e;
border-right: solid 2px #04568e;
position: fixed;
left: -247px;
padding-left: 16px;
z-index: 9999;
border-radius: 0px 5px 5px 0px;
transition: 1s;
}
/** Ajuste */
div.link-rapido table:hover {
left:0px!important;
}
/** Título */
spam.lr-title {
text-shadow: 1px 1px 0px #272525;
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg)!important;
font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
margin-right: -35px;
margin-left: -14px;
font-size: 13px;
}
/** Links */
td.lr-links a {
text-shadow: 1px 1px 1px #272525;
color: #fff!important;
font-size: 14px;
}
</style>
<div class="link-rapido">
<table>
<tbody>
<tr>
<!-- ================================================================= -->
<td class="lr-links">
<div id="lr-inside1">
<a id="lr-ins" href="/f3-regras-servidor-e-forum"><i class="fa fa-legal"></i> Regras do Servidor e Fórum</a><br />
<a id="lr-con" href="/f4-noticias-da-administracao?"><i class="fa fa-newspaper-o"></i> Notícias da Administração</a><br />
<a id="lr-pro" href="/f6-denuncias"><i class="fa fa-warning"></i> Área de Denúncias</a><br />
<a id="lr-dem" href="/f16-inscricoes-para-lider"><i class="fa fa-pencil-square-o"></i> Inscrições para Líder</a><br />
<br />
<a href="https://www.facebook.com/BrasilPlayUltimate"><i class="fa fa-facebook-official"></i> Facebook</a><br />
<a id="lr-leg" href="https://www.youtube.com/user/BrasilPlayUltimateSA"><i class="fa fa-youtube-square"></i> Youtube</a>
</div>
</td>
<!-- ================================================================= -->
<td>
<!-- ================================================================= -->
<spam class="lr-title">LINKS RÁPIDOS</spam>
<!-- ================================================================= -->
</td>
</tr>
</tbody>
</table>
</div>
<!-- BEGIN hitskin_preview -->
<div id="hitskin_preview" style="display: block;">
<h1><img src="https://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
<div class="content">
<p>
{hitskin_preview.L_THEME_SITE_PREVIEW}
<br />
<span>{hitskin_preview.U_INSTALL_THEME}<a href="https://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
</p>
</div>
</div>
<!-- END hitskin_preview -->
<!-- BEGIN switch_login_popup -->
<div id="login_popup" class="module main">
<div id="login_popup_title" class="main-head">
<div class="h3">{SITENAME}</div>
</div>
<div class="main-content">
{LOGIN_POPUP_MSG}
<div id="login_popup_buttons">
<form action="{S_LOGIN_ACTION}" method="get">
<input type="submit" class="button2" value="{L_LOGIN}" />
<input type="button" class="button2" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
<input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" />
</form>
</div>
</div>
</div>
<!-- END switch_login_popup -->
<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>
<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>
<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>
<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>
<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>
<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>
<!-- BEGIN switch_user_logged_in -->
<header><div id="branding">
<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>
<!-- FA.END fa_user_menu --><div class="wrapper3 clearfix">
<div id="logo">
</div>
<div class="margin-fix-rezende" id="nav_wrap"><div class="wrapper clearfix"><!--
::: 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>
<div id="user_navigation" class="logged_in"><ul class="ipsList_inline">
<li>
<a href="/profile?mode=editprofile&page_profil=avatars" class="cp_avatar">
<script type="text/javascript">document.write(_userdata.avatar);</script>
</a>
</li>
<li>
<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>
<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">
<div class="left" style="z-index: 10000;">
<ul class="submenu_links" style="z-index: 10000;">
<li class="submenu_li" style="z-index: 10000;">
<a href="/profile?mode=editprofile&page_profil=informations" style="z-index: 10000;">Perfil</a>
</li>
<li style="z-index: 10000;">
<a href="/profile?mode=editprofile&page_profil=avatars" style="z-index: 10000;">Avatar</a>
</li>
<li style="z-index: 10000;">
<a href="/profile?mode=editprofile&page_profil=signature" style="z-index: 10000;">Assinatura</a>
</li>
<li style="z-index: 10000;">
<a href="/profile?mode=editprofile&page_profil=preferences" style="z-index: 10000;">Preferênicas</a>
</li>
</ul>
</div>
</div>
</li><li><a data-clicklaunch="getInboxList" id="inbox_link" href="/privmsg?folder=inbox&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>
</div>
<script type="text/javascript">
new ipb.Menu($('primary_extra'),$('primary_extra_menucontent'));
</script>
</div></div>
</div></div>
<div class="wrapper2">
<!-- ::: NAVIGATION BREADCRUMBS ::: -->
</div>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<!-- FA.BEGIN fa_user_menu -->
<header><div id="branding">
<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>
<!-- FA.END fa_user_menu -->
<div id="logo">
</div>
<div class="margin-fix-rezende" id="nav_wrap"><div class="wrapper clearfix"><!--
::: 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>
<div id="user_navigation" class="not_logged_in">
<ul class="ipsList_inline right">
<li class="login"><a id="user_link" href="/login">Login</a></li>
<li class="registro"><a id="user_link" href="/register">Registre-se</a></li></ul>
</div>
<script type="text/javascript">
new ipb.Menu($('primary_extra'),$('primary_extra_menucontent'));
</script>
</div></div>
</div></div>
<div class="wrapper2">
</div>
<!-- ::: NAVIGATION BREADCRUMBS ::: -->
<div id="secondary_navigation" class="clearfix">
<ul id="secondary_links" class="ipsList_inline right">
</ul>
</div>
<!-- END switch_user_logged_out -->
<a id="top" name="top" accesskey="t"></a>
<div class="minwidth_IE">
<div class="layout_IE">
<div class="container_IE">
<div class="pun">
<div id="pun-intro" class="clearfix">
<a href="{U_INDEX}" id="pun-logo"><img src="" alt="{L_INDEX}" /></a>
<!-- BEGIN switch_h1 -->
<div id="pun-title">{switch_h1.MAIN_SITENAME}</div>
<!-- END switch_h1 -->
<!-- BEGIN switch_desc -->
<p id="pun-desc">{switch_desc.SITE_DESCRIPTION}</p>
<!-- END switch_desc -->
</div>
<div id="pun-head">
<div id="pun-navlinks">
<ul class="clearfix">
<li>{GENERATED_NAV_BAR}</li>
</ul>
</div>
</div>
<!-- BEGIN switch_ticker_new -->
<div id="fa_ticker_block" style="padding-top:4px;">
<div class="module main">
<div class="main-content clearfix">
<div id="fa_ticker_container">
<ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display: none;width: 100%;">
<!-- BEGIN ticker_row -->
<li>{switch_ticker.ticker_row.ELEMENT}</li>
<!-- END ticker_row -->
</ul>
</div>
</div>
</div>
</div>
<!-- END switch_ticker_new -->
<!-- BEGIN switch_ticker -->
<div id="fa_ticker_block" style="padding-top:4px;">
<div class="module main">
<div class="main-content clearfix">
<div id="fa_ticker_container">
<div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
<div class="fa_ticker_content">
<!-- BEGIN ticker_row -->
<div>{switch_ticker.ticker_row.ELEMENT}</div>
<!-- END ticker_row -->
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END switch_ticker -->
<div id="page-body">
<div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
<div id="outer-wrapper">
<div id="wrapper">
<div id="container">
<div id="content">
<div id="{ID_LEFT}">
<!-- BEGIN giefmod_index1 -->
{giefmod_index1.MODVAR}
<!-- BEGIN saut -->
<div style="height:{SPACE_ROW}px"></div>
<!-- END saut -->
<!-- END giefmod_index1 -->
</div>
<div id="main">
<div id="main-content">
<!-- BEGIN html_validation -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
<!-- END html_validation -->
<!-- #region sign_in_popup -->
<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>
<div id="sign_in_popup_popup" style="display:none; position: absolute; top: 9%; left: 27%; z-index: 10001" class="popupWrapper">
<div id="sign_in_popup_inner" class="popupInner" style="width: 600px; max-height: 641px;">
<div style="" id="inline_login_form">
<form id="login" method="post" action="/login.forum">
<h3>Entrar</h3>
<!-- BEGIN switch_fb_connect -->
<div class="ipsBox_notice">
<ul class="ipsList_inline">
<li>
<a class="ipsButton_secondary" href="/facebook_connect.forum" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">
<img alt="Facebook" src="https://i69.servimg.com/u/f69/16/62/61/50/facebo10.png"> Use Facebook
</a>
</li>
</ul>
</div>
<!-- END switch_fb_connect -->
<br>
<div class="ipsForm ipsForm_horizontal">
<fieldset>
<ul>
<li class="ipsField">
<div class="ipsField_content">
Precisa de uma conta? <a title="Registre-se agora!" href="/register">Registre-se agora!</a>
</div>
</li>
<li class="ipsField ipsField_primary">
<label class="ipsField_title" for="username">Usuário ou E-mail:</label>
<div class="ipsField_content">
<input type="text" tabindex="0" size="30" name="username" class="input_text" id="ips_username">
</div>
</li>
<li class="ipsField ipsField_primary">
<label class="ipsField_title" for="password">Senha</label>
<div class="ipsField_content">
<input type="password" tabindex="0" size="30" name="password" class="input_text" id="ips_password"><br>
<a title="Retrieve password" href="/profile?mode=sendpassword">Esqueci minha senha</a>
</div>
</li>
<li class="ipsField ipsField_checkbox">
<input type="checkbox" tabindex="0" class="input_check" value="1" name="autologin" checked="checked" id="autologin">
<div class="ipsField_content">
<label for="autologin">
<strong>Lembrar dados</strong><br>
<span class="desc lighter">Não recomendado para computadores públicos</span>
</label>
</div>
</li>
<li class="ipsPad_top ipsForm_center desc ipsType_smaller">
<a href="{FORUMURLINK}" rel="nofollow">Privacy Policy</a>
</li>
</ul>
</fieldset>
<div class="ipsForm_submit ipsForm_center">
<!-- <input type="submit" tabindex="0" value="Entrar" class="ipsButton"> -->
<input type="submit" tabindex="0" class="login-submit ipsButton" name="login" value="Entrar"/>
<input name="redirect" type="hidden" value="" /><br />
</div>
</div>
</form>
</div>
</div>
<div id="sign_in_popup_close" class="popupClose clickable">
<img alt="x" src="https://i69.servimg.com/u/f69/16/62/61/50/close_10.png" onclick="sign_in_popup();">
</div>
</div>
<script type="text/javascript">
//<![CDATA[
$(document).ready(function() {
$('#user_navigation #sign_in').attr('href', '#').attr('onclick', 'sign_in_popup()');
/*
$('#user_navigation #sign_in').click(function() {
sign_in_popup();
});
*/
});
function sign_in_popup() {
var x = document.getElementById('sign_in_popup_popup');
if (x.style.display == 'none') {
jQuery(x).add('#document_modal').fadeIn('slow');
var r = x.getElementsByTagName('form')[0].redirect;
r.value = window.location.href;
} else {
jQuery(x).add('#document_modal').fadeOut('slow');
}
}
jQuery(function(){if(document.getElementById('logout')) document.getElementById('sign_in_popup_popup').style.display = 'none'; });
//]]>
</script>
<style type="text/css">
<!--
.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;}
.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;}
.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);}
.ipsBox_notice {line-height: 1.6;margin-bottom: 10px;padding: 10px;}
.ipsBox_notice, .ipsBox_highlight {background: none repeat scroll 0 0 #F4FCFF;border-bottom: 1px solid #CAE9F5;}
.ipsList_inline > li:last-child {margin-right: 0;}
.ipsList_inline > li:first-child {margin-left: 0;}
.ipsList_inline > li {display: inline-block;}
.ipsForm_horizontal .ipsField {margin-bottom: 15px;}
.ipsForm_horizontal .ipsField_content, .ipsForm_horizontal .ipsField_submit {margin-left: 200px;}
.ipsForm_horizontal .ipsField_title {float: left;line-height: 1.8;padding-right: 15px;text-align: right;width: 185px;}
.ipsField .ipsField_title {font-size: 15px;font-weight: bold;}
.ipsField_primary input {font-size: 18px;}
.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;}
.input_text:focus {border-color: #4E4E4E #7C7C7C #A3A3A3;box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);}
input.inactive, select.inactive, textarea.inactive {color: #C4C4C4;}
.ipsForm_horizontal .ipsField_checkbox {margin: 0 0 5px 200px;}
.ipsForm .ipsField_checkbox input {float: left;margin-top: 3px;}
.ipsForm .ipsField_checkbox .ipsField_content {margin-left: 25px;}
.desc.lighter, .desc.lighter.blend_links a {color: #A4A4A4;}
.ipsForm_center {text-align: center;}
.desc, .desc.blend_links a, p.posted_info {color: #777777;font-size: 12px;}
.ipsPad_top {padding-top: 9px;}
.ipsType_smaller, .ipsType_smaller a {font-size: 11px !important;}
.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;}
.popupClose {position: absolute;right: 16px;top: 12px;}
.clickable {cursor: pointer;}
.topic_buttons li.important a, .topic_buttons li.important span, .ipsButton .important, .topic_buttons li a, .topic_buttons li span, .ipsButton{
-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;
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;
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;
}
.ipsButton_secondary {
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;
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;
}
-->
</style>
<!-- #endregion sign_in_popup -->
<style>
#avatar > center > img {
width: 48px;
height: 48px;
border-radius: 100%;
border: 1px solid #B3B3B3;
margin: -57px 267px;
padding: 2px;
background: white;
}
@charset 'UTF-8';
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
border: 0;
margin: 0;
padding: 0;
position: relative;
}
#cssmenu {
color: #878787;
display: block;
height: 37px;
line-height: 37px;
outline: none;
padding: 0 15px;
}
#cssmenu:after,
#cssmenu ul:after {
content: '';
display: block;
clear: both;
}
#cssmenu a {
display: inline-block;
padding: 0 28px;
color: #878787;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
line-height: 52px;
-webkit-box-shadow: inset rgba(0,0,0,0.05) 0 0 0 1px;
background: #efefef;
box-shadow: inset rgba(0,0,0,0.05) 0 0 0 1px;
color: #878787;
display: block;
height: 37px;
line-height: 37px;
outline: none;
padding: 0 15px;
}
#cssmenu ul {
list-style: none;
box-shadow: inset 0 1px 0 whitesmoke;
-moz-box-shadow: inset 0 1px 0 whitesmoke;
-webkit-box-shadow: inset 0 1px 0 whitesmoke;
}
#cssmenu > ul {
float: left;
}
#cssmenu > ul > li {
float: left;
}
#cssmenu > ul > li.active a,
#cssmenu > ul > li:hover > a {
background-color: #51aada;
}
#cssmenu .has-sub {
z-index: 1;
}
#cssmenu .has-sub:hover > ul {
display: block;
}
#cssmenu .has-sub ul {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
display: none;
position: absolute;
width: 200px;
top: 100%;
left: 0;
}
#cssmenu .has-sub ul li a {
background: #51aada;
border-bottom: 1px solid #51aada;
box-shadow: inset 0 1px 0 #51aada;
-moz-box-shadow: inset 0 1px 0 #51aada;
-webkit-box-shadow: inset 0 1px 0 #51aada;
color: white;
display: block;
line-height: 326%;
}
#cssmenu .has-sub ul li:hover a {
background-color: #0d6ea3;
}
#cssmenu .has-sub .has-sub:hover > ul {
display: block;
}
#cssmenu .has-sub .has-sub ul {
display: none;
position: absolute;
left: 100%;
top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
background: #0d6ea3;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
#cssmenu .has-sub .has-sub ul li a:hover {
background: #0d6ea3;
box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
}
#avatar > center > img {float:right!important;}
.dropdown-content {
background: dimgrey;
border-radius: 3px;
margin: -12px;
display: none!important;
margin-left: -7px;
position: absolute;
border: 0;
box-shadow: 0 0 14px rgba(0,0,0,0.3);
font-size: 12px;
min-width: 101px;
text-align: center;
z-index: 10000;
text-shadow: none!important;
}
.dropdown-content a {
border-bottom: 1px solid #858585;
color: #a7a29e;
display: block;
padding: 0px 19px;
}
.show {
display: block!important;
}
#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;}
#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;}
#drop_link img {
margin-top: 49px!important;
margin-left:-30px;
position:absolute;
}
ul#userProfile.ipsList_inline.right li a:hover {
color: #fff;
}
ul#userProfile.ipsList_inline.right li a {
color: #a7a29e;
}
#user_navigation a:hover {
color: #000;
}
/*Menu-DropDown*/
#perfil_drop{
background: linear-gradient(#FFF, #EDEDED) repeat scroll 0px 0px transparent;
border: 0px none !important;
border-radius: 0px 0px 6px 6px;
box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.4);
color: #225985;
font-family: helvetica,arial,sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: 400;
overflow: hidden;
position: absolute;
right: 9.2%;
text-align: left;
top: 36px;
width: 360px;
z-index: 999;
}
.nav_c{
box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.58)!important;
}
.avat img {
background: none repeat scroll 0px 0px #FFF;
border: 1px solid #D5D5D5;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
height: 50px;
margin: 10px;
padding: 1px;
width: 50px;
}
#perfil_drop li {
float: right;
line-height: 22px;
white-space: nowrap;
width: 38%;
}
#perfil_drop li a {
color: #00569C;
text-decoration: none;
}
.menu_active {
background: #fff;
border-radius: 5px 5px 0 0;
color: #000!important;
}
</style>
E no "index_body", procure por
<div id="page-body"> |
- Código:
<div class="loading">
<span>Carregando...</span>
<i class="fa fa-circle-o-notch fa-spin"></i>
</div>
o/
Re: Carregar Forum
Vou deixar isso quieto e adiciona-lo à essa HTML:
(Se possível apagar após concluir o suporte)
- Código:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>BPU - RPG | Index </title>
<link href="http://i.imgur.com/YhPeuVC.png" rel="icon" />
<!--Scroll Bloqueio-->
<style> html,body{ overflow: hidden; } </style>
<!-- Bloqueio de teclas -->
<body oncontextmenu="return false" onkeydown="return false">
<body data-spy="scroll" data-target=".navbar-collapse" data-offset="50">
<!-- Other scripts -->
<script type="text/javascript">
try {Typekit.load();} catch(e) {}
</script>
<style>
*, *:before, *:after {
box-sizing: border-box;
}
body, html {
height: 100%;
padding: 0;
margin: 0;
}
body {
background: url(http://i.imgur.com/hF7usUo.jpg) no-repeat;
background-atachment: fixed;
background-size: cover;
}
.page-content {
position: absolute;
top: 50%;
left: 50%;
margin: -200px 0 0 -300px;
}
.page-content a {
position: absolute;
display: block;
top: 232px;
width: 118px;
height: 35px;
text-indent: -9999px;
overflow: hidden;
opacity: 0;
background-color: #fff;
transition: 250ms ease opacity;
}
.page-content a:hover,
.page-content a:focus,
.page-content a:active {
opacity: 0.2;
}
.page-link-play {
left: 85px;
}
.page-content2 {
position: absolute;
top: 50%;
left: 50%;
margin: -200px 0 0 -300px;
}
.page-content2 a {
position: absolute;
display: block;
top: 114px;
width: 75px;
height: 31px;
text-indent: -9999px;
overflow: hidden;
opacity: 0;
background-color: #fff;
transition: 250ms ease opacity;
}
.page-content2 a:hover,
.page-content2 a:focus,
.page-content2 a:active {
opacity: 0.2;
}
.page-link-forum {
left: 256px;
}
.page-content3 {
position: absolute;
top: 50%;
left: 50%;
margin: -200px 0 0 -300px;
}
.page-content3 a {
position: absolute;
display: block;
top: 114px;
width: 60px;
height: 31px;
text-indent: -9999px;
overflow: hidden;
opacity: 0;
background-color: #fff;
transition: 250ms ease opacity;
}
.page-content3 a:hover,
.page-content3 a:focus,
.page-content3 a:active {
opacity: 0.2;
}
.page-link-loja {
left: 504px;
}
.page-content4 {
position: absolute;
top: 50%;
left: 50%;
margin: -200px 0 0 -300px;
}
.page-content4 a {
position: absolute;
display: block;
top: 114px;
width: 132px;
height: 31px;
text-indent: -9999px;
overflow: hidden;
opacity: 0;
background-color: #fff;
transition: 250ms ease opacity;
}
.page-content4 a:hover,
.page-content4 a:focus,
.page-content4 a:active {
opacity: 0.2;
}
.page-link-teamspeak {
left: 350px;
}
#panel-top {
background: #2E3133;
border: 2px;
height: 45px;
margin-top: -126px;
border-top: 2px solid #4da6ff;
border-bottom: 2px solid #4da6ff;
}
#panel-top p {
margin-top: 0px;
padding-top: 12px;
color: #fff !important;
font-family: IMPACT, Ubuntu, sans-serif!important;
}
.fa-link {
position: absolute;
left: 50%;
bottom: 20px;
transform: translate(-50%);
font-size: 12px;
font-family: Arial, sans-serif;
text-transform: uppercase;
text-decoration: none;
color: #fff;
font-weight: 100;
background: rgba(41,41,41,0.7);
border-top: 1px solid #2d2d2d;
border-bottom: 1px solid #2d2d2d;
height: 15px;
-moz-box-shadow: 0px 1px 1px rgb(25, 25, 25);
-webkit-box-shadow: 0px 1px 1px rgb(25, 25, 25);
box-shadow: 0px 0px 1px 1px rgb(25,25,25);
}
.fa-link:hover {
position: absolute;
left: 50%;
bottom: 20px;
transform: translate(-50%);
transition: all 300ms ease-out;
font-size: 12px;
font-family: Arial, sans-serif;
text-transform: uppercase;
text-decoration: none;
color: #fff;
font-weight: 100;
background: rgb(30,144,255);
border-top: 1px solid #2d2d2d;
border-bottom: 1px solid #2d2d2d;
height: 15px;
-moz-box-shadow: 0px 1px 1px rgb(25, 25, 25);
-webkit-box-shadow: 0px 1px 1px rgb(25, 25, 25);
box-shadow: 0px 0px 1px 1px rgb(25,25,25);
</style>
<canvas id="background-canvas"></canvas>
<script src='https://cdnjs.cloudflare.com/ajax/libs/gsap/1.18.0/TweenMax.min.js'></script>
<script>
!function(){function s(){e=window.innerWidth,i=window.innerHeight,r={},n=document.getElementById("background-canvas"),n.width=e,n.height=i,o=n.getContext("2d"),y()}function u(){"ontouchstart"in window||window.addEventListener("mousemove",h),window.addEventListener("resize",p)}function d(){v()}function v(){a&&w(),requestAnimationFrame(v)}function h(e){var i=posy=0;e.pageX||e.pageY?(i=e.pageX,posy=e.pageY):(e.clientX||e.clientY)&&(i=e.clientX+document.body.scrollLeft+document.documentElement.scrollLeft,posy=e.clientY+document.body.scrollTop+document.documentElement.scrollTop),r.x=i,r.y=posy}function p(){e=window.innerWidth,i=window.innerHeight,n.width=e,n.height=i;for(var o in t)TweenLite.killTweensOf(t[o]);y()}function y(){t=[];for(var n=0;e/c>=n;n++)for(var o=0;i/c>o;o++){var r=n*c,a=o*c,f={x:r,originX:r,y:a,originY:a};t.push(f)}for(var s=0;s<t.length;s++){for(var u=[],d=t[s],v=0;v<t.length;v++){var h=t[v];if(d!=h){for(var p=!1,y=0;5>y;y++)p||void 0==u[y]&&(u[y]=h,p=!0);for(var y=0;5>y;y++)p||x(d,h)<x(d,u[y])&&(u[y]=h,p=!0)}}d.closest=u}for(var s in t){var w=new b(t[s],l,"rgba(255,255,255,0.3)");t[s].circle=w}for(var s in t)g(t[s])}function w(){o.clearRect(0,0,e,i);for(var n in t)r&&(Math.abs(x(r,t[n]))<4e3?(t[n].opacity=.3,t[n].circle.opacity=1):Math.abs(x(r,t[n]))<2e4?(t[n].opacity=.1,t[n].circle.opacity=1):Math.abs(x(r,t[n]))<4e4?(t[n].opacity=.02,t[n].circle.opacity=.8):(t[n].opacity=0,t[n].circle.opacity=.7)),t[n].circle.color="rgba(0,146,255)",m(t[n]),t[n].circle.draw()}function g(e){TweenLite.to(e,1+1*Math.random(),{x:e.originX+Math.random()*(c/2),y:e.originY+Math.random()*(c/2),ease:Circ.easeInOut,onComplete:function(){g(e)}})}function m(e){if(r)for(var i in e.closest)o.beginPath(),o.moveTo(e.x,e.y),o.lineTo(e.closest[i].x,e.closest[i].y),o.strokeStyle="rgba(0,146,255,"+e.opacity+")",o.stroke()}function b(e,i,n){var t=this;!function(){t.pos=e||null,t.radius=i||null,t.color=n||null}(),this.draw=function(){o.beginPath(),o.arc(t.pos.x,t.pos.y,t.radius,0,2*Math.PI,!1),o.fillStyle="rgba(0,146,255,"+t.opacity+")",o.fill()}}function x(e,i){return Math.pow(e.x-i.x,2)+Math.pow(e.y-i.y,2)}var e,i,n,o,t,r,a=!0,c=45,l=2;s(),d(),u()}();
</script>
</head>
<body>
<div class="page-content">
<img src="http://i.imgur.com/Vn7x7zB.png" />
<a href="samp://brasilplayultimate.com.br:7777" class="page-link-play">Jogar</a>
</div>
<div class="page-content2">
<a href="/forum" class="page-link-forum">Fórum</a>
</div>
<div class="page-content3">
<a href="/h21-" class="page-link-loja">Loja</a>
</div>
<div class="page-content4">
<a href="ts3server://ts.brasilplayultimate.com.br?port=7777/" class="page-link-teamspeak">Teamspeak³</a>
</div>
<div id="panel-top"><p style="text-align: center; color: #f1f1f1;"> BRASIL PLAY ULTIMATE COPYRIGHT 2016-2017, JUNTE-SE À NÓS.</p></div>
<audio src="//tetis.sscdn.co/palcomp3/0/2/5/4/beatdance-nonstop-skrillex-make-it-bun-dem-5138033c.mp3?" loop autoplay></audio>
<script type="text/javascript">
$("[rel=tooltip]").tooltip();
</script>
<a href="https://www.forumeiros.com" target="_blank" class="fa-link">forumeiros.com</a>
</body>
</html>
(Se possível apagar após concluir o suporte)
Re: Carregar Forum
Troque por:
o/
- Código:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>BPU - RPG | Index </title>
<link href="http://i.imgur.com/YhPeuVC.png" rel="icon" />
<!--Scroll Bloqueio-->
<style> html,body{ overflow: hidden; } </style>
<!-- Bloqueio de teclas -->
<body oncontextmenu="return false" onkeydown="return false">
<body data-spy="scroll" data-target=".navbar-collapse" data-offset="50">
<!-- Other scripts -->
<script type="text/javascript">
try {Typekit.load();} catch(e) {}
</script>
<style>
*, *:before, *:after {
box-sizing: border-box;
}
body, html {
height: 100%;
padding: 0;
margin: 0;
}
body {
background: url(http://i.imgur.com/hF7usUo.jpg) no-repeat;
background-atachment: fixed;
background-size: cover;
}
.page-content {
position: absolute;
top: 50%;
left: 50%;
margin: -200px 0 0 -300px;
}
.page-content a {
position: absolute;
display: block;
top: 232px;
width: 118px;
height: 35px;
text-indent: -9999px;
overflow: hidden;
opacity: 0;
background-color: #fff;
transition: 250ms ease opacity;
}
.page-content a:hover,
.page-content a:focus,
.page-content a:active {
opacity: 0.2;
}
.page-link-play {
left: 85px;
}
.page-content2 {
position: absolute;
top: 50%;
left: 50%;
margin: -200px 0 0 -300px;
}
.page-content2 a {
position: absolute;
display: block;
top: 114px;
width: 75px;
height: 31px;
text-indent: -9999px;
overflow: hidden;
opacity: 0;
background-color: #fff;
transition: 250ms ease opacity;
}
.page-content2 a:hover,
.page-content2 a:focus,
.page-content2 a:active {
opacity: 0.2;
}
.page-link-forum {
left: 256px;
}
.page-content3 {
position: absolute;
top: 50%;
left: 50%;
margin: -200px 0 0 -300px;
}
.page-content3 a {
position: absolute;
display: block;
top: 114px;
width: 60px;
height: 31px;
text-indent: -9999px;
overflow: hidden;
opacity: 0;
background-color: #fff;
transition: 250ms ease opacity;
}
.page-content3 a:hover,
.page-content3 a:focus,
.page-content3 a:active {
opacity: 0.2;
}
.page-link-loja {
left: 504px;
}
.page-content4 {
position: absolute;
top: 50%;
left: 50%;
margin: -200px 0 0 -300px;
}
.page-content4 a {
position: absolute;
display: block;
top: 114px;
width: 132px;
height: 31px;
text-indent: -9999px;
overflow: hidden;
opacity: 0;
background-color: #fff;
transition: 250ms ease opacity;
}
.page-content4 a:hover,
.page-content4 a:focus,
.page-content4 a:active {
opacity: 0.2;
}
.page-link-teamspeak {
left: 350px;
}
#panel-top {
background: #2E3133;
border: 2px;
height: 45px;
margin-top: -126px;
border-top: 2px solid #4da6ff;
border-bottom: 2px solid #4da6ff;
}
#panel-top p {
margin-top: 0px;
padding-top: 12px;
color: #fff !important;
font-family: IMPACT, Ubuntu, sans-serif!important;
}
.fa-link {
position: absolute;
left: 50%;
bottom: 20px;
transform: translate(-50%);
font-size: 12px;
font-family: Arial, sans-serif;
text-transform: uppercase;
text-decoration: none;
color: #fff;
font-weight: 100;
background: rgba(41,41,41,0.7);
border-top: 1px solid #2d2d2d;
border-bottom: 1px solid #2d2d2d;
height: 15px;
-moz-box-shadow: 0px 1px 1px rgb(25, 25, 25);
-webkit-box-shadow: 0px 1px 1px rgb(25, 25, 25);
box-shadow: 0px 0px 1px 1px rgb(25,25,25);
}
.fa-link:hover {
position: absolute;
left: 50%;
bottom: 20px;
transform: translate(-50%);
transition: all 300ms ease-out;
font-size: 12px;
font-family: Arial, sans-serif;
text-transform: uppercase;
text-decoration: none;
color: #fff;
font-weight: 100;
background: rgb(30,144,255);
border-top: 1px solid #2d2d2d;
border-bottom: 1px solid #2d2d2d;
height: 15px;
-moz-box-shadow: 0px 1px 1px rgb(25, 25, 25);
-webkit-box-shadow: 0px 1px 1px rgb(25, 25, 25);
box-shadow: 0px 0px 1px 1px rgb(25,25,25);
</style>
<canvas id="background-canvas"></canvas>
<script src='https://cdnjs.cloudflare.com/ajax/libs/gsap/1.18.0/TweenMax.min.js'></script>
<script>
!function(){function s(){e=window.innerWidth,i=window.innerHeight,r={},n=document.getElementById("background-canvas"),n.width=e,n.height=i,o=n.getContext("2d"),y()}function u(){"ontouchstart"in window||window.addEventListener("mousemove",h),window.addEventListener("resize",p)}function d(){v()}function v(){a&&w(),requestAnimationFrame(v)}function h(e){var i=posy=0;e.pageX||e.pageY?(i=e.pageX,posy=e.pageY):(e.clientX||e.clientY)&&(i=e.clientX+document.body.scrollLeft+document.documentElement.scrollLeft,posy=e.clientY+document.body.scrollTop+document.documentElement.scrollTop),r.x=i,r.y=posy}function p(){e=window.innerWidth,i=window.innerHeight,n.width=e,n.height=i;for(var o in t)TweenLite.killTweensOf(t[o]);y()}function y(){t=[];for(var n=0;e/c>=n;n++)for(var o=0;i/c>o;o++){var r=n*c,a=o*c,f={x:r,originX:r,y:a,originY:a};t.push(f)}for(var s=0;s<t.length;s++){for(var u=[],d=t[s],v=0;v<t.length;v++){var h=t[v];if(d!=h){for(var p=!1,y=0;5>y;y++)p||void 0==u[y]&&(u[y]=h,p=!0);for(var y=0;5>y;y++)p||x(d,h)<x(d,u[y])&&(u[y]=h,p=!0)}}d.closest=u}for(var s in t){var w=new b(t[s],l,"rgba(255,255,255,0.3)");t[s].circle=w}for(var s in t)g(t[s])}function w(){o.clearRect(0,0,e,i);for(var n in t)r&&(Math.abs(x(r,t[n]))<4e3?(t[n].opacity=.3,t[n].circle.opacity=1):Math.abs(x(r,t[n]))<2e4?(t[n].opacity=.1,t[n].circle.opacity=1):Math.abs(x(r,t[n]))<4e4?(t[n].opacity=.02,t[n].circle.opacity=.8):(t[n].opacity=0,t[n].circle.opacity=.7)),t[n].circle.color="rgba(0,146,255)",m(t[n]),t[n].circle.draw()}function g(e){TweenLite.to(e,1+1*Math.random(),{x:e.originX+Math.random()*(c/2),y:e.originY+Math.random()*(c/2),ease:Circ.easeInOut,onComplete:function(){g(e)}})}function m(e){if(r)for(var i in e.closest)o.beginPath(),o.moveTo(e.x,e.y),o.lineTo(e.closest[i].x,e.closest[i].y),o.strokeStyle="rgba(0,146,255,"+e.opacity+")",o.stroke()}function b(e,i,n){var t=this;!function(){t.pos=e||null,t.radius=i||null,t.color=n||null}(),this.draw=function(){o.beginPath(),o.arc(t.pos.x,t.pos.y,t.radius,0,2*Math.PI,!1),o.fillStyle="rgba(0,146,255,"+t.opacity+")",o.fill()}}function x(e,i){return Math.pow(e.x-i.x,2)+Math.pow(e.y-i.y,2)}var e,i,n,o,t,r,a=!0,c=45,l=2;s(),d(),u()}();
</script>
</head>
<body>
<script>
setInterval(function () {
$('.loading').remove();
}, 2500);
</script>
<style>
.loading { z-index: 999999999; top: 0px; left: 0px; right: 0px; bottom: 0px; position: fixed; background-color: #000; opacity: .7; }
.loading span { text-align: center; position: absolute; top: 50%; left: 52%; z-index: 999999999999999999999999; color: #fff; transform: translate(-50%, -50%); font-size: 2em; display: block; }
.loading i { position: absolute; top: 56%; left: 50%; z-index: 999999999999999999999999; color: #fff; transform: translate(-50%, -50%); font-size: 5em; }
</style>
<div class="loading"><span>Carregando...</span><i class="fa fa-circle-o-notch fa-spin"></i></div>
<div class="page-content">
<img src="http://i.imgur.com/Vn7x7zB.png" />
<a href="samp://brasilplayultimate.com.br:7777" class="page-link-play">Jogar</a>
</div>
<div class="page-content2">
<a href="/forum" class="page-link-forum">Fórum</a>
</div>
<div class="page-content3">
<a href="/h21-" class="page-link-loja">Loja</a>
</div>
<div class="page-content4">
<a href="ts3server://ts.brasilplayultimate.com.br?port=7777/" class="page-link-teamspeak">Teamspeak³</a>
</div>
<div id="panel-top"><p style="text-align: center; color: #f1f1f1;"> BRASIL PLAY ULTIMATE COPYRIGHT 2016-2017, JUNTE-SE À NÓS.</p></div>
<audio src="//tetis.sscdn.co/palcomp3/0/2/5/4/beatdance-nonstop-skrillex-make-it-bun-dem-5138033c.mp3?" loop autoplay></audio>
<script type="text/javascript">
$("[rel=tooltip]").tooltip();
</script>
<a href="https://www.forumeiros.com" target="_blank" class="fa-link">forumeiros.com</a>
</body>
</html>
o/
Re: Carregar Forum
Ficou assim, sem o ícone de carregando e não saia desta tela:
http://prntscr.com/f7g1q8
http://prntscr.com/f7g1q8
Re: Carregar Forum
A sua página continua três tags <body>, o que é um erro meio absurdo.
Eu corrigi isso, além de que instalei o jQuery e a FontAwesome — ambos não estavam instalados.
o/
Eu corrigi isso, além de que instalei o jQuery e a FontAwesome — ambos não estavam instalados.
- Código:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>BPU - RPG | Index </title>
<link href="http://i.imgur.com/YhPeuVC.png" rel="icon" />
<!--Scroll Bloqueio-->
<style> html,body{ overflow: hidden; } </style>
<!-- Other scripts -->
<script type="text/javascript">
try {Typekit.load();} catch(e) {}
</script>
<style>
*, *:before, *:after {
box-sizing: border-box;
}
body, html {
height: 100%;
padding: 0;
margin: 0;
}
body {
background: url(http://i.imgur.com/hF7usUo.jpg) no-repeat;
background-atachment: fixed;
background-size: cover;
}
.page-content {
position: absolute;
top: 50%;
left: 50%;
margin: -200px 0 0 -300px;
}
.page-content a {
position: absolute;
display: block;
top: 232px;
width: 118px;
height: 35px;
text-indent: -9999px;
overflow: hidden;
opacity: 0;
background-color: #fff;
transition: 250ms ease opacity;
}
.page-content a:hover,
.page-content a:focus,
.page-content a:active {
opacity: 0.2;
}
.page-link-play {
left: 85px;
}
.page-content2 {
position: absolute;
top: 50%;
left: 50%;
margin: -200px 0 0 -300px;
}
.page-content2 a {
position: absolute;
display: block;
top: 114px;
width: 75px;
height: 31px;
text-indent: -9999px;
overflow: hidden;
opacity: 0;
background-color: #fff;
transition: 250ms ease opacity;
}
.page-content2 a:hover,
.page-content2 a:focus,
.page-content2 a:active {
opacity: 0.2;
}
.page-link-forum {
left: 256px;
}
.page-content3 {
position: absolute;
top: 50%;
left: 50%;
margin: -200px 0 0 -300px;
}
.page-content3 a {
position: absolute;
display: block;
top: 114px;
width: 60px;
height: 31px;
text-indent: -9999px;
overflow: hidden;
opacity: 0;
background-color: #fff;
transition: 250ms ease opacity;
}
.page-content3 a:hover,
.page-content3 a:focus,
.page-content3 a:active {
opacity: 0.2;
}
.page-link-loja {
left: 504px;
}
.page-content4 {
position: absolute;
top: 50%;
left: 50%;
margin: -200px 0 0 -300px;
}
.page-content4 a {
position: absolute;
display: block;
top: 114px;
width: 132px;
height: 31px;
text-indent: -9999px;
overflow: hidden;
opacity: 0;
background-color: #fff;
transition: 250ms ease opacity;
}
.page-content4 a:hover,
.page-content4 a:focus,
.page-content4 a:active {
opacity: 0.2;
}
.page-link-teamspeak {
left: 350px;
}
#panel-top {
background: #2E3133;
border: 2px;
height: 45px;
margin-top: -126px;
border-top: 2px solid #4da6ff;
border-bottom: 2px solid #4da6ff;
}
#panel-top p {
margin-top: 0px;
padding-top: 12px;
color: #fff !important;
font-family: IMPACT, Ubuntu, sans-serif!important;
}
.fa-link {
position: absolute;
left: 50%;
bottom: 20px;
transform: translate(-50%);
font-size: 12px;
font-family: Arial, sans-serif;
text-transform: uppercase;
text-decoration: none;
color: #fff;
font-weight: 100;
background: rgba(41,41,41,0.7);
border-top: 1px solid #2d2d2d;
border-bottom: 1px solid #2d2d2d;
height: 15px;
-moz-box-shadow: 0px 1px 1px rgb(25, 25, 25);
-webkit-box-shadow: 0px 1px 1px rgb(25, 25, 25);
box-shadow: 0px 0px 1px 1px rgb(25,25,25);
}
.fa-link:hover {
position: absolute;
left: 50%;
bottom: 20px;
transform: translate(-50%);
transition: all 300ms ease-out;
font-size: 12px;
font-family: Arial, sans-serif;
text-transform: uppercase;
text-decoration: none;
color: #fff;
font-weight: 100;
background: rgb(30,144,255);
border-top: 1px solid #2d2d2d;
border-bottom: 1px solid #2d2d2d;
height: 15px;
-moz-box-shadow: 0px 1px 1px rgb(25, 25, 25);
-webkit-box-shadow: 0px 1px 1px rgb(25, 25, 25);
box-shadow: 0px 0px 1px 1px rgb(25,25,25);
}
</style>
<canvas id="background-canvas"></canvas>
<script src='https://cdnjs.cloudflare.com/ajax/libs/gsap/1.18.0/TweenMax.min.js'></script>
<script>
!function(){function s(){e=window.innerWidth,i=window.innerHeight,r={},n=document.getElementById("background-canvas"),n.width=e,n.height=i,o=n.getContext("2d"),y()}function u(){"ontouchstart"in window||window.addEventListener("mousemove",h),window.addEventListener("resize",p)}function d(){v()}function v(){a&&w(),requestAnimationFrame(v)}function h(e){var i=posy=0;e.pageX||e.pageY?(i=e.pageX,posy=e.pageY):(e.clientX||e.clientY)&&(i=e.clientX+document.body.scrollLeft+document.documentElement.scrollLeft,posy=e.clientY+document.body.scrollTop+document.documentElement.scrollTop),r.x=i,r.y=posy}function p(){e=window.innerWidth,i=window.innerHeight,n.width=e,n.height=i;for(var o in t)TweenLite.killTweensOf(t[o]);y()}function y(){t=[];for(var n=0;e/c>=n;n++)for(var o=0;i/c>o;o++){var r=n*c,a=o*c,f={x:r,originX:r,y:a,originY:a};t.push(f)}for(var s=0;s<t.length;s++){for(var u=[],d=t[s],v=0;v<t.length;v++){var h=t[v];if(d!=h){for(var p=!1,y=0;5>y;y++)p||void 0==u[y]&&(u[y]=h,p=!0);for(var y=0;5>y;y++)p||x(d,h)<x(d,u[y])&&(u[y]=h,p=!0)}}d.closest=u}for(var s in t){var w=new b(t[s],l,"rgba(255,255,255,0.3)");t[s].circle=w}for(var s in t)g(t[s])}function w(){o.clearRect(0,0,e,i);for(var n in t)r&&(Math.abs(x(r,t[n]))<4e3?(t[n].opacity=.3,t[n].circle.opacity=1):Math.abs(x(r,t[n]))<2e4?(t[n].opacity=.1,t[n].circle.opacity=1):Math.abs(x(r,t[n]))<4e4?(t[n].opacity=.02,t[n].circle.opacity=.8):(t[n].opacity=0,t[n].circle.opacity=.7)),t[n].circle.color="rgba(0,146,255)",m(t[n]),t[n].circle.draw()}function g(e){TweenLite.to(e,1+1*Math.random(),{x:e.originX+Math.random()*(c/2),y:e.originY+Math.random()*(c/2),ease:Circ.easeInOut,onComplete:function(){g(e)}})}function m(e){if(r)for(var i in e.closest)o.beginPath(),o.moveTo(e.x,e.y),o.lineTo(e.closest[i].x,e.closest[i].y),o.strokeStyle="rgba(0,146,255,"+e.opacity+")",o.stroke()}function b(e,i,n){var t=this;!function(){t.pos=e||null,t.radius=i||null,t.color=n||null}(),this.draw=function(){o.beginPath(),o.arc(t.pos.x,t.pos.y,t.radius,0,2*Math.PI,!1),o.fillStyle="rgba(0,146,255,"+t.opacity+")",o.fill()}}function x(e,i){return Math.pow(e.x-i.x,2)+Math.pow(e.y-i.y,2)}var e,i,n,o,t,r,a=!0,c=45,l=2;s(),d(),u()}();
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet" media="all" type="text/css">
</head>
<body data-spy="scroll" data-target=".navbar-collapse" data-offset="50" oncontextmenu="return false" onkeydown="return false">
<div class="page-content">
<img src="http://i.imgur.com/Vn7x7zB.png" />
<a href="samp://brasilplayultimate.com.br:7777" class="page-link-play">Jogar</a>
</div>
<div class="page-content2">
<a href="/forum" class="page-link-forum">Fórum</a>
</div>
<div class="page-content3">
<a href="/h21-" class="page-link-loja">Loja</a>
</div>
<div class="page-content4">
<a href="ts3server://ts.brasilplayultimate.com.br?port=7777/" class="page-link-teamspeak">Teamspeak³</a>
</div>
<div id="panel-top"><p style="text-align: center; color: #f1f1f1;"> BRASIL PLAY ULTIMATE COPYRIGHT 2016-2017, JUNTE-SE À NÓS.</p></div>
<audio src="//tetis.sscdn.co/palcomp3/0/2/5/4/beatdance-nonstop-skrillex-make-it-bun-dem-5138033c.mp3?" loop autoplay></audio>
<script type="text/javascript">
$("[rel=tooltip]").tooltip();
</script>
<a href="https://www.forumeiros.com" target="_blank" class="fa-link">forumeiros.com</a>
<script>
$(function () {
setInterval(function () {
$('.loading').remove();
}, 2500);});
</script>
<style>
.loading {font-family: IMPACT, Ubuntu, sans-serif!important;z-index: 999999999; top: 0px; left: 0px; right: 0px; bottom: 0px; position: fixed; background-color: #000; opacity: .7; }
.loading span { text-align: center; position: absolute; top: 50%; left: 52%; z-index: 999999999999999999999999; color: #fff; transform: translate(-50%, -50%); font-size: 2em; display: block; }
.loading i { position: absolute; top: 56%; left: 50%; z-index: 999999999999999999999999; color: #fff; transform: translate(-50%, -50%); font-size: 5em; }
</style>
<div class="loading"><span>Carregando...</span><i class="fa fa-circle-o-notch fa-spin"></i></div>
</body>
</html>
o/
Re: Carregar Forum
Questão marcada como Resolvida ou o Autor solicitou que ela fosse arquivada. Tópico marcado como Resolvido e movido para "Questões resolvidas". |
Tópicos semelhantes
» Carregar mais rapido
» Demora a carregar e perde-se mensagens
» Como coloco uma pagina de carregar no inicio do fórum
» carregar pagina
» Como por uma pagina de carregar
» Demora a carregar e perde-se mensagens
» Como coloco uma pagina de carregar no inicio do fórum
» carregar pagina
» Como por uma pagina de carregar
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre códigos :: Questões resolvidas sobre HTML e BBCode
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos