Isto é uma pré-visualização de um tema em Hitskin.com
Instalar o tema • Voltar para a ficha do tema
Mudar a aparência
3 participantes
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre a aparência do fórum :: Questões resolvidas sobre a aparência do fórum
Página 1 de 1
Mudar a aparência
Detalhes da questão
Endereço do fórum: http://testeraava.forumeiros.com/
Versão do fórum: PunBB
Descrição
Clicando no link a cima, vocês podem ver como meu fórum está atualmente. Mas eu queria que vocês me ajudassem a deixa-lo como nessa IMAGEM.
LEGENDA:
1 - Eu queria tirar essa frase: Selecione uma categoria
2 - Eu queria colocar uma imagem assim nos fóruns, mas que eu conseguisse por uma diferente em cada fórum (a imagem já foi feita com aquele canto em bico,EXEMPLO)
3 - O local de última postagem eu gostaria que ficasse assim e aonde está esse círculo com o 3 eu gostaria que fosse o avatar da pessoa.
4 - A categoria não está ficando com o nome da categoria e sim com a palavra: fórum, gostaria de arrumar isso.
*Onde ta escrito sobre os botões com hover eu gostaria que o botão sem o mouse em cima ficasse branco e com o mouse em cima ficasse da cor do fundo.
*O chatbox eu quero do jeito que está na imagem.
*Gostaria de adicionar as seguintes fontes:
https://fonts.google.com/specimen/Iceberg
https://fonts.google.com/specimen/Merriweather/
TEMPLATE overall_header
- 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>
<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}" />
{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>
<!-- BEGIN switch_recent_jquery -->
<script src="{JS_DIR}jquery1.9/jquery-migrate-1.4.1.js" type="text/javascript"></script>
<script src="{JQUERY_DIR}browser/v1.0/jquery.browser.min.js" type="text/javascript"></script>
<script src="{JQUERY_DIR}support/jquery.support.js" type="text/javascript"></script>
<!-- END switch_recent_jquery -->
<script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
{RICH_SNIPPET_GOOGLE}
<!-- 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="{JQUERY_DIR}ticker/ticker.css" />
<script src="{JQUERY_DIR}ticker/ticker.js" type="text/javascript"></script>
<!-- END switch_ticker -->
<!-- BEGIN switch_ticker_new -->
<script src="{JQUERY_DIR}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[
jQuery().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 -->
$(window).load(function() {
Ticker.start({
height : {switch_ticker.HEIGHT},
spacing : {switch_ticker.SPACING},
speed : {switch_ticker.SPEED},
direction : '{switch_ticker.DIRECTION}',
pause : {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[
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', '{G_ANALYTICS_ID}', 'auto');
ga('send', 'pageview');
ga('set', 'anonymizeIp', true);
<!-- BEGIN google_analytics_code_bis -->
ga('create', '{G_ANALYTICS_ID_BIS}', 'auto', 'bis');
ga('bis.send', 'pageview');
ga('bis.set', 'anonymizeIp', true);
<!-- END google_analytics_code_bis -->
//]]>
</script>
<!-- END google_analytics_code -->
</head>
<body>
<!-- BEGIN hitskin_preview -->
<div id="hitskin_preview" style="display: block;">
<h1><img src="https://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> <em>Hit</em>skin.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" style="z-index: 10000 !important;">
<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 -->
<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="{LOGO}" 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 -->
FOLHA DE CSS
- Código:
/*menu*/
#pun-navlinks {
background-color: #011d5e!important;
border: none!important;
}
#pun-navlinks ul {
padding: 1em;
text-align: center;
}
#pun-navlinks ul li a {
font-size: 11px;
padding: .27em;
color: white;
line-height: 27px;
text-transform: uppercase;
}
#pun-navlinks ul li {
font-size: 0;
}
#pun-intro {
display: none;
}
#pun-head {
margin-top: 20%;
}
div#main-content {
padding: 1.4em;
}
#page-body {
background-color: #fff;
margin-top: 1px;
}
.pun {
width: 80%;
}
html, body {
background-color: #4A4857!important;
}
/*FIM DO MENU*/
Se precisarem de mais alguma coisa ou não entenderem o que eu quis dizer, só falar
Re: Mudar a aparência
Olá,
Peço que me diga qual é a questão que quer responder, pois só é permitido uma questão por tópico.
Cordialmente,
Roger123
Peço que me diga qual é a questão que quer responder, pois só é permitido uma questão por tópico.
Cordialmente,
Roger123
Convidado- Convidado
Re: Mudar a aparência
Olá,
Vamos fazer por partes, primeiramente adicione esse código na descrição de uma das categorias
Depois adicione esse código em sua Folha de estilo CSS
Até mais!
Vamos fazer por partes, primeiramente adicione esse código na descrição de uma das categorias
- Código:
<div style="width: auto; height: auto;">
<div class="view-tenth">
<img style="width: 252px;" src="https://cdn.discordapp.com/attachments/540376694834593802/561699492433362974/categoria1.png" />
</div>
</div>
Depois adicione esse código em sua Folha de estilo CSS
- Código:
.view-tenth {
margin-left: -54px!important;
}
Até mais!
Re: Mudar a aparência
eu tinha adicionado na da categoria e não do fórum, rs
Agora ta lá ja, falta só por o fundo azul e o restante das coisas
Agora ta lá ja, falta só por o fundo azul e o restante das coisas
Re: Mudar a aparência
Olá,
Vou precisar do seu template "index_box" para as outras etapas e adiciona o código abaixo na sua Folha de estilo CSS
Até mais!
Vou precisar do seu template "index_box" para as outras etapas e adiciona o código abaixo na sua Folha de estilo CSS
- Código:
.hierarchy {
margin-left: 201px;
}
Até mais!
Re: Mudar a aparência
adicionei
- Código:
<div class="pun-crumbs">
<p class="crumbs"><a href="{U_INDEX}"><span>{L_INDEX}</span></a><strong>{NAV_CAT_DESC}</strong></p>
</div>
<div class="main">
<!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
<div class="main-head">
<div class="page-title">{catrow.tablehead.L_FORUM}</div>
</div>
<div class="main-content">
<table cellspacing="0" class="table">
<thead>
<tr>
<th class="tcl">{L_FORUM}</th>
<th class="tc2">{L_TOPICS}</th>
<th class="tc3">{L_POSTS}</th>
<th class="tcr">{L_LASTPOST}</th>
</tr>
</thead>
<tbody class="statused">
<!-- END tablehead -->
<!-- BEGIN forumrow -->
<tr>
<td class="tcl" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: {catrow.forumrow.INC_LEVEL_LEFT};">
<span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</span>
<h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
<br />
{catrow.forumrow.FORUM_DESC}
<!-- BEGIN switch_moderators_links -->
<br />
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
<strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
</td>
<td class="tc2">{catrow.forumrow.TOPICS}</td>
<td class="tc3">{catrow.forumrow.POSTS}</td>
<td class="tcr">
<!-- BEGIN ads -->
<span class="AD_LastPA">
<span class="lastpost-avatar"><img src="{catrow.forumrow.ads.IMG}" alt="{catrow.forumrow.ads.TITLE}" /></span>
<span class="AD_LastInfos">
<b><a href="{catrow.forumrow.ads.LINK}">{catrow.forumrow.ads.TITLE}</a></b><br />
{catrow.forumrow.ads.DATE}<br />
{catrow.forumrow.ads.LOCATION}
</span>
</span>
<!-- END ads -->
<!-- BEGIN avatar -->
<span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
<!-- END avatar -->
<span>
<!-- BEGIN switch_topic_title -->
<a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
<!-- END switch_topic_title -->
{catrow.forumrow.USER_LAST_POST}
</span>
</td>
</tr>
<!-- END forumrow -->
<!-- BEGIN tablefoot -->
</tbody>
</table>
</div>
<!-- END tablefoot -->
<!-- END catrow -->
</div>
<!-- BEGIN switch_on_index -->
<div class="main-box clearfix">
<ul>
<li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
<li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
<li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
</ul>
<!-- BEGIN switch_delete_cookies -->
<p class="right">
<a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" rel="nofollow">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
</p>
<!-- END switch_delete_cookies -->
</div>
<!-- END switch_on_index -->
Re: Mudar a aparência
Olá,
Vamos testar o próximo passo
Substitua o seu template pelo abaixo
Depois adiciona mais esse código na sua Folha de estilo CSS
Até mais!
Vamos testar o próximo passo
Substitua o seu template pelo abaixo
- Código:
<div class="pun-crumbs">
<p class="crumbs"><a href="{U_INDEX}"><span>{L_INDEX}</span></a><strong>{NAV_CAT_DESC}</strong></p>
</div>
<div class="main">
<!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
<div class="main-head">
<div class="page-title">{catrow.tablehead.L_FORUM}</div>
</div>
<div class="main-content">
<table cellspacing="0" class="table">
<thead>
<tr>
<th class="tcl">{L_FORUM}</th>
<th class="tc2">{L_TOPICS}</th>
<th class="tc3">{L_POSTS}</th>
<th class="tcr">{L_LASTPOST}</th>
</tr>
</thead>
<tbody class="statused">
<!-- END tablehead -->
<!-- BEGIN forumrow -->
<tr>
<td class="tcl" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: {catrow.forumrow.INC_LEVEL_LEFT};">
<span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</span>
<div class="titulo"></div><h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
<br />
{catrow.forumrow.FORUM_DESC}
<!-- BEGIN switch_moderators_links -->
<br />
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
<strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
</td>
<div class="titulo2"></div>
<div class="dtitulo2">{catrow.forumrow.TOPICS} <b>Tópicos</b> {catrow.forumrow.POSTS} <b>Respostas</b> </div>
<td class="tc2"></td>
<td class="tc3"></td>
<td class="tcr">
<!-- BEGIN ads -->
<span class="AD_LastPA">
<span class="lastpost-avatar"><img src="{catrow.forumrow.ads.IMG}" alt="{catrow.forumrow.ads.TITLE}" /></span>
<span class="AD_LastInfos">
<b><a href="{catrow.forumrow.ads.LINK}">{catrow.forumrow.ads.TITLE}</a></b><br />
{catrow.forumrow.ads.DATE}<br />
{catrow.forumrow.ads.LOCATION}
</span>
</span>
<!-- END ads -->
<!-- BEGIN avatar -->
<span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
<!-- END avatar -->
<span>
<!-- BEGIN switch_topic_title -->
<a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
<!-- END switch_topic_title -->
{catrow.forumrow.USER_LAST_POST}
</span>
</td>
</tr>
<!-- END forumrow -->
<!-- BEGIN tablefoot -->
</tbody>
</table>
</div>
<!-- END tablefoot -->
<!-- END catrow -->
</div>
<!-- BEGIN switch_on_index -->
<div class="main-box clearfix">
<ul>
<li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
<li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
<li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
</ul>
<!-- BEGIN switch_delete_cookies -->
<p class="right">
<a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" rel="nofollow">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
</p>
<!-- END switch_delete_cookies -->
</div>
<!-- END switch_on_index -->
Depois adiciona mais esse código na sua Folha de estilo CSS
- Código:
.view-tenth {
margin-left: -54px!important;
}
.main .main-head {
background-color: #011d5e;
background-repeat-x: no-repeat;
border-bottom: 4px solid #023cc0;
color: #FFF;
font-size: 10px;
font-weight: 300;
height: 2px!important;
padding: 20px;
text-align: center;
}
.titulo {
background-color: #153582;
border-radius: 0 0 0 0;
height: 38px;
margin-left: 221px;
margin-top: 14px;
padding: 11px;
position: absolute;
text-align: center;
width: 604px;
transform: skew(45deg) translateX(-72px);
}
a.forumtitle {
color: #fff!important;
font-size: 22px;
text-decoration: none!important;
margin-left: 370px;
margin-top: 32px;
position: absolute;
}
.pun table td.tcl {
background-color: white;
}
tr {
background: white!important;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: #ffffff;
}
.titulo2 {
background-color: #153582;
border-radius: 0 0 0 0;
height: 38px;
margin-left: 264px;
margin-top: 116px;
padding: 11px;
position: absolute;
text-align: center;
transform: skew(-45deg) translateX(-73px);
width: 604px;
}
.pun table.table td {
border-color: #fff;
}
.dtitulo2 {
color: #fff;
position: absolute;
margin-top: 135px;
margin-left: 357px;
font-size: 17px;
}
Até mais!
Re: Mudar a aparência
ta ficando bem como eu queria. Mas a parte direita aquele bico é pra ficar reto, onde ta escrito: 3 tópicos, 4 respostas, eu queria aquele menu com os principais links que eu mesmo escolheria, se puder por um hover nele eu gradeço. E também falta a parte da última postagem como mostrado na imagem
Como ficou: https://cdn.discordapp.com/attachments/540376694834593802/563549321673310210/unknown.png
Como ficou: https://cdn.discordapp.com/attachments/540376694834593802/563549321673310210/unknown.png
Re: Mudar a aparência
Olá,
Desculpa a demora em dar um retorno,
Altere o CSS por esse
Depois altere o template por esse
Até mais!
Desculpa a demora em dar um retorno,
Altere o CSS por esse
- Código:
.view-tenth {
margin-left: -54px!important;
}
.main .main-head {
background-color: #011d5e;
background-repeat-x: no-repeat;
border-bottom: 4px solid #023cc0;
color: #FFF;
font-size: 10px;
font-weight: 300;
height: 2px!important;
padding: 20px;
text-align: center;
}
.titulo {
background-color: #153582;
border-radius: 0 0 0 0;
height: 38px;
margin-left: 221px;
margin-top: 14px;
padding: 11px;
position: absolute;
text-align: center;
width: 509px;
transform: skew(45deg) translateX(-72px);
}
a.forumtitle {
color: #fff!important;
font-size: 22px;
text-decoration: none!important;
margin-left: 370px;
margin-top: 32px;
position: absolute;
}
.pun table td.tcl {
background-color: white;
}
tr {
background: white!important;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: #ffffff;
}
.titulo2 {
background-color: #153582;
border-radius: 0 0 0 0;
height: 38px;
margin-left: 264px;
margin-top: 101px;
padding: 11px;
position: absolute;
text-align: center;
transform: skew(-45deg) translateX(-73px);
width: 500px;
}
.pun table.table td {
border-color: #fff;
}
.dtitulo2 {
color: #fff;
position: absolute;
margin-top: 135px;
margin-left: 357px;
font-size: 17px;
}
.titulo3 {
background-color: #02194f;
border-radius: 0 0 0 0;
height: 104px;
padding: 11px;
text-align: center;
position: absolute;
width: 216px;
color: white;
margin-top: -70px;
font-size: 15px;
}
a.titlecat {
color: white!important;
text-decoration: none!important;
}
.teste1 {
background: white;
width: 66px;
height: 127px;
position: absolute;
margin-left: 684px;
z-index: 10;
margin-top: 34px;
}
Depois altere o template por esse
- Código:
<div class="pun-crumbs">
<p class="crumbs"><a href="{U_INDEX}"><span>{L_INDEX}</span></a><strong>{NAV_CAT_DESC}</strong></p>
</div>
<div class="main">
<!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
<div class="main-head">
<div class="page-title">{catrow.tablehead.L_FORUM}</div>
</div>
<div class="main-content">
<table cellspacing="0" class="table">
<thead>
<tr>
<th class="tcl"></th>
<th class="tc2"></th>
<th class="tc3"></th>
<th class="tcr"></th>
</tr>
</thead>
<tbody class="statused">
<!-- END tablehead -->
<!-- BEGIN forumrow -->
<tr>
<td class="tcl" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: {catrow.forumrow.INC_LEVEL_LEFT};">
<span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</span>
<div class="titulo"></div><h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
<br />
{catrow.forumrow.FORUM_DESC}
<!-- BEGIN switch_moderators_links -->
<br />
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
<strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
</td>
<div class="titulo2"></div><div class="teste1"></div>
<div class="dtitulo2">{catrow.forumrow.TOPICS} <b>Tópicos</b> {catrow.forumrow.POSTS} <b>Respostas</b> </div>
<td class="tc2"></td>
<td class="tc3"></td>
<td class="tcr">
<!-- BEGIN ads -->
<span class="AD_LastPA">
<span class="lastpost-avatar"><img src="{catrow.forumrow.ads.IMG}" alt="{catrow.forumrow.ads.TITLE}" /></span>
<span class="AD_LastInfos">
<b><a href="{catrow.forumrow.ads.LINK}">{catrow.forumrow.ads.TITLE}</a></b><br />
{catrow.forumrow.ads.DATE}<br />
{catrow.forumrow.ads.LOCATION}
</span>
</span>
<!-- END ads -->
<!-- BEGIN avatar -->
<span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
<!-- END avatar -->
<span>
<!-- BEGIN switch_topic_title -->
<div class="titulo3"><br /><br />
<a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}" class="titlecat">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
{catrow.forumrow.USER_LAST_POST}
</div>
<!-- END switch_topic_title -->
</span>
</td>
</tr>
<!-- END forumrow -->
<!-- BEGIN tablefoot -->
</tbody>
</table>
</div>
<!-- END tablefoot -->
<!-- END catrow -->
</div>
<!-- BEGIN switch_on_index -->
<div class="main-box clearfix">
<ul>
<li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
<li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
<li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
</ul>
<!-- BEGIN switch_delete_cookies -->
<p class="right">
<a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" rel="nofollow">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
</p>
<!-- END switch_delete_cookies -->
</div>
<!-- END switch_on_index -->
Até mais!
Re: Mudar a aparência
print: https://cdn.discordapp.com/attachments/565423214411382788/565611620420550714/unknown.png
Falta colocar o avatar nas ultimas mensagens e apenas o primeiro está ficando com as duas partes em azul, os outros dois não ficam, apenas a parte do titulo fica azul
E o primeiro fórum ta com um quadrado branco estranho
Falta colocar o avatar nas ultimas mensagens e apenas o primeiro está ficando com as duas partes em azul, os outros dois não ficam, apenas a parte do titulo fica azul
E o primeiro fórum ta com um quadrado branco estranho
Re: Mudar a aparência
ja consegui fazer, eu só preciso que me ajude a juntar mais os foruns... eles estão muito separados x.x @AquilesD.
https://cdn.discordapp.com/attachments/565423214411382788/570761032147140619/unknown.png
queria deixar eles uns 10 a 20px só separados
https://cdn.discordapp.com/attachments/565423214411382788/570761032147140619/unknown.png
queria deixar eles uns 10 a 20px só separados
Re: Mudar a aparência
Olá,
Qual é o código que está a usar atualmente?
Fico no aguardo.
Qual é o código que está a usar atualmente?
Fico no aguardo.
Convidado- Convidado
Re: Mudar a aparência
po, ate q enfim alguém c.c
percebi aqui q eu n consegui colocar o avatar no ultimo post, igual ta nessa imagem . Aonde esta o numero 3 é onde eu queria o avatar
CSS:
index_box
percebi aqui q eu n consegui colocar o avatar no ultimo post, igual ta nessa imagem . Aonde esta o numero 3 é onde eu queria o avatar
CSS:
- Código:
@import url('https://fonts.googleapis.com/css?family=Iceberg');
#pun-logo {
width: 1010px !important;
}
#pun-title {
display: none;
}
p#pun-desc {
display: none;
}
/*menu*/
.body {
background-image: url (https://cdn.discordapp.com/attachments/540376694834593802/562093882591019018/topo7.png) !important;
}
#pun-navlinks {
background-color: #011d5e!important;
border: none!important;
}
#pun-navlinks ul {
padding: 1em;
text-align: center;
}
#pun-navlinks ul li a {
font-size: 11px;
padding: .27em;
color: white;
line-height: 27px;
text-transform: uppercase;
}
#pun-navlinks ul li {
font-size: 0;
}
#pun-head {
margin-top: -15px;
margin-left: 5px;
width: 1010px !important;
}
#page-body {
background-color: #fff;
margin-top: 1px;
margin-left: 5px;
}
html, body {
background-color: #4A4857!important;
}
#pun-intro {
background-color: white;
background-image: url(https://i.servimg.com/u/f25/20/05/29/61/fundo411.png) !important;
background-repeat: repeat;
margin-right: 5px !important;
}
div#main-content {
padding: 1.4em;
}
/*FIM DO MENU*/
.main .main-foot, .main .main-head {
background-color: #011d5e;
border-bottom: 4px solid #023cc0;
color: #FFF;
font-size: 16px;
font-weight: 300;
padding: 20px;
text-align: center;
background-repeat-x: no-repeat;
height: 60px;
}
.main .main-head .page-title {
color: #FFF;
font-size: 40px;
font-weight: 300;
text-align: center;
font-family: Arial;
margin-tpo: 40px;
}
.main .main-head .page-title h2 {
color: #FFF;
font-family: Arial,
font-size: 40px;
font-weight: 300;
text-align: center;
margin-tpo: 40px;
}
.main .main-head .page-title .h2 {
color: #FFF;
font-size: 16px;
font-weight: 300;
text-align: center;
font-family: Arial;
}
td.tlc { margin-left: 30px;
}
#logo img {
width: 100%!important;
}
.pun .post .user {
float: left;
margin-left: -18em;
margin-top: -1.8em;
position:relative;
}
.pun .user {
padding-top: 1.6em;
overflow: hidden;
width: 180px;
white-space: normal;
word-wrap: break-word;
display: inline;
}
/*CHATBOX*/
div#chatbox {background: white!important;}
#chatbox_header.main-head {
background-color: #01184e;
border-bottom: 4px solid #AC1E37;
box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
font-size: 13px;
padding: 4px 0 0;
color: white;
line-height: 9px;
}
#chatbox_members {
background: #FFFFFF;
border-right: 1px solid rgba(151, 150, 150, 0.28);
overflow: auto;
position: absolute;
}
.chatbox-title {
float: left;
font-family: Lato;
margin: 3px 0 0;
padding: 2px 5px 0;
width: 15em;
}
.chatbox-title, .chatbox-title a.chat-title {
color: #FFFFFF;
text-decoration: none;
}
#chatbox p span[style="color:green;"], #chatbox p span[style="color:red;"] {
background: rgba(250,250,210,0.07);
border-radius: 2px;
padding: 1px;
}
#chatbox p {
background: #fff;
background-position: bottom;
border-top: solid 1px rgba(203, 203, 203, 0.28);
border-bottom: 1px solid rgba(252, 252, 252, 0.75);
color: #000;
font-size: 12px;
line-height: 1.2em;
}
#chatbox p {
line-height: 1.2em;
}
.chatbox-options {
float: right;
list-style: none;
margin: 2px 0px 5px 0px;
color: white!important;
}
.chatbox-options li, .chatbox-options li a, .chatbox-options li label {
color: white;
}
#chatbox_members .member-title.online {
background: #3D9E68!important;
color: #FFF;
border: 1px solid #3C855C;
border-top: 0;
font-size: 12px;
padding: .5em .25em;
text-align: center;
box-shadow: inset 0px 1px 2px rgba(255, 255, 255, 0.42);
font-weight: 100!important;
}
#chatbox_members .member-title.away {
background: #ACACAC!important;
color: #FFF;
border: 1px solid #979696;
border-top: 0;
font-size: 12px;
padding: .5em .25em;
text-align: center;
box-shadow: inset 0px 1px 2px rgba(255, 255, 255, 0.42);
font-weight: 100!important;
}
#chatbox_footer {
-webkit-box-shadow: inset rgba(255, 255, 255, 1) 0 0 0 1px;
background: #01184e;
border: solid 1px #cbcbcb;
display: block!important;
height: 32px;
left: 0;
padding: 0;
position: absolute;
right: 0;
}
#chatbox_messenger_form {
margin: 5px 20px 0;
background: #01184e;
}
#chatbox_messenger_form #message {
background: rgba(83,80,80,.8);
border: 0;
border-radius: 3px;
color: #01184e;
padding: 2px 2px 2px 5px;
}
#chatbox_messenger_form #message {
box-shadow: inset rgba(248, 248, 248, 1) 0 0 0 1px;
background: rgba(255, 255, 255, 0.8);
border-radius: 3px;
color: #fff;
padding: 2px 2px 2px 5px;
border: 1px solid #E1E3E5!important;
}
#submit_button {
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
background: #28292d;
border-bottom: 2px solid #141518;
border-left: 0;
border-right: 0;
border-top: 0;
color: #fff;
display: inline-block;
font-size: 12px;
padding: 6px 6px;
white-space: nowrap;
height: 20px;
}
#submit_button:hover {
background: #acacac;
border-bottom: 2px solid #979696;
color: #fff;
}
#avatar img {
max-width: 28px;
margin: 4px;
vertical-align: middle;
}
.logged_in {
height: 35px;
}
#pun-visit, .main-box {
background-color: white !important;
border: 0;
font-size: 12px;
display: none;
}
#chatbox.recently-connected:after {
font-family: "trebuchet ms", serif;
font-size: 1.5em; line-height:1.5em; font-weight: bold; color: #8BC34A;
box-shadow:0 0 5px #AED581; display:block; background: #F1F8E9; margin:auto;
width:80%; margin:1.5% auto; padding:1%; white-space: pre;
content: "Bem vindo ao chatbox do Raava RPG!!";
}
/************* TÓPICO ***************/
.paged-head.clearfix {
background: #f3f3f3;
text-align: center;
font-weight: 100;
color: #011d5e;
font-family: 'Iceberg', cursive;
font-size: 14px;
padding: 18px;
border-bottom: 4px solid #3200ff;
}
.main-foot.clearfix {
background: #101075;
border-bottom: 4px solid #3200ff;
color: #fff;
font-family: 'Iceberg', cursive;
font-size: 14px;
font-weight: 100;
padding: 40px;
text-align: center;
}
.user-basic-info a img {
max-height: 400px;
max-width: 200px;
}
.pun .user-ident .username {
position: initial;
text-align: center;
margin-top: 4px;
}
.rank {
text-align: center;
font-size: 16px;
padding: 5px;
background: white;
margin-top: 8px;
}
.pun .post {
border-color: #fff #fff #fff;
background: white;
}
.pun .postbody {
border-radius: 2px;
}
.postfoot {
border-top: 1px solid white;
}
.pun .posthead {
background: #efeded;
border-bottom: 1px solid #c1c1c1;
color: black;
}
.fp {
background-color: #1d0a6d;
padding: 5px;
color: white;
text-align: center;
font-size: 17px;
}
.mp {
background-color: #1d0a6d;
padding: 5px;
color: white;
text-align: center;
font-size: 17px;
}
.banco {
background-color: #1d0a6d;
padding: 5px;
color: white;
text-align: center;
font-size: 17px;
}
.status {
background-color: #1d0a6d;
padding: 5px;
color: white;
text-align: center;
font-size: 17px;
}
.modfp {
background-color: #1d0a6d;
padding: 5px;
color: white;
text-align: center;
font-size: 17px;
}
a.link {
text-decoration: none;
color: white!important;
}
.spacing {
padding: 2px;
}
.pun .user-ident .user-basic-info {
text-align: center;
}
.main .main-foot, .main .main-head {
height: 2px!important;
font-size: 10px;
}
/*CATEGORIA EM ABAS*/
#fa_tt {
display: block;
list-style-type: none;
margin: 10px 0px 10px 0px;
}
#fa_tt li {
display: inline;
padding: 5px;
margin: 0px 0px 0px 5px;
background: #FFFFFF;
border-radius: 5px;
border: 1px solid #000000;
}
#fa_tid {
display: block;
background: #FFFFFF;
border-radius: 5px;
border: 1px solid #000000;
padding: 5px;
margin: 5px;
}
#fa_tabs_title {display: none !important;}
/*CATEGORIA*/
.tc2 {
width: 800px !important;
margin-left:-480px !important;
position: absolute;
margin-top: -20px !important;
background-color: transparent !important;
border: none !important;
z-index:1;
}
.view-tenth {
margin-left: -54px!important;
}
.main .main-head {
background-color: #011d5e;
background-repeat-x: no-repeat;
border-bottom: 4px solid #023cc0;
color: #FFF;
font-size: 10px;
font-weight: 300;
height: 2px!important;
padding: 50px;
text-align: center;
}
#meulink { color: white !important;}
#fundomenu{
width: 465px;
height 46px;
color: white !important;
font-size: 10px;
margin-left: 170px;
position: absolute;
margin-top: -70px;
z-index:3;
background-color: white;
border-left: 10px solid #011d5e;
}
#borda1 {
width: 10px;
height: 42px;
padding: 2px;
line-height:98%;
background-color: #011d5e;
text-transform: uppercase;
text-align: center;
font-size: 10px;
letter-spacing: 1px;
margin-left: 2px;
position: absolute;
webkit-transition:all 1s ease-in-out;
-moz-transition:all 1s ease-in-out;
-o-transition:all 1s ease-in-out;
transition:all 1s ease-in-out;
transition-delay: .25s;
-webkit-transition-delay: .25s;
}
#menu {
position: absolute;
width: 445px;
height: 46px;
border-left: 10px solid #011d5e;
}
#menu2 {
width: 445px;
height: 46px;
padding: 2px;
font-size: 10px;
opacity:0;
text-transform: uppercase;
webkit-transition:all 0s ease-in-out;
-moz-transition:all 0s ease-in-out;
-o-transition:all 0s ease-in-out;
transition:all 0s ease-in-out;
position: absolute;
}
#menu:hover #menu2 {
opacity:1;
webkit-transition:all 0s ease-in-out;
-moz-transition:all 0s ease-in-out;
-o-transition:all 0s ease-in-out;
transition:all 0s ease-in-out;
}
#menu:hover #borda1 {
opacity:1;
webkit-transition:all 1s ease-in-out;
-moz-transition:all 1s ease-in-out;
-o-transition:all 1s ease-in-out;
transition:all 1s ease-in-out;
left: 415px;
transition-delay: .25s;
-webkit-transition-delay: .25s;
}
#menu1{
width: auto;
background-color: #153582;
padding: 2px;
border: none !important;
text-decoration: none!important;
text-align: center;
font-size: 6.5px;
}
#menu1:hover {
width: auto;
background-color: #011d5e;
padding: 2px;
text-align: center;
color: white !important;
font-size: 6.5px;
}
.titulo {
background-color: #153582;
border-radius: 0 0 0 0;
height: 38px;
margin-left: 221px;
margin-top: 14px;
padding: 11px;
position: absolute;
text-align: left;
width: 509px;
transform: skew(45deg) translateX(-72px);
}
a.forumtitle {
color: #fff!important;
font-size: 22px;
text-decoration: none!important;
margin-left: 300px;
margin-top: 32px;
position: absolute;
}
.pun table td.tcl {
background-color: white;
}
tr {
background: white!important;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: #ffffff;
}
.titulo2 {
background-color: #153582;
border-radius: 0 0 0 0;
height: 38px;
margin-left: 264px;
margin-top: 101px;
padding: 11px;
position: absolute;
text-align: center;
transform: skew(-45deg) translateX(-73px);
width: 500px;
}
.pun table.table td {
border-color: #fff;
}
.dtitulo2 {
color: #fff;
position: absolute;
margin-top: 135px;
margin-left: 357px;
font-size: 17px;
}
.titulo3 {
background-color: #02194f;
border-radius: 0 0 0 0;
height: 105px;
padding: 11px;
text-align: right;
position: absolute;
width: 216px;
color: white;
margin-top: -51px;
font-size: 13px;
z-index:2;
}
a.titlecat {
color: white!important;
text-decoration: none!important;
}
.teste1 {
background: white;
width: 80px;
height: 80px;
position: absolute;
margin-left: 690px;
z-index: 10;
margin-top: 54px;
border-radius: 100px;
z-index:4;
}
/*code box*/
.codebox {
background-color: #011d5e;
border: none !important;
padding: 10px;
}
.codebox dt {
text-align: left;
font-size: 16px;
font-family: 'Iceberg', cursive;
color: white;
oppacity: 0.8;
}
.codebox dd {
background-color: white;
overflow: auto !important;
}
.codebox dd::-webkit-scrollbar { width:6px; background:#011d5e; opacity: 0.6; }
.codebox dd::-webkit-scrollbar-thumb { border-radius:10px; background:#408aff;}
.codebox dd::-webkit-scrollbar:horizontal { width:6px!important; background:#011d5e; opacity: 0.6; }
.codebox dd::-webkit-scrollbar-thumb { border-radius:10px; background:#408aff;}
.status {
background-color: #1d0a6d;
color: #fff;
font-size: 17px;
padding: 5px;
text-align: center;
display: none !important;
}
a:-webkit-any-link {
color: -webkit-link;
text-decoration: none;
}
a:-webkit-any-link {
color: -webkit-link;
text-decoration: none;
}
/*menu rapido*/
#fundomenu2{
width: 200px;
height 120px;
color: white !important;
font-size: 10px;
position: absolute;
margin-top: -120px;
margin-left: -40px;
z-index:3;
background-color: white;
}
#borda2 {
width: 15px;
height: 110px;
padding: 2px;
line-height:98%;
background-color: #011d5e;
text-transform: uppercase;
text-align: center;
font-size: 10px;
letter-spacing: 1px;
margin-left: 2px;
position: absolute;
webkit-transition:all 1s ease-in-out;
-moz-transition:all 1s ease-in-out;
-o-transition:all 1s ease-in-out;
transition:all 1s ease-in-out;
transition-delay: .25s;
-webkit-transition-delay: .25s;
}
#menu3 {
position: absolute;
width: 130px;
height: 120px;
}
#menu4 {
width: 130px;
height: 110px;
padding: 2px;
font-size: 10px;
opacity:0;
text-transform: uppercase;
webkit-transition:all 0s ease-in-out;
-moz-transition:all 0s ease-in-out;
-o-transition:all 0s ease-in-out;
transition:all 0s ease-in-out;
position: absolute;
}
#menu3:hover #menu4 {
opacity:0.6;
background-color: white;
webkit-transition:all 0s ease-in-out;
-moz-transition:all 0s ease-in-out;
-o-transition:all 0s ease-in-out;
transition:all 0s ease-in-out;
}
#menu3:hover #borda2 {
opacity:1;
webkit-transition:all 1s ease-in-out;
-moz-transition:all 1s ease-in-out;
-o-transition:all 1s ease-in-out;
transition:all 1s ease-in-out;
left: 135px;
transition-delay: .25s;
-webkit-transition-delay: .25s;
}
index_box
- Código:
<div class="pun-crumbs">
<p class="crumbs"><a href="{U_INDEX}"><span>{L_INDEX}</span></a><strong>{NAV_CAT_DESC}</strong></p>
</div>
<div class="main">
<!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
<div class="main-head">
<div class="page-title">{catrow.tablehead.L_FORUM}</div>
</div>
<div class="main-content">
<table cellspacing="0" class="table">
<tbody class="statused">
<!-- END tablehead -->
<!-- BEGIN forumrow -->
<tr>
<td class="tcl" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: {catrow.forumrow.INC_LEVEL_LEFT};">
<span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</span>
<div class="titulo"></div><h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
<br />
{catrow.forumrow.FORUM_DESC}
<!-- BEGIN switch_moderators_links -->
<br />
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
<strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
</td>
<td class="tc2"><div class="titulo2"></div><div class="dtitulo2"></div></td>
<td class="tc3"></td>
<td class="tcr">
<!-- BEGIN ads -->
<span class="AD_LastPA">
<span class="lastpost-avatar"><img src="{catrow.forumrow.ads.IMG}" alt="{catrow.forumrow.ads.TITLE}" /></span>
<span class="AD_LastInfos">
<b><a href="{catrow.forumrow.ads.LINK}">{catrow.forumrow.ads.TITLE}</a></b><br />
{catrow.forumrow.ads.DATE}<br />
{catrow.forumrow.ads.LOCATION}
</span>
</span>
<!-- END ads -->
<!-- BEGIN avatar -->
<span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
<!-- END avatar -->
<span>
<!-- BEGIN switch_topic_title -->
<div class="titulo3"><div class="teste1">.</div><br /><br />
<a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}" class="titlecat">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
{catrow.forumrow.USER_LAST_POST}
</div>
<!-- END switch_topic_title -->
</span>
</td>
</tr>
<!-- END forumrow -->
<!-- BEGIN tablefoot -->
</tbody>
</table>
</div>
<!-- END tablefoot -->
<!-- END catrow -->
</div>
<!-- BEGIN switch_on_index -->
<div class="main-box clearfix">
<ul>
<li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
<li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
<li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
</ul>
<!-- BEGIN switch_delete_cookies -->
<p class="right">
<a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" rel="nofollow">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
</p>
<!-- END switch_delete_cookies -->
</div>
<!-- END switch_on_index -->
Re: Mudar a aparência
Olá,
Adiciona esse código na sua Folha de estilo CSS
Até mais!
Adiciona esse código na sua Folha de estilo CSS
- Código:
.lastpost-avatar {
z-index: 10;
position: absolute!important;
margin-top: -23px!important;
}
.titulo3 {
margin-top: -71px!important;
}
Até mais!
Re: Mudar a aparência
o avatar apareceu, agora falta só juntar um pouco mais os foruns q estão mt separados
Re: Mudar a aparência
Olá,
Adiciona esses códigos abaixo em sua Folha de estilo CSS
Até mais!
Adiciona esses códigos abaixo em sua Folha de estilo CSS
- Código:
.pun table.table td {
padding: 0px 0px!important;
line-height: 76%!important;
}
.view-tenth {
margin-top: 7px;
}
.titulo3 {
margin-top: -64px!important;
width: 228px!important;
line-height: 13px;
}
Até mais!
Re: Mudar a aparência
Questão abandonadaEsta questão foi abandonada pelo seu autor, mas foi considerada resolvida pela equipa de suporte.De acordo com o regulamento do setor de suporte, Art. 5/Deveres, tópicos com 5 dias serão arquivados. Apesar de abandonado, este tópico tem uma solução e portanto será marcado como resolvido e movido para o arquivo de questões resolvidas. |
tikky- Admineiro
- Membro desde : 13/01/2017
Mensagens : 7964
Pontos : 9219
Tópicos semelhantes
» Mudar estilo do link e mudar posição do avatar,rank e etc...
» Mudar lado de usuários online do chatbox & mudar conectado
» Mudar de phpbb3 para phpbb2 sem mudar imagens
» Mudar cor
» Como mudar essa cor, sem mudar as outras?
» Mudar lado de usuários online do chatbox & mudar conectado
» Mudar de phpbb3 para phpbb2 sem mudar imagens
» Mudar cor
» Como mudar essa cor, sem mudar as outras?
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre a aparência do fórum :: Questões resolvidas sobre a aparência do fórum
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos