Questão sobre perfil.
4 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
Questão sobre perfil.
Ola.
Gostaria de primeiramente o nome do usuario ficar em cima do avatar e com nome pouco grande.
Segundo queria que as dimensões dos avatares do perfil do usuários fica-sem igual a aqui do forum. Porque dependente das dimensões dos avantares que os usuários coloca ela fica apenas de um tamanho e perdem a qualidade da imagem e ainda fica com uma borda ao lado.
Exemplo:
Avatar de um usuario aqui do forum forumeiros: ( No qual quero que fique deste modelo )
https://imgur.com/MAb9YBM
Mesmo avatar usado em meu forum: ( No qual acho pessimo isso )
https://imgur.com/C2IXf3e
Perde o tamanho, a qualidade das imagens e além disso deixa o perfil feio...
Aguardo respostas.
Gostaria de primeiramente o nome do usuario ficar em cima do avatar e com nome pouco grande.
Segundo queria que as dimensões dos avatares do perfil do usuários fica-sem igual a aqui do forum. Porque dependente das dimensões dos avantares que os usuários coloca ela fica apenas de um tamanho e perdem a qualidade da imagem e ainda fica com uma borda ao lado.
Exemplo:
Avatar de um usuario aqui do forum forumeiros: ( No qual quero que fique deste modelo )
https://imgur.com/MAb9YBM
Mesmo avatar usado em meu forum: ( No qual acho pessimo isso )
https://imgur.com/C2IXf3e
Perde o tamanho, a qualidade das imagens e além disso deixa o perfil feio...
Aguardo respostas.
Re: Questão sobre perfil.
Procure no seu CSS por:
e remova tudo que tiver dentro dos { }, incluindo o próprio .postprofile dt img, e adicione no final de sua folha:
[]'s
- Código:
.postprofile dt img
e remova tudo que tiver dentro dos { }, incluindo o próprio .postprofile dt img, e adicione no final de sua folha:
- Código:
.postprofile dt img {
border: 5px solid #E6E6E6;
box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
margin-bottom: 10px;
max-width: 200px;
max-height: 400px;
}
[]'s
Re: Questão sobre perfil.
Saudações,
Mande me teu Template viewtopic_body.
Preciso dele para assim fazer algumas modificações.
Abraços.
Sennior
Mande me teu Template viewtopic_body.
Preciso dele para assim fazer algumas modificações.
Abraços.
Sennior
Re: Questão sobre perfil.
Olá! @Sennior
Segue:
Segue:
- Código:
<script type="text/javascript">
//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
$(function(){
if(typeof(_atc) == "undefined") {
_atc = { };
}
_atc.cwait = 0;
$('.addthis_button').mouseup(function(){
if ($('#at15s').css('display') == 'block') {
addthis_close();
}
});
});
var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
showHiddenMessage = function(id)
{
try
{
var regId = parseInt(id, 10);
if( isNaN(regId) ) { regId = 0; }
if( regId > 0)
{
$('.post--' + id).toggle(0, function()
{
if( $(this).is(":visible") )
{
$('#hidden-title--' + id).html(hiddenMsgLabel.visible);
}
else
{
$('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
}
});
}
}
catch(e) { }
return false;
};
//]]>
</script>
<h1 class="page-title">
<a href="{TOPIC_URL}">{TOPIC_TITLE}</a>
</h1>
<div class="topic-actions">
<div class="buttons">
<!-- BEGIN switch_user_authpost -->
<a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>
<!-- END switch_user_authpost -->
<!-- BEGIN switch_user_authreply -->
<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
<!-- END switch_user_authreply -->
</div>
<div class="pathname-box">
<p itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
<a class="nav" href="{U_INDEX}" itemprop="url"><span itemprop="title">{L_INDEX}</span></a>
<!--{NAV_SEP}<a class="nav" href="{U_ALBUM}" itemprop="url"><span itemprop="title">{L_ALBUM}</span></a>-->
{NAV_CAT_DESC}
</p>
</div>
<p class="right">
<!-- BEGIN switch_twitter_btn -->
<span>
<a href="https://twitter.com/share" class="twitter-share-button" data-via="{TWITTER}">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</span>
<!-- END switch_twitter_btn -->
<!-- BEGIN switch_fb_likebtn -->
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/{LANGUAGE}/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<span class="fb-like" data-href="{FORUM_URL}{TOPIC_URL}" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></span>
<!-- END switch_fb_likebtn -->
</p>
<div class="pagination">
{PAGE_NUMBER}
•
<a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pub=forumotion">{L_SHARE}</a>
<!-- BEGIN switch_plus_menu -->
•
<script type="text/javascript">//<![CDATA[
var url_favourite = '{U_FAVOURITE_JS_PLUS_MENU}';
var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
insert_plus_menu_new('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
//]]>
</script>
<!-- END switch_plus_menu -->
</div>
<div class="clear"></div>
</div>
<!-- BEGIN topicpagination -->
<p class="pagination">{PAGINATION}</p>
<!-- END topicpagination -->
<p class="left-box"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#bottom">{L_GOTO_DOWN}</a></p>
<div class="clear"></div>
{POLL_DISPLAY}
<!-- BEGIN postrow -->
<!-- BEGIN hidden -->
<div class="post {postrow.hidden.ROW_COUNT}">
<div class="inner">
<span class="corners-top"><span></span></span>
<p style="text-align:center">{postrow.hidden.MESSAGE}</p>
<div class="clear"></div>
<span class="corners-bottom"><span></span></span>
</div>
</div>
<!-- END hidden -->
<!-- BEGIN displayed -->
<div id="p{postrow.displayed.U_POST_ID}" class="post {postrow.displayed.ROW_COUNT}{postrow.displayed.ONLINE_IMG_NEW} post--{postrow.displayed.U_POST_ID}"{postrow.displayed.THANK_BGCOLOR} style="{postrow.displayed.DISPLAYABLE_STATE}">
<div class="inner"><span class="corners-top"><span></span></span>
<div style="position: relative; top: -30px; width: 1px;" id="{postrow.displayed.U_POST_ID}"></div>
<div class="postbody">
<ul class="profile-icons">
<li>{postrow.displayed.THANK_IMG}</li>
<li>{postrow.displayed.MULTIQUOTE_IMG}</li>
<li>{postrow.displayed.QUOTE_IMG}</li>
<li>{postrow.displayed.EDIT_IMG}</li>
<li>{postrow.displayed.DELETE_IMG}</li>
<li>{postrow.displayed.IP_IMG}</li>
<li>{postrow.displayed.REPORT_IMG_NEW}</li>
</ul>
<h2 class="topic-title">{postrow.displayed.ICON} <a href="{postrow.displayed.POST_URL}">{postrow.displayed.POST_SUBJECT}</a></h2>
<p class="author"><img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" /> {L_TOPIC_BY} {postrow.displayed.POSTER_NAME} {postrow.displayed.POST_DATE_NEW}</p>
<div class="clearfix"></div>
<!-- BEGIN switch_vote_active -->
<div class="vote gensmall">
<!-- BEGIN switch_vote -->
<div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
<!-- END switch_vote -->
<!-- BEGIN switch_bar -->
<div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
<!-- BEGIN switch_vote_plus -->
<div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
<!-- END switch_vote_plus -->
<!-- BEGIN switch_vote_minus -->
<div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
<!-- END switch_vote_minus -->
</div>
<!-- END switch_bar -->
<!-- BEGIN switch_no_bar -->
<div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
<!-- END switch_no_bar -->
<!-- BEGIN switch_vote -->
<div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
<!-- END switch_vote -->
</div>
<!-- END switch_vote_active -->
<div style="display:none"></div>
<div class="content clearfix">
<div>{postrow.displayed.MESSAGE}</div>
<!-- BEGIN switch_attachments -->
<dl class="attachbox">
<dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
<dd class="attachments">
<!-- BEGIN switch_post_attachments -->
<dl class="file clearfix">
<dt>
<img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" alt=""/>
</dt>
<dd>
<!-- BEGIN switch_dl_att -->
<span><a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}</span>
<!-- END switch_dl_att -->
<!-- BEGIN switch_no_dl_att -->
<span>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}</span>
<!-- END switch_no_dl_att -->
<!-- BEGIN switch_no_comment -->
<span>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</span>
<!-- END switch_no_comment -->
<!-- BEGIN switch_no_dl_att -->
<span><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></span>
<!-- END switch_no_dl_att -->
<span>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</span>
</dd>
</dl>
<!-- END switch_post_attachments -->
</dd>
</dl>
<!-- END switch_attachments -->
</div>
{postrow.displayed.EDITED_MESSAGE}
<!-- BEGIN switch_signature -->
<div class="signature_div" id="sig{postrow.displayed.U_POST_ID}">{postrow.displayed.SIGNATURE_NEW}</div>
<!-- END switch_signature -->
</div>
<div class="postprofile" id="profile{postrow.displayed.U_POST_ID}">
<!-- div class="online2"></div-->
<dl>
<dt>
{postrow.displayed.POSTER_AVATAR}
<br /><strong style="font-size:1.2em">{postrow.displayed.POSTER_NAME}</strong>
</dt>
<dd>{postrow.displayed.POSTER_RANK_NEW}{postrow.displayed.RANK_IMAGE}</dd>
<dd><br /></dd>
<dd>
<!-- BEGIN profile_field -->
<div id="infoperfil">{postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}</div>
<!-- END profile_field -->
{postrow.displayed.POSTER_RPG}
</dd>
<dd><br /></dd>
<dd>
{postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field -->
</dd>
</dl>
</div>
<div class="clear"></div>
<p class="right"><a href="#top">{L_BACK_TO_TOP}</a> <a href="#bottom">{L_GOTO_DOWN}</a></p>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- BEGIN first_post_br -->
<hr id="first-post-br" />
<!-- END first_post_br -->
<!-- END displayed -->
<!-- END postrow -->
<a name="bottomtitle"></a>
<!-- BEGIN topicpagination -->
<p class="pagination">{PAGINATION}</p>
<!-- END topicpagination -->
<p class="left-box"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#top">{L_BACK_TO_TOP}</a></p>
<div class="clear"></div>
<div class="noprint">
<!-- BEGIN switch_user_logged_in -->
<!-- BEGIN watchtopic -->
<p class="right">{S_WATCH_TOPIC}</p>
<!-- END watchtopic -->
<!-- END switch_user_logged_in -->
</div>
<!-- BEGIN promot_trafic -->
<div class="post row2" id="ptrafic_close" style="display:none;font-size:1.3em;line-height:1.4em">
<span class="corners-top"><span></span></span>
<span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="" border="0" /></a></span>
<span class="ptrafic"> {PROMOT_TRAFIC_TITLE}</span>
<span class="corners-bottom"><span></span></span>
</div>
<div class="post row2" id="ptrafic_open" style="display:'';font-size:1.3em;line-height:1.4em">
<span class="corners-top"><span></span></span>
<span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="" border="0" /></a></span>
<span class="ptrafic"> {PROMOT_TRAFIC_TITLE}</span>
<div class="clear"></div>
<div>
<!-- BEGIN link -->
» <a href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}" rel="nofollow">{promot_trafic.link.TITLE}</a><br />
<!-- END link -->
</div>
<span class="corners-bottom"><span></span></span>
</div>
<!-- END promot_trafic -->
<!-- BEGIN switch_forum_rules -->
<div class="post row1" id="forum_rules">
<span class="corners-top"><span></span></span>
<div class="h3"> {L_FORUM_RULES}</div>
<div class="clear"></div>
<table class="postbody">
<tr>
<!-- BEGIN switch_forum_rule_image -->
<td class="logo">
<img src="{RULE_IMG_URL}" alt="" />
</td>
<!-- END switch_forum_rule_image -->
<td class="rules content">
{RULE_MSG}
</td>
</tr>
</table>
<span class="corners-bottom"><span></span></span>
</div>
<!-- END switch_forum_rules -->
<!-- BEGIN switch_user_logged_in -->
<a name="quickreply"></a>
{QUICK_REPLY_FORM}
<!-- END switch_user_logged_in -->
<hr />
<div class="topic-actions">
<div class="buttons">
<!-- BEGIN switch_user_authpost -->
<a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>
<!-- END switch_user_authpost -->
<!-- BEGIN switch_user_authreply -->
<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
<!-- END switch_user_authreply -->
</div>
<div class="pathname-box">
<p><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC}</p>
</div>
<div class="pagination">
{PAGE_NUMBER}
</div>
</div>
<div class="clear"></div>
<!-- BEGIN viewtopic_bottom -->
<form action="{S_JUMPBOX_ACTION}" method="get" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
<fieldset class="jumpbox">
<label>{L_JUMP_TO}: </label>
{S_JUMPBOX_SELECT}
<input class="button2" type="submit" value="{L_GO}" />
</fieldset>
</form>
<!-- END viewtopic_bottom -->
<!-- BEGIN viewtopic_bottom -->
<form method="get" action="{S_FORM_MOD_ACTION}">
<fieldset class="quickmod">
<input type="hidden" name="t" value="{TOPIC_ID}" />
<!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
<input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />
<label>{L_MOD_TOOLS}: </label>
{S_SELECT_MOD}
<input class="button2" type="submit" value="{L_GO}" />
</fieldset>
</form>
<div class="clear"></div>
<p class="right">{S_TOPIC_ADMIN}</p>
<!-- END viewtopic_bottom -->
<!-- BEGIN show_permissions -->
<div class="h3">{L_TABS_PERMISSIONS}</div>
{S_AUTH_LIST}
<!-- END show_permissions -->
<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.postbody .content', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize -->
<script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>
Re: Questão sobre perfil.
Saudações,
Altere:
Algo mais?
Sennior
Altere:
- Código:
<script type="text/javascript">
//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
$(function(){
if(typeof(_atc) == "undefined") {
_atc = { };
}
_atc.cwait = 0;
$('.addthis_button').mouseup(function(){
if ($('#at15s').css('display') == 'block') {
addthis_close();
}
});
});
var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
showHiddenMessage = function(id)
{
try
{
var regId = parseInt(id, 10);
if( isNaN(regId) ) { regId = 0; }
if( regId > 0)
{
$('.post--' + id).toggle(0, function()
{
if( $(this).is(":visible") )
{
$('#hidden-title--' + id).html(hiddenMsgLabel.visible);
}
else
{
$('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
}
});
}
}
catch(e) { }
return false;
};
//]]>
</script>
<h1 class="page-title">
<a href="{TOPIC_URL}">{TOPIC_TITLE}</a>
</h1>
<div class="topic-actions">
<div class="buttons">
<!-- BEGIN switch_user_authpost -->
<a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>
<!-- END switch_user_authpost -->
<!-- BEGIN switch_user_authreply -->
<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
<!-- END switch_user_authreply -->
</div>
<div class="pathname-box">
<p itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
<a class="nav" href="{U_INDEX}" itemprop="url"><span itemprop="title">{L_INDEX}</span></a>
<!--{NAV_SEP}<a class="nav" href="{U_ALBUM}" itemprop="url"><span itemprop="title">{L_ALBUM}</span></a>-->
{NAV_CAT_DESC}
</p>
</div>
<p class="right">
<!-- BEGIN switch_twitter_btn -->
<span>
<a href="https://twitter.com/share" class="twitter-share-button" data-via="{TWITTER}">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</span>
<!-- END switch_twitter_btn -->
<!-- BEGIN switch_fb_likebtn -->
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/{LANGUAGE}/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<span class="fb-like" data-href="{FORUM_URL}{TOPIC_URL}" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></span>
<!-- END switch_fb_likebtn -->
</p>
<div class="pagination">
{PAGE_NUMBER}
•
<a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pub=forumotion">{L_SHARE}</a>
<!-- BEGIN switch_plus_menu -->
•
<script type="text/javascript">//<![CDATA[
var url_favourite = '{U_FAVOURITE_JS_PLUS_MENU}';
var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
insert_plus_menu_new('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
//]]>
</script>
<!-- END switch_plus_menu -->
</div>
<div class="clear"></div>
</div>
<!-- BEGIN topicpagination -->
<p class="pagination">{PAGINATION}</p>
<!-- END topicpagination -->
<p class="left-box"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#bottom">{L_GOTO_DOWN}</a></p>
<div class="clear"></div>
{POLL_DISPLAY}
<!-- BEGIN postrow -->
<!-- BEGIN hidden -->
<div class="post {postrow.hidden.ROW_COUNT}">
<div class="inner">
<span class="corners-top"><span></span></span>
<p style="text-align:center">{postrow.hidden.MESSAGE}</p>
<div class="clear"></div>
<span class="corners-bottom"><span></span></span>
</div>
</div>
<!-- END hidden -->
<!-- BEGIN displayed -->
<div id="p{postrow.displayed.U_POST_ID}" class="post {postrow.displayed.ROW_COUNT}{postrow.displayed.ONLINE_IMG_NEW} post--{postrow.displayed.U_POST_ID}"{postrow.displayed.THANK_BGCOLOR} style="{postrow.displayed.DISPLAYABLE_STATE}">
<div class="inner"><span class="corners-top"><span></span></span>
<div style="position: relative; top: -30px; width: 1px;" id="{postrow.displayed.U_POST_ID}"></div>
<div class="postbody">
<ul class="profile-icons">
<li>{postrow.displayed.THANK_IMG}</li>
<li>{postrow.displayed.MULTIQUOTE_IMG}</li>
<li>{postrow.displayed.QUOTE_IMG}</li>
<li>{postrow.displayed.EDIT_IMG}</li>
<li>{postrow.displayed.DELETE_IMG}</li>
<li>{postrow.displayed.IP_IMG}</li>
<li>{postrow.displayed.REPORT_IMG_NEW}</li>
</ul>
<h2 class="topic-title">{postrow.displayed.ICON} <a href="{postrow.displayed.POST_URL}">{postrow.displayed.POST_SUBJECT}</a></h2>
<p class="author"><img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" /> {L_TOPIC_BY} {postrow.displayed.POSTER_NAME} {postrow.displayed.POST_DATE_NEW}</p>
<div class="clearfix"></div>
<!-- BEGIN switch_vote_active -->
<div class="vote gensmall">
<!-- BEGIN switch_vote -->
<div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
<!-- END switch_vote -->
<!-- BEGIN switch_bar -->
<div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
<!-- BEGIN switch_vote_plus -->
<div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
<!-- END switch_vote_plus -->
<!-- BEGIN switch_vote_minus -->
<div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
<!-- END switch_vote_minus -->
</div>
<!-- END switch_bar -->
<!-- BEGIN switch_no_bar -->
<div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
<!-- END switch_no_bar -->
<!-- BEGIN switch_vote -->
<div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
<!-- END switch_vote -->
</div>
<!-- END switch_vote_active -->
<div style="display:none"></div>
<div class="content clearfix">
<div>{postrow.displayed.MESSAGE}</div>
<!-- BEGIN switch_attachments -->
<dl class="attachbox">
<dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
<dd class="attachments">
<!-- BEGIN switch_post_attachments -->
<dl class="file clearfix">
<dt>
<img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" alt=""/>
</dt>
<dd>
<!-- BEGIN switch_dl_att -->
<span><a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}</span>
<!-- END switch_dl_att -->
<!-- BEGIN switch_no_dl_att -->
<span>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}</span>
<!-- END switch_no_dl_att -->
<!-- BEGIN switch_no_comment -->
<span>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</span>
<!-- END switch_no_comment -->
<!-- BEGIN switch_no_dl_att -->
<span><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></span>
<!-- END switch_no_dl_att -->
<span>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</span>
</dd>
</dl>
<!-- END switch_post_attachments -->
</dd>
</dl>
<!-- END switch_attachments -->
</div>
{postrow.displayed.EDITED_MESSAGE}
<!-- BEGIN switch_signature -->
<div class="signature_div" id="sig{postrow.displayed.U_POST_ID}">{postrow.displayed.SIGNATURE_NEW}</div>
<!-- END switch_signature -->
</div>
<div class="postprofile" id="profile{postrow.displayed.U_POST_ID}">
<!-- div class="online2"></div-->
<dl>
<dt> <strong style="font-size:1.9em">{postrow.displayed.POSTER_NAME}</strong>
{postrow.displayed.POSTER_AVATAR}
<br />
</dt>
<dd>{postrow.displayed.POSTER_RANK_NEW}{postrow.displayed.RANK_IMAGE}</dd>
<dd><br /></dd>
<dd>
<!-- BEGIN profile_field -->
<div id="infoperfil">{postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}</div>
<!-- END profile_field -->
{postrow.displayed.POSTER_RPG}
</dd>
<dd><br /></dd>
<dd>
{postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field -->
</dd>
</dl>
</div>
<div class="clear"></div>
<p class="right"><a href="#top">{L_BACK_TO_TOP}</a> <a href="#bottom">{L_GOTO_DOWN}</a></p>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- BEGIN first_post_br -->
<hr id="first-post-br" />
<!-- END first_post_br -->
<!-- END displayed -->
<!-- END postrow -->
<a name="bottomtitle"></a>
<!-- BEGIN topicpagination -->
<p class="pagination">{PAGINATION}</p>
<!-- END topicpagination -->
<p class="left-box"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#top">{L_BACK_TO_TOP}</a></p>
<div class="clear"></div>
<div class="noprint">
<!-- BEGIN switch_user_logged_in -->
<!-- BEGIN watchtopic -->
<p class="right">{S_WATCH_TOPIC}</p>
<!-- END watchtopic -->
<!-- END switch_user_logged_in -->
</div>
<!-- BEGIN promot_trafic -->
<div class="post row2" id="ptrafic_close" style="display:none;font-size:1.3em;line-height:1.4em">
<span class="corners-top"><span></span></span>
<span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="" border="0" /></a></span>
<span class="ptrafic"> {PROMOT_TRAFIC_TITLE}</span>
<span class="corners-bottom"><span></span></span>
</div>
<div class="post row2" id="ptrafic_open" style="display:'';font-size:1.3em;line-height:1.4em">
<span class="corners-top"><span></span></span>
<span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="" border="0" /></a></span>
<span class="ptrafic"> {PROMOT_TRAFIC_TITLE}</span>
<div class="clear"></div>
<div>
<!-- BEGIN link -->
» <a href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}" rel="nofollow">{promot_trafic.link.TITLE}</a><br />
<!-- END link -->
</div>
<span class="corners-bottom"><span></span></span>
</div>
<!-- END promot_trafic -->
<!-- BEGIN switch_forum_rules -->
<div class="post row1" id="forum_rules">
<span class="corners-top"><span></span></span>
<div class="h3"> {L_FORUM_RULES}</div>
<div class="clear"></div>
<table class="postbody">
<tr>
<!-- BEGIN switch_forum_rule_image -->
<td class="logo">
<img src="{RULE_IMG_URL}" alt="" />
</td>
<!-- END switch_forum_rule_image -->
<td class="rules content">
{RULE_MSG}
</td>
</tr>
</table>
<span class="corners-bottom"><span></span></span>
</div>
<!-- END switch_forum_rules -->
<!-- BEGIN switch_user_logged_in -->
<a name="quickreply"></a>
{QUICK_REPLY_FORM}
<!-- END switch_user_logged_in -->
<hr />
<div class="topic-actions">
<div class="buttons">
<!-- BEGIN switch_user_authpost -->
<a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>
<!-- END switch_user_authpost -->
<!-- BEGIN switch_user_authreply -->
<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
<!-- END switch_user_authreply -->
</div>
<div class="pathname-box">
<p><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC}</p>
</div>
<div class="pagination">
{PAGE_NUMBER}
</div>
</div>
<div class="clear"></div>
<!-- BEGIN viewtopic_bottom -->
<form action="{S_JUMPBOX_ACTION}" method="get" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
<fieldset class="jumpbox">
<label>{L_JUMP_TO}: </label>
{S_JUMPBOX_SELECT}
<input class="button2" type="submit" value="{L_GO}" />
</fieldset>
</form>
<!-- END viewtopic_bottom -->
<!-- BEGIN viewtopic_bottom -->
<form method="get" action="{S_FORM_MOD_ACTION}">
<fieldset class="quickmod">
<input type="hidden" name="t" value="{TOPIC_ID}" />
<!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
<input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />
<label>{L_MOD_TOOLS}: </label>
{S_SELECT_MOD}
<input class="button2" type="submit" value="{L_GO}" />
</fieldset>
</form>
<div class="clear"></div>
<p class="right">{S_TOPIC_ADMIN}</p>
<!-- END viewtopic_bottom -->
<!-- BEGIN show_permissions -->
<div class="h3">{L_TABS_PERMISSIONS}</div>
{S_AUTH_LIST}
<!-- END show_permissions -->
<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.postbody .content', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize -->
<script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>
Algo mais?
Sennior
Re: Questão sobre perfil.
Olá amigo.
O nome ficou em cima!
Mas os avatares dos perfis continua do mesmo formato...
O nome ficou em cima!
Mas os avatares dos perfis continua do mesmo formato...
Re: Questão sobre perfil.
Olá @Jean_Xd,
Isso é porque o código está forçando a largura e altura do avatar.
Poderia me conceder a sua folha de estilos para fazer as modificações?
Até mais.
Isso é porque o código está forçando a largura e altura do avatar.
Poderia me conceder a sua folha de estilos para fazer as modificações?
Até mais.
Re: Questão sobre perfil.
Olá amigo @iChees !
Segue abaixo:
Segue abaixo:
- Código:
ul.linklist.navlinks > li > a {
display: inline-block!important;
line-height: 44px!important;
position: relative!important;
top: -9px!important;
}
a.mainmenu {
background: white!important;
}
ul.linklist.navlinks > li > a {
display: inline-block!important;
line-height: 44px!important;
position: relative!important;
top: -10px!important;
background: white!important;
}
ul.forums{border:15px solid #f2f2f2;}
div.topic-title-container {
display: inline;
font-size: 12px;
text-align: center;
}
#page-header #search-box {
display: none;
}
em{
font-style: normal;
}
.module .postbody .postbody-head {
background-color: #e5e6e7;
}
.post-footer {
background-color: #CCCCCC;
}
.post .post-header {
background-color: #CCCCCC;
}
.headerbar {margin-bottom:0;}
blockquote {
background-color:#CCCCCC;
}
ul.linklist li a img {
filter:alpha(opacity=30);
-moz-opacity: 0.3;
opacity: 0.3;
}
ul.linklist li a img:hover {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
cursor:allowed;
}
a {
outline: none;
}
#modo {
display: none;
}
.table tbody.statused tr td.tcl:hover #modo {
display: block;
}
az, bl, azul, blue, .az {text-shadow: 0px 0px 5px blue;color: blue;}
v, vermelho, red, .v {text-shadow: 0px 0px 5px red;color: red;}
rx, roxo, purple, rox, .rx {text-shadow: 0px 0px 5px #b300ff;color: #b300ff;}
am, amarelo, yelow, .am {text-shadow: 0px 0px 5px #fbff00;color: #fbff00;}
c, ciano, cyan, .c {text-shadow: 0px 0px 5px #00e6ff;color: #00e6ff;}
r, rosa, pink, .r {text-shadow: 0px 0px 5px #ff7fee;color: #ff7fee;}
vr, verde, green, .vr {text-shadow: 0px 0px 5px #11ff00;color: #11ff00;}
l, laranja, orange, naruto, .l {text-shadow: 0px 0px 5px #ff9500;color: #ff9500;}
m, marron, brown, .m {text-shadow: 0px 0px 5px #7d4f0f;color: #7d4f0f;}
w, branco, white, .w {text-shadow: 0px 0px 5px #ffffff;}
pr, preto, black, .pr {text-shadow: 0px 0px 5px #000000;}
sp, .sp {text-shadow: 0px 0px 5px #0072ff;color: #0072ff !important;}
a[href="/u1"] {
background: url("http://i45.servimg.com/u/f45/15/95/60/34/glitte10.gif");
}
a[href="/u1"] {
text-shadow: 0px 0px 10px #FF1493;
}
a[href="/u5"] {
background: url("http://i46.servimg.com/u/f46/16/56/73/62/th/att11110.gif");
}
.post span.postdetails a img:first-child,.postprofile dl dt a img:first-child,.post div.user-ident div.user-basic-info a img:first-child,dl.postdetails dl a img:first-child{width:170px;height:220px}
a[href="/u5"] {
text-shadow: 0px 0px 5px #FF3300;
}
a[href="/u106"] {
text-shadow: 0px 0px 5px #FF3300;
}
a[href="/u106"] {
background: url("http://i46.servimg.com/u/f46/16/56/73/62/th/att11110.gif");
}
a[href="/u104"] {
text-shadow: 0px 0px 15px #FF4500;
}
a[href="/u104"] {
background: url("http://i45.servimg.com/u/f45/15/95/60/34/glitte10.gif");
}
a[href="/u110"] {
text-shadow: 0px 0px 5px #DEB887;
}
a[href="/u110"] {
background: url("http://i45.servimg.com/u/f45/15/95/60/34/glitte10.gif");
}
a[href="/u178"] {
text-shadow: 0px 0px 5px #FF1493;
}
a[href="/u181"] {
text-shadow: 0px 0px 5px #FF1493;
}
a[href="/u177"] {
text-shadow: 0px 0px 5px #FF1493;
}
a[href="/u174"] {
text-shadow: 0px 0px 5px #0000FF;
}
a[href="/u173"] {
text-shadow: 0px 0px 5px #00FA9A;
}
a[href="/u183"] {
text-shadow: 0px 0px 5px #D2691E;
}
a[href="/u184"] {
text-shadow: 0px 0px 5px #7CFC00;
}
a[href="/u180"] {
text-shadow: 0px 0px 5px #00FA9A;
}
.postprofile dt img {
border: 5px #e6e6e6 solid;
box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
margin-bottom: 10px;
width: 200px;
height: 400px;
}
.h3 {
background-color: #1C1C1C;
padding: 15px;
color: #fff;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
.row {border-top: 0 transparent !important}
.icon {
background: none!important;
background-color: none!important;
border: 1px solid #000;
border-radius: 2px;
box-shadow: 0 0 0 1px rgba(255,255,255,0.07) inset;
color: #FFF!important;
overflow: hidden;
text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}
.forabg {
background: #fff !important;
border-radius: 0 !important;
padding: 5px !important;
}.dterm, .topics, .posts, .lastpost, .icon {border: none !important}
.row .icon .topics, .row .icon .posts { background-color: rgba(239,239,239,0.28);height: 90px}
.table-title {font-family: helvetica,arial,sans-serif !important; font-size: 1em; font-style: normal; font-variant: normal; font-weight: 400;color: #fff; font-size: 14px; font-weight: 300; text-shadow: 0 -1px 0 rgba(0,0,0,0.5);}
.h3 {
border-bottom: 0 none!important;
border-radius: 4px 4px 0 0!important;
border-top: 1px solid #555!important;
color: #fff!important;
margin: 0!important;
padding: 15px!important;
text-shadow: 0 -1px 0 rgba(0,0,0,0.5)!important;
border: 1px solid rgb(0, 0, 0);
background-color: rgb(0, 0, 0);
background: url(http://www.lmg.lt/forumas/public/style_images/LMG_Images/shine.png) repeat-x scroll 50% 50% black;
border: 2px solid #333;
border-radius: 2px;
box-shadow: 0 0 0 1px rgba(255,255,255,0.07) inset;
color: #FFF!important;
margin: 3px;
overflow: hidden;
padding: 11px;
text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}
.pun .main table td.tc2 {
background: #fff!important;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: rgba(239,239,239,0.28);
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: #f4f4f4;
}
.pun .table .tc2, .pun .table .tc3 {
width: 11%!important;
}
.pun .table .tc2, .pun .table .tc3 {
text-align: center;
width: 10%;
}
.pun table.table td {
background: #fff;
border: 0;
}
.pun table.table td {
background-color: #fbfbfb;
border-color: #ddd;
border-style: solid none none solid;
border-width: 1px;
line-height: 130%;
padding: .6em 0 .7em;
}
.pun .main-content {
background: #F2F2F2!important;
border: 0px;
padding: 9px;
}
body {background: #e0e0e0 !Important}
.module {
background-color: #fff !Important;
margin-bottom: 4px !Important;
overflow: hidden !Important;
background: transparent!important;
color: #666 !Important;
font-size: 12px !IMPORTANT;
margin-top: -1px !Important;
border: 7px solid #f2f2f2 !important;
padding: 0px!important;
}
#content-container div#right{margin-top: 50px !important;}
.module .main-head {
border-bottom: 3px solid #F00;
border-radius: 0px !important;
}
ul.linklist.navlinks > li > a {
display: inline-block!important;
line-height: 44px!important;
position: relative!important;
top: -10px!important;
background: none !important;
color: #FFF !important;
height: 38px !important;
margin: 0 .8em 0 0 !important;
outline: medium none !important;
padding: 11px 7px 8px 8px !important;
text-shadow: 0 1px 3px rgba(0,0,0,0.5) !important;
text-transform: uppercase !important;
}
ul.navlinks {
border-bottom: 1px solid #dcdcdc !important;
font-weight: 700 !important;
background: none repeat scroll 0 0 rgba(0,0,0,0.81) !important;
border-radius: 3px !important;
box-shadow: 0 1px 3px rgba(0,0,0,0.5) inset, 0 1px 0 rgba(255,255,255,0.2), 0 0 0 1px rgba(255,255,255,0.07), 0 10px 10px rgba(0,0,0,0.2) inset !important;
list-style: outside none none !important;
margin: 0 auto !important;
border-color: #ddd !important;
height: 42px !important;
text-align: center !important;
width: 100% !important;
}
.header, .icon {background: none !Important;
background-color: none !Important;}
#quick_reply #textarea_content {
clear: both;
margin-left: auto;
margin-right: auto;
width: 95% !important;
height: auto !important;
}
#text_editor_controls {
display: none !important;
}
.mini_ava img {
background: none repeat scroll 0 0 #FFF;
border: 1px solid #D5D5D5;
border-radius: 30px;
box-shadow: 0 2px 2px rgba(0,0,0,0.1);
float: left;
height: 40px;
margin-right: 10px;
padding: 1px;
transition: all 1s ease 0;
width: 40px;
}
.module .h3 {
background-color: rgb(242, 242, 242) !important;
padding: 7px !important;
border: 0px !important;
border-radius: 0px !important;
color: #9DA0A1 !important;
text-shadow: none !important;
}
li.header {
-moz-border-radius: 4px 4px 0 0;
-moz-box-shadow: inset 0 1px 0 #000;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 #000;
background: #22242D url() repeat-x top !important;
border-color: #000;
border-radius: 4px 4px 0 0;
border-style: solid;
border-width: 1px 1px 0;
box-shadow: inset 0 1px 0 #000;
color: #fff;
padding: 10px 10px 11px;
border-bottom: 3px solid rgb(43, 191, 226);
}
.module .corners-top {margin: -3px !important;}
#infoperfil {
border: 1px solid rgb(213, 228, 228);
padding: 6px;
font-size: 13px;
}
#main-content a.cgu-buttons,input.button1,input.button2,a.button2,button.button2{border: 1px solid #afafaf; -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: 2px 2px 0px #afafaf; -webkit-box-shadow: 2px 2px 0px #afafaf}
.user-basic-info img {
max-width: 163px;
max-height: 325px;
}
Re: Questão sobre perfil.
Olá!
Troque por este:
Atenciosamente
Troque por este:
- Código:
ul.linklist.navlinks > li > a {
display: inline-block!important;
line-height: 44px!important;
position: relative!important;
top: -9px!important;
}
a.mainmenu {
background: white!important;
}
ul.linklist.navlinks > li > a {
display: inline-block!important;
line-height: 44px!important;
position: relative!important;
top: -10px!important;
background: white!important;
}
ul.forums{border:15px solid #f2f2f2;}
div.topic-title-container {
display: inline;
font-size: 12px;
text-align: center;
}
#page-header #search-box {
display: none;
}
em{
font-style: normal;
}
.module .postbody .postbody-head {
background-color: #e5e6e7;
}
.post-footer {
background-color: #CCCCCC;
}
.post .post-header {
background-color: #CCCCCC;
}
.headerbar {margin-bottom:0;}
blockquote {
background-color:#CCCCCC;
}
ul.linklist li a img {
filter:alpha(opacity=30);
-moz-opacity: 0.3;
opacity: 0.3;
}
ul.linklist li a img:hover {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
cursor:allowed;
}
a {
outline: none;
}
#modo {
display: none;
}
.table tbody.statused tr td.tcl:hover #modo {
display: block;
}
az, bl, azul, blue, .az {text-shadow: 0px 0px 5px blue;color: blue;}
v, vermelho, red, .v {text-shadow: 0px 0px 5px red;color: red;}
rx, roxo, purple, rox, .rx {text-shadow: 0px 0px 5px #b300ff;color: #b300ff;}
am, amarelo, yelow, .am {text-shadow: 0px 0px 5px #fbff00;color: #fbff00;}
c, ciano, cyan, .c {text-shadow: 0px 0px 5px #00e6ff;color: #00e6ff;}
r, rosa, pink, .r {text-shadow: 0px 0px 5px #ff7fee;color: #ff7fee;}
vr, verde, green, .vr {text-shadow: 0px 0px 5px #11ff00;color: #11ff00;}
l, laranja, orange, naruto, .l {text-shadow: 0px 0px 5px #ff9500;color: #ff9500;}
m, marron, brown, .m {text-shadow: 0px 0px 5px #7d4f0f;color: #7d4f0f;}
w, branco, white, .w {text-shadow: 0px 0px 5px #ffffff;}
pr, preto, black, .pr {text-shadow: 0px 0px 5px #000000;}
sp, .sp {text-shadow: 0px 0px 5px #0072ff;color: #0072ff !important;}
a[href="/u1"] {
background: url("http://i45.servimg.com/u/f45/15/95/60/34/glitte10.gif");
}
a[href="/u1"] {
text-shadow: 0px 0px 10px #FF1493;
}
a[href="/u5"] {
background: url("http://i46.servimg.com/u/f46/16/56/73/62/th/att11110.gif");
}
.post span.postdetails a img:first-child,.postprofile dl dt a img:first-child,.post div.user-ident div.user-basic-info a img:first-child,dl.postdetails dl a img:first-child{width:170px;height:220px}
a[href="/u5"] {
text-shadow: 0px 0px 5px #FF3300;
}
a[href="/u106"] {
text-shadow: 0px 0px 5px #FF3300;
}
a[href="/u106"] {
background: url("http://i46.servimg.com/u/f46/16/56/73/62/th/att11110.gif");
}
a[href="/u104"] {
text-shadow: 0px 0px 15px #FF4500;
}
a[href="/u104"] {
background: url("http://i45.servimg.com/u/f45/15/95/60/34/glitte10.gif");
}
a[href="/u110"] {
text-shadow: 0px 0px 5px #DEB887;
}
a[href="/u110"] {
background: url("http://i45.servimg.com/u/f45/15/95/60/34/glitte10.gif");
}
a[href="/u178"] {
text-shadow: 0px 0px 5px #FF1493;
}
a[href="/u181"] {
text-shadow: 0px 0px 5px #FF1493;
}
a[href="/u177"] {
text-shadow: 0px 0px 5px #FF1493;
}
a[href="/u174"] {
text-shadow: 0px 0px 5px #0000FF;
}
a[href="/u173"] {
text-shadow: 0px 0px 5px #00FA9A;
}
a[href="/u183"] {
text-shadow: 0px 0px 5px #D2691E;
}
a[href="/u184"] {
text-shadow: 0px 0px 5px #7CFC00;
}
a[href="/u180"] {
text-shadow: 0px 0px 5px #00FA9A;
}
.postprofile dt img {
border: 5px #e6e6e6 solid;
box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
max-height: 400px;
margin-bottom: 10px;
max-width: 200px;
}
.h3 {
background-color: #1C1C1C;
padding: 15px;
color: #fff;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
.row {border-top: 0 transparent !important}
.icon {
background: none!important;
background-color: none!important;
border: 1px solid #000;
border-radius: 2px;
box-shadow: 0 0 0 1px rgba(255,255,255,0.07) inset;
color: #FFF!important;
overflow: hidden;
text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}
.forabg {
background: #fff !important;
border-radius: 0 !important;
padding: 5px !important;
}.dterm, .topics, .posts, .lastpost, .icon {border: none !important}
.row .icon .topics, .row .icon .posts { background-color: rgba(239,239,239,0.28);height: 90px}
.table-title {font-family: helvetica,arial,sans-serif !important; font-size: 1em; font-style: normal; font-variant: normal; font-weight: 400;color: #fff; font-size: 14px; font-weight: 300; text-shadow: 0 -1px 0 rgba(0,0,0,0.5);}
.h3 {
border-bottom: 0 none!important;
border-radius: 4px 4px 0 0!important;
border-top: 1px solid #555!important;
color: #fff!important;
margin: 0!important;
padding: 15px!important;
text-shadow: 0 -1px 0 rgba(0,0,0,0.5)!important;
border: 1px solid rgb(0, 0, 0);
background-color: rgb(0, 0, 0);
background: url(http://www.lmg.lt/forumas/public/style_images/LMG_Images/shine.png) repeat-x scroll 50% 50% black;
border: 2px solid #333;
border-radius: 2px;
box-shadow: 0 0 0 1px rgba(255,255,255,0.07) inset;
color: #FFF!important;
margin: 3px;
overflow: hidden;
padding: 11px;
text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}
.pun .main table td.tc2 {
background: #fff!important;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: rgba(239,239,239,0.28);
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: #f4f4f4;
}
.pun .table .tc2, .pun .table .tc3 {
width: 11%!important;
}
.pun .table .tc2, .pun .table .tc3 {
text-align: center;
width: 10%;
}
.pun table.table td {
background: #fff;
border: 0;
}
.pun table.table td {
background-color: #fbfbfb;
border-color: #ddd;
border-style: solid none none solid;
border-width: 1px;
line-height: 130%;
padding: .6em 0 .7em;
}
.pun .main-content {
background: #F2F2F2!important;
border: 0px;
padding: 9px;
}
body {background: #e0e0e0 !Important}
.module {
background-color: #fff !Important;
margin-bottom: 4px !Important;
overflow: hidden !Important;
background: transparent!important;
color: #666 !Important;
font-size: 12px !IMPORTANT;
margin-top: -1px !Important;
border: 7px solid #f2f2f2 !important;
padding: 0px!important;
}
#content-container div#right{margin-top: 50px !important;}
.module .main-head {
border-bottom: 3px solid #F00;
border-radius: 0px !important;
}
ul.linklist.navlinks > li > a {
display: inline-block!important;
line-height: 44px!important;
position: relative!important;
top: -10px!important;
background: none !important;
color: #FFF !important;
height: 38px !important;
margin: 0 .8em 0 0 !important;
outline: medium none !important;
padding: 11px 7px 8px 8px !important;
text-shadow: 0 1px 3px rgba(0,0,0,0.5) !important;
text-transform: uppercase !important;
}
ul.navlinks {
border-bottom: 1px solid #dcdcdc !important;
font-weight: 700 !important;
background: none repeat scroll 0 0 rgba(0,0,0,0.81) !important;
border-radius: 3px !important;
box-shadow: 0 1px 3px rgba(0,0,0,0.5) inset, 0 1px 0 rgba(255,255,255,0.2), 0 0 0 1px rgba(255,255,255,0.07), 0 10px 10px rgba(0,0,0,0.2) inset !important;
list-style: outside none none !important;
margin: 0 auto !important;
border-color: #ddd !important;
height: 42px !important;
text-align: center !important;
width: 100% !important;
}
.header, .icon {background: none !Important;
background-color: none !Important;}
#quick_reply #textarea_content {
clear: both;
margin-left: auto;
margin-right: auto;
width: 95% !important;
height: auto !important;
}
#text_editor_controls {
display: none !important;
}
.mini_ava img {
background: none repeat scroll 0 0 #FFF;
border: 1px solid #D5D5D5;
border-radius: 30px;
box-shadow: 0 2px 2px rgba(0,0,0,0.1);
float: left;
height: 40px;
margin-right: 10px;
padding: 1px;
transition: all 1s ease 0;
width: 40px;
}
.module .h3 {
background-color: rgb(242, 242, 242) !important;
padding: 7px !important;
border: 0px !important;
border-radius: 0px !important;
color: #9DA0A1 !important;
text-shadow: none !important;
}
li.header {
-moz-border-radius: 4px 4px 0 0;
-moz-box-shadow: inset 0 1px 0 #000;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 #000;
background: #22242D url() repeat-x top !important;
border-color: #000;
border-radius: 4px 4px 0 0;
border-style: solid;
border-width: 1px 1px 0;
box-shadow: inset 0 1px 0 #000;
color: #fff;
padding: 10px 10px 11px;
border-bottom: 3px solid rgb(43, 191, 226);
}
.module .corners-top {margin: -3px !important;}
#infoperfil {
border: 1px solid rgb(213, 228, 228);
padding: 6px;
font-size: 13px;
}
#main-content a.cgu-buttons,input.button1,input.button2,a.button2,button.button2{border: 1px solid #afafaf; -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: 2px 2px 0px #afafaf; -webkit-box-shadow: 2px 2px 0px #afafaf}
.user-basic-info img {
max-width: 163px;
max-height: 325px;
}
Atenciosamente
Re: Questão sobre perfil.
Saudações,
Meta este código no inicio de teu CSS:
Cpainel ->> Visualização ->> Gestão de imagens ->> Cores ->> Folha de Estilo CSS
Abraços.
Sennior
Meta este código no inicio de teu CSS:
Cpainel ->> Visualização ->> Gestão de imagens ->> Cores ->> Folha de Estilo CSS
- Código:
.postprofile dt img {height: auto !important;width: auto!important;}
Abraços.
Sennior
Re: Questão sobre perfil.
Olá @Sennior
Melhorou o formato da imagem... mais os tamanhos continuam os mesmo.. O avatar grande ainda continua pequeno... Será que não é esse efeito de borda nos avatares ?
Aguarde.
Melhorou o formato da imagem... mais os tamanhos continuam os mesmo.. O avatar grande ainda continua pequeno... Será que não é esse efeito de borda nos avatares ?
Aguarde.
Re: Questão sobre perfil.
Ué... Mas agora o senhor me confundiu.
Vejamos aqui esta Print Screen:
http://prntscr.com/7dt7xi
O avatar esta no formato correto agora.
Mande-me uma Print Screen de como deseja, ou explique mais e também me conceda tua Folha de Estilo CSS.
Abraços.
Sennior
Vejamos aqui esta Print Screen:
http://prntscr.com/7dt7xi
O avatar esta no formato correto agora.
Mande-me uma Print Screen de como deseja, ou explique mais e também me conceda tua Folha de Estilo CSS.
Abraços.
Sennior
Re: Questão sobre perfil.
Olá @Sennior
O avatar está no formato de imagem ideal... Mais o tamanhos dos avatares não estão.. Queria que fica-se de acordo com os avatares aqui do FDF ... Esse avatar que o senhor mostrou a print ele é deste tamanho: https://imgur.com/MAb9YBM pode ver ele no perfil do @FAEEL . Quero que os avatares grande fiquem do tamanho no máximo que o do Faeel igual mostrei no print.. e não apenas de um tamanho só.
Folha css:
O avatar está no formato de imagem ideal... Mais o tamanhos dos avatares não estão.. Queria que fica-se de acordo com os avatares aqui do FDF ... Esse avatar que o senhor mostrou a print ele é deste tamanho: https://imgur.com/MAb9YBM pode ver ele no perfil do @FAEEL . Quero que os avatares grande fiquem do tamanho no máximo que o do Faeel igual mostrei no print.. e não apenas de um tamanho só.
Folha css:
- Código:
.postprofile dt img {height: auto !important;width: auto!important;}
ul.linklist.navlinks > li > a {
display: inline-block!important;
line-height: 44px!important;
position: relative!important;
top: -9px!important;
}
a.mainmenu {
background: white!important;
}
ul.linklist.navlinks > li > a {
display: inline-block!important;
line-height: 44px!important;
position: relative!important;
top: -10px!important;
background: white!important;
}
ul.forums{border:15px solid #f2f2f2;}
div.topic-title-container {
display: inline;
font-size: 12px;
text-align: center;
}
#page-header #search-box {
display: none;
}
em{
font-style: normal;
}
.module .postbody .postbody-head {
background-color: #e5e6e7;
}
.post-footer {
background-color: #CCCCCC;
}
.post .post-header {
background-color: #CCCCCC;
}
.headerbar {margin-bottom:0;}
blockquote {
background-color:#CCCCCC;
}
ul.linklist li a img {
filter:alpha(opacity=30);
-moz-opacity: 0.3;
opacity: 0.3;
}
ul.linklist li a img:hover {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
cursor:allowed;
}
a {
outline: none;
}
#modo {
display: none;
}
.table tbody.statused tr td.tcl:hover #modo {
display: block;
}
az, bl, azul, blue, .az {text-shadow: 0px 0px 5px blue;color: blue;}
v, vermelho, red, .v {text-shadow: 0px 0px 5px red;color: red;}
rx, roxo, purple, rox, .rx {text-shadow: 0px 0px 5px #b300ff;color: #b300ff;}
am, amarelo, yelow, .am {text-shadow: 0px 0px 5px #fbff00;color: #fbff00;}
c, ciano, cyan, .c {text-shadow: 0px 0px 5px #00e6ff;color: #00e6ff;}
r, rosa, pink, .r {text-shadow: 0px 0px 5px #ff7fee;color: #ff7fee;}
vr, verde, green, .vr {text-shadow: 0px 0px 5px #11ff00;color: #11ff00;}
l, laranja, orange, naruto, .l {text-shadow: 0px 0px 5px #ff9500;color: #ff9500;}
m, marron, brown, .m {text-shadow: 0px 0px 5px #7d4f0f;color: #7d4f0f;}
w, branco, white, .w {text-shadow: 0px 0px 5px #ffffff;}
pr, preto, black, .pr {text-shadow: 0px 0px 5px #000000;}
sp, .sp {text-shadow: 0px 0px 5px #0072ff;color: #0072ff !important;}
a[href="/u1"] {
background: url("http://i45.servimg.com/u/f45/15/95/60/34/glitte10.gif");
}
a[href="/u1"] {
text-shadow: 0px 0px 10px #FF1493;
}
a[href="/u5"] {
background: url("http://i46.servimg.com/u/f46/16/56/73/62/th/att11110.gif");
}
.post span.postdetails a img:first-child,.postprofile dl dt a img:first-child,.post div.user-ident div.user-basic-info a img:first-child,dl.postdetails dl a img:first-child{width:170px;height:220px}
a[href="/u5"] {
text-shadow: 0px 0px 5px #FF3300;
}
a[href="/u106"] {
text-shadow: 0px 0px 5px #FF3300;
}
a[href="/u106"] {
background: url("http://i46.servimg.com/u/f46/16/56/73/62/th/att11110.gif");
}
a[href="/u104"] {
text-shadow: 0px 0px 15px #FF4500;
}
a[href="/u104"] {
background: url("http://i45.servimg.com/u/f45/15/95/60/34/glitte10.gif");
}
a[href="/u110"] {
text-shadow: 0px 0px 5px #DEB887;
}
a[href="/u110"] {
background: url("http://i45.servimg.com/u/f45/15/95/60/34/glitte10.gif");
}
a[href="/u178"] {
text-shadow: 0px 0px 5px #FF1493;
}
a[href="/u181"] {
text-shadow: 0px 0px 5px #FF1493;
}
a[href="/u177"] {
text-shadow: 0px 0px 5px #FF1493;
}
a[href="/u174"] {
text-shadow: 0px 0px 5px #0000FF;
}
a[href="/u173"] {
text-shadow: 0px 0px 5px #00FA9A;
}
a[href="/u183"] {
text-shadow: 0px 0px 5px #D2691E;
}
a[href="/u184"] {
text-shadow: 0px 0px 5px #7CFC00;
}
a[href="/u180"] {
text-shadow: 0px 0px 5px #00FA9A;
}
.postprofile dt img {
border: 5px #e6e6e6 solid;
box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
margin-bottom: 10px;
width: 200px;
height: 400px;
}
.h3 {
background-color: #1C1C1C;
padding: 15px;
color: #fff;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
.row {border-top: 0 transparent !important}
.icon {
background: none!important;
background-color: none!important;
border: 1px solid #000;
border-radius: 2px;
box-shadow: 0 0 0 1px rgba(255,255,255,0.07) inset;
color: #FFF!important;
overflow: hidden;
text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}
.forabg {
background: #fff !important;
border-radius: 0 !important;
padding: 5px !important;
}.dterm, .topics, .posts, .lastpost, .icon {border: none !important}
.row .icon .topics, .row .icon .posts { background-color: rgba(239,239,239,0.28);height: 90px}
.table-title {font-family: helvetica,arial,sans-serif !important; font-size: 1em; font-style: normal; font-variant: normal; font-weight: 400;color: #fff; font-size: 14px; font-weight: 300; text-shadow: 0 -1px 0 rgba(0,0,0,0.5);}
.h3 {
border-bottom: 0 none!important;
border-radius: 4px 4px 0 0!important;
border-top: 1px solid #555!important;
color: #fff!important;
margin: 0!important;
padding: 15px!important;
text-shadow: 0 -1px 0 rgba(0,0,0,0.5)!important;
border: 1px solid rgb(0, 0, 0);
background-color: rgb(0, 0, 0);
background: url(http://www.lmg.lt/forumas/public/style_images/LMG_Images/shine.png) repeat-x scroll 50% 50% black;
border: 2px solid #333;
border-radius: 2px;
box-shadow: 0 0 0 1px rgba(255,255,255,0.07) inset;
color: #FFF!important;
margin: 3px;
overflow: hidden;
padding: 11px;
text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}
.pun .main table td.tc2 {
background: #fff!important;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: rgba(239,239,239,0.28);
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: #f4f4f4;
}
.pun .table .tc2, .pun .table .tc3 {
width: 11%!important;
}
.pun .table .tc2, .pun .table .tc3 {
text-align: center;
width: 10%;
}
.pun table.table td {
background: #fff;
border: 0;
}
.pun table.table td {
background-color: #fbfbfb;
border-color: #ddd;
border-style: solid none none solid;
border-width: 1px;
line-height: 130%;
padding: .6em 0 .7em;
}
.pun .main-content {
background: #F2F2F2!important;
border: 0px;
padding: 9px;
}
body {background: #e0e0e0 !Important}
.module {
background-color: #fff !Important;
margin-bottom: 4px !Important;
overflow: hidden !Important;
background: transparent!important;
color: #666 !Important;
font-size: 12px !IMPORTANT;
margin-top: -1px !Important;
border: 7px solid #f2f2f2 !important;
padding: 0px!important;
}
#content-container div#right{margin-top: 50px !important;}
.module .main-head {
border-bottom: 3px solid #F00;
border-radius: 0px !important;
}
ul.linklist.navlinks > li > a {
display: inline-block!important;
line-height: 44px!important;
position: relative!important;
top: -10px!important;
background: none !important;
color: #FFF !important;
height: 38px !important;
margin: 0 .8em 0 0 !important;
outline: medium none !important;
padding: 11px 7px 8px 8px !important;
text-shadow: 0 1px 3px rgba(0,0,0,0.5) !important;
text-transform: uppercase !important;
}
ul.navlinks {
border-bottom: 1px solid #dcdcdc !important;
font-weight: 700 !important;
background: none repeat scroll 0 0 rgba(0,0,0,0.81) !important;
border-radius: 3px !important;
box-shadow: 0 1px 3px rgba(0,0,0,0.5) inset, 0 1px 0 rgba(255,255,255,0.2), 0 0 0 1px rgba(255,255,255,0.07), 0 10px 10px rgba(0,0,0,0.2) inset !important;
list-style: outside none none !important;
margin: 0 auto !important;
border-color: #ddd !important;
height: 42px !important;
text-align: center !important;
width: 100% !important;
}
.header, .icon {background: none !Important;
background-color: none !Important;}
#quick_reply #textarea_content {
clear: both;
margin-left: auto;
margin-right: auto;
width: 95% !important;
height: auto !important;
}
#text_editor_controls {
display: none !important;
}
.mini_ava img {
background: none repeat scroll 0 0 #FFF;
border: 1px solid #D5D5D5;
border-radius: 30px;
box-shadow: 0 2px 2px rgba(0,0,0,0.1);
float: left;
height: 40px;
margin-right: 10px;
padding: 1px;
transition: all 1s ease 0;
width: 40px;
}
.module .h3 {
background-color: rgb(242, 242, 242) !important;
padding: 7px !important;
border: 0px !important;
border-radius: 0px !important;
color: #9DA0A1 !important;
text-shadow: none !important;
}
li.header {
-moz-border-radius: 4px 4px 0 0;
-moz-box-shadow: inset 0 1px 0 #000;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 #000;
background: #22242D url() repeat-x top !important;
border-color: #000;
border-radius: 4px 4px 0 0;
border-style: solid;
border-width: 1px 1px 0;
box-shadow: inset 0 1px 0 #000;
color: #fff;
padding: 10px 10px 11px;
border-bottom: 3px solid rgb(43, 191, 226);
}
.module .corners-top {margin: -3px !important;}
#infoperfil {
border: 1px solid rgb(213, 228, 228);
padding: 6px;
font-size: 13px;
}
#main-content a.cgu-buttons,input.button1,input.button2,a.button2,button.button2{border: 1px solid #afafaf; -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: 2px 2px 0px #afafaf; -webkit-box-shadow: 2px 2px 0px #afafaf}
.user-basic-info img {
max-width: 163px;
max-height: 325px;
}
Re: Questão sobre perfil.
Deixe me ver se eu compreendi. Deseja apenas que as imagens fiquem com uma largura exata? Que todas elas tenham uma largura e altura de quanto? Ou que elas tenham suas larguras originais? Utilize este código CSS e veja se existe diferença:
Abraços.
- Código:
.postprofile dt img {height: auto !important;width: auto!important;}
ul.linklist.navlinks > li > a {
display: inline-block!important;
line-height: 44px!important;
position: relative!important;
top: -9px!important;
}
a.mainmenu {
background: white!important;
}
ul.linklist.navlinks > li > a {
display: inline-block!important;
line-height: 44px!important;
position: relative!important;
top: -10px!important;
background: white!important;
}
ul.forums{border:15px solid #f2f2f2;}
div.topic-title-container {
display: inline;
font-size: 12px;
text-align: center;
}
#page-header #search-box {
display: none;
}
em{
font-style: normal;
}
.module .postbody .postbody-head {
background-color: #e5e6e7;
}
.post-footer {
background-color: #CCCCCC;
}
.post .post-header {
background-color: #CCCCCC;
}
.headerbar {margin-bottom:0;}
blockquote {
background-color:#CCCCCC;
}
ul.linklist li a img {
filter:alpha(opacity=30);
-moz-opacity: 0.3;
opacity: 0.3;
}
ul.linklist li a img:hover {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
cursor:allowed;
}
a {
outline: none;
}
#modo {
display: none;
}
.table tbody.statused tr td.tcl:hover #modo {
display: block;
}
az, bl, azul, blue, .az {text-shadow: 0px 0px 5px blue;color: blue;}
v, vermelho, red, .v {text-shadow: 0px 0px 5px red;color: red;}
rx, roxo, purple, rox, .rx {text-shadow: 0px 0px 5px #b300ff;color: #b300ff;}
am, amarelo, yelow, .am {text-shadow: 0px 0px 5px #fbff00;color: #fbff00;}
c, ciano, cyan, .c {text-shadow: 0px 0px 5px #00e6ff;color: #00e6ff;}
r, rosa, pink, .r {text-shadow: 0px 0px 5px #ff7fee;color: #ff7fee;}
vr, verde, green, .vr {text-shadow: 0px 0px 5px #11ff00;color: #11ff00;}
l, laranja, orange, naruto, .l {text-shadow: 0px 0px 5px #ff9500;color: #ff9500;}
m, marron, brown, .m {text-shadow: 0px 0px 5px #7d4f0f;color: #7d4f0f;}
w, branco, white, .w {text-shadow: 0px 0px 5px #ffffff;}
pr, preto, black, .pr {text-shadow: 0px 0px 5px #000000;}
sp, .sp {text-shadow: 0px 0px 5px #0072ff;color: #0072ff !important;}
a[href="/u1"] {
background: url("http://i45.servimg.com/u/f45/15/95/60/34/glitte10.gif");
}
a[href="/u1"] {
text-shadow: 0px 0px 10px #FF1493;
}
a[href="/u5"] {
background: url("http://i46.servimg.com/u/f46/16/56/73/62/th/att11110.gif");
}
.post span.postdetails a img:first-child,.postprofile dl dt a img:first-child,.post div.user-ident div.user-basic-info a img:first-child,dl.postdetails dl a img:first-child{width:170px;height:220px}
a[href="/u5"] {
text-shadow: 0px 0px 5px #FF3300;
}
a[href="/u106"] {
text-shadow: 0px 0px 5px #FF3300;
}
a[href="/u106"] {
background: url("http://i46.servimg.com/u/f46/16/56/73/62/th/att11110.gif");
}
a[href="/u104"] {
text-shadow: 0px 0px 15px #FF4500;
}
a[href="/u104"] {
background: url("http://i45.servimg.com/u/f45/15/95/60/34/glitte10.gif");
}
a[href="/u110"] {
text-shadow: 0px 0px 5px #DEB887;
}
a[href="/u110"] {
background: url("http://i45.servimg.com/u/f45/15/95/60/34/glitte10.gif");
}
a[href="/u178"] {
text-shadow: 0px 0px 5px #FF1493;
}
a[href="/u181"] {
text-shadow: 0px 0px 5px #FF1493;
}
a[href="/u177"] {
text-shadow: 0px 0px 5px #FF1493;
}
a[href="/u174"] {
text-shadow: 0px 0px 5px #0000FF;
}
a[href="/u173"] {
text-shadow: 0px 0px 5px #00FA9A;
}
a[href="/u183"] {
text-shadow: 0px 0px 5px #D2691E;
}
a[href="/u184"] {
text-shadow: 0px 0px 5px #7CFC00;
}
a[href="/u180"] {
text-shadow: 0px 0px 5px #00FA9A;
}
.postprofile dt img {
border: 5px #e6e6e6 solid;
box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
margin-bottom: 10px;
}
.h3 {
background-color: #1C1C1C;
padding: 15px;
color: #fff;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
.row {border-top: 0 transparent !important}
.icon {
background: none!important;
background-color: none!important;
border: 1px solid #000;
border-radius: 2px;
box-shadow: 0 0 0 1px rgba(255,255,255,0.07) inset;
color: #FFF!important;
overflow: hidden;
text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}
.forabg {
background: #fff !important;
border-radius: 0 !important;
padding: 5px !important;
}.dterm, .topics, .posts, .lastpost, .icon {border: none !important}
.row .icon .topics, .row .icon .posts { background-color: rgba(239,239,239,0.28);height: 90px}
.table-title {font-family: helvetica,arial,sans-serif !important; font-size: 1em; font-style: normal; font-variant: normal; font-weight: 400;color: #fff; font-size: 14px; font-weight: 300; text-shadow: 0 -1px 0 rgba(0,0,0,0.5);}
.h3 {
border-bottom: 0 none!important;
border-radius: 4px 4px 0 0!important;
border-top: 1px solid #555!important;
color: #fff!important;
margin: 0!important;
padding: 15px!important;
text-shadow: 0 -1px 0 rgba(0,0,0,0.5)!important;
border: 1px solid rgb(0, 0, 0);
background-color: rgb(0, 0, 0);
background: url(http://www.lmg.lt/forumas/public/style_images/LMG_Images/shine.png) repeat-x scroll 50% 50% black;
border: 2px solid #333;
border-radius: 2px;
box-shadow: 0 0 0 1px rgba(255,255,255,0.07) inset;
color: #FFF!important;
margin: 3px;
overflow: hidden;
padding: 11px;
text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}
.pun .main table td.tc2 {
background: #fff!important;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: rgba(239,239,239,0.28);
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: #f4f4f4;
}
.pun .table .tc2, .pun .table .tc3 {
width: 11%!important;
}
.pun .table .tc2, .pun .table .tc3 {
text-align: center;
width: 10%;
}
.pun table.table td {
background: #fff;
border: 0;
}
.pun table.table td {
background-color: #fbfbfb;
border-color: #ddd;
border-style: solid none none solid;
border-width: 1px;
line-height: 130%;
padding: .6em 0 .7em;
}
.pun .main-content {
background: #F2F2F2!important;
border: 0px;
padding: 9px;
}
body {background: #e0e0e0 !Important}
.module {
background-color: #fff !Important;
margin-bottom: 4px !Important;
overflow: hidden !Important;
background: transparent!important;
color: #666 !Important;
font-size: 12px !IMPORTANT;
margin-top: -1px !Important;
border: 7px solid #f2f2f2 !important;
padding: 0px!important;
}
#content-container div#right{margin-top: 50px !important;}
.module .main-head {
border-bottom: 3px solid #F00;
border-radius: 0px !important;
}
ul.linklist.navlinks > li > a {
display: inline-block!important;
line-height: 44px!important;
position: relative!important;
top: -10px!important;
background: none !important;
color: #FFF !important;
height: 38px !important;
margin: 0 .8em 0 0 !important;
outline: medium none !important;
padding: 11px 7px 8px 8px !important;
text-shadow: 0 1px 3px rgba(0,0,0,0.5) !important;
text-transform: uppercase !important;
}
ul.navlinks {
border-bottom: 1px solid #dcdcdc !important;
font-weight: 700 !important;
background: none repeat scroll 0 0 rgba(0,0,0,0.81) !important;
border-radius: 3px !important;
box-shadow: 0 1px 3px rgba(0,0,0,0.5) inset, 0 1px 0 rgba(255,255,255,0.2), 0 0 0 1px rgba(255,255,255,0.07), 0 10px 10px rgba(0,0,0,0.2) inset !important;
list-style: outside none none !important;
margin: 0 auto !important;
border-color: #ddd !important;
height: 42px !important;
text-align: center !important;
width: 100% !important;
}
.header, .icon {background: none !Important;
background-color: none !Important;}
#quick_reply #textarea_content {
clear: both;
margin-left: auto;
margin-right: auto;
width: 95% !important;
height: auto !important;
}
#text_editor_controls {
display: none !important;
}
.mini_ava img {
background: none repeat scroll 0 0 #FFF;
border: 1px solid #D5D5D5;
border-radius: 30px;
box-shadow: 0 2px 2px rgba(0,0,0,0.1);
float: left;
height: 40px;
margin-right: 10px;
padding: 1px;
transition: all 1s ease 0;
width: 40px;
}
.module .h3 {
background-color: rgb(242, 242, 242) !important;
padding: 7px !important;
border: 0px !important;
border-radius: 0px !important;
color: #9DA0A1 !important;
text-shadow: none !important;
}
li.header {
-moz-border-radius: 4px 4px 0 0;
-moz-box-shadow: inset 0 1px 0 #000;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 #000;
background: #22242D url() repeat-x top !important;
border-color: #000;
border-radius: 4px 4px 0 0;
border-style: solid;
border-width: 1px 1px 0;
box-shadow: inset 0 1px 0 #000;
color: #fff;
padding: 10px 10px 11px;
border-bottom: 3px solid rgb(43, 191, 226);
}
.module .corners-top {margin: -3px !important;}
#infoperfil {
border: 1px solid rgb(213, 228, 228);
padding: 6px;
font-size: 13px;
}
#main-content a.cgu-buttons,input.button1,input.button2,a.button2,button.button2{border: 1px solid #afafaf; -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: 2px 2px 0px #afafaf; -webkit-box-shadow: 2px 2px 0px #afafaf}
Abraços.
Re: Questão sobre perfil.
Olá @Sennior
Ainda não ha resultados... Quero que elas tenham suas larguras originais ... Igual as daqui do FDF .
Ainda não ha resultados... Quero que elas tenham suas larguras originais ... Igual as daqui do FDF .
Re: Questão sobre perfil.
Testou o que eu disse? Se fazer o que eu disse lá acima, terá o resultado referido.
Parece que o pessoal desmerece comentários que não sejam da equipe...
Você que está fazendo errado na hora de colocar o avatar, pelo que vejo, toda vez que você coloca um avatar, você utiliza a opção "Escrever a URL do local contendo o Avatar, para ser copiado para a página."
Para o avatar ficar no tamanho original, utilize a opção "Escreva a URL da imagem que deseja utilizar como avatar."
Parece que o pessoal desmerece comentários que não sejam da equipe...
Você que está fazendo errado na hora de colocar o avatar, pelo que vejo, toda vez que você coloca um avatar, você utiliza a opção "Escrever a URL do local contendo o Avatar, para ser copiado para a página."
Para o avatar ficar no tamanho original, utilize a opção "Escreva a URL da imagem que deseja utilizar como avatar."
Re: Questão sobre perfil.
DeeW. escreveu:Testou o que eu disse? Se fazer o que eu disse lá acima, terá o resultado referido.
Parece que o pessoal desmerece comentários que não sejam da equipe...
Você que está fazendo errado na hora de colocar o avatar, pelo que vejo, toda vez que você coloca um avatar, você utiliza a opção "Escrever a URL do local contendo o Avatar, para ser copiado para a página."
Para o avatar ficar no tamanho original, utilize a opção "Escreva a URL da imagem que deseja utilizar como avatar."
Olá @DeeW.
Tinha feito antes o que você tinha citado nos tópicos acima e não havia tido resultado... Fiz tudo que você falou amigo e não há resultados algum.. O avatar ainda continua do mesmo modo, mesmo alterando o local onde é enviado.
Abraços e aguardo retorno.
Re: Questão sobre perfil.
Olá @Jean_Xd,
https://2img.net/u/2211/24/20/72/avatars/5-21.png
Já reparou que a imagem que você usa é apenas de 123x199. Logo é problema da imagem e não de código algúm.
A sua dúvida foi resolvida?
Até mais.
https://2img.net/u/2211/24/20/72/avatars/5-21.png
Já reparou que a imagem que você usa é apenas de 123x199. Logo é problema da imagem e não de código algúm.
A sua dúvida foi resolvida?
Até mais.
Re: Questão sobre perfil.
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
» Questão sobre IMAGEM PERFIL
» Questão sobre a aparência do Perfil no POST
» Questão sobre respostas pré-definidas do perfil
» Questão sobre ip
» Questão sobre categorias
» Questão sobre a aparência do Perfil no POST
» Questão sobre respostas pré-definidas do perfil
» Questão sobre ip
» Questão sobre categorias
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