CSS do Fórum

3 participantes

Ver o tópico anterior Ver o tópico seguinte Ir para baixo

Tópico resolvido CSS do Fórum

Mensagem por Romulo Carvalho 26.04.15 5:45

Detalhes da dúvida

Versão do fórum : phpBB3
Nível de acesso : Fundador
Navegador usado : Google Chrome
Membros afetados : Todos os membros do fórum
Problema começou : Ao mudar o tema
Endereço do fórum : http://ageofgods.forumeiros.com.pt/

Descrição do problema

Bom, eu queria que vocês ajeitassem esse CSS, ele possui pouco espaço , quero que aumente a largura, se possível, sem que cause qualquer interferência. Porque como podem ver na imagem: https://i.imgur.com/46afR9C.png está deixando um espaço enorme, e eu queria diminui-lo. E também fazer com que a parte circulada na segunda imagem: https://i.imgur.com/Hqy4QTX.png fique centralizada. E se possível, mudar a cor do fórum para um vermelho e cinza.

Código:
/*Cuerpo del foro*/
#wrap {
  max-width: 960px;
  min-width: 960px;
  background: #dbdbdb;
  margin-top: -10px;
  margin-bottom: -10px;
  position: relative;
}

#logo-desc img {
  border: 15px solid #eeeeee;
  width: 700px;
  height: 300px;
  margin-right: -15px;
  margin-top: -15px;
  padding-left: 0px;
}
p.page-bottom + p.page-bottom + p.page-bottom {
  top: 5px;
  position: relative;
  left: -13px;
}
p.page-bottom + p.page-bottom {
  top: 5px;
  position: relative;
  left: -13px;
}
p.page-bottom {
  top: 5px;
  position: relative;
  left: -13px;
}
#page-body p.page-bottom {
  font-size: 9px;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: inline-block;
  width: 110px;
  float: right;
  text-align: center;
  height: 55px;
  padding-top: 15px;
  overflow: hidden;
  background: #eeeeee;
}
#page-body p.page-bottom strong {
  font-size: 20px;
  display: block;
  margin-top: 9px;
}
#page-body p.page-bottom a {
  font-size: 15px;
  display: block;
  margin-top: 4px;
}
#elite img {
    width: 50px;
    height: 50px;
    margin: 2px;
    border: 3px solid #335f77;
}
#bros img {
    width: 100px;
    height: 50px;
    margin: 2px;
    border: 3px solid #335f77;
}
#directorio img {
    width: 45px;
    height: 45px;
    margin: 2px;
    border: 3px solid #335f77;
}
.admininfo {
    width: 180px;
    text-align: left;
    text-transform: uppercase;
    color: #1c1c1c;
    font-size: 10px;
    font-weight: bold;
    height: 90px;
    margin-top: 10px;
}

.estatus a {width: 30px; padding: 2px; float: left; background: #335f77; line-height: 100%; text-align: center; margin-right: 2px; color: #eee;}
.estatus2 a {width: 26px; padding: 2px; float: left; border: solid 2px #335f77; line-height: 73%; text-align: center;}

.navwidgets a {
color: #eeeeee;
text-transform:uppercase;
padding-top:8px;
padding-bottom:8px;
display:inline-block;
font-weight:bold;
background: #335f77;
text-align: center;
width: 88px;
line-height: 100%;
font-size: 8px;
margin:1px;
}
.navwidgets a:hover{
    color:#1c1c1c !important;
}

#comments_scroll_div {
  max-height: 150px;
  min-height: 150px;
}

#comments_scroll_div a {
  font-weight: bold;
  text-transform: uppercase;
}
#info {
line-height:110%;
font-size:11px;
font-weight:bold;
color: #888888;  
text-align:justify;
padding: 5px;
max-height: 150px;
overflow-y: auto;
}
dd.lastpost span.color-groups {
  background: #335f77;
  display: block;
  width: 150px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 100%;
  text-transform: uppercase;
  margin-top: 4px;
  text-align: center;
}

a.mainmenu {
  width: 100px;
  background: #eeeeee;
  display:block;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  opacity: 0.6;
  font-size: 10px;
  text-align: center;
  color: #335f77;
  margin-bottom: -23px;
}

a.mainmenu:hover {
  color: #335f77;
}

ul.navlinks {
  position: absolute;
  top: 25px;
  right: 25px;
}

.chatbox-title, a.chatbox-title {
  font-family: Passion One;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #335F77;
  margin-top: 5px;
  margin-left: 5px;
}

.chatbox-options li, .chatbox-options li a {
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 700;
  color: #335F77;
}

#chatbox_header{background-color: #eeeeee;}

#chatbox_footer{background-color: #eeeeee;}

.chatbox_row_1,.chatbox_row_2,.chatbox_row_3{
  font-size:12px;
}
/*Información pie CB*/
#chatbox_footer label {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  color: #335F77;
}

#chatbox_members{
  font-size: 13px;
}

#page-body ul.linklist {
  background: #eeeeee;
  padding: 5px;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 1px;
  width: 700px;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: bold;
}

#page-footer .navbar {
  background: #eeeeee;
  padding: 5px;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 1px;
  width: 940px;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: bold;
  color: #eeeeee;
}

.topic-actions {
  padding: 5px;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 1px;
  width: 700px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 25px;
  font-weight: bold;
}

.pathname-box {
  background: #1c1c1c;
  padding: 5px;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 1px;
  width: 700px;
  margin-left: 5px;
  margin-right: 5px;
  text-align:center;
  color: #eeeeee;
}
.pathname-box a {
  color: #eeeeee;
  font-weight: bold;
}

.topic-actions2 {
  padding: 5px;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 1px;
  width: 700px;
  height: 25px;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: bold;
}

.pathname-box2 {
  background: #1c1c1c;
  padding: 5px;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 1px;
  width: 700px;
  height: 10px;
  margin-left: 5px;
  margin-right: 5px;
  text-align:center;
  color: #eeeeee;
}
.pathname-box2 a {
  color: #eeeeee;
  font-weight: bold;
}
/*Cuerpo del post*/
.postbody {
  width: 440px;
  background: #eeeeee;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 50px;
  position: relative;
}

.postbody ul.profile-icons {
  position: relative;
  right: -70px;
  top: -10px;
  margin-bottom: 5px;
}

.post {
  text-align: justify;
  font-size: 11px;
}

.postprofile {
  width: 220px;
  background: #eeeeee;
  margin-top: -2px;
  height: 388px;
  overflow: hidden;
  border-left: transparent;
}


.postprofile dd img {
  margin-left: -10px;
}

.postprofile dd a img {
  margin-left: 0px;
}

.postprofile dt a img {
  margin-top: 10px;
}

.postprofile dd {
  text-align: center;
  text-transform: uppercase;
  color: #1c1c1c;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 10px;
}

#nombreusuario {
  width: 200px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-transform: uppercase;
  text-align: center;
  background: #335f77;
  margin-left: 10px;
  margin-top: 10px;
  font-size: 11px;
}

span.label {
  width: 200px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  background: #1c1c1c;
  font-size: 9px;
  display: block;
  color: #eeeeee;
}

/*Scrollbar*/
::-webkit-scrollbar {background-color:white; height:2px; width:5px}
::-webkit-scrollbar-thumb {background-color:#2d2b4a; height:50px}


/*Pestañas del perfil*/
#tabs {
list-style: none;
display: table;
width: 220px;
margin: 0px;
background-color: transparent;
}
#tabs li {
margin: 0px;
display: table-cell;
font-family: Cabin;
font-size: 10px;
text-transform: uppercase;
line-height: 100%;
letter-spacing: 1px;
color: #fff;
text-decoration: none;
width: 105px;
text-align: center;
}
#tabs li a {
font-family: Cabin;
font-size: 10px;
text-transform: uppercase;
line-height: 100%;
letter-spacing: 1px;
color: #fff;
padding-top: 10px;
padding-bottom: 8px;
text-decoration: none;
width: 105px;
text-align: center;
background: #b42411;
transition: 0.8s;
}

#tabs:hover li a {
  transition: 0.8s;
  box-shadow: inset 0 0 0 #000000;
}

.tab_content {
display: none;
color: 1c1c1c;
width: 220px;
margin: 0px;
}

#tabs_content_container {
width: 220px;
height: 320px;
overflow:hidden;
}

.postbody .topic-title {
  display:inline-block;
  width: 420px;
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  background: #335f77;
  line-height: 100%;
}

