Últimas Postagens
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
Últimas Postagens
Detalhes da questão
Endereço do fórum: http://goldofolympus.forumeiros.com/
Versão do fórum: PhpBB3
Descrição
Oi, gostaria de saber como deixar o quadro de últimas postagens e etc como aqui, por favor: http://wingardiumrpg.forumeiros.com/
Ps: Me refiro ao quadro da direita onde diz: 8 tópicos, 12 mensagens, Lançamento de dados
Mas gostaria dele um pouco mais largo e menos alto, se possível
Última edição por Gold Of Olympus em 25.08.16 17:46, editado 1 vez(es)
Re: Últimas Postagens
Boa noite autora!
Por gentileza, me forneça seu template index_box.
Atenciosamente,
Fraise.
Por gentileza, me forneça seu template index_box.
Atenciosamente,
Fraise.
Re: Últimas Postagens
- Código:
<ul class="linklist">
<!-- BEGIN switch_user_logged_in -->
<li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> • </li>
<li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a> • </li>
<!-- END switch_user_logged_in -->
<li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></li>
<!-- BEGIN switch_user_logged_in -->
<li class="rightside"><a href="{U_MARK_READ}" accesskey="m">{L_MARK_FORUMS_READ}</a></li>
<!-- END switch_user_logged_in -->
</ul>
<!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
<div class="forabg">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dd class="dterm"><div class="table-title"><div style="text-transform: none !important; text-align: center !important; padding-left: 50px !important; letter-spacing: 0px !important;"> {catrow.tablehead.L_FORUM}</div></div></dd>
<dd class="topics">{L_TOPICS}</dd>
<dd class="posts">{L_POSTS}</dd>
<dd class="lastpost"><span>{L_LASTPOST}</span></dd>
</dl>
</li>
</ul>
<ul class="topiclist forums">
<!-- END tablehead -->
<!-- BEGIN forumrow -->
<li class="row">
<dl class="icon" style="background:url({catrow.forumrow.FORUM_FOLDER_IMG}) no-repeat scroll {catrow.forumrow.INC_LEVEL} 50%;">
<dd class="dterm">
<div style="display: block; margin : 0 {catrow.forumrow.INC_LEVEL_RIGHT} 0 {catrow.forumrow.INC_LEVEL_LEFT};">
<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 -->
{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}
</div>
</dd>
<dd class="topics">{catrow.forumrow.TOPICS} <dfn>{L_TOPICS}</dfn></dd>
<dd class="posts">{catrow.forumrow.POSTS} <dfn>{L_POSTS}</dfn></dd>
<dd class="lastpost">
<!-- 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>
</dd>
</dl>
</li>
<!-- END forumrow -->
<!-- BEGIN tablefoot -->
</ul>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- END tablefoot -->
<!-- END catrow -->
<!-- BEGIN switch_on_index -->
<ul class="linklist">
<li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a> • </li>
<li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a> • </li>
<li class="last"><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
<!-- BEGIN switch_delete_cookies -->
<li class="rightside"><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" rel="nofollow">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a></li>
<!-- END switch_delete_cookies -->
</ul>
<!-- END switch_on_index -->
<style type="text/css">
#table-title {text-align: center !important; letter-spacing: 0px !important; text-transform: none !important;}</style>
Re: Últimas Postagens
Eu pensei que seria necessária a edição do template, mas não vai ser... desculpe.
Adicione em sua folha de estilos:
Atenciosamente,
Fraise.
Adicione em sua folha de estilos:
- Código:
.forabg dd.topics {
background-color: #0A0A0A !important;
border-bottom: 3px solid #0A0A0A!important;
font-size: 9px!important;
height: 14px!important;
margin-left: 190px!important;
margin-top: 10px!important;
padding-bottom: 2px!important;
position: relative!important;
text-transform: uppercase!important;
width: 91px!important;
}
.forabg li.row dd.topics::after {
content: "topicos ";
}
.forabg dd.posts {
background-color: #0A0A0A !important;
border-bottom: 3px solid #0A0A0A !important;
font-size: 9px !important;
height: 14px !important;
margin-top: 10px !important;
padding-bottom: 2px !important;
position: relative !important;
text-transform: uppercase !important;
width: 91px !important;
}
.forabg li.row dd.posts::after {
content: "Mensagens";
}
.forabg dd.lastpost {
background-color: #151515!important;
border-bottom: 8px solid #0A0A0A!important;
border-top: 4px solid #0A0A0A!important;
color: #3D3D35!important;
display: block!important;
font-family: arial!important;
font-size: 9px!important;
margin-left: 190px!important;
padding: 4px 3px 10px!important;
position: relative!important;
text-align: center!important;
text-shadow: 1px 1px 1px #000!important;
text-transform: uppercase!important;
width: 178px!important;
}
ul.forums dd {
border-color: transparent;
border-left-style: solid;
border-left-width: 1px;
}
ul.topiclist dd {
border-left: 1px solid transparent;
display: block;
float: left;
padding: 4px 0;
}
dd.posts, dd.topics, dd.views {
border: none;
font-size: 1.2em;
line-height: 2.2em;
text-align: center;
width: 8%;
}
Atenciosamente,
Fraise.
Re: Últimas Postagens
Poderia me fornecer sua folha de estilos para eu tentar corrigir o problema?
Atenciosamente,
Fraise.
Atenciosamente,
Fraise.
Re: Últimas Postagens
Claro, querido! Mas depois pode me informar qual foi o código modificado e onde? Sou iniciante em códigos, mas quero ir aprendendo xD
- Código:
/* Forum */
#logo {
position:relative !important;
top: 15px;
}
#wrap {
/*margin-left: 255px;
-moz-border-radius: 60px;
border-radius: 60px;*/
border-right: 7px solid #121E38;
border-left: 7px solid #121E38;
border : 2px solid #121E38;
max-width: 1250px !important;
}
/* --- */
/* Navigation */
a.mainmenu {
bottom: 100px;
font-family: trebuchet ms;
font-size: 9px;
letter-spacing: 1px;
text-align: center;
text-transform: uppercase;
background-color:#0e0e0e;
border-bottom: 0px solid #ddd;
color:#848484;
-webkit-transition: all 0.2s linear 0ms;
padding: 10px;
}
a.mainmenu:hover {
bottom: 100px;
text-decoration: none;
color: #000;
text-transform:uppercase;
background-color:#f9f9f9;
border-bottom: 0px solid #aaa;
padding: 10px;
-webkit-transition: opacity 0.6s linear;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
}
/* --- */
/* Widgets */
.h3 {
padding: 0px;
width: 200px;
text-align: right;
color: #ffffff;
font-family: times new roman;
font-size: 15px;
letter-spacing: 2px;
text-shadow: 1px 1px 1px #000;
margin-bottom: 0px;
position: relative;
}
.module h3{
color: #121E38;
}
.module .h3 {
height: 20px;
font-family: Oranienbaum !important;
font-size: 18px;
max-width: 300px !important;
text-align: center;
border-bottom: 1px solid #121E38;
padding-bottom: 3px;
visibility: ;
}
#content-container div#left {
overflow-y:auto;
background-color:#0e0e0e;
color:#121E38;
background-position:initial initial;
background-repeat:initial initial;
border-left-color:#121E38;
border-left-style:solid;
border-left-width:25px;
border-right-color:#121E38;
border-right-style:solid;
border-right-width:10px;
float:none;
height:100%;
margin:0;
padding:0;
position:fixed;
left: 10px;
top:0;
width:200px;
}
#comments_scroll_container {
font-family: georgia;
font-size: 11px;
text-tranform: lowercase;
text-align: left;
padding: 7px;
background: #;
text-align: center;
border-radius: 0px 0px 0px 0px;
}
/* --- */
/* Forum Table */
ul.forums {
background-image: url("http://i.imgur.com/QaUnqqp.png");
background-repeat: repeat;
background-color: #121E38;
border-bottom: 15px solid #121E38;
border-radius: 0 0 40px 40px;
}
li.header {
background-image: url(\'http://i.imgur.com/PbcxC7c.png\');
color: #121E38;
text-transform: none;
font-size:0px;
padding: 35px;
background-color: #121E38;
border-bottom: 0px solid #121E38;
text-align: right;
}
.forabg .row {
display: inline-block;
width: 50%;
}
dd.dterm {
margin-left: 15px;
}
.forabg dd.topics {
position: absolute;
}
.forabg dd.posts {
position: absolute;
}
.forabg dd.lastpost {
position: absolute;
}
#desc-ro {
background: #DDD;
width: 362px;
height: 200px;
}
/* a.forumtitle {
color: #EEE9E9;
display: block;
font-family: \'Neucha\', cursive;
font-size: 20px;
margin-bottom: -16px;
text-shadow: 2px 1px 0 #5E91AD, 1px 1px 0 #444, -1px 1px 0 #444, -1px -1px 0 #444, 1px -1px 0 #444;
text-transform: uppercase;
width: 361px;
font-weight: lighter;
}*/
.forabg dd.topics {
background: #121E38;
/*border-bottom: 2px solid #64828A;*/
height: 89px;
margin-left: 395px;
margin-top: 29px;
position: absolute;
width: 70px;
font-size: 22px;
color: #DBDBDB;
font-family: \'Alfa Slab One\', cursive;
text-shadow: 2px 1px 0 #5E91AD, 1px 1px 0 #444, -1px 1px 0 #444, -1px -1px 0 #444, 1px -1px 0 #444;
text-transform: uppercase;
line-height: 89px;
}
.forabg dd.posts {
background: #121E38;
height: 93px;
margin-left: 395px;
margin-top: 128px;
position: absolute;
width: 70px;
font-size: 22px;
color: #DBDBDB;
font-family: \'Alfa Slab One\', cursive;
text-shadow: 2px 1px 0 #5E91AD, 1px 1px 0 #444, -1px 1px 0 #444, -1px -1px 0 #444, 1px -1px 0 #444;
text-transform: uppercase;
line-height: 89px;
}
.forabg dd.lastpost {
width: 303px;
background: #748192;
margin-left: 91px;
margin-top: 191px;
height: 30px;
line-height: 30px;
text-transform: uppercase;
font-family: calibri;
color: #fff;
text-shadow: 2px 1px 0 #444;
}
dd.lastpost a strong {
margin-left: 10px;
margin-right: 10px;
}
li dd.lastpost span a {
margin-right: 10px;
}
.forabg dd.lastpost a {
color: #fff;
}
.last-post-icon{ display:none; }
.lastpost br { display:none;}
/* para eliminar la columna de temas */
.forabg li.header dd.topics {
display: none
}
/* para eliminar la columna de mensajes */
.forabg li.header dd.posts {
display: none
}
/* para eliminar la columna de ultimos mensajes */
.forabg li.header dd.lastpost {
display: none
}
.table-title, .table-title h2 {
color: #ffffff;
/*font: 20px Neucha;*/ font: 20px Georgia;
letter-spacing: 0px;
/*padding: 30px;*/
/*height: 64px;*/
text-shadow: 3px 3px 3px #121E38;
/*margin-top: 20px; */font-style: italic; text-align: center !important; margin-left: 320px !important; width: 1300px !important;
}
@font-face {
font-family: \'Oranienbaum\';
font-style: normal;
font-weight: 400;
src: local(\'Oranienbaum\'), local(\'Oranienbaum-Regular\'), url(http://themes.googleusercontent.com/static/fonts/oranienbaum/v2/WyaFSM_en0pjtlmUWwS7GWOb2gHztoQeulij-1lvl-8.woff) format(\'woff\');
}
@font-face {
font-family: \'Yeseva One\';
font-style: normal;
font-weight: 400;
src: local(\'Yeseva One\'), local(\'YesevaOne\'), url(http://themes.googleusercontent.com/static/fonts/yesevaone/v7/wVgDKaRrT3DN9VGcOY4orxsxEYwM7FgeyaSgU71cLG0.woff) format(\'woff\');
}
/* --- */
/* Post Content & Profiles */
.postbody .content {
text-align: justify;
font-size: 12px;
line-height: 13px;
background: #0e0e0e;
margin-top: -15px;
border-left: 10px solid #121E38;
padding: 10px 30px;
background-repeat: repeat;
border-bottom: 8px solid #121E38;
border-radius: 0 0 40px 40px;
}
p.author {
background-image: url(\'\');
background-color: #0e0e0e;
margin-top: 15px;
padding: 3px !important;
position: relative;
right: -7em;
text-align: center;
}
p.author {
font-family: Yanone Kaffeesatz;
font-size: 12px;
line-height: 1.2em;
margin-top: 15px;
padding: 5 5 5px;
}
.postprofile dl dt a img {
margin-top: 10px;
padding-right: 10px;
opacity: 1.0;
border-radius: 0px 0px 0px 0px;
/*-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;*/
}
.postprofile:hover dl dt a img {
/*opacity: 0.5;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;*/
}
* div.postprofile dl dd{
/*display: none;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out; */
text-align: center;
}
* div.postprofile dl:hover dd{
/*text-align: justify;
display:inline-block;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;*/
}
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
font-family:calibri;
font-size:11px;
text-transform:uppercase;
}
.postprofile {
width: 220px;
border-top: 3px solid #121E38;
border-left: 3px solid #121E38;
border-right: 3px solid #121E38;
font-family: georgia;
font-size:9px;
color: #COLOR;
text-transform: uppercase;
text-align: justify;
margin-left: 10px;
background-image: url(\'http://i48.tinypic.com/2aikcns.jpg\');
padding: -10px;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
}
.postprofile dd {
text-align: left;
margin-top: 4px;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
}
.postprofile strong:first-child {
background-color:#121E38;
color: white !important;
background-position:initial initial;
background-repeat:initial initial;
display:inline-block;
font-family: Oranienbaum;
font-size:17px;
padding:5px;
margin-left: -10px;
opacity: 100;
text-align:center !important;
text-transform:uppercase;
width: 215px;
height: 17px;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
}
.postprofile dt:first-child img {
margin-bottom: 3px;
display: block;
margin-left: auto;
margin-right: auto;
float:center;
padding: -10px;
max-width: 200px !important;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
}*/
/* --- */
/* Group Legend */
ul + .h3, #i_whosonline + p {
/*width: 500px; */ width: 800px;
}
.clear + .h3, #page-body p.page-bottom {
width: 327px;
text-align: center;
}
#page-body .page-bottom {
background: #070707;
border-bottom: 10px solid #070707;
display: inline-block;
font-family: calibri;
font-size: 8px;
padding: 10px;
text-align: center;
text-transform: uppercase;
}
ul#picture_legend {
/*background: url(http://i.imgur.com/PbcxC7c.png);*/
font: 10px Balthazar;
text-transform: uppercase;
letter-spacing: 2px;
text-align: center!important;
display: block;
padding: 5px;
}
#page-footer li a {
font: 8px trebuchet ms;
text-transform: uppercase;
letter-spacing: 3px;
}
.legendagrupos a.gensmall {
color:gray;
float:center !important;
font-family:Kelly Slab;
font-size: 15px;
letter-spacing:2px;
font-style: normal;
}
@font-face {
font-family: \'Kelly Slab\';
font-style: normal;
font-weight: 400;
src: local(\'Kelly Slab\'), local(\'KellySlab-Regular\'), url(http://themes.googleusercontent.com/static/fonts/kellyslab/v3/gKqKZ8BbpAcxgFwZImcomxsxEYwM7FgeyaSgU71cLG0.woff) format(\'woff\');
}
/* --- */
/* Spoiler, Code & Others*/
dl.codebox {
font-size: 1em;
padding: 3px;
border:none;
}
dl.codebox {
-moz-border-radius: 8px 8px 8px 8px;
background:url(http://hitskin.com/themes/19/30/67/i_background.jpg);
border-top: 1px dashed #666;
border: none;
}
dl.codebox dt {
display:block;
font-size:0.8em;
font-weight:700;
color:#ddd;
margin-bottom:3px;
text-transform:uppercase;
font-family:sans-serif;
border:none;
}
dl.codebox code {
color:#ddd;
font-family:Sans-serif;
text-align:center;
font-size:9px;
border: none;
}
dl.spoiler {
border:none;
font-size:12px;
color:#ddd;
display:block;
border-bottom: 2px solid #666;
}
blockquote {
background: url(http://i122.photobucket.com/albums/o271/KaiEiri/w7kuhc83_zpsbe2c44bb.png) repeat;
border-left: 3px solid #666;
border-right: 3px solid #666;
display:block;
}
.content blockquote {
color:#color;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
letter-spacing:1px;
border:none;
border-left: 9px solid #433e3e;
border-right: 3px solid #433e3e;
}
/* --- */
/**CORPO DO CHAT**/
#chatbox_footer{background-color:#121D2D}
#chatbox,#chatbox_members,#chatbox_header.main-head,#chatbox_footer{-moz-border-radius:10px;-webkit-border-radius:10px;border:7px;border-top:7px solid #121D2D;border-bottom:7px solid}
#chatbox {background-repeat: no-repeat;
background-position: bottom right;
}
#chatbox_header, #chatbox_footer, #chatbox, #chatbox_members {
moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 7px solid #121D2D;
}
#chatbox_header{background-color: #121D2D;}
/**FIM DO CORPO**/
#cajamayor{
background: #202020;
background-color: #242424;
padding: 10px;
border: 20px solid #000;
height: auto;
width: 1030px;
}
.estadis-h3{
color: #fff;
background-color: #000;
padding: 50px;
text-transform: uppercase;
font-size: 20;
text-align: center;
}
#leyenda-ori {
background: #141414;
border: 10px solid #141414;
color: #aaa;
font-family: calibri;
font-size: 10px;
height: 150px;
overflow: auto;
text-align: justify;
text-transform: uppercase;
width: 184px;}
.g1 { background: #646480; }
.g2 { background: #A4A682; }
.g3 { background: #965D6D; }
.g4 { background: #547E81; }
.g1, .g2, .g3, .g4 {
color: #fff;
display: block;
font-family: calibri;
font-size: 12px;
height: 20px;
margin-top: 2px;
padding: 23px;
text-align: center;
text-transform: lowercase;
text-shadow: 1px 1px 0 #222;
width: 120px;
}
.legendagrupos {
background-color: #111;
border-bottom: 28px solid #121E38;
border-top: 9px solid #121E38;
color: transparent;
display: block;
margin-left: 105px;
padding: 10px;
text-align: center;
width: 800px;
}
* {
margin: 0px;
padding: 0px;
}
p {
font-size: 1.1em;
line-height: 1.3em;
}
p em b a.gensmall {
font-family: Neucha;
font-size: 15px;
letter-spacing: 2px;
text-align: center;
text-transform: capitalize;
text-shadow: 1px 1px 2px #000;
}
p em b a.gensmall {
font-family: Neucha;
font-size: 20px;
line-height: 100%;
letter-spacing: 0px;
font-style: normal;
text-align: center;
text-transform: none;
}
/**FIM Da Estatisticas**/
.postprofile{width:21%!important}.postbody{width:81%}
.postbody .topic-title {font-family: calibri;
font-size: 8px;
letter-spacing: 1px;
text-transform: uppercase;}
.forabg dd.topics {
background: #121E38;
color: #DBDBDB;
font-family: \'Alfa Slab One\', cursive;
font-size: 22px;
height: 30px;
line-height: 30px;
margin-left: 550px;
margin-top: 10px;
position: absolute;
text-shadow: 2px 1px 0 #5E91AD, 1px 1px 0 #444, -1px 1px 0 #444, -1px -1px 0 #444, 1px -1px 0 #444;
text-transform: uppercase;
width: 50px;
}
.forabg dd.posts {
background: #121E38;
color: #DBDBDB;
font-family: \'Alfa Slab One\', cursive;
font-size: 22px;
height: 30px;
line-height: 30px;
margin-left: 495px;
margin-top: 10px;
position: absolute;
text-shadow: 2px 1px 0 #5E91AD, 1px 1px 0 #444, -1px 1px 0 #444, -1px -1px 0 #444, 1px -1px 0 #444;
text-transform: uppercase;
width: 50px;
}
.forabg dd.lastpost {
background: #748192;
color: #fff;
font-family: calibri;
height: 10px;
line-height: 30px;
margin-left: 91px;
margin-top: 30px;
/* position: absolute; */
text-shadow: 2px 1px 0 #444;
text-transform: uppercase;
width: 303px;
padding-top: 10px;
padding-bottom: 10px;
}
a.forumtitle {
color: #EEE9E9;
display: block;
font-family: georgia;
font-size: 20px;
font-weight: lighter;
margin-bottom: -16px;
/*text-shadow: 2px 1px 0 #5E91AD, 1px 1px 0 #444, -1px 1px 0 #444, -1px -1px 0 #444, 1px -1px 0 #444;*/
text-transform: none;
width: 361px;
text-style: italic;
text-align: center;
/*Novo*/ /*background: #0A0A0A;*/ color: #b8b8b8; display: block; font-family: Poiret One; font-size: 17px; font-style: italic;
font-weight: 700; padding-bottom: 3px; padding-top: 3px; text-align: center !important; text-transform: none;
}
a.forumtitle:hover {text-decoration: none!important}
.postprofile {
border-left: 3px solid #121E38;
border-right: 3px solid #121E38;
border-top: 3px solid #121E38;
color: #FFF;
font-family: georgia;
font-size: 9px;
margin-left: -10px;
padding: -10px;
text-align: justify;
width: 220px !important; text-transform: uppercase !important;
}
.postprofile dd, .postprofile dt {
line-height: 1.2em;
margin-left: 8px; margin-top: -10px; margin-bottom: 10px;
}
.forabg .row {width:100%!important;}
.forabg dd.lastpost {
background: #748192;
color: #fff;
font-family: calibri;
height: 30px;
line-height: 10px;
margin-left: 691px;
margin-top: 10px;
padding-bottom: 10px;
padding-top: 10px;
position: absolute;
text-shadow: 2px 1px 0 #444;
text-transform: uppercase;
width: 200px; border: 2px solid #121E38; padding: 10px;
}
#i_whosonline + p {
/*border: 1px solid #070707;*/
color: grey;
font-family: calibri;
font-size: 8px;
letter-spacing: 1px;
padding: 59px;
text-align: justify;
text-transform: uppercase;
width: 87%!important;*/ width: 800px; color: #FFF;
}
#chatbox > p > span.msg > span > strong > em {background:none!important;border:none!important;width:40%!important;color:#fff!important;}
/*COMEÇO DO BUG*/ /*#wrap {
background: none repeat scroll 0 0 #0e0e0e;
border-bottom: 20px solid #222327;
border-left: 55px solid #222327;
border-right: 55px solid #222327;
color: #fff;
margin-bottom: -10px;
margin-left: 40px;
margin-top: -10px;
width: 1130px;
}/*FIM DO BUG*/
/*SOBRE O CHAT*/
#chatbox_footer{background-color:#121D2D} #chatbox,#chatbox_members,#chatbox_header.main-head,#chatbox_footer{-moz-border-radius:10px;-webkit-border-radius:10px;border:8px;border-top:8px solid #121D2D;border-bottom:8px solid} #chatbox {background-repeat: no-repeat; background-position: bottom right; padding: 10px; font-style: none !important; line-height: 5px !important;height: 190px; width: 840px; margin-left: 13px !important;margin-right: 15px !important;margin-top: 13px;} #chatbox_header, #chatbox_footer, #chatbox, #chatbox_members { moz-border-radius: 5px; -webkit-border-radius: 5px; border: 8px solid #121D2D; } #chatbox_header{background-color: #121D2D;}
#chatbox_row_1 {width: 800xp; text-align: justify; line-height: 10px;} #chatbox_row_2 {width: 800px;text-align: justify;line-height: 10px;} #chatbox_row_3 {width: 800px;text-align: justify;line-height: 10px;}
#cp-main .panel { background-color: transparent;}
/*MODERADORES DE TÓPICOS*/.mod-text {
font-weight: 700; color: transparent;
}
.h3 {
color: #fff;
font-family: times new roman;
font-size: 15px;
letter-spacing: 2px;
margin-bottom: 0; margin-left: 150px; padding-bottom: 10px;
position: relative;
text-align: center !important;
text-shadow: 1px 1px 1px #000;
width: 800px !important;
text-transform: uppercase;
}::-webkit-scrollbar-button:end:increment,::-webkit-scrollbar-button:start:decrement{display:none}::-webkit-scrollbar-thumb:vertical{background-color:#121E38;border:2px solid #eee;height:10px;margin-top:30px}::-webkit-scrollbar-thumb:horizontal{background-color:#121E38;border:2px solid #eee;margin-top:30px}::-webkit-scrollbar{background-color:#470303;border:4px solid #eee;height:5px;margin-top:30px;width:9px}
h1.page-title {
color: #484443;
font-family: georgia;
font-size: 1.4em;
font-weight: 400;
margin: .8em 0 .2em; font-style: italic;
}
a.topictitle {
color: #484443;
font-family: calibri;
font-size: .9em;
font-weight: 700;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
}
dd.lastpost span, dd.moderation span, dd.redirect span, ul.topiclist dd.info span, ul.topiclist dd.searchby span, ul.topiclist dd.time span { display: block;
padding-left: 5px;
width: 210px;
}
.forabg dd.topics {
background-color: #0A0A0A !important;
border-bottom: 3px solid #0A0A0A!important;
font-size: 9px!important;
height: 14px!important;
margin-left: 190px!important;
margin-top: 10px!important;
padding-bottom: 2px!important;
position: relative!important;
text-transform: uppercase!important;
width: 91px!important;
}
.forabg li.row dd.topics::after {
content: "topicos ";
}
.forabg dd.posts {
background-color: #0A0A0A !important;
border-bottom: 3px solid #0A0A0A !important;
font-size: 9px !important;
height: 14px !important;
margin-top: 10px !important;
padding-bottom: 2px !important;
position: relative !important;
text-transform: uppercase !important;
width: 91px !important;
}
.forabg li.row dd.posts::after {
content: "Mensagens";
}
.forabg dd.lastpost {
background-color: #151515!important;
border-bottom: 8px solid #0A0A0A!important;
border-top: 4px solid #0A0A0A!important;
color: #3D3D35!important;
display: block!important;
font-family: arial!important;
font-size: 9px!important;
margin-left: 190px!important;
padding: 4px 3px 10px!important;
position: relative!important;
text-align: center!important;
text-shadow: 1px 1px 1px #000!important;
text-transform: uppercase!important;
width: 178px!important;
}
ul.forums dd {
border-color: transparent;
border-left-style: solid;
border-left-width: 1px;
}
ul.topiclist dd {
border-left: 1px solid transparent;
display: block;
float: left;
padding: 4px 0;
}
dd.posts, dd.topics, dd.views {
border: none;
font-size: 1.2em;
line-height: 2.2em;
text-align: center;
width: 8%;
}
Re: Últimas Postagens
Troque por esta:
Para saber mais sobre códigos CSS, consulte:
https://ajuda.forumeiros.com/t86027-
Atenciosamente.
Fraise
- Código:
/* Forum */
#logo {
position:relative !important;
top: 15px;
}
#wrap {
/*margin-left: 255px;
-moz-border-radius: 60px;
border-radius: 60px;*/
border-right: 7px solid #121E38;
border-left: 7px solid #121E38;
border : 2px solid #121E38;
max-width: 1250px !important;
}
/* --- */
/* Navigation */
a.mainmenu {
bottom: 100px;
font-family: trebuchet ms;
font-size: 9px;
letter-spacing: 1px;
text-align: center;
text-transform: uppercase;
background-color:#0e0e0e;
border-bottom: 0px solid #ddd;
color:#848484;
-webkit-transition: all 0.2s linear 0ms;
padding: 10px;
}
a.mainmenu:hover {
bottom: 100px;
text-decoration: none;
color: #000;
text-transform:uppercase;
background-color:#f9f9f9;
border-bottom: 0px solid #aaa;
padding: 10px;
-webkit-transition: opacity 0.6s linear;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
}
/* --- */
/* Widgets */
.h3 {
padding: 0px;
width: 200px;
text-align: right;
color: #ffffff;
font-family: times new roman;
font-size: 15px;
letter-spacing: 2px;
text-shadow: 1px 1px 1px #000;
margin-bottom: 0px;
position: relative;
}
.module h3{
color: #121E38;
}
.module .h3 {
height: 20px;
font-family: Oranienbaum !important;
font-size: 18px;
max-width: 300px !important;
text-align: center;
border-bottom: 1px solid #121E38;
padding-bottom: 3px;
visibility: ;
}
#content-container div#left {
overflow-y:auto;
background-color:#0e0e0e;
color:#121E38;
background-position:initial initial;
background-repeat:initial initial;
border-left-color:#121E38;
border-left-style:solid;
border-left-width:25px;
border-right-color:#121E38;
border-right-style:solid;
border-right-width:10px;
float:none;
height:100%;
margin:0;
padding:0;
position:fixed;
left: 10px;
top:0;
width:200px;
}
#comments_scroll_container {
font-family: georgia;
font-size: 11px;
text-tranform: lowercase;
text-align: left;
padding: 7px;
background: #;
text-align: center;
border-radius: 0px 0px 0px 0px;
}
/* --- */
/* Forum Table */
ul.forums {
background-image: url("http://i.imgur.com/QaUnqqp.png");
background-repeat: repeat;
background-color: #121E38;
border-bottom: 15px solid #121E38;
border-radius: 0 0 40px 40px;
}
li.header {
background-image: url(\'http://i.imgur.com/PbcxC7c.png\');
color: #121E38;
text-transform: none;
font-size:0px;
padding: 35px;
background-color: #121E38;
border-bottom: 0px solid #121E38;
text-align: right;
}
.forabg .row {
display: inline-block;
width: 50%;
}
dd.dterm {
margin-left: 15px;
}
#desc-ro {
background: #DDD;
width: 362px;
height: 200px;
}
/* a.forumtitle {
color: #EEE9E9;
display: block;
font-family: \'Neucha\', cursive;
font-size: 20px;
margin-bottom: -16px;
text-shadow: 2px 1px 0 #5E91AD, 1px 1px 0 #444, -1px 1px 0 #444, -1px -1px 0 #444, 1px -1px 0 #444;
text-transform: uppercase;
width: 361px;
font-weight: lighter;
}*/
.forabg dd.topics {
background: #121E38;
/*border-bottom: 2px solid #64828A;*/
height: 89px;
margin-left: 395px;
margin-top: 29px;
position: absolute;
width: 70px;
font-size: 22px;
color: #DBDBDB;
font-family: \'Alfa Slab One\', cursive;
text-shadow: 2px 1px 0 #5E91AD, 1px 1px 0 #444, -1px 1px 0 #444, -1px -1px 0 #444, 1px -1px 0 #444;
text-transform: uppercase;
line-height: 89px;
}
.forabg dd.posts {
background: #121E38;
height: 93px;
margin-left: 395px;
margin-top: 128px;
position: absolute;
width: 70px;
font-size: 22px;
color: #DBDBDB;
font-family: \'Alfa Slab One\', cursive;
text-shadow: 2px 1px 0 #5E91AD, 1px 1px 0 #444, -1px 1px 0 #444, -1px -1px 0 #444, 1px -1px 0 #444;
text-transform: uppercase;
line-height: 89px;
}
.forabg dd.lastpost {
width: 303px;
background: #748192;
margin-left: 91px;
margin-top: 191px;
height: 30px;
line-height: 30px;
text-transform: uppercase;
font-family: calibri;
color: #fff;
text-shadow: 2px 1px 0 #444;
}
dd.lastpost a strong {
margin-left: 10px;
margin-right: 10px;
}
li dd.lastpost span a {
margin-right: 10px;
}
.forabg dd.lastpost a {
color: #fff;
}
.last-post-icon{ display:none; }
.lastpost br { display:none;}
/* para eliminar la columna de temas */
.forabg li.header dd.topics {
display: none
}
/* para eliminar la columna de mensajes */
.forabg li.header dd.posts {
display: none
}
/* para eliminar la columna de ultimos mensajes */
.forabg li.header dd.lastpost {
display: none
}
.table-title, .table-title h2 {
color: #ffffff;
/*font: 20px Neucha;*/ font: 20px Georgia;
letter-spacing: 0px;
/*padding: 30px;*/
/*height: 64px;*/
text-shadow: 3px 3px 3px #121E38;
/*margin-top: 20px; */font-style: italic; text-align: center !important; margin-left: 320px !important; width: 1300px !important;
}
@font-face {
font-family: \'Oranienbaum\';
font-style: normal;
font-weight: 400;
src: local(\'Oranienbaum\'), local(\'Oranienbaum-Regular\'), url(http://themes.googleusercontent.com/static/fonts/oranienbaum/v2/WyaFSM_en0pjtlmUWwS7GWOb2gHztoQeulij-1lvl-8.woff) format(\'woff\');
}
@font-face {
font-family: \'Yeseva One\';
font-style: normal;
font-weight: 400;
src: local(\'Yeseva One\'), local(\'YesevaOne\'), url(http://themes.googleusercontent.com/static/fonts/yesevaone/v7/wVgDKaRrT3DN9VGcOY4orxsxEYwM7FgeyaSgU71cLG0.woff) format(\'woff\');
}
/* --- */
/* Post Content & Profiles */
.postbody .content {
text-align: justify;
font-size: 12px;
line-height: 13px;
background: #0e0e0e;
margin-top: -15px;
border-left: 10px solid #121E38;
padding: 10px 30px;
background-repeat: repeat;
border-bottom: 8px solid #121E38;
border-radius: 0 0 40px 40px;
}
p.author {
background-image: url(\'\');
background-color: #0e0e0e;
margin-top: 15px;
padding: 3px !important;
position: relative;
right: -7em;
text-align: center;
}
p.author {
font-family: Yanone Kaffeesatz;
font-size: 12px;
line-height: 1.2em;
margin-top: 15px;
padding: 5 5 5px;
}
.postprofile dl dt a img {
margin-top: 10px;
padding-right: 10px;
opacity: 1.0;
border-radius: 0px 0px 0px 0px;
/*-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;*/
}
.postprofile:hover dl dt a img {
/*opacity: 0.5;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;*/
}
* div.postprofile dl dd{
/*display: none;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out; */
text-align: center;
}
* div.postprofile dl:hover dd{
/*text-align: justify;
display:inline-block;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;*/
}
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
font-family:calibri;
font-size:11px;
text-transform:uppercase;
}
.postprofile {
width: 220px;
border-top: 3px solid #121E38;
border-left: 3px solid #121E38;
border-right: 3px solid #121E38;
font-family: georgia;
font-size:9px;
color: #COLOR;
text-transform: uppercase;
text-align: justify;
margin-left: 10px;
background-image: url(\'http://i48.tinypic.com/2aikcns.jpg\');
padding: -10px;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
}
.postprofile dd {
text-align: left;
margin-top: 4px;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
}
.postprofile strong:first-child {
background-color:#121E38;
color: white !important;
background-position:initial initial;
background-repeat:initial initial;
display:inline-block;
font-family: Oranienbaum;
font-size:17px;
padding:5px;
margin-left: -10px;
opacity: 100;
text-align:center !important;
text-transform:uppercase;
width: 215px;
height: 17px;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
}
.postprofile dt:first-child img {
margin-bottom: 3px;
display: block;
margin-left: auto;
margin-right: auto;
float:center;
padding: -10px;
max-width: 200px !important;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
}*/
/* --- */
/* Group Legend */
ul + .h3, #i_whosonline + p {
/*width: 500px; */ width: 800px;
}
.clear + .h3, #page-body p.page-bottom {
width: 327px;
text-align: center;
}
#page-body .page-bottom {
background: #070707;
border-bottom: 10px solid #070707;
display: inline-block;
font-family: calibri;
font-size: 8px;
padding: 10px;
text-align: center;
text-transform: uppercase;
}
ul#picture_legend {
/*background: url(http://i.imgur.com/PbcxC7c.png);*/
font: 10px Balthazar;
text-transform: uppercase;
letter-spacing: 2px;
text-align: center!important;
display: block;
padding: 5px;
}
#page-footer li a {
font: 8px trebuchet ms;
text-transform: uppercase;
letter-spacing: 3px;
}
.legendagrupos a.gensmall {
color:gray;
float:center !important;
font-family:Kelly Slab;
font-size: 15px;
letter-spacing:2px;
font-style: normal;
}
@font-face {
font-family: \'Kelly Slab\';
font-style: normal;
font-weight: 400;
src: local(\'Kelly Slab\'), local(\'KellySlab-Regular\'), url(http://themes.googleusercontent.com/static/fonts/kellyslab/v3/gKqKZ8BbpAcxgFwZImcomxsxEYwM7FgeyaSgU71cLG0.woff) format(\'woff\');
}
/* --- */
/* Spoiler, Code & Others*/
dl.codebox {
font-size: 1em;
padding: 3px;
border:none;
}
dl.codebox {
-moz-border-radius: 8px 8px 8px 8px;
background:url(http://hitskin.com/themes/19/30/67/i_background.jpg);
border-top: 1px dashed #666;
border: none;
}
dl.codebox dt {
display:block;
font-size:0.8em;
font-weight:700;
color:#ddd;
margin-bottom:3px;
text-transform:uppercase;
font-family:sans-serif;
border:none;
}
dl.codebox code {
color:#ddd;
font-family:Sans-serif;
text-align:center;
font-size:9px;
border: none;
}
dl.spoiler {
border:none;
font-size:12px;
color:#ddd;
display:block;
border-bottom: 2px solid #666;
}
blockquote {
background: url(http://i122.photobucket.com/albums/o271/KaiEiri/w7kuhc83_zpsbe2c44bb.png) repeat;
border-left: 3px solid #666;
border-right: 3px solid #666;
display:block;
}
.content blockquote {
color:#color;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
letter-spacing:1px;
border:none;
border-left: 9px solid #433e3e;
border-right: 3px solid #433e3e;
}
/* --- */
/**CORPO DO CHAT**/
#chatbox_footer{background-color:#121D2D}
#chatbox,#chatbox_members,#chatbox_header.main-head,#chatbox_footer{-moz-border-radius:10px;-webkit-border-radius:10px;border:7px;border-top:7px solid #121D2D;border-bottom:7px solid}
#chatbox {background-repeat: no-repeat;
background-position: bottom right;
}
#chatbox_header, #chatbox_footer, #chatbox, #chatbox_members {
moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 7px solid #121D2D;
}
#chatbox_header{background-color: #121D2D;}
/**FIM DO CORPO**/
#cajamayor{
background: #202020;
background-color: #242424;
padding: 10px;
border: 20px solid #000;
height: auto;
width: 1030px;
}
.estadis-h3{
color: #fff;
background-color: #000;
padding: 50px;
text-transform: uppercase;
font-size: 20;
text-align: center;
}
#leyenda-ori {
background: #141414;
border: 10px solid #141414;
color: #aaa;
font-family: calibri;
font-size: 10px;
height: 150px;
overflow: auto;
text-align: justify;
text-transform: uppercase;
width: 184px;}
.g1 { background: #646480; }
.g2 { background: #A4A682; }
.g3 { background: #965D6D; }
.g4 { background: #547E81; }
.g1, .g2, .g3, .g4 {
color: #fff;
display: block;
font-family: calibri;
font-size: 12px;
height: 20px;
margin-top: 2px;
padding: 23px;
text-align: center;
text-transform: lowercase;
text-shadow: 1px 1px 0 #222;
width: 120px;
}
.legendagrupos {
background-color: #111;
border-bottom: 28px solid #121E38;
border-top: 9px solid #121E38;
color: transparent;
display: block;
margin-left: 105px;
padding: 10px;
text-align: center;
width: 800px;
}
* {
margin: 0px;
padding: 0px;
}
p {
font-size: 1.1em;
line-height: 1.3em;
}
p em b a.gensmall {
font-family: Neucha;
font-size: 15px;
letter-spacing: 2px;
text-align: center;
text-transform: capitalize;
text-shadow: 1px 1px 2px #000;
}
p em b a.gensmall {
font-family: Neucha;
font-size: 20px;
line-height: 100%;
letter-spacing: 0px;
font-style: normal;
text-align: center;
text-transform: none;
}
/**FIM Da Estatisticas**/
.postprofile{width:21%!important}.postbody{width:81%}
.postbody .topic-title {font-family: calibri;
font-size: 8px;
letter-spacing: 1px;
text-transform: uppercase;}
.forabg dd.topics {
background: #121E38;
color: #DBDBDB;
font-family: \'Alfa Slab One\', cursive;
font-size: 22px;
height: 30px;
line-height: 30px;
margin-left: 550px;
margin-top: 10px;
position: absolute;
text-shadow: 2px 1px 0 #5E91AD, 1px 1px 0 #444, -1px 1px 0 #444, -1px -1px 0 #444, 1px -1px 0 #444;
text-transform: uppercase;
width: 50px;
}
a.forumtitle {
color: #EEE9E9;
display: block;
font-family: georgia;
font-size: 20px;
font-weight: lighter;
margin-bottom: -16px;
/*text-shadow: 2px 1px 0 #5E91AD, 1px 1px 0 #444, -1px 1px 0 #444, -1px -1px 0 #444, 1px -1px 0 #444;*/
text-transform: none;
width: 361px;
text-style: italic;
text-align: center;
/*Novo*/ /*background: #0A0A0A;*/ color: #b8b8b8; display: block; font-family: Poiret One; font-size: 17px; font-style: italic;
font-weight: 700; padding-bottom: 3px; padding-top: 3px; text-align: center !important; text-transform: none;
}
a.forumtitle:hover {text-decoration: none!important}
.postprofile {
border-left: 3px solid #121E38;
border-right: 3px solid #121E38;
border-top: 3px solid #121E38;
color: #FFF;
font-family: georgia;
font-size: 9px;
margin-left: -10px;
padding: -10px;
text-align: justify;
width: 220px !important; text-transform: uppercase !important;
}
.postprofile dd, .postprofile dt {
line-height: 1.2em;
margin-left: 8px; margin-top: -10px; margin-bottom: 10px;
}
.forabg .row {width:100%!important;}
.forabg dd.lastpost {
background: #748192;
color: #fff;
font-family: calibri;
height: 30px;
line-height: 10px;
margin-left: 691px;
margin-top: 10px;
padding-bottom: 10px;
padding-top: 10px;
position: absolute;
text-shadow: 2px 1px 0 #444;
text-transform: uppercase;
width: 200px; border: 2px solid #121E38; padding: 10px;
}
#i_whosonline + p {
/*border: 1px solid #070707;*/
color: grey;
font-family: calibri;
font-size: 8px;
letter-spacing: 1px;
padding: 59px;
text-align: justify;
text-transform: uppercase;
width: 87%!important;*/ width: 800px; color: #FFF;
}
#chatbox > p > span.msg > span > strong > em {background:none!important;border:none!important;width:40%!important;color:#fff!important;}
/*COMEÇO DO BUG*/ /*#wrap {
background: none repeat scroll 0 0 #0e0e0e;
border-bottom: 20px solid #222327;
border-left: 55px solid #222327;
border-right: 55px solid #222327;
color: #fff;
margin-bottom: -10px;
margin-left: 40px;
margin-top: -10px;
width: 1130px;
}/*FIM DO BUG*/
/*SOBRE O CHAT*/
#chatbox_footer{background-color:#121D2D} #chatbox,#chatbox_members,#chatbox_header.main-head,#chatbox_footer{-moz-border-radius:10px;-webkit-border-radius:10px;border:8px;border-top:8px solid #121D2D;border-bottom:8px solid} #chatbox {background-repeat: no-repeat; background-position: bottom right; padding: 10px; font-style: none !important; line-height: 5px !important;height: 190px; width: 840px; margin-left: 13px !important;margin-right: 15px !important;margin-top: 13px;} #chatbox_header, #chatbox_footer, #chatbox, #chatbox_members { moz-border-radius: 5px; -webkit-border-radius: 5px; border: 8px solid #121D2D; } #chatbox_header{background-color: #121D2D;}
#chatbox_row_1 {width: 800xp; text-align: justify; line-height: 10px;} #chatbox_row_2 {width: 800px;text-align: justify;line-height: 10px;} #chatbox_row_3 {width: 800px;text-align: justify;line-height: 10px;}
#cp-main .panel { background-color: transparent;}
/*MODERADORES DE TÓPICOS*/.mod-text {
font-weight: 700; color: transparent;
}
.h3 {
color: #fff;
font-family: times new roman;
font-size: 15px;
letter-spacing: 2px;
margin-bottom: 0; margin-left: 150px; padding-bottom: 10px;
position: relative;
text-align: center !important;
text-shadow: 1px 1px 1px #000;
width: 800px !important;
text-transform: uppercase;
}::-webkit-scrollbar-button:end:increment,::-webkit-scrollbar-button:start:decrement{display:none}::-webkit-scrollbar-thumb:vertical{background-color:#121E38;border:2px solid #eee;height:10px;margin-top:30px}::-webkit-scrollbar-thumb:horizontal{background-color:#121E38;border:2px solid #eee;margin-top:30px}::-webkit-scrollbar{background-color:#470303;border:4px solid #eee;height:5px;margin-top:30px;width:9px}
h1.page-title {
color: #484443;
font-family: georgia;
font-size: 1.4em;
font-weight: 400;
margin: .8em 0 .2em; font-style: italic;
}
a.topictitle {
color: #484443;
font-family: calibri;
font-size: .9em;
font-weight: 700;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
}
dd.lastpost span, dd.moderation span, dd.redirect span, ul.topiclist dd.info span, ul.topiclist dd.searchby span, ul.topiclist dd.time span { display: block;
padding-left: 5px;
width: 210px;
}
.forabg dd.topics {
background-color: #0A0A0A !important;
border-bottom: 3px solid #0A0A0A!important;
font-size: 9px!important;
height: 14px!important;
margin-left: 190px!important;
margin-top: 10px!important;
padding-bottom: 2px!important;
position: relative!important;
text-transform: uppercase!important;
width: 91px!important;
}
.forabg li.row dd.topics::after {
content: "topicos ";
}
.forabg dd.posts {
background-color: #0A0A0A !important;
border-bottom: 3px solid #0A0A0A !important;
font-size: 9px !important;
height: 14px !important;
margin-top: 10px !important;
padding-bottom: 2px !important;
position: relative !important;
text-transform: uppercase !important;
width: 91px !important;
}
.forabg li.row dd.posts::after {
content: "Mensagens";
}
.forabg dd.lastpost {
background-color: #151515!important;
border-bottom: 8px solid #0A0A0A!important;
border-top: 4px solid #0A0A0A!important;
color: #3D3D35!important;
display: block!important;
font-family: arial!important;
font-size: 9px!important;
margin-left: 190px!important;
padding: 4px 3px 10px!important;
position: relative!important;
text-align: center!important;
text-shadow: 1px 1px 1px #000!important;
text-transform: uppercase!important;
width: 178px!important;
}
ul.forums dd {
border-color: transparent;
border-left-style: solid;
border-left-width: 1px;
}
ul.topiclist dd {
border-left: 1px solid transparent;
display: block;
float: left;
padding: 4px 0;
}
dd.posts, dd.topics, dd.views {
border: none;
font-size: 1.2em;
line-height: 2.2em;
text-align: center;
width: 8%;
}
Para saber mais sobre códigos CSS, consulte:
https://ajuda.forumeiros.com/t86027-
Atenciosamente.
Fraise
Re: Últimas Postagens
@Edit: Partindo do seu ponto, consegui. '*----*' Só peço que me ajude com a personalização e obrigada desde já. Vamos deixar registrado pra, se tiver algum outro coleguinha com o mesmo problema, ele saber o que tentar. Afinal, ajudar os outros é importante. u_u Primeiro, tirei todos os forabg que não bugavam ainda mais o tópico (comentava, testava e depois decidia se tirava ou não) e, depois, coloquei esse código no final do css:
@Personalização: Posso deixar essa "caixinha" mais centralizada quanto à altura? Me ajuda?
- Código:
dd.lastpost span, dd.moderation span, dd.redirect span, ul.topiclist dd.info span, ul.topiclist dd.searchby span, ul.topiclist dd.time span { display: block;
padding-left: 5px;
width: 210px;
}
.forabg li.row dd.topics::after {
content: "topicos ";
}
.forabg li.row dd.posts::after {
content: "Mensagens";
}
ul.forums dd {
border-color: transparent;
border-left-style: solid;
border-left-width: 1px;
}
.forabg dd.posts {
background-color: #0A0A0A;
border-bottom: 3px solid #0A0A0A;
font-size: 9px;
height: 14px;
margin-top: 10px;
padding-bottom: 2px;
position: relative;
text-transform: uppercase;
width: 91px;
}
dd.posts, dd.topics, dd.views {
border: none;
font-size: 1.2em;
line-height: 2.2em;
text-align: center;
width: 8%;
}
.forabg dd.topics {
background-color: #0A0A0A;
border-bottom: 3px solid #0A0A0A;
font-size: 9px;
height: 14px;
margin-left: 190px;
margin-top: 10px;
padding-bottom: 2px;
position: relative;
text-transform: uppercase;
width: 91px;
}
ul.topiclist dd {
border-left: 1px solid transparent;
display: block;
float: left;
padding: 4px 0;
}
.forabg dd.lastpost {
background-color: #151515;
border-bottom: 8px solid #0A0A0A;
border-top: 4px solid #0A0A0A;
color: #3D3D35;
display: block;
font-family: arial;
font-size: 9px;
margin-left: 190px;
padding: 4px 3px 10px;
position: relative;
text-align: center;
text-shadow: 1px 1px 1px #000;
text-transform: uppercase;
width: 178px;
}
ul.topiclist dd {
border-left: 1px solid transparent;
display: block;
float: left;
padding: 4px 0;
}
@Personalização: Posso deixar essa "caixinha" mais centralizada quanto à altura? Me ajuda?
Re: Últimas Postagens
Olá novamente.
Complemente com este código em sua folha de estilos:
Atenciosamente,
Fraise.
Complemente com este código em sua folha de estilos:
- Código:
dd.lastpost span { margin-top: 10px; }
Atenciosamente,
Fraise.
Re: Últimas Postagens
Então, ficou legal, mas me referia a todo bloco, sabe? Desde a parte mais escura onde diz tópicos e mensagens
Re: Últimas Postagens
Saudações!
Assim?
Até mais.
Sennior
Assim?
- Código:
dd.lastpost, dd.posts, dd.topics {
position: relative!important;
top: -8px!important;
}
Até mais.
Sennior
Re: Últimas Postagens
Apliquei e não resultou >< Por via das dúvidas que tenha rolado falta de explicação da minha parte, fiz um print:
Gostaria que ficasse mais pra baixo o quadrado vermelho menor, entende? Alinhado na altura com o maior.
- Código:
http://i.imgur.com/qnBceNw.png
Gostaria que ficasse mais pra baixo o quadrado vermelho menor, entende? Alinhado na altura com o maior.
Re: Últimas Postagens
Olá autor,
Veja se com esse fica como desejas:
Até mais!
Veja se com esse fica como desejas:
- Código:
.forabg dd.lastpost {
margin-top: 50px !important;
}
Até mais!
Re: Últimas Postagens
Uma parte melhorou, mas deixou pra trás o resto do bloco menor, amigo -q sauhsahuhusahusa
Re: Últimas Postagens
Olá,
Troque por:
Caso não resulte, tente:
Aguardo.
Até mais!
Troque por:
- Código:
.forabg dd.topics, .forabg dd.posts {
margin-top: 50px !important;
}
Caso não resulte, tente:
- Código:
.forabg dd.lastpost, .forabg dd.topics, .forabg dd.posts {
margin-top: 50px !important;
}
Aguardo.
Até mais!
Re: Últimas Postagens
Deu ruim ç_ç Só funcionou em um tópico
Última edição por Gold Of Olympus em 25.08.16 17:25, editado 1 vez(es) (Motivo da edição : Mudei toda resposta -q)
Re: Últimas Postagens
Olá,
Poderia explicar melhor? Eu acessei o fórum e está funcionando. Só não está funcionando nos fóruns que você ainda não colocou aquela tabela (como a do primeiro fórum por exemplo "Primeira parada").
Até mais.
Poderia explicar melhor? Eu acessei o fórum e está funcionando. Só não está funcionando nos fóruns que você ainda não colocou aquela tabela (como a do primeiro fórum por exemplo "Primeira parada").
Até mais.
Re: Últimas Postagens
Olá,
Tente adicionar este código (deixe também o anterior):
Até mais.
Tente adicionar este código (deixe também o anterior):
- Código:
.forabg dd.lastpost {
float: right !important;
margin-right: 70px !important;
}
Até mais.
Re: Últimas Postagens
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
» Remover esses anúncios de ultimas postagens e numero de postagens
» Cor nas Ultimas Mensagens
» Últimas postagens seguindo sub-fóruns
» avatar nas últimas mensagens
» Últimas imagens
» Cor nas Ultimas Mensagens
» Últimas postagens seguindo sub-fóruns
» avatar nas últimas mensagens
» Últimas imagens
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