.postbody .topic-title a {
  color: #eeeeee;
  float: center;
  display: block;
}
/*Autor del tema*/
p.author {
  display:inline-block;
  width: 450px;
  padding: 10px;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  background: #335f77;
  line-height: 100%;
  color: #ccc;
  position: absolute;
  bottom: -15px;
  left: 0px;
}
/*Fondo de los subforos*/
ul.forums {
  background: #eeeeee;
  padding-top: 30px;
  border-top: 25px solid #335f77;
}
/*Fondo de los temas*/
ul.topiclist.topics.bg_none {
  background: #eeeeee;
  border-top: 25px solid #335f77;
}
/*Fondo de los MP*/
ul.topiclist.pmlist.bg_none {
  background: #eeeeee;
  border-top: 25px solid #335f77;
}  
#content-container div#left {
  padding: 20px;
  background: #eeeeee;
  outline: 2px solid #dbdbdb;
  outline-offset: -6px;
  box-shadow: 2px 2px 0 rgba(0,0,0,0.15);
  position: relative; top: -345px;
  margin-right: 20px;
}
h1.page-title {
  font-size: 50px;
  font-family: Passion One;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

.table-title, .table-title h2 {
  font-size: 50px;
  font-family: Passion One;
  text-transform: uppercase;
  color: #335f77;
}

li.header {
  font-size: 0px;
  padding-top: 40px;
}

/*Estadísticas*/
.#stats {
width: 700px;
margin: 0 auto;
height: 350px;
}

#stats .enlinea {
  overflow-y: auto;
  text-align: left;
  display: inline-block;
  width: 322px;
  border: 10px solid #eeeeee;
  height: 150px;
  background: #eeeeee;
  padding: 10px;
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 15px;
  font-size: 8px;
  float: left;
  text-transform: uppercase;
  font-weight: 700;
}

#stats .enlinea a {
  text-shadow: 1px 1px 0px #000;
  font-size: 15px;
  letter-spacing: 0px;
}
#stats .grupos {
  overflow: hidden;
  text-align: left;
  display: inline-block;
  width: 310px;
  height: 95px;
  background: #eeeeee;
  padding: 10px;
  margin-top: 40px;
  margin-left: -10px;
  margin-right: 13px;
  font-size: 10px;
  float: left;
}
.grupo3 a {text-align: center; background: #98B3AD; float: right; margin-left: 3px; width: 101px; margin-bottom: 3px; line-height: 100%; color: #000000; padding-top: 10px; padding-bottom: 10px; font-size: 9px; text-transform: uppercase; font-weight: 700;}
.grupo2 a {text-align: center; background: #578896; float: right; margin-left: 3px; width: 101px; margin-bottom: 3px; line-height: 100%; color: #000000; padding-top: 10px; padding-bottom: 10px; font-size: 9px; text-transform: uppercase; font-weight: 700;}
.grupo1 a {text-align: center; background: #0C5B77; width: 101px; float: left; margin-bottom: 3px; line-height: 100%; color: #000000; padding-top: 10px; padding-bottom: 10px; font-size: 9px; text-transform: uppercase; font-weight: 700;}
.grupo6 a {text-align: center; background: #B9CDF0; float: right; margin-left: 3px; width: 101px; margin-bottom: 3px; line-height: 100%; color: #000000; padding-top: 10px; padding-bottom: 10px; font-size: 9px; text-transform: uppercase; font-weight: 700;}
.grupo5 a {text-align: center; background: #99BCF7; float: right; margin-left: 3px; width: 101px; margin-bottom: 3px; line-height: 100%; color: #000000; padding-top: 10px; padding-bottom: 10px; font-size: 9px; text-transform: uppercase; font-weight: 700;}
.grupo4 a {text-align: center; background: #73AAE6; float: left; width: 101px; margin-bottom: 3px; line-height: 100%; color: #000000; padding-top: 10px; padding-bottom: 10px; font-size: 9px; text-transform: uppercase; font-weight: 700;}
.grupo9 a {text-align: center; background: #88AACF; float: right; margin-left: 3px; width: 101px; margin-bottom: 3px; line-height: 100%; color: #000000; padding-top: 10px; padding-bottom: 10px; font-size: 9px; text-transform: uppercase; font-weight: 700;}
.grupo8 a {text-align: center; background: #4171A3; float: right; margin-left: 3px; width: 101px; margin-bottom: 3px; line-height: 100%; color: #000000; padding-top: 10px; padding-bottom: 10px; font-size: 9px; text-transform: uppercase; font-weight: 700;}
.grupo7 a {text-align: center; background: #15467A; float: left; width: 101px; line-height: 100%; color: #000000; padding-top: 10px; padding-bottom: 10px; font-size: 9px; text-transform: uppercase; font-weight: 700;}

.h3 {
color: #335F77;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
text-align: center;
border-bottom: none;
padding: 5px 0px;
letter-spacing: 1px;
width: 100%;
}

p.nomargin.path {
  background: #1c1c1c;
  padding: 5px;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 1px;
  width: 100%;
  text-align:center;
  color: #eeeeee;
  margin-left: -5px;
}

p.nomargin.path a {
  color: #eeeeee;
}
/*Básico*/
.forabg ul.topiclist.forums li.row dd.dterm {
  width: 500px;
  height: 200px;
}
.linksub a {
  width: 100px;
  background-color: #b42411;
  color: #eeeeee;
  line-height: 100%;
  text-transform: uppercase;
  display: block;
  margin: 1px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 9px;
  text-align: center;
  margin-left: 5px;
}
.textosub {
  text-align: justify;
  font-size: 12px;
  height: 56px;
  overflow-y: auto;
}
.textosub2 {
  text-align: justify;
  font-size: 12px;
  height: 137px;
  overflow-y: auto;
}
.desc3 {
  width: 350px;
  height: 137px;
}
.forabg li.row dd.topics {display:none;}
.forabg li.row dd.posts {display:none;}
.forabg li.row dd.lastpost a {
  text-transform: uppercase;
  font-weight: bold;
}
.forabg li.row dd.lastpost {
  margin-top: 50px;
}
#cp-main .panel.sig {
background-color: transparent;
}

.forabg li.header dd.dterm {
  text-align: center;
  width: 100%;
}

#search-box {
display:none;
}
 .search-box { visibility: hidden; }
.mainmenu[href="/faq"],.mainmenu[href="/calendar"],.mainmenu[href="/search"],.mainmenu[href="/groups"] {
    display: none;
    color: transparent; font-size: 0px;
}

p.page-bottom + .h3 {
    display: none;
    color: transparent; font-size: 0px;
}

.module .h3 {
  background: #b42411;
  text-transform: uppercase;
  font-weight: bold;
  width: 180px;
  text-align: center;
  color: #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

#left .module {
  width: 180px;
 padding: 0px;
  border-bottom: none;
}
p.right.rightside + p {
     display:none;    
}
p.rightside {
  display: none;
}
p.copyright, p.nomargin.path, p.author, .pathname-box p, .topic-actions+p, #logo-desc p, #info_open p, .inner p {
     display: block;
}

p em {
font-style: normal;
color: transparent;
}

#stats .enlinea a.gensmall {
  display: none;
}
a.forumtitle {
  font-family: Passion One;
  text-transform: uppercase;
  font-size: 20px;
}
a.forumtitle:hover {
  text-decoration: none;
}

.forabg ul.topiclist.forums li.row dd.dterm {
  width: 500px;
  height: 170px;
}

.forabg li.header dd.posts {
display: none;
}

.forabg li.header dd.topics {
display: none;
}

li.header dl.icon dd.lastpost{
    display: none;
}
.sceditor-container.ltr.wysiwygMode, .sceditor-container.ltr.sourceMode, div.sceditor-toolbar  {
    border-color: transparent !important;
}
p.right.rightside + p {
     display:none;    
}
p.rightside {
  display: none;
}
p.copyright, p.nomargin.path, p.author, .pathname-box p, .topic-actions+p, #logo-desc p, #info_open p, .inner p {
     display: block;
}
#cp-main .panel.sig {
background-color: transparent;
}
#search-box {
display:none;
}
 .search-box { visibility: hidden; }
.mainmenu[href="/memberlist"] {
  margin-right: -5px;
}

.mainmenu[href="/"] {
  margin-right: -15px;
}

ul#picture_legend li, ul#privmsgs-menu li {
display:none;
}

div.page-bottom, #chatbox_popup, .h3 a[target="ChatBox"]{
display: none;
}

p.page-bottom + div.h3{
border: none;
}
.button, .button1, .button2, input.button, input.button1, input.button2, button.bbcode, #submit_button, #profile-advanced-button, #login_popup_buttons, #login_popup_buttons input, .liteoption {
background:#335f77;
  color: #eeeeee;
  display: inline-block;
  outline: medium none;
  padding:5px;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  font-weight: 700;
  border: none;
}

.button:hover, .button1:hover, .button2:hover, input.button:hover, input.button1:hover, input.button2:hover, button.bbcode:hover, #submit_button:hover, #profile-advanced-button:hover, #login_popup_buttons:hover, #login_popup_buttons input:hover, .liteoption:hover {
background: #335f77;
  color: #eeeeee;
  display: inline-block;
  outline: medium none;
  padding:5px;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  font-weight: 700;
  border: none;
}
/* latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  src: local('Cabin Regular'), local('Cabin-Regular'), url(http://fonts.gstatic.com/s/cabin/v7/yQOMOX5hR0-6LTD879t-PQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 500;
  src: local('Cabin Medium'), local('Cabin-Medium'), url(http://fonts.gstatic.com/s/cabin/v7/XHvvZj_uvRvYentxl9M1VvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 600;
  src: local('Cabin SemiBold'), local('Cabin-SemiBold'), url(http://fonts.gstatic.com/s/cabin/v7/pOvYyCQeTTtw6RxdlpulSvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  src: local('Cabin Bold'), local('Cabin-Bold'), url(http://fonts.gstatic.com/s/cabin/v7/82B-3YlzWJm8zbCrVEmc_vesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Cabin';
  font-style: italic;
  font-weight: 400;
  src: local('Cabin Italic'), local('Cabin-Italic'), url(http://fonts.gstatic.com/s/cabin/v7/00o5zQ7GoPVPMQsCfDCAnw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Cabin';
  font-style: italic;
  font-weight: 500;
  src: local('Cabin Medium Italic'), local('Cabin-MediumItalic'), url(http://fonts.gstatic.com/s/cabin/v7/l3VlC5SZU-ZceiU15Vs2gPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Cabin';
  font-style: italic;
  font-weight: 600;
  src: local('Cabin SemiBold Italic'), local('Cabin-SemiBoldItalic'), url(http://fonts.gstatic.com/s/cabin/v7/Sn-0zpaF2c3wYt9xdgoYFfk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Cabin';
  font-style: italic;
  font-weight: 700;
  src: local('Cabin Bold Italic'), local('Cabin-BoldItalic'), url(http://fonts.gstatic.com/s/cabin/v7/Ww23LQNlhn4dAm9uegPaX_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin-ext */
@font-face {
  font-family: 'Passion One';
  font-style: normal;
  font-weight: 400;
  src: local('Passion One'), local('PassionOne-Regular'), url(http://fonts.gstatic.com/s/passionone/v6/fY6k21F1QT2c_Oc3HRNDwiYE0-AqJ3nfInTTiDXDjU4.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Passion One';
  font-style: normal;
  font-weight: 400;
  src: local('Passion One'), local('PassionOne-Regular'), url(http://fonts.gstatic.com/s/passionone/v6/fY6k21F1QT2c_Oc3HRNDwo4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
Romulo Carvalho

Romulo Carvalho
**

Membro desde : 03/08/2013
Mensagens : 65
Pontos : 95

http://godlikeheroes.forumeiros.com.pt/

Ir para o topo Ir para baixo

Membro Entusiasta
  • 0

Tópico resolvido Re: CSS do Fórum

Mensagem por RafaelS. 26.04.15 15:55

Olá amigo!

Somente poderá fazer UP com intervalo mínimo de 24 horas.
Poderia retirar o fórum de manutenção, por gentileza?

Até mais.
RafaelS.

RafaelS.
Membro Entusiasta
Membro Entusiasta

Membro desde : 26/04/2014
Mensagens : 5746
Pontos : 7156

http://techmais.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: CSS do Fórum

Mensagem por Romulo Carvalho 26.04.15 16:02

Sorry, eu não sabia Ops...
Pronto, tirei da manutenção. E sobre a cor do fórum, queria somente que modificasse a cor azul para um cinza escuro.
Romulo Carvalho

Romulo Carvalho
**

Membro desde : 03/08/2013
Mensagens : 65
Pontos : 95

http://godlikeheroes.forumeiros.com.pt/

Ir para o topo Ir para baixo

Membro Entusiasta
  • 0

Tópico resolvido Re: CSS do Fórum

Mensagem por RafaelS. 26.04.15 16:13

Olá!

Troque o seu CSS por este:

Código:
/*Cuerpo del foro*/
#wrap {
  max-width: 960px;
  min-width: 960px;
  background: #dbdbdb;
  margin-top: -10px;
  margin-bottom: -10px;
  position: relative;
}

#logo-desc img {
  border: 15px solid #eeeeee;
  width: 700px;
  height: 300px;
  margin-right: -15px;
  margin-top: -15px;
  padding-left: 0px;
}
p.page-bottom + p.page-bottom + p.page-bottom {
  top: 5px;
  position: relative;
  left: -13px;
}
p.page-bottom + p.page-bottom {
  top: 5px;
  position: relative;
  left: -13px;
}
p.page-bottom {
  top: 5px;
  position: relative;
  left: -13px;
}
#page-body p.page-bottom {
  font-size: 9px;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: inline-block;
  width: 110px;
  float: right;
  text-align: center;
  height: 55px;
  padding-top: 15px;
  overflow: hidden;
  background: #eeeeee;
}
#page-body p.page-bottom strong {
  font-size: 20px;
  display: block;
  margin-top: 9px;
}
#page-body p.page-bottom a {
  font-size: 15px;
  display: block;
  margin-top: 4px;
}
#elite img {
    width: 50px;
    height: 50px;
    margin: 2px;
    border: 3px solid #335f77;
}
#bros img {
    width: 100px;
    height: 50px;
    margin: 2px;
    border: 3px solid #335f77;
}
#directorio img {
    width: 45px;
    height: 45px;
    margin: 2px;
    border: 3px solid #335f77;
}
.admininfo {
    width: 180px;
    text-align: left;
    text-transform: uppercase;
    color: #1c1c1c;
    font-size: 10px;
    font-weight: bold;
    height: 90px;
    margin-top: 10px;
}

.estatus a {width: 30px; padding: 2px; float: left; background: #335f77; line-height: 100%; text-align: center; margin-right: 2px; color: #eee;}
.estatus2 a {width: 26px; padding: 2px; float: left; border: solid 2px #335f77; line-height: 73%; text-align: center;}

.navwidgets a {
color: #eeeeee;
text-transform:uppercase;
padding-top:8px;
padding-bottom:8px;
display:inline-block;
font-weight:bold;
background: #335f77;
text-align: center;
width: 88px;
line-height: 100%;
font-size: 8px;
margin:1px;
}
.navwidgets a:hover{
    color:#1c1c1c !important;
}

#comments_scroll_div {
  max-height: 150px;
  min-height: 150px;
}

#comments_scroll_div a {
  font-weight: bold;
  text-transform: uppercase;
}
#info {
line-height:110%;
font-size:11px;
font-weight:bold;
color: #888888; 
text-align:justify;
padding: 5px;
max-height: 150px;
overflow-y: auto;
}
dd.lastpost span.color-groups {
  background: #335f77;
  display: block;
  width: 150px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 100%;
  text-transform: uppercase;
  margin-top: 4px;
  text-align: center;
}

a.mainmenu {
  width: 100px;
  background: #eeeeee;
  display:block;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  opacity: 0.6;
  font-size: 10px;
  text-align: center;
  color: #335f77;
  margin-bottom: -23px;
}

a.mainmenu:hover {
  color: #335f77;
}

ul.navlinks {
  position: absolute;
  top: 25px;
  right: 25px;
}

.chatbox-title, a.chatbox-title {
  font-family: Passion One;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #335F77;
  margin-top: 5px;
  margin-left: 5px;
}

.chatbox-options li, .chatbox-options li a {
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 700;
  color: #335F77;
}

#chatbox_header{background-color: #eeeeee;}

#chatbox_footer{background-color: #eeeeee;}

.chatbox_row_1,.chatbox_row_2,.chatbox_row_3{
  font-size:12px;
}
/*Información pie CB*/
#chatbox_footer label {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  color: #335F77;
}

#chatbox_members{
  font-size: 13px;
}

#page-body ul.linklist {
  background: #eeeeee;
  padding: 5px;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 1px;
  width: 700px;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: bold;
}

#page-footer .navbar {
  background: #eeeeee;
  padding: 5px;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 1px;
  width: 940px;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: bold;
  color: #eeeeee;
}

.topic-actions {
  padding: 5px;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 1px;
  width: 700px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 25px;
  font-weight: bold;
}

.pathname-box {
  background: #1c1c1c;
  padding: 5px;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 1px;
  width: 700px;
  margin-left: 5px;
  margin-right: 5px;
  text-align:center;
  color: #eeeeee;
}
.pathname-box a {
  color: #eeeeee;
  font-weight: bold;
}

.topic-actions2 {
  padding: 5px;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 1px;
  width: 700px;
  height: 25px;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: bold;
}

.pathname-box2 {
  background: #1c1c1c;
  padding: 5px;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 1px;
  width: 700px;
  height: 10px;
  margin-left: 5px;
  margin-right: 5px;
  text-align:center;
  color: #eeeeee;
}
.pathname-box2 a {
  color: #eeeeee;
  font-weight: bold;
}
/*Cuerpo del post*/
.postbody {
  width: 73%;
  background: #eeeeee;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 50px;
  position: relative;
}

.postbody ul.profile-icons {
  position: relative;
  right: -70px;
  top: -10px;
  margin-bottom: 5px;
}

.post {
  text-align: justify;
  font-size: 11px;
}

.postprofile {
  width: 220px;
  background: #eeeeee;
  margin-top: -2px;
  height: 388px;
  overflow: hidden;
  border-left: transparent;
}


.postprofile dd img {
  margin-left: -10px;
}

.postprofile dd a img {
  margin-left: 0px;
}

.postprofile dt a img {
  margin-top: 10px;
}

.postprofile dd {
  text-align: center;
  text-transform: uppercase;
  color: #1c1c1c;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 10px;
}

#nombreusuario {
  width: 200px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-transform: uppercase;
  text-align: center;
  background: #335f77;
  margin-left: 10px;
  margin-top: 10px;
  font-size: 11px;
}

span.label {
  width: 200px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  background: #1c1c1c;
  font-size: 9px;
  display: block;
  color: #eeeeee;
}

/*Scrollbar*/
::-webkit-scrollbar {background-color:white; height:2px; width:5px}
::-webkit-scrollbar-thumb {background-color:#2d2b4a; height:50px}


/*Pestañas del perfil*/
#tabs {
list-style: none;
display: table;
width: 220px;
margin: 0px;
background-color: transparent;
}
#tabs li {
margin: 0px;
display: table-cell;
font-family: Cabin;
font-size: 10px;
text-transform: uppercase;
line-height: 100%;
letter-spacing: 1px;
color: #fff;
text-decoration: none;
width: 105px;
text-align: center;
}
#tabs li a {
font-family: Cabin;
font-size: 10px;
text-transform: uppercase;
line-height: 100%;
letter-spacing: 1px;
color: #fff;
padding-top: 10px;
padding-bottom: 8px;
text-decoration: none;
width: 105px;
text-align: center;
background: #b42411;
transition: 0.8s;
}

#tabs:hover li a {
  transition: 0.8s;
  box-shadow: inset 0 0 0 #000000;
}

.tab_content {
display: none;
color: 1c1c1c;
width: 220px;
margin: 0px;
}

#tabs_content_container {
width: 220px;
height: 320px;
overflow:hidden;
}

.postbody .topic-title {
  display:inline-block;
  width: 73%;
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  background: #335f77;
  line-height: 100%;
}
body{background: #999FA1 !important"}
.postbody .topic-title a {
  color: #eeeeee;
  float: center;
  display: block;
}
/*Autor del tema*/
p.author {
  display:inline-block;
  width: 450px;
  padding: 10px;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  background: #335f77;
  line-height: 100%;
  color: #ccc;
  position: absolute;
  bottom: -15px;
  left: 0px;
}
/*Fondo de los subforos*/
ul.forums {
  background: #eeeeee;
  padding-top: 30px;
  border-top: 25px solid #335f77;
}
/*Fondo de los temas*/
ul.topiclist.topics.bg_none {
  background: #eeeeee;
  border-top: 25px solid #335f77;
}
/*Fondo de los MP*/
ul.topiclist.pmlist.bg_none {
  background: #eeeeee;
  border-top: 25px solid #335f77;

#content-container div#left {
  padding: 20px;
  background: #eeeeee;
  outline: 2px solid #dbdbdb;
  outline-offset: -6px;
  box-shadow: 2px 2px 0 rgba(0,0,0,0.15);
  position: relative; top: -345px;
  margin-right: 20px;
}
h1.page-title {
  font-size: 50px;
  font-family: Passion One;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

.table-title, .table-title h2 {
  font-size: 50px;
  font-family: Passion One;
  text-transform: uppercase;
  color: #335f77;
}

li.header {
  font-size: 0px;
  padding-top: 40px;
}

/*Estadísticas*/
.#stats {
width: 700px;
margin: 0 auto;
height: 350px;
}

#stats .enlinea {
  overflow-y: auto;
  text-align: left;
  display: inline-block;
  width: 322px;
  border: 10px solid #eeeeee;
  height: 150px;
  background: #eeeeee;
  padding: 10px;
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 15px;
  font-size: 8px;
  float: left;
  text-transform: uppercase;
  font-weight: 700;
}

#stats .enlinea a {
  text-shadow: 1px 1px 0px #000;
  font-size: 15px;
  letter-spacing: 0px;
}
#stats .grupos {
  overflow: hidden;
  text-align: left;
  display: inline-block;
  width: 310px;
  height: 95px;
  background: #eeeeee;
  padding: 10px;
  margin-top: 40px;
  margin-left: -10px;
  margin-right: 13px;
  font-size: 10px;
  float: left;
}
.grupo3 a {text-align: center; background: #98B3AD; float: right; margin-left: 3px; width: 101px; margin-bottom: 3px; line-height: 100%; color: #000000; padding-top: 10px; padding-bottom: 10px; font-size: 9px; text-transform: uppercase; font-weight: 700;}
.grupo2 a {text-align: center; background: #578896; float: right; margin-left: 3px; width: 101px; margin-bottom: 3px; line-height: 100%; color: #000000; padding-top: 10px; padding-bottom: 10px; font-size: 9px; text-transform: uppercase; font-weight: 700;}
.grupo1 a {text-align: center; background: #0C5B77; width: 101px; float: left; margin-bottom: 3px; line-height: 100%; color: #000000; padding-top: 10px; padding-bottom: 10px; font-size: 9px; text-transform: uppercase; font-weight: 700;}
.grupo6 a {text-align: center; background: #B9CDF0; float: right; margin-left: 3px; width: 101px; margin-bottom: 3px; line-height: 100%; color: #000000; padding-top: 10px; padding-bottom: 10px; font-size: 9px; text-transform: uppercase; font-weight: 700;}
.grupo5 a {text-align: center; background: #99BCF7; float: right; margin-left: 3px; width: 101px; margin-bottom: 3px; line-height: 100%; color: #000000; padding-top: 10px; padding-bottom: 10px; font-size: 9px; text-transform: uppercase; font-weight: 700;}
.grupo4 a {text-align: center; background: #73AAE6; float: left; width: 101px; margin-bottom: 3px; line-height: 100%; color: #000000; padding-top: 10px; padding-bottom: 10px; font-size: 9px; text-transform: uppercase; font-weight: 700;}
.grupo9 a {text-align: center; background: #88AACF; float: right; margin-left: 3px; width: 101px; margin-bottom: 3px; line-height: 100%; color: #000000; padding-top: 10px; padding-bottom: 10px; font-size: 9px; text-transform: uppercase; font-weight: 700;}
.grupo8 a {text-align: center; background: #4171A3; float: right; margin-left: 3px; width: 101px; margin-bottom: 3px; line-height: 100%; color: #000000; padding-top: 10px; padding-bottom: 10px; font-size: 9px; text-transform: uppercase; font-weight: 700;}
.grupo7 a {text-align: center; background: #15467A; float: left; width: 101px; line-height: 100%; color: #000000; padding-top: 10px; padding-bottom: 10px; font-size: 9px; text-transform: uppercase; font-weight: 700;}

.h3 {
color: #335F77;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
text-align: center;
border-bottom: none;
padding: 5px 0px;
letter-spacing: 1px;
width: 100%;
}

p.nomargin.path {
  background: #1c1c1c;
  padding: 5px;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 1px;
  width: 100%;
  text-align:center;
  color: #eeeeee;
  margin-left: -5px;
}

p.nomargin.path a {
  color: #eeeeee;
}
/*Básico*/
.forabg ul.topiclist.forums li.row dd.dterm {
  width: 500px;
  height: 200px;
}
.linksub a {
  width: 100px;
  background-color: #b42411;
  color: #eeeeee;
  line-height: 100%;
  text-transform: uppercase;
  display: block;
  margin: 1px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 9px;
  text-align: center;
  margin-left: 5px;
}
.textosub {
  text-align: justify;
  font-size: 12px;
  height: 56px;
  overflow-y: auto;
}
.textosub2 {
  text-align: justify;
  font-size: 12px;
  height: 137px;
  overflow-y: auto;
}
.desc3 {
  width: 350px;
  height: 137px;
}
li.row {
  margin-left: 159px;
}
.forabg li.row dd.topics {display:none;}
.forabg li.row dd.posts {display:none;}
.forabg li.row dd.lastpost a {
  text-transform: uppercase;
  font-weight: bold;
}
.forabg li.row dd.lastpost {
  margin-top: 50px;
}
#cp-main .panel.sig {
background-color: transparent;
}

.forabg li.header dd.dterm {
  text-align: center;
  width: 100%;
}

#search-box {
display:none;
}
 .search-box { visibility: hidden; }
.mainmenu[href="/faq"],.mainmenu[href="/calendar"],.mainmenu[href="/search"],.mainmenu[href="/groups"] {
    display: none;
    color: transparent; font-size: 0px;
}

p.page-bottom + .h3 {
    display: none;
    color: transparent; font-size: 0px;
}

.module .h3 {
  background: #b42411;
  text-transform: uppercase;
  font-weight: bold;
  width: 180px;
  text-align: center;
  color: #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

#left .module {
  width: 180px;
 padding: 0px;
  border-bottom: none;
}
p.right.rightside + p {
    display:none;   
}
p.rightside {
  display: none;
}
p.copyright, p.nomargin.path, p.author, .pathname-box p, .topic-actions+p, #logo-desc p, #info_open p, .inner p {
    display: block;
}

p em {
font-style: normal;
color: transparent;
}

#stats .enlinea a.gensmall {
  display: none;
}
a.forumtitle {
  font-family: Passion One;
  text-transform: uppercase;
  font-size: 20px;
}
a.forumtitle:hover {
  text-decoration: none;
}

.forabg ul.topiclist.forums li.row dd.dterm {
  width: 500px;
  height: 170px;
}

.forabg li.header dd.posts {
display: none;
}

.forabg li.header dd.topics {
display: none;
}

li.header dl.icon dd.lastpost{
    display: none;
}
.sceditor-container.ltr.wysiwygMode, .sceditor-container.ltr.sourceMode, div.sceditor-toolbar  {
    border-color: transparent !important;
}
p.right.rightside + p {
    display:none;   
}
p.rightside {
  display: none;
}
p.copyright, p.nomargin.path, p.author, .pathname-box p, .topic-actions+p, #logo-desc p, #info_open p, .inner p {
    display: block;
}
#cp-main .panel.sig {
background-color: transparent;
}
#search-box {
display:none;
}
 .search-box { visibility: hidden; }
.mainmenu[href="/memberlist"] {
  margin-right: -5px;
}

.mainmenu[href="/"] {
  margin-right: -15px;
}

ul#picture_legend li, ul#privmsgs-menu li {
display:none;
}

div.page-bottom, #chatbox_popup, .h3 a[target="ChatBox"]{
display: none;
}

p.page-bottom + div.h3{
border: none;
}
.button, .button1, .button2, input.button, input.button1, input.button2, button.bbcode, #submit_button, #profile-advanced-button, #login_popup_buttons, #login_popup_buttons input, .liteoption {
background:#335f77;
  color: #eeeeee;
  display: inline-block;
  outline: medium none;
  padding:5px;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  font-weight: 700;
  border: none;
}

.button:hover, .button1:hover, .button2:hover, input.button:hover, input.button1:hover, input.button2:hover, button.bbcode:hover, #submit_button:hover, #profile-advanced-button:hover, #login_popup_buttons:hover, #login_popup_buttons input:hover, .liteoption:hover {
background: #335f77;
  color: #eeeeee;
  display: inline-block;
  outline: medium none;
  padding:5px;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  font-weight: 700;
  border: none;
}
/* latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  src: local('Cabin Regular'), local('Cabin-Regular'), url(http://fonts.gstatic.com/s/cabin/v7/yQOMOX5hR0-6LTD879t-PQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 500;
  src: local('Cabin Medium'), local('Cabin-Medium'), url(http://fonts.gstatic.com/s/cabin/v7/XHvvZj_uvRvYentxl9M1VvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 600;
  src: local('Cabin SemiBold'), local('Cabin-SemiBold'), url(http://fonts.gstatic.com/s/cabin/v7/pOvYyCQeTTtw6RxdlpulSvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  src: local('Cabin Bold'), local('Cabin-Bold'), url(http://fonts.gstatic.com/s/cabin/v7/82B-3YlzWJm8zbCrVEmc_vesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Cabin';
  font-style: italic;
  font-weight: 400;
  src: local('Cabin Italic'), local('Cabin-Italic'), url(http://fonts.gstatic.com/s/cabin/v7/00o5zQ7GoPVPMQsCfDCAnw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Cabin';
  font-style: italic;
  font-weight: 500;
  src: local('Cabin Medium Italic'), local('Cabin-MediumItalic'), url(http://fonts.gstatic.com/s/cabin/v7/l3VlC5SZU-ZceiU15Vs2gPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Cabin';
  font-style: italic;
  font-weight: 600;
  src: local('Cabin SemiBold Italic'), local('Cabin-SemiBoldItalic'), url(http://fonts.gstatic.com/s/cabin/v7/Sn-0zpaF2c3wYt9xdgoYFfk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Cabin';
  font-style: italic;
  font-weight: 700;
  src: local('Cabin Bold Italic'), local('Cabin-BoldItalic'), url(http://fonts.gstatic.com/s/cabin/v7/Ww23LQNlhn4dAm9uegPaX_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin-ext */
@font-face {
  font-family: 'Passion One';
  font-style: normal;
  font-weight: 400;
  src: local('Passion One'), local('PassionOne-Regular'), url(http://fonts.gstatic.com/s/passionone/v6/fY6k21F1QT2c_Oc3HRNDwiYE0-AqJ3nfInTTiDXDjU4.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Passion One';
  font-style: normal;
  font-weight: 400;
  src: local('Passion One'), local('PassionOne-Regular'), url(http://fonts.gstatic.com/s/passionone/v6/fY6k21F1QT2c_Oc3HRNDwo4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

Até mais.
RafaelS.

RafaelS.
Membro Entusiasta
Membro Entusiasta

Membro desde : 26/04/2014
Mensagens : 5746
Pontos : 7156

http://techmais.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: CSS do Fórum

Mensagem por Romulo Carvalho 26.04.15 16:53

Então amigo, o fórum ficou bugado nos tópicos. Diminuiu o espaço, mas bugou várias coisas.
Romulo Carvalho

Romulo Carvalho
**

Membro desde : 03/08/2013
Mensagens : 65
Pontos : 95

http://godlikeheroes.forumeiros.com.pt/

Ir para o topo Ir para baixo

Membro Entusiasta
  • 0

Tópico resolvido Re: CSS do Fórum

Mensagem por RafaelS. 26.04.15 17:00

Olá amigo!

Aqui está normal.

Até.
RafaelS.

RafaelS.
Membro Entusiasta
Membro Entusiasta

Membro desde : 26/04/2014
Mensagens : 5746
Pontos : 7156

http://techmais.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: CSS do Fórum

Mensagem por Romulo Carvalho 26.04.15 17:03

Sim, essa parte ficou boa e eu agradeço. Mas olha o menu inicial. O inicio Calendario e etc ficaram muito longos.
Romulo Carvalho

Romulo Carvalho
**

Membro desde : 03/08/2013
Mensagens : 65
Pontos : 95

http://godlikeheroes.forumeiros.com.pt/

Ir para o topo Ir para baixo

Membro Entusiasta
  • 0

Tópico resolvido Re: CSS do Fórum

Mensagem por RafaelS. 26.04.15 17:14

Olá.

Como assim longos Louco.
Veja como está? Deseja eles mais pequenos, seria isso?

Até mais.
RafaelS.

RafaelS.
Membro Entusiasta
Membro Entusiasta

Membro desde : 26/04/2014
Mensagens : 5746
Pontos : 7156

http://techmais.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: CSS do Fórum

Mensagem por Romulo Carvalho 26.04.15 17:23

Aqui eles estão ultrapassando a margem, olha aqui como ficam na imagem: https://i.imgur.com/jjWBkuv.png
Quero tirar esse calendário.
Romulo Carvalho

Romulo Carvalho
**

Membro desde : 03/08/2013
Mensagens : 65
Pontos : 95

http://godlikeheroes.forumeiros.com.pt/

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: CSS do Fórum

Mensagem por RafaelS. 26.04.15 17:28

Olá amigo!

Irei precisar do seu overall_header para colocar o menu dentro da mesma divisão do logo para que não aconteça isso.

Até mais.
RafaelS.

RafaelS.
Membro Entusiasta
Membro Entusiasta

Membro desde : 26/04/2014
Mensagens : 5746
Pontos : 7156

http://techmais.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: CSS do Fórum

Mensagem por Romulo Carvalho 26.04.15 17:30

Aqui ele.
Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}>
<head>
   <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
   <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
   <meta http-equiv="content-script-type" content="text/javascript" />
   <meta http-equiv="content-style-type" content="text/css" />
   <!-- BEGIN switch_compat_meta -->
   <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
   <!-- END switch_compat_meta -->
   <!-- BEGIN switch_canonical_url -->
   <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
   <!-- END switch_canonical_url -->
   {META_FAVICO}
   {META}
   {META_FB_LIKE}
   <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
   {T_HEAD_STYLESHEET}
   {CSS}
   <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
   <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
   <script src="{JQUERY_PATH}" type="text/javascript"></script>
   <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>

   <!-- BEGIN switch_fb_login -->
   <script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
   <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
   <!-- END switch_fb_login -->

   <!-- BEGIN switch_ticker -->
   <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
   <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
   <!-- END switch_ticker -->

   <!-- BEGIN switch_ticker_new -->
   <script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
   <script type="text/javascript">//<![CDATA[
      /* Definir le sens de direction en fonction du panneau admin */
      var tickerDirParam = "{switch_ticker.DIRECTION}";
      var slid_vert = false;
      var auto_dir = 'next';
      var h_perso = parseInt({switch_ticker.HEIGHT});

      switch( tickerDirParam )
      {
         case 'top' :
            slid_vert = true;
            break;

         case 'left':
            break;

         case 'bottom':
            slid_vert = true;
            auto_dir = 'prev';
            break;

         case 'right':
            auto_dir = 'prev';
            break;

         default:
            slid_vert = true;
      }

      $(document).ready(function() {

         $('#fa_ticker_content').css('display','block');

         var width_max = $('ul#fa_ticker_content').width();
         var width_item = Math.floor(width_max / {switch_ticker.SIZE});

         if (width_max > 0)
         {
            $('ul#fa_ticker_content li').css('float','left').css('list-style','none').width(width_item).find('img').each(function () {
               if ($(this).width() > width_item)
               {
               var ratio      = $(this).width() / width_item;
               var new_height = Math.round($(this).height() / ratio);
               $(this).height(new_height).width(width_item);
               }
            });

            if (slid_vert)
            {
               var height_max = h_perso;

               $('ul#fa_ticker_content li').each( function () {
                  if ($(this).height() > height_max)
                  {
                     height_max = $(this).height();
                  }
               } );

               $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
               $('ul#fa_ticker_content li').height(height_max);
            }


            $('#fa_ticker_content').jcarousel({
                  vertical: slid_vert,
               wrap: 'circular',
               auto: {switch_ticker.STOP_TIME},
               auto_direction: auto_dir,
            scroll: 1,
            size: {switch_ticker.SIZE},
            height_max: height_max,
            animation: {switch_ticker.SPEED}
            });
         }
         else
         {
            $('ul#fa_ticker_content li:not(:first)').css('display','none');
            $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
         }
      });
   //]]>
   </script>
   <!-- END switch_ticker_new -->

   <script type="text/javascript">//<![CDATA[
   $(document).ready(function(){
      <!-- BEGIN switch_enable_pm_popup -->
         pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
         if(pm != null) { pm.focus(); }
      <!-- END switch_enable_pm_popup -->
      <!-- BEGIN switch_report_popup -->
         report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
         if(report != null) { report.focus(); }
      <!-- END switch_report_popup -->
      <!-- BEGIN switch_ticker -->
         $(document).ready(function() {
            Ticker.start({
               height : {switch_ticker.HEIGHT},
               spacing : {switch_ticker.SPACING},
               speed : {switch_ticker.SPEED},
               direction : '{switch_ticker.DIRECTION}',
               pause : {switch_ticker.STOP_TIME}
            });
         });
      <!-- END switch_ticker -->
   });

   <!-- BEGIN switch_login_popup -->
      var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = true, logInBackgroundClass = false;
   <!-- END switch_login_popup -->

   <!-- BEGIN switch_login_popup -->
   $(document).ready( function() {
      $(window).resize(function() {
         var windowWidth = document.documentElement.clientWidth;
         var popupWidth = $("#login_popup").width();
         var mypopup = $("#login_popup");

         $("#login_popup").css({
         "left": windowWidth/2 - popupWidth/2
            });
      });
   });
   <!-- END switch_login_popup -->
   //]]>
   </script>
   {GREETING_POPUP}
   <style type="text/css">
   #page-footer, div.navbar, div.navbar ul.linklist {
   display: block !important;
   }
   ul.linklist li.rightside, ul.linklist li.rightside a.copyright {
   display: inline !important;
   }

   <!-- BEGIN switch_ticker_new -->
   .jcarousel-skin-tango .jcarousel-item {
      text-align:center;
      width: 10px;
   }

   .jcarousel-skin-tango .jcarousel-item-horizontal {
      margin-right: {switch_ticker.SPACING}px;
   }

   .jcarousel-skin-tango .jcarousel-item-vertical {
      margin-bottom: {switch_ticker.SPACING}px;
   }
   <!-- END switch_ticker_new -->
   </style>
   {HOSTING_JS}
   <!-- BEGIN google_analytics_code -->
   <script type="text/javascript">
   //<![CDATA[
      var _gaq = _gaq || [];
      _gaq.push(["_setAccount", "{G_ANALYTICS_ID}"]);
      _gaq.push(["_trackPageview"]);
      _gaq.push(['_trackPageLoadTime']);

      <!-- BEGIN google_analytics_code_bis -->
      _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
      _gaq.push(['b._trackPageview']);
      <!-- END google_analytics_code_bis -->

      (function() {
         var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true;
         ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";
         var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s);
      })();
   //]]>
   </script>
   <!-- END google_analytics_code -->
</head>

<body id="phpbb">
<!-- BEGIN hitskin_preview -->
<div id="hitskin_preview" style="display: block;">
   <h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> <em>Hit</em>skin.com</h1>
   <div class="content">
      <p>
         {hitskin_preview.L_THEME_SITE_PREVIEW}
         <br />
         <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
      </p>

   </div>
</div>
<!-- END hitskin_preview -->

<!-- BEGIN switch_login_popup -->
<div id="login_popup" style="z-index: 10000 !important;">
   <div class="h3">{SITENAME}</div>
   {LOGIN_POPUP_MSG}
   <div id="login_popup_buttons">
      <form action="{S_LOGIN_ACTION}" method="get">
         <input type="submit" class="button1" value="{L_LOGIN}" />
         <input type="button" class="button1" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
         <input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" />
      </form>
   </div>
</div>
<!-- END switch_login_popup -->

<div class="conteneur_minwidth_IE">
<div class="conteneur_layout_IE">
<div class="conteneur_container_IE">
<div id="wrap">
   <a id="top" name="top" accesskey="t"></a>
   {JAVASCRIPT}

   <div id="page-header">
      <div class="headerbar">
         <div class="inner"><span class="corners-top"><span></span></span>

         <div id="logo-desc">
            <a href="{U_INDEX}" id="logo"><img src="{LOGO}" alt="{L_INDEX}" /></a>
            <!-- BEGIN switch_h1 -->
            <div id="site-title">{switch_h1.MAIN_SITENAME}</div>
            <!-- END switch_h1 -->
            <!-- BEGIN switch_desc -->
            <p>{switch_desc.SITE_DESCRIPTION}</p>
            <!-- END switch_desc -->
         </div>

         <span class="corners-bottom"><span></span></span></div>
      </div>

      <div class="navbar">
         <div class="inner"><span class="corners-top"><span></span></span>

         <ul class="linklist navlinks{NAVBAR_BORDERLESS}">
         <li>{GENERATED_NAV_BAR}</li>
         </ul>

         <!-- BEGIN switch_search_box -->
         <div id="search-box">
            <form method="get" action="{ACTION_SEARCH}" id="search">
               <p class="nomargin"><input type="text" name="search_keywords" id="keywords" maxlength="128" class="inputbox search" value="{L_SEARCH}..." onclick="if (this.value == '{L_SEARCH}...') this.value = '';" onblur="if (this.value == '') this.value = '{L_SEARCH}...';" />
               {JS_SESSION_ID_INPUT}
               <input class="button2" type="submit" value="{L_SEARCH}" /></p>
            </form>
         </div>
         <!-- END switch_search_box -->

         <span class="corners-bottom"><span></span></span></div>
      </div>

      <!-- BEGIN switch_ticker_new -->
      <div id="fa_ticker_blockD" style="margin-top:4px;">
         <div class="module">
            <div class="inner">
               <span class="corners-top"><span></span></span>
                  <div id="fa_ticker_container">
                     <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display:none">
                        <!-- BEGIN ticker_row -->
                        <li>{switch_ticker.ticker_row.ELEMENT}</li>
                        <!-- END ticker_row -->
                     </ul>
                  </div>
               <span class="corners-bottom"><span></span></span>
            </div>
         </div>
      </div>
      <!-- END switch_ticker_new -->

      <!-- BEGIN switch_ticker -->
      <div id="fa_ticker_block" style="margin-top:4px;">
         <div class="module">
            <div class="inner">
               <span class="corners-top"><span></span></span>
                  <div id="fa_ticker_container">
                     <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
                        <div class="fa_ticker_content">
                           <!-- BEGIN ticker_row -->
                           <div>{switch_ticker.ticker_row.ELEMENT}</div>
                           <!-- END ticker_row -->
                        </div>
                     </div>
                  </div>
               <span class="corners-bottom"><span></span></span>
            </div>
         </div>
      </div>
      <!-- END switch_ticker -->
   </div>

   <div id="page-body">

   <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
      <div id="outer-wrapper">
         <div id="wrapper">
            <div id="container">
               <div id="content">

                  <div id="{ID_LEFT}">
                     <!-- BEGIN giefmod_index1 -->
                     {giefmod_index1.MODVAR}
                     <!-- BEGIN saut -->
                     <div style="height:{SPACE_ROW}px"></div>
                     <!-- END saut -->
                     <!-- END giefmod_index1 -->
                  </div>

                  <div id="main">
                     <div id="main-content">
Romulo Carvalho

Romulo Carvalho
**

Membro desde : 03/08/2013
Mensagens : 65
Pontos : 95

http://godlikeheroes.forumeiros.com.pt/

Ir para o topo Ir para baixo

Membro Entusiasta
  • 0

Tópico resolvido Re: CSS do Fórum

Mensagem por RafaelS. 26.04.15 17:36

Troque o seu overall_header por este:

Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}>
<head>
  <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
  <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
  <meta http-equiv="content-script-type" content="text/javascript" />
  <meta http-equiv="content-style-type" content="text/css" />
  <!-- BEGIN switch_compat_meta -->
  <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
  <!-- END switch_compat_meta -->
  <!-- BEGIN switch_canonical_url -->
  <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
  <!-- END switch_canonical_url -->
  {META_FAVICO}
  {META}
  {META_FB_LIKE}
  <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
  {T_HEAD_STYLESHEET}
  {CSS}
  <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
  <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
  <script src="{JQUERY_PATH}" type="text/javascript"></script>
  <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>

  <!-- BEGIN switch_fb_login -->
  <script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
  <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
  <!-- END switch_fb_login -->

  <!-- BEGIN switch_ticker -->
  <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
  <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
  <!-- END switch_ticker -->

  <!-- BEGIN switch_ticker_new -->
  <script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
  <script type="text/javascript">//<![CDATA[
      /* Definir le sens de direction en fonction du panneau admin */
      var tickerDirParam = "{switch_ticker.DIRECTION}";
      var slid_vert = false;
      var auto_dir = 'next';
      var h_perso = parseInt({switch_ticker.HEIGHT});

      switch( tickerDirParam )
      {
        case 'top' :
            slid_vert = true;
            break;

        case 'left':
            break;

        case 'bottom':
            slid_vert = true;
            auto_dir = 'prev';
            break;

        case 'right':
            auto_dir = 'prev';
            break;

        default:
            slid_vert = true;
      }

      $(document).ready(function() {

        $('#fa_ticker_content').css('display','block');

        var width_max = $('ul#fa_ticker_content').width();
        var width_item = Math.floor(width_max / {switch_ticker.SIZE});

        if (width_max > 0)
        {
            $('ul#fa_ticker_content li').css('float','left').css('list-style','none').width(width_item).find('img').each(function () {
              if ($(this).width() > width_item)
              {
              var ratio      = $(this).width() / width_item;
              var new_height = Math.round($(this).height() / ratio);
              $(this).height(new_height).width(width_item);
              }
            });

            if (slid_vert)
            {
              var height_max = h_perso;

              $('ul#fa_ticker_content li').each( function () {
                  if ($(this).height() > height_max)
                  {
                    height_max = $(this).height();
                  }
              } );

              $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
              $('ul#fa_ticker_content li').height(height_max);
            }


            $('#fa_ticker_content').jcarousel({
                  vertical: slid_vert,
              wrap: 'circular',
              auto: {switch_ticker.STOP_TIME},
              auto_direction: auto_dir,
            scroll: 1,
            size: {switch_ticker.SIZE},
            height_max: height_max,
            animation: {switch_ticker.SPEED}
            });
        }
        else
        {
            $('ul#fa_ticker_content li:not(:first)').css('display','none');
            $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
        }
      });
  //]]>
  </script>
  <!-- END switch_ticker_new -->

  <script type="text/javascript">//<![CDATA[
  $(document).ready(function(){
      <!-- BEGIN switch_enable_pm_popup -->
        pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
        if(pm != null) { pm.focus(); }
      <!-- END switch_enable_pm_popup -->
      <!-- BEGIN switch_report_popup -->
        report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
        if(report != null) { report.focus(); }
      <!-- END switch_report_popup -->
      <!-- BEGIN switch_ticker -->
        $(document).ready(function() {
            Ticker.start({
              height : {switch_ticker.HEIGHT},
              spacing : {switch_ticker.SPACING},
              speed : {switch_ticker.SPEED},
              direction : '{switch_ticker.DIRECTION}',
              pause : {switch_ticker.STOP_TIME}
            });
        });
      <!-- END switch_ticker -->
  });

  <!-- BEGIN switch_login_popup -->
      var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = true, logInBackgroundClass = false;
  <!-- END switch_login_popup -->

  <!-- BEGIN switch_login_popup -->
  $(document).ready( function() {
      $(window).resize(function() {
        var windowWidth = document.documentElement.clientWidth;
        var popupWidth = $("#login_popup").width();
        var mypopup = $("#login_popup");

        $("#login_popup").css({
        "left": windowWidth/2 - popupWidth/2
            });
      });
  });
  <!-- END switch_login_popup -->
  //]]>
  </script>
  {GREETING_POPUP}
  <style type="text/css">
  #page-footer, div.navbar, div.navbar ul.linklist {
  display: block !important;
  }
  ul.linklist li.rightside, ul.linklist li.rightside a.copyright {
  display: inline !important;
  }

  <!-- BEGIN switch_ticker_new -->
  .jcarousel-skin-tango .jcarousel-item {
      text-align:center;
      width: 10px;
  }

  .jcarousel-skin-tango .jcarousel-item-horizontal {
      margin-right: {switch_ticker.SPACING}px;
  }

  .jcarousel-skin-tango .jcarousel-item-vertical {
      margin-bottom: {switch_ticker.SPACING}px;
  }
  <!-- END switch_ticker_new -->
  </style>
  {HOSTING_JS}
  <!-- BEGIN google_analytics_code -->
  <script type="text/javascript">
  //<![CDATA[
      var _gaq = _gaq || [];
      _gaq.push(["_setAccount", "{G_ANALYTICS_ID}"]);
      _gaq.push(["_trackPageview"]);
      _gaq.push(['_trackPageLoadTime']);

      <!-- BEGIN google_analytics_code_bis -->
      _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
      _gaq.push(['b._trackPageview']);
      <!-- END google_analytics_code_bis -->

      (function() {
        var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true;
        ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";
        var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s);
      })();
  //]]>
  </script>
  <!-- END google_analytics_code -->
</head>

<body id="phpbb">
<!-- BEGIN hitskin_preview -->
<div id="hitskin_preview" style="display: block;">
  <h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> <em>Hit</em>skin.com</h1>
  <div class="content">
      <p>
        {hitskin_preview.L_THEME_SITE_PREVIEW}
        <br />
        <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
      </p>

  </div>
</div>
<!-- END hitskin_preview -->

<!-- BEGIN switch_login_popup -->
<div id="login_popup" style="z-index: 10000 !important;">
  <div class="h3">{SITENAME}</div>
  {LOGIN_POPUP_MSG}
  <div id="login_popup_buttons">
      <form action="{S_LOGIN_ACTION}" method="get">
        <input type="submit" class="button1" value="{L_LOGIN}" />
        <input type="button" class="button1" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
        <input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" />
      </form>
  </div>
</div>
<!-- END switch_login_popup -->

<div class="conteneur_minwidth_IE">
<div class="conteneur_layout_IE">
<div class="conteneur_container_IE">
<div id="wrap">
  <a id="top" name="top" accesskey="t"></a>
  {JAVASCRIPT}

  <div id="page-header">
      <div class="headerbar">
     <div class="navbar">
        <div class="inner"><span class="corners-top"><span></span></span>

        <ul class="linklist navlinks{NAVBAR_BORDERLESS}">
        <li>{GENERATED_NAV_BAR}</li>
        </ul>
        <span class="corners-bottom"><span></span></span></div>
       </div>
        <div class="inner"><span class="corners-top"><span></span></span>

        <div id="logo-desc">
            <a href="{U_INDEX}" id="logo"><img src="{LOGO}" alt="{L_INDEX}" /></a>
            <!-- BEGIN switch_h1 -->
            <div id="site-title">{switch_h1.MAIN_SITENAME}</div>
            <!-- END switch_h1 -->
            <!-- BEGIN switch_desc -->
            <p>{switch_desc.SITE_DESCRIPTION}</p>
            <!-- END switch_desc -->
        </div>

        <span class="corners-bottom"><span></span></span></div>
      </div>
        <!-- BEGIN switch_search_box -->
        <div id="search-box">
            <form method="get" action="{ACTION_SEARCH}" id="search">
              <p class="nomargin"><input type="text" name="search_keywords" id="keywords" maxlength="128" class="inputbox search" value="{L_SEARCH}..." onclick="if (this.value == '{L_SEARCH}...') this.value = '';" onblur="if (this.value == '') this.value = '{L_SEARCH}...';" />
              {JS_SESSION_ID_INPUT}
              <input class="button2" type="submit" value="{L_SEARCH}" /></p>
            </form>
        </div>
        <!-- END switch_search_box -->
      <!-- BEGIN switch_ticker_new -->
      <div id="fa_ticker_blockD" style="margin-top:4px;">
        <div class="module">
            <div class="inner">
              <span class="corners-top"><span></span></span>
                  <div id="fa_ticker_container">
                    <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display:none">
                        <!-- BEGIN ticker_row -->
                        <li>{switch_ticker.ticker_row.ELEMENT}</li>
                        <!-- END ticker_row -->
                    </ul>
                  </div>
              <span class="corners-bottom"><span></span></span>
            </div>
        </div>
      </div>
      <!-- END switch_ticker_new -->

      <!-- BEGIN switch_ticker -->
      <div id="fa_ticker_block" style="margin-top:4px;">
        <div class="module">
            <div class="inner">
              <span class="corners-top"><span></span></span>
                  <div id="fa_ticker_container">
                    <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
                        <div class="fa_ticker_content">
                          <!-- BEGIN ticker_row -->
                          <div>{switch_ticker.ticker_row.ELEMENT}</div>
                          <!-- END ticker_row -->
                        </div>
                    </div>
                  </div>
              <span class="corners-bottom"><span></span></span>
            </div>
        </div>
      </div>
      <!-- END switch_ticker -->
  </div>

  <div id="page-body">

  <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
      <div id="outer-wrapper">
        <div id="wrapper">
            <div id="container">
              <div id="content">

                  <div id="{ID_LEFT}">
                    <!-- BEGIN giefmod_index1 -->
                    {giefmod_index1.MODVAR}
                    <!-- BEGIN saut -->
                    <div style="height:{SPACE_ROW}px"></div>
                    <!-- END saut -->
                    <!-- END giefmod_index1 -->
                  </div>

                  <div id="main">
                    <div id="main-content">

Após isso adicione ao seu CSS:

Código:
.navbar ul.linklist {top: 0 !important;}

Até mais.
RafaelS.

RafaelS.
Membro Entusiasta
Membro Entusiasta

Membro desde : 26/04/2014
Mensagens : 5746
Pontos : 7156

http://techmais.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: CSS do Fórum

Mensagem por Romulo Carvalho 26.04.15 17:41

Quase amigo, só preciso tirar o calendário pra poder caber certinho. Tem como?
Romulo Carvalho

Romulo Carvalho
**

Membro desde : 03/08/2013
Mensagens : 65
Pontos : 95

http://godlikeheroes.forumeiros.com.pt/

Ir para o topo Ir para baixo

Membro Entusiasta
  • 0

Tópico resolvido Re: CSS do Fórum

Mensagem por RafaelS. 26.04.15 17:45

Olá amigo!

Adicione ao seu CSS:
Código:
ul.linklist li{line-height: 1.9em !important;}

Coube?

Até mais.
RafaelS.

RafaelS.
Membro Entusiasta
Membro Entusiasta

Membro desde : 26/04/2014
Mensagens : 5746
Pontos : 7156

http://techmais.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: CSS do Fórum

Mensagem por Romulo Carvalho 26.04.15 17:53

Você é um anjo, cara. Funcionou legal Feliz aniversário
Não quero ser mais chato ou tomar seu tempo demais. Como faço para tirar os parenteses na imagem: https://i.imgur.com/wAKdmxz.png
e como faço para aumentar o perfil para 200x400: https://i.imgur.com/paspRwU.png
Romulo Carvalho

Romulo Carvalho
**

Membro desde : 03/08/2013
Mensagens : 65
Pontos : 95

http://godlikeheroes.forumeiros.com.pt/

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: CSS do Fórum

Mensagem por RafaelS. 26.04.15 17:59

Olá!

Não é por mim, mas o regulamento diz que é apenas permitido 1 questão por tópico. Terá de criar um novo tópico para cada dúvida restante.

Cumprimentos.
RafaelS.

RafaelS.
Membro Entusiasta
Membro Entusiasta

Membro desde : 26/04/2014
Mensagens : 5746
Pontos : 7156

http://techmais.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: CSS do Fórum

Mensagem por Romulo Carvalho 26.04.15 18:01

Ok, pode fechar então esse aqui. Obrigado!
Romulo Carvalho

Romulo Carvalho
**

Membro desde : 03/08/2013
Mensagens : 65
Pontos : 95

http://godlikeheroes.forumeiros.com.pt/

Ir para o topo Ir para baixo

Principal Contribuidor

Tópico resolvido Re: CSS do Fórum

Mensagem por Sennior 27.04.15 1:54

Questão marcada como Resolvida ou o Autor solicitou que ela fosse arquivada.
Tópico marcado como Resolvido e movido para Questões resolvidas.
Sennior

Sennior
Principal Contribuidor
Principal Contribuidor

Membro desde : 10/06/2011
Mensagens : 16379
Pontos : 20903

https://ajuda.forumeiros.com/forum https://www.facebook.com/GladstonHenriq https://twitter.com/UmGladston

Ir para o topo Ir para baixo

Ver o tópico anterior Ver o tópico seguinte Ir para o topo


Permissões neste sub-fórum
Não podes responder a tópicos