Fonte das categorias do fórum

2 participantes

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

Tópico resolvido Fonte das categorias do fórum

Mensagem por Batyman 08.09.16 19:47

Detalhes da questão


Endereço do fórum: http://talesofheroes.forumeiros.com/
Versão do fórum: PhpBB3

Descrição


Olá! Bem, gostaria de mudar a font do títulos das categorias e das estatísticas para Verdana. Veja como é a atual font aqui.
Batyman

Batyman
**

Membro desde : 26/03/2016
Mensagens : 58
Pontos : 93

http://riseofdemigods.forumeiros.com/

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Fonte das categorias do fórum

Mensagem por Cream 08.09.16 19:49

Olá,

Adicione na sua CSS:
Código:
.table-title h2, #es-tit {
    font-family: Verdana !important;
}

Resulta?
Até mais!
Cream

Cream
Membro Entusiasta
Membro Entusiasta

Membro desde : 15/12/2010
Mensagens : 8540
Pontos : 11644

https://ajuda.forumeiros.com

Ir para o topo Ir para baixo

Tópico resolvido Re: Fonte das categorias do fórum

Mensagem por Batyman 08.09.16 19:51

Não houve mudanças :c
Batyman

Batyman
**

Membro desde : 26/03/2016
Mensagens : 58
Pontos : 93

http://riseofdemigods.forumeiros.com/

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Fonte das categorias do fórum

Mensagem por Cream 08.09.16 19:56

Olá,

Poderia me mandar sua folha de estilos CSS por favor?

Até mais!
Cream

Cream
Membro Entusiasta
Membro Entusiasta

Membro desde : 15/12/2010
Mensagens : 8540
Pontos : 11644

https://ajuda.forumeiros.com

Ir para o topo Ir para baixo

Tópico resolvido Re: Fonte das categorias do fórum

Mensagem por Batyman 08.09.16 20:59

Aqui está.

Código:
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v10/yg0glPPxXUISnKUejCX4qfesZW2xOQ-xsNqO47m55DA.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: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v10/pEobIV_lL25TKBpqVI_a2w.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: 'Abril Fatface';
  font-style: normal;
  font-weight: 400;
  src: local('Abril Fatface'), local('AbrilFatface-Regular'), url(https://fonts.gstatic.com/s/abrilfatface/v8/X1g_KwGeBV3ajZIXQ9VnDn1PgMwFt2V-WJ2uOZ4WXLU.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: 'Abril Fatface';
  font-style: normal;
  font-weight: 400;
  src: local('Abril Fatface'), local('AbrilFatface-Regular'), url(https://fonts.gstatic.com/s/abrilfatface/v8/X1g_KwGeBV3ajZIXQ9VnDjxObtw73-qQgbr7Be51v5c.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;
}

/****************** S K I N  D E L  F O R O *******************/
/*Cuerpo del Foro*/
#wrap {
padding: 10px!important;
width: 790px;
max-width: 790px;
min-width: 790px;
margin-top: 10px;
}
 
/*mueve la imagen del logo para que cuadre con el foro*/
#logo img {
float: none;
width: 810px; !important;
margin-top: -20px;
margin-left: -20px;
}

/*elimina el titulo del foro y el subtitulo*/
#site-title, #site-title h1 {
font-size: 0px;
padding-top: 0px;
}

#logo-desc p {
font-size: 0px;
margin: 0;
padding: 0;
}
 
/*elimina el buscar*/
#search-box {
display: none;
}
 
/*barra del menu*/
ul.navlinks {
width: 780px;
display: block;
padding: 10px;
padding-left: 20px;
background: #3A442D;
font-family: 'Calibri';
font-size: 9px;
line-height: 30px;
text-align: right;
letter-spacing: 1px;
word-spacing: 1px;
font-weight: lighter;
margin-left: -20px;
margin-top: -17px;
}
 
ul.navlinks a {
color: #fff;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: lighter;
cursor: pointer;
}
 
ul.navlinks a:hover {
text-decoration: none;
}

/*edita comandos del menu*/
#menu-logout, #menu-login, #menu-perfil, #menu-home {display: inline-block;}
#menu-none {display: none;}
#menu-home {float: left;}

/*titulo de los foros - subforos - ultimos mensajes*/
ul.topiclist li {
display: block;
margin: 0;
}
 
li.header {
background: #3A442D;
font-size: 0;
line-height: 90px;
text-align: center;
text-transform: none;
padding: 15px;
}
 
.table-title, .table-title h2 {
color: #fff;
font-family: 'Oswald';
font-size: 20px;
font-variant: normal;
font-weight: normal;
text-shadow: 1px 1px 1px #000;
text-transform: uppercase;
line-height: 80px;
}

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

/*parte de los foros*/
ul.forums {
background: #fafafa;
border-bottom: 10px solid #CFC071;
}

/*desaparece la cabera*/
    .forabg li.header dd.lastpost {
    display:none;
    }
 
    .forabg li.header dd.posts {
    display:none;}
 
    .forabg li.header dd.topics {
    display:none;
    }

/*titulo de los subforos*/
a.forumtitle {
  width: 380px;
  padding: 5px 10px;
  border-bottom: 1px solid #3A442D;
  margin-top: 4px;
  line-height: 20px;
  font-size: 16px;
  letter-spacing: 0px;
  color: #3A442D;
  font-family: 'Abril Fatface';
  text-transform: lowercase;
  text-align: center;
  text-decoration: none;
  font-weight: lighter;
  display: block;
  -moz-transition: all 1.7s ease-in-out;
  -webkit-transition: all 1.7s ease-in-out;
  transition: all 1.7s ease-in-out;
}
 
a.forumtitle:hover {
  text-decoration: none;
  color: #3A442D;
  letter-spacing: 2px;
  -moz-transition: all 1.7s ease-in-out;
  -webkit-transition: all 1.7s ease-in-out;
  transition: all 1.7s ease-in-out;
}

/*cantidad de temas*/
.forabg dd.topics {
  background: #CFC071;
  line-height: 10px;
  padding: 15px 10px;
  width: 80px;
  margin-top: 40px;
  margin-left: 85px;
  font-size: 8px;
  letter-spacing: 2px;
  color: #fff;
  font-family: 'verdana';
  text-transform: uppercase;
}
 
.forabg li.row dd.topics:after {content: "temas"; display: block;}
.forabg li.row dd.posts:after {content: "mensajes"; display: block;}
 
/*cantidad de post*/
.forabg dd.posts {
  background: #CFC071;
  line-height: 10px;
  padding: 15px 10px;
  width: 80px;
  margin-top: 40px;
  margin-left: 2px;
  font-size: 8px;
  letter-spacing: 2px;
  color: #fff;
  font-family: 'verdana';
  text-transform: uppercase;
}
 
/*ultimo mensaje*/
.forabg dd.lastpost {
  width: 184px;
  position: abolute;
  float: right;
  background: #fff;
  border-bottom: 10px solid #3A442D;
  margin-right: 11px;
  margin-top: 2px;
  height: 30px;
  line-height: 12px;
  text-transform: uppercase;
  font-family: verdana;
  color: #555;
  font-size: 7px;
  letter-spacing: 2px;
  text-align: center;
  padding: 10px;
  border-left: 0px;
}

li dd.lastpost span a {
  display: inline-block;
  line-height: 10px;
  text-transform: uppercase;
  font-family: verdana;
  color: #555;
  font-size: 8px;
  letter-spacing: 2px;
}

/*descripción de los temas*/
#tex1, #tex2 {
  width: 320px;
  max-height: 160px;
  min-height: 80px;
  text-align: justify;
  overflow: auto;
  padding: 10px;
  border: 1px solid #777;
  margin-left: 29px;
  line-height: 12px;
}

#tex2 {height: 80px; margin-bottom: 2px;}

#link1 {
  width: 344px;
  margin-left: 28px;
}

#link1 a {
  width: 162px;
  margin: 1px;
  display: inline-block;
  font-size: 8px;
  letter-spacing: 2px;
  color: #fff;
  font-family: 'verdana';
  text-transform: uppercase;
  text-align: center;
  padding: 4px;
  background: #CFC071;
  -moz-transition: all 1.7s ease-in-out;
  -webkit-transition: all 1.7s ease-in-out;
  transition: all 1.7s ease-in-out;
}

#link1 a:hover {
  background: #A1BBAC;
  -moz-transition: all 1.7s ease-in-out;
  -webkit-transition: all 1.7s ease-in-out;
  transition: all 1.7s ease-in-out;
}

#img1, #img2 {
  width: 300px;
  height: 180px;
  padding: 10px;
  outline: #777 solid 1px;
  border: 10px solid #fafafa;
  margin: 1px;
  margin-left: 29px;
  overflow: hidden;
}

#tex3 {
  background: #fff;
  width: 140px;
  height: 160px;
  overflow: auto;
  text-align: justify;
  padding: 10px;
  line-height: 12px;
  margin-left: 320px;
  -moz-transition: all 1.7s ease-in-out;
  -webkit-transition: all 1.7s ease-in-out;
  transition: all 1.7s ease-in-out;
}

#img1:hover #tex3 {
  margin-left: 140px;
  -moz-transition: all 1.7s ease-in-out;
  -webkit-transition: all 1.7s ease-in-out;
  transition: all 1.7s ease-in-out;
}

/*titulos*/
.h3 {
background: #3A442D;
color: #fff;
font-family: 'Verdana';
font-size: 10px;
font-variant: normal;
font-weight: normal;
text-transform: uppercase;
padding: 35px 10px;
text-align: center;
letter-spacing: 2px;
}
 
.h3 a {
  text-decoration: none;
  color: #fff;
}
 
.h3 a:hover {
  text-decoration: none;
  color: #fff;
}
 
h1.page-title {
background: #3A442D;
color: #fff;
font-family: 'Verdana';
font-size: 10px;
font-variant: normal;
font-weight: normal;
text-transform: uppercase;
padding: 35px 10px;
text-align: center;
letter-spacing: 2px;
}
 
h1.page-title a {
  text-decoration: none;
  color: #fff;
}
 
h1.page-title a:hover {
  text-decoration: none;
  color: #fff;
}

#tema-titulo a {
  width: 770px;
  display: block;
  padding: 22px 10px;
  background: #CFC071;
  color: #fff;
  font-family: 'Verdana';
  font-size: 9px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  margin-left: -10px;
}

#tema-autor {
  width: 538px;
  display: block;
  background: #eee;
  color: #000;
  font-family: 'Verdana';
  font-size: 7px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 2px;
  margin-left: -10px;
  padding: 0px 10px;
  line-height: 23px;
  margin-top: 2px;
}

#tema-autor img {display: none}

#tema-opc {
  width: 538px;
  display: block;
  background: #89876A;
  text-align: right;
  letter-spacing: 2px;
  margin-left: -10px;
  padding: 0px 10px;
  line-height: 23px;
  margin-top: 2px;
}

.boton {
  color: #eee;
  font-family: 'Verdana';
  font-size: 7px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}

/*edita la respuesta*/
.postbody .content {
  font-size: 1.3em;
  width: 548px;
  text-align: justify;
  margin-top: 10px;
  margin-left: -5px;
}

/*PERFILES DE LOS PERSONAJES*/
#perfil-cuerpo {
  width: 230px;
  height: 380px;
  margin-left: -50px;
  margin-top: 55px;
  background: #A1BBAC;
  -moz-transition: all 1.7s ease-in-out;
  -webkit-transition: all 1.7s ease-in-out;
  transition: all 1.7s ease-in-out;
}

#perfil-rotulo {width: 230px; height: 50px; overflow: hidden;}

#rotulo-nombre {
  width: 190px;
  height: 10px;
  padding: 5px;
  background: #fff;
  font-family: verdana;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 10px;
  text-align: center;
  position: absolute;
  margin-left: 15px;
  margin-top: 15px;
}
#rotulo-nombre a:hover {text-decoration: none;}

#rotulo-irango {
  width: 230px;
  height: 50px;
  blackground: #511;
}

#rotulo-nrango {
  width: 210px;
  padding: 10px;
  background: #0d0d0d;
  font-family: verdana;
  font-size: 7px;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 10px;
  text-align: center;
  color: #eee;
}

#perfil-data {
  width: 230px;
  height: 300px;
  overflow: hidden;
}

#data-label {
  opacity: 0;
  z-index: 999;
  position: absolute;
  width: 200px;
  height: 270px;
  overflow: hidden;
  margin-left: 15px;
  margin-top: 15px;
  -moz-transition: all 1.7s ease-in-out;
  -webkit-transition: all 1.7s ease-in-out;
  transition: all 1.7s ease-in-out;
}

#data-avatar {
  opacity: 1;
  position: static;
  -moz-transition: all 1.7s ease-in-out;
  -webkit-transition: all 1.7s ease-in-out;
  transition: all 1.7s ease-in-out;
  transition-delay: 1s;
}

#perfil-cuerpo:hover #data-avatar {
  opacity: 0.3;
  -moz-transition: all 1.7s ease-in-out;
  -webkit-transition: all 1.7s ease-in-out;
  transition: all 1.7s ease-in-out;
}

#perfil-cuerpo:hover #data-label {
  opacity: 1;
  -moz-transition: all 1.7s ease-in-out;
  -webkit-transition: all 1.7s ease-in-out;
  transition: all 1.7s ease-in-out;
  transition-delay: 1s;
}

#label-info {
  width: 180px;
  height: 130px;
  overflow: auto;
  border: 10px solid #fff;
  background: #fff;
  margin-top: 95px;
  margin-bottom: 5px;
}

#lab-dato {
  display: block;
  color: #333;
  font-family: verdana;
  font-size: 7px;
  line-height: 8px;
  padding: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#lab-sep {height: 1px; background: #777; margin: 0px;}

#lab-dato img {
  position: absolute;
  width: 85px;
  height: 85px;
  margin-top: -105px;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  margin-left: 33px;
}

/*Code, Spoiler y Quote*/
dl.codebox {
background-color: #fcfcfc;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 3px solid #CFC071;
font-size: 11px;
}
 
dl.codebox dt {
display:block;
text-shadows: 1px 1px 1px #000;
text-align: center;
font: 8px 'verdana';
text-transform: uppercase;
background: #3A442D;
color:#ffffff;
padding: 10px;
letter-spacing: 1px;
}
 
dl.codebox code {
color:#333333;
font-size:11px;
padding: 5px;
}
 
blockquote {
background: #fcfcfc url(http://i42.servimg.com/u/f42/09/02/12/09/commen10.png) 6px 12px no-repeat;
border-bottom: 5px solid #3A442D;
border-top: none;
border-left: none;
color: #333333;
border-right: none;
}
 
.content blockquote {
color:#333333;
font-family: verdana;
font-size: 11px;
padding: 5px;
}
 
blockquote cite {
display: block;
font-family: 'Oswald';
font-size: 18px;
line-height: 20px;
color: #CFC071;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
font-weight: lighter;
letter-spacing: 1px;
padding: 5px;
}

blockquote blockquote {background: #fff; }

/*editar*/
#edit {display: none}

/*Color de las pestañas del Perfil*/
#tabs {
float: center;
width: 845px;
background-color: #3A442D;
padding: 5px 10px;
color: #eee;
font-size: 7px;
text-transform: uppercase;
text-align: center;
letter-spacing: 1px;
display: block;
font-weight: lighter;
}

#tabs a span {color: #eee; font-weight: lighter;}
#tabs .activetab a span {color: #A1BBAC; font-weight: lighter;}

/*Efecto en la numeracion de paginas*/
.pagination span a, .pagination span a:active, .pagination span a:link, .pagination span a:visited {
background-color: #3A442D;
border: 1px solid #3A442D;
color: #fff;
font-size: 10px;
font-weight: 400;
line-height: 1.5em;
margin: 0 2px;
padding: 0 2px;
text-decoration: none;
}
 
.pagination span strong {
background-color: #CFC071;
border: 1px solid #CFC071;
color: #fff;
font-size: 10px;
margin: 0 2px;
padding: 0 2px;
}
 
.pagination span a:hover {
background-color: #CFC071;
border: 1px solid #CFC071;
color: #fff;
font-size: 10px;
font-weight: 400;
line-height: 1.5em;
margin: 0 2px;
padding: 0 2px;
text-decoration: none;
}

#cp-main .panel.sig {background-color: #fff; }

/*botones*/
a.button1, a.button2, button.button2, input.button1, input.button2 {
background: #3A442D;
border: 0px;
color: #fff;
display: inline-block;
font-family: calibri;
font-size: 10px;
outline: medium none;
padding: 5px 8px;
text-transform: uppercase;
letter-spacing: 1px;
}
 
a.button1:hover, a.button2:hover, button.button2:hover, input.button1:hover, input.button2:hover {
background: #3A442D;
border: 0px;
color: #fff;
display: inline-block;
font-family: calibri;
font-size: 10px;
outline: medium none;
text-transform: uppercase;
}
 
/*formulario*/
.inputbox, select {
background-color: #fcfcfc;
border: 0px;
border-bottom: 1px solid #3A442D;
padding: 5px 10px;
color: #000;
display: inline-block;
font-family: verdana;
font-size: 10px;
}
 
#cp-main h1 {
border-bottom: none;
color: #fff;
margin-left: 10px;
padding: 20px;
}

.pathname-box, p.path {
  color: #CFC071;
  font-size: 7px;
  letter-spacing: 1px;
  font-family: 'verdana';
  text-transform: uppercase;
}

.pathname-box a, p.path a {color: #000; }

/*seleccionar asi todo mono*/
::selection {
  background: #A1BBAC;
  color: #000;
}
 
::-moz-selection {
  background: #4A5947;
  color: #fff;
}
 
/*barra lateral*/
::-webkit-scrollbar-thumb {
  background-color: #CFC071;
  border: 2px solid #fff;
  height: auto;
  width: 5px;
}
 
::-webkit-scrollbar {
  background-color: #CFC071;
  border: 4px solid #fff;
  height: 10px;
  width: 10px;
}

/*estadisticas del foro*/
#es-cuerpo {
  display: block;
  background: #fafafa;
  border-bottom: 10px solid #CFC071;
  padding: 10px;
}

#es-caja1, #es-caja2 {
  width: 377px;
  height: 189px;
  overflow: hidden;
}

#es-caja1 {margin-right: 10px}

#es-tit {
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid #3A442D;
  margin-top: 4px;
  line-height: 20px;
  font-size: 12px;
  letter-spacing: 2px;
  color: #3A442D;
  font-family: 'Oswald';
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-weight: lighter;
}

#es-con {
  display: block;
  margin: 10px;
  padding: 10px;
  padding-top: 0px;
  border: 1px solid #3A442D;
  overflow: auto;
  height: 130px;
  text-align: justify;
}

#es-con a {
  font-family: 'Abril Fatface';
  font-weight: normal;
  letter-spacing: 0px;
  word-spacing: 2px;
  line-height: 20px;
  font-size: 16px;
}

#box1, #box2, #box3 {
  width: 223px;
  padding: 10px;
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
  background: #fff;
  font-family: 'Abril Fatface';
  font-weight: normal;
  letter-spacing: 0px;
  word-spacing: 2px;
  line-height: 20px;
  font-size: 16px;
  border-bottom: 5px solid #89876A;
  text-align: center;
}

#box1:before, #box2:before, #box3:before {
  background: #CFC071;
  line-height: 10px;
  padding: 10px;
  width: 223px;
  margin-top: -10px;
  margin-left: -10px;
  margin-bottom: 10px;
  font-size: 8px;
  letter-spacing: 2px;
  color: #fff;
  font-family: 'verdana';
  text-transform: uppercase;
  display: block;
}

#box1:before {content: "Mensajes Publicados"}
#box2:before {content: "Usuarios Registrados"}
#box3:before {content: "Bienvenido:"}

#box4 {
  background: #89876A;
  line-height: 10px;
  padding: 10px;
  display: block;
  margin: 10px;
  font-size: 7px;
  letter-spacing: 2px;
  color: #fff;
  font-family: 'verdana';
  text-transform: uppercase;
  text-align: center;
}

#box-ley {
  display: block;
  margin: 10px;
  padding: 10px;
  border: 1px solid #3A442D;
  overflow: hidden;
  height: 120px;
  text-align: center;
}

#box-grup1, #box-grup2, #box-grup3, #box-grup4, #box-grup5, #box-grup6, #box-grup7, #box-grup8, #box-grup9 {
  width: 108px;
  height: 38px;
  margin: 1px;
  display: inline-block;
  overflow: hidden;
}

#box-grup1 {background: #a44857;}
#box-grup2 {background: #919653;}
#box-grup3 {background: #cea04b;}
#box-grup4 {background: #4a6a9b;}
#box-grup5 {background: #ca2d38;}
#box-grup6 {background: #777c65;}
#box-grup7 {background: #cb6034;}
#box-grup8 {background: #7d637c;}
#box-grup9 {background: #708a8b;}

#nom {
  background: #fff;
  line-height: 10px;
  padding: 4px;
  display: block;
  font-size: 8px;
  letter-spacing: 1px;
  font-family: 'verdana';
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin-left: 120px;
  -moz-transition: all 1.7s ease-in-out;
  -webkit-transition: all 1.7s ease-in-out;
  transition: all 1.7s ease-in-out;
}

#cen {
  font-family: 'Abril Fatface';
  font-weight: normal;
  letter-spacing: 0px;
  word-spacing: 2px;
  line-height: 19px;
  font-size: 14px;
  color: #fff;
  opacity: 0px;
  margin-left: -120px;
  -moz-transition: all 1.7s ease-in-out;
  -webkit-transition: all 1.7s ease-in-out;
  transition: all 1.7s ease-in-out;
}

#box-grup1:hover #nom, #box-grup1:hover #cen {margin-left: 0px; opacity: 1; -moz-transition: all 1.7s ease-in-out; -webkit-transition: all 1.7s ease-in-out; transition: all 1.7s ease-in-out;}
#box-grup2:hover #nom, #box-grup2:hover #cen {margin-left: 0px; opacity: 1; -moz-transition: all 1.7s ease-in-out; -webkit-transition: all 1.7s ease-in-out; transition: all 1.7s ease-in-out;}
#box-grup3:hover #nom, #box-grup3:hover #cen {margin-left: 0px; opacity: 1; -moz-transition: all 1.7s ease-in-out; -webkit-transition: all 1.7s ease-in-out; transition: all 1.7s ease-in-out;}
#box-grup4:hover #nom, #box-grup4:hover #cen {margin-left: 0px; opacity: 1; -moz-transition: all 1.7s ease-in-out; -webkit-transition: all 1.7s ease-in-out; transition: all 1.7s ease-in-out;}
#box-grup5:hover #nom, #box-grup5:hover #cen {margin-left: 0px; opacity: 1; -moz-transition: all 1.7s ease-in-out; -webkit-transition: all 1.7s ease-in-out; transition: all 1.7s ease-in-out;}
#box-grup6:hover #nom, #box-grup6:hover #cen {margin-left: 0px; opacity: 1; -moz-transition: all 1.7s ease-in-out; -webkit-transition: all 1.7s ease-in-out; transition: all 1.7s ease-in-out;}
#box-grup7:hover #nom, #box-grup7:hover #cen {margin-left: 0px; opacity: 1; -moz-transition: all 1.7s ease-in-out; -webkit-transition: all 1.7s ease-in-out; transition: all 1.7s ease-in-out;}
#box-grup8:hover #nom, #box-grup8:hover #cen {margin-left: 0px; opacity: 1; -moz-transition: all 1.7s ease-in-out; -webkit-transition: all 1.7s ease-in-out; transition: all 1.7s ease-in-out;}
#box-grup9:hover #nom, #box-grup9:hover #cen {margin-left: 0px; opacity: 1; -moz-transition: all 1.7s ease-in-out; -webkit-transition: all 1.7s ease-in-out; transition: all 1.7s ease-in-out;}

/*WIDGETS DEL FORO*/

#content-container div#left {
background: #transpatent;
height: 100%;
left: 70px;
line-height: 100%;
margin-right: 0;
overflow-x: hidden;
overflow-y: auto;
position: fixed;
top: 0;
width: 200px;
text-align: center;
}
 
#left {
position: fixed;
top: 0px;
left:0px;
height: 100%;
}
 
#content-container div#content { margin-right: 0px !important;}
#content-container div#left .h3 {display:none}

#comments_scroll_div {
  display: block;
  height: 95px;
  background: #fff;
  padding: 20px;
  text-align: justify;
  font-size: 8px;
  letter-spacing: 1px;
  font-family: 'verdana';
  text-transform: uppercase;
  line-height: 9px;
}

#comments_scroll_div:before {
  display: block;
  background: #CFC071;
  line-height: 10px;
  padding: 10px;
  width: 160px;
  margin-top: -20px;
  margin-left: -20px;
  margin-bottom: 10px;
  font-size: 8px;
  letter-spacing: 2px;
  color: #fff;
  font-family: 'verdana';
  text-transform: uppercase;
  content: "Ultimos temas";
}

/* C H A T  B O X  */
.chatbox-title, .chatbox-title a.chat-title {
  font-family: Oswald;
  font-weight: normal;
  font-size: 15px;
  color: #3A442D;
  margin-left: 5px;
}

.chatbox-options li, .chatbox-options li a, .chatbox-options li label, .chatbox-options li strong {
  font-family: verdana;
  font-size: 8px;
  text-transform: uppercase;
  font-weight: 700;
  color: #3A442D;
  letter-spacing: 1px;
  font-weight: lighter;
}
#chatbox_header{background: #CFC071;}
#chatbox_footer{background-color: #3A442D;}
#chatbox {background: #fff;}

.chatbox_row_1,.chatbox_row_2,.chatbox_row_3{
  font-size:11px;
  font-family: verdana;
  line-height: 12px;
}
#chatbox_footer label {
  font-family: verdana;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  color: #e7ebe3;
}
#chatbox_members{
  font-size: 8px;
  font-family: verdana;
  text-transform: uppercase;
  line-height: 9px;
  letter-spacing: 2px;
}

/*AFILIADOS AL PIE DEL FORO*/
#afi-nom {
  display: block;
  background: #CFC071;
  line-height: 10px;
  padding: 10px;
  font-size: 8px;
  letter-spacing: 2px;
  color: #fff;
  font-family: 'verdana';
  text-transform: uppercase;
  text-align: center;
}

#afi-nor a {
  display: block;
  width: 440px;
  background: #3A442D;
  line-height: 10px;
  padding: 10px;
  font-size: 8px;
  line-height: 66px;
  letter-spacing: 2px;
  color: #fff;
  font-family: 'verdana';
  text-transform: uppercase;
  text-align: center;
}

#afi-mano, #afi-vip {
  display: block;
  width: 300px;
  padding: 0px;
  background: #eee;
  margin-bottom: 10px;
}

#afi-vip {width: 460px; margin-right: 10px;}
#afi-cu1, #afi-cu2, #afi-cu4 {display:block; padding: 20px; background: #fafafa;}
#afi-cu1 {width: 260px;}
#afi-cu2 {width: 420px;}
#afi-cu4 {width: 260px;}
#afi-cu1 img {width: 50px; height: 90px; margin: 1px;}
#afi-cu2 img {width: 40px; height: 40px; margin: 1px;}
#afi-cu4 img {width: 50px; height: 50px; margin: 1px;}

/* T A B L O N  D E  A N U N C I O S */
.wid {
  margin-top: 70px;
  margin-left: 10px;
  width: 140px;
  height: 180px;
  padding: 20px;
  background: #fff;
  margin-bottom: -10px;
  overflow: hidden;
}

#wid-u {
  display: block;
  background: #CFC071;
  line-height: 10px;
  padding: 10px;
  width: 160px;
  margin-top: -20px;
  margin-left: -20px;
  margin-bottom: 20px;
  font-size: 8px;
  letter-spacing: 2px;
  color: #fff;
  font-family: 'verdana';
  text-transform: uppercase;
}

#wid-u strong {color: #fff; font-weight: lighter;}

#wid-ava img {
  width: 115px;
  height: 150px;
  margin-top: -7px;
  margin-left: 2px;
}

.bot1, .bot2, .bot3, .bot4, .bot5 {
  width: 25px;
  line-height: 20px;
  height: 20px;
  text-align: center;
  color: #000;
}

#caja1, #caja2, #caja3, #caja4, #caja5 {
  position: fixed;
  top: 20%;
  left: 30%;
  width: 500px;
  height: 350px;
  padding: 10px;
  display: none;
  background: #FFF;
  border: 10px solid #CFC071;
}

#cont-img {
  width: 208px;
  height: 310px;
  padding: 20px;
}

#img-texto {
  width: 188px;
  height: 150px;
  padding: 10px;
  background: #FFF;
  margin-top: 140px;
  font-size: 10px;
  line-height: 11px;
  text-align: justify;
  overflow: auto;
}

#cont-link {
  width: 248px;
  height: 198px;
}

#cont-link a {
  display: block;
  background: #CFC071;
  line-height: 10px;
  padding: 5px;
  margin-bottom: 2px;
  font-size: 8px;
  letter-spacing: 2px;
  color: #fff;
  font-family: 'verdana';
  text-transform: uppercase;
  text-aling: center;
}

#tit-img {
  width: 228px;
  height: 132px;
  padding: 10px;
}

#tit-tex, #tit-jef {
  display: block;
  background: #fff;
  line-height: 10px;
  padding: 5px;
  margin-top: 60px;
  font-size: 8px;
  letter-spacing: 2px;
  color: #000;
  font-family: 'verdana';
  text-transform: uppercase;
  text-aling: center;
}

#img-r1, #img-r2, #img-r3, #img-r4, #img-r {
  width: 188px;
  height: 35px;
  padding: 20px 10px;
  background: #fff;
  margin-bottom: 3px;
  font-size: 20px;
  line-height: 25px;
  font-family: 'Abril Fatface';
  text-align: center; 
}

#img-r1 p, #img-r2 p, #img-r3 p, #img-r4 p, #img-r p {
  display: block;
  line-height: 10px;
  font-size: 8px;
  letter-spacing: 2px;
  color: #000;
  font-family: 'verdana';
  text-transform: uppercase;
  text-aling: center;
}

#img-r1 {color: #d1111a;}
#img-r2 {color: #008080;}
#img-r3 {color: #f4a611;}
#img-r4 {color: #148444;}

#cont-jefes {
  width: 248px;
  height: 350px;
}

#jefes {
  width: 100px;
  height: 152px;
  padding: 10px;
  display: inline-block;
  margin-bottom: 5px;
  -moz-transition: all .7s ease-in-out;
  -webkit-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}

#tit-jef strong {display: block; letter-spacing: 0px;}
#tit-jef {width: 100px; margin-top: 0px; padding: 0px; height: 0px; overflow: hidden; position: absolute; -moz-transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; transition: all .7s ease-in-out;}
#jefes:hover #tit-jef {width: 90px; margin-top: 0px; padding: 5px; height: auto; -moz-transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; transition: all .7s ease-in-out;}

/*tablon en el índice*/
#in-caja {
  display: block;
  padding: 20px;
  background: #FFF;
  border: 10px solid #CFC071;
}

#in-staff {width: 188px; height: 108px}
#in-staff img {margin: 2px; width: 90px; height: 50px}

#in-clima, #in-nov {
  width: 238px;
  height: 88px;
  padding: 10px;
  overflow: auto;
  text-align: justify;
  font-size: 10px;
  line-height: 11px;
}

#in-clima strong {
  font-size: 18px;
  line-height: 20px;
  font-family: 'Abril Fatface';
}

#profile-advanced-layout #tabs {
    width: 771px !important;
    margin-left: -1px !important;
}

h1.page-title {
margin-left: -1px !important;
}
Batyman

Batyman
**

Membro desde : 26/03/2016
Mensagens : 58
Pontos : 93

http://riseofdemigods.forumeiros.com/

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Fonte das categorias do fórum

Mensagem por Cream 08.09.16 21:15

Olá,

Troque por:
Código:
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v10/yg0glPPxXUISnKUejCX4qfesZW2xOQ-xsNqO47m55DA.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: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v10/pEobIV_lL25TKBpqVI_a2w.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: 'Abril Fatface';
  font-style: normal;
  font-weight: 400;
  src: local('Abril Fatface'), local('AbrilFatface-Regular'), url(https://fonts.gstatic.com/s/abrilfatface/v8/X1g_KwGeBV3ajZIXQ9VnDn1PgMwFt2V-WJ2uOZ4WXLU.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: 'Abril Fatface';
  font-style: normal;
  font-weight: 400;
  src: local('Abril Fatface'), local('AbrilFatface-Regular'), url(https://fonts.gstatic.com/s/abrilfatface/v8/X1g_KwGeBV3ajZIXQ9VnDjxObtw73-qQgbr7Be51v5c.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;
}

/****************** S K I N  D E L  F O R O *******************/
/*Cuerpo del Foro*/
#wrap {
padding: 10px!important;
width: 790px;
max-width: 790px;
min-width: 790px;
margin-top: 10px;
}
 
/*mueve la imagen del logo para que cuadre con el foro*/
#logo img {
float: none;
width: 810px; !important;
margin-top: -20px;
margin-left: -20px;
}

/*elimina el titulo del foro y el subtitulo*/
#site-title, #site-title h1 {
font-size: 0px;
padding-top: 0px;
}

#logo-desc p {
font-size: 0px;
margin: 0;
padding: 0;
}
 
/*elimina el buscar*/
#search-box {
display: none;
}
 
/*barra del menu*/
ul.navlinks {
width: 780px;
display: block;
padding: 10px;
padding-left: 20px;
background: #3A442D;
font-family: 'Calibri';
font-size: 9px;
line-height: 30px;
text-align: right;
letter-spacing: 1px;
word-spacing: 1px;
font-weight: lighter;
margin-left: -20px;
margin-top: -17px;
}
 
ul.navlinks a {
color: #fff;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: lighter;
cursor: pointer;
}
 
ul.navlinks a:hover {
text-decoration: none;
}

/*edita comandos del menu*/
#menu-logout, #menu-login, #menu-perfil, #menu-home {display: inline-block;}
#menu-none {display: none;}
#menu-home {float: left;}

/*titulo de los foros - subforos - ultimos mensajes*/
ul.topiclist li {
display: block;
margin: 0;
}
 
li.header {
background: #3A442D;
font-size: 0;
line-height: 90px;
text-align: center;
text-transform: none;
padding: 15px;
}
 
.table-title, .table-title h2 {
color: #fff;
font-family: 'Verdana' !important;
font-size: 20px;
font-variant: normal;
font-weight: normal;
text-shadow: 1px 1px 1px #000;
text-transform: uppercase;
line-height: 80px;
}

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

/*parte de los foros*/
ul.forums {
background: #fafafa;
border-bottom: 10px solid #CFC071;
}

/*desaparece la cabera*/
    .forabg li.header dd.lastpost {
    display:none;
    }
 
    .forabg li.header dd.posts {
    display:none;}
 
    .forabg li.header dd.topics {
    display:none;
    }

/*titulo de los subforos*/
a.forumtitle {
  width: 380px;
  padding: 5px 10px;
  border-bottom: 1px solid #3A442D;
  margin-top: 4px;
  line-height: 20px;
  font-size: 16px;
  letter-spacing: 0px;
  color: #3A442D;
  font-family: 'Abril Fatface';
  text-transform: lowercase;
  text-align: center;
  text-decoration: none;
  font-weight: lighter;
  display: block;
  -moz-transition: all 1.7s ease-in-out;
  -webkit-transition: all 1.7s ease-in-out;
  transition: all 1.7s ease-in-out;
}
 
a.forumtitle:hover {
  text-decoration: none;
  color: #3A442D;
  letter-spacing: 2px;
  -moz-transition: all 1.7s ease-in-out;
  -webkit-transition: all 1.7s ease-in-out;
  transition: all 1.7s ease-in-out;
}

/*cantidad de temas*/
.forabg dd.topics {
  background: #CFC071;
  line-height: 10px;
  padding: 15px 10px;
  width: 80px;
  margin-top: 40px;
  margin-left: 85px;
  font-size: 8px;
  letter-spacing: 2px;
  color: #fff;
  font-family: 'verdana';
  text-transform: uppercase;
}
 
.forabg li.row dd.topics:after {content: "temas"; display: block;}
.forabg li.row dd.posts:after {content: "mensajes"; display: block;}
 
/*cantidad de post*/
.forabg dd.posts {
  background: #CFC071;
  line-height: 10px;
  padding: 15px 10px;
  width: 80px;
  margin-top: 40px;
  margin-left: 2px;
  font-size: 8px;
  letter-spacing: 2px;
  color: #fff;
  font-family: 'verdana';
  text-transform: uppercase;
}
 
/*ultimo mensaje*/
.forabg dd.lastpost {
  width: 184px;
  position: abolute;
  float: right;
  background: #fff;
  border-bottom: 10px solid #3A442D;
  margin-right: 11px;
  margin-top: 2px;
  height: 30px;
  line-height: 12px;
  text-transform: uppercase;
  font-family: verdana;
  color: #555;
  font-size: 7px;
  letter-spacing: 2px;
  text-align: center;
  padding: 10px;
  border-left: 0px;
}

li dd.lastpost span a {
  display: inline-block;
  line-height: 10px;
  text-transform: uppercase;
  font-family: verdana;
  color: #555;
  font-size: 8px;
  letter-spacing: 2px;
}

/*descripción de los temas*/
#tex1, #tex2 {
  width: 320px;
  max-height: 160px;
  min-height: 80px;
  text-align: justify;
  overflow: auto;
  padding: 10px;
  border: 1px solid #777;
  margin-left: 29px;
  line-height: 12px;
}

#tex2 {height: 80px; margin-bottom: 2px;}

#link1 {
  width: 344px;
  margin-left: 28px;
}

#link1 a {
  width: 162px;
  margin: 1px;
  display: inline-block;
  font-size: 8px;
  letter-spacing: 2px;
  color: #fff;
  font-family: 'verdana';
  text-transform: uppercase;
  text-align: center;
  padding: 4px;
  background: #CFC071;
  -moz-transition: all 1.7s ease-in-out;
  -webkit-transition: all 1.7s ease-in-out;
  transition: all 1.7s ease-in-out;
}

#link1 a:hover {
  background: #A1BBAC;
  -moz-transition: all 1.7s ease-in-out;
  -webkit-transition: all 1.7s ease-in-out;
  transition: all 1.7s ease-in-out;
}

#img1, #img2 {
  width: 300px;
  height: 180px;
  padding: 10px;
  outline: #777 solid 1px;
  border: 10px solid #fafafa;
  margin: 1px;
  margin-left: 29px;
  overflow: hidden;
}

#tex3 {
  background: #fff;
  width: 140px;
  height: 160px;
  overflow: auto;
  text-align: justify;
  padding: 10px;
  line-height: 12px;
  margin-left: 320px;
  -moz-transition: all 1.7s ease-in-out;
  -webkit-transition: all 1.7s ease-in-out;
  transition: all 1.7s ease-in-out;
}

#img1:hover #tex3 {
  margin-left: 140px;
  -moz-transition: all 1.7s ease-in-out;
  -webkit-transition: all 1.7s ease-in-out;
  transition: all 1.7s ease-in-out;
}

/*titulos*/
.h3 {
background: #3A442D;
color: #fff;
font-family: 'Verdana';
font-size: 10px;
font-variant: normal;
font-weight: normal;
text-transform: uppercase;
padding: 35px 10px;
text-align: center;
letter-spacing: 2px;
}
 
.h3 a {
  text-decoration: none;
  color: #fff;
}
 
.h3 a:hover {
  text-decoration: none;
  color: #fff;
}
 
h1.page-title {
background: #3A442D;
color: #fff;
font-family: 'Verdana';
font-size: 10px;
font-variant: normal;
font-weight: normal;
text-transform: uppercase;
padding: 35px 10px;
text-align: center;
letter-spacing: 2px;
}
 
h1.page-title a {
  text-decoration: none;
  color: #fff;
}
 
h1.page-title a:hover {
  text-decoration: none;
  color: #fff;
}

#tema-titulo a {
  width: 770px;
  display: block;
  padding: 22px 10px;
  background: #CFC071;
  color: #fff;
  font-family: 'Verdana';
  font-size: 9px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  margin-left: -10px;
}

#tema-autor {
  width: 538px;
  display: block;
  background: #eee;
  color: #000;
  font-family: 'Verdana';
  font-size: 7px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 2px;
  margin-left: -10px;
  padding: 0px 10px;
  line-height: 23px;
  margin-top: 2px;
}

#tema-autor img {display: none}

#tema-opc {
  width: 538px;
  display: block;
  background: #89876A;
  text-align: right;
  letter-spacing: 2px;
  margin-left: -10px;
  padding: 0px 10px;
  line-height: 23px;
  margin-top: 2px;
}

.boton {
  color: #eee;
  font-family: 'Verdana';
  font-size: 7px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}

/*edita la respuesta*/
.postbody .content {
  font-size: 1.3em;
  width: 548px;
  text-align: justify;
  margin-top: 10px;
  margin-left: -5px;
}

/*PERFILES DE LOS PERSONAJES*/
#perfil-cuerpo {
  width: 230px;
  height: 380px;
  margin-left: -50px;
  margin-top: 55px;
  background: #A1BBAC;
  -moz-transition: all 1.7s ease-in-out;
  -webkit-transition: all 1.7s ease-in-out;
  transition: all 1.7s ease-in-out;
}

#perfil-rotulo {width: 230px; height: 50px; overflow: hidden;}

#rotulo-nombre {
  width: 190px;
  height: 10px;
  padding: 5px;
  background: #fff;
  font-family: verdana;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 10px;
  text-align: center;
  position: absolute;
  margin-left: 15px;
  margin-top: 15px;
}
#rotulo-nombre a:hover {text-decoration: none;}

#rotulo-irango {
  width: 230px;
  height: 50px;
  blackground: #511;
}

#rotulo-nrango {
  width: 210px;
  padding: 10px;
  background: #0d0d0d;
  font-family: verdana;
  font-size: 7px;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 10px;
  text-align: center;
  color: #eee;
}

#perfil-data {
  width: 230px;
  height: 300px;
  overflow: hidden;
}

#data-label {
  opacity: 0;
  z-index: 999;
  position: absolute;
  width: 200px;
  height: 270px;
  overflow: hidden;
  margin-left: 15px;
  margin-top: 15px;
  -moz-transition: all 1.7s ease-in-out;
  -webkit-transition: all 1.7s ease-in-out;
  transition: all 1.7s ease-in-out;
}

#data-avatar {
  opacity: 1;
  position: static;
  -moz-transition: all 1.7s ease-in-out;
  -webkit-transition: all 1.7s ease-in-out;
  transition: all 1.7s ease-in-out;
  transition-delay: 1s;
}

#perfil-cuerpo:hover #data-avatar {
  opacity: 0.3;
  -moz-transition: all 1.7s ease-in-out;
  -webkit-transition: all 1.7s ease-in-out;
  transition: all 1.7s ease-in-out;
}

#perfil-cuerpo:hover #data-label {
  opacity: 1;
  -moz-transition: all 1.7s ease-in-out;
  -webkit-transition: all 1.7s ease-in-out;
  transition: all 1.7s ease-in-out;
  transition-delay: 1s;
}

#label-info {
  width: 180px;
  height: 130px;
  overflow: auto;
  border: 10px solid #fff;
  background: #fff;
  margin-top: 95px;
  margin-bottom: 5px;
}

#lab-dato {
  display: block;
  color: #333;
  font-family: verdana;
  font-size: 7px;
  line-height: 8px;
  padding: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#lab-sep {height: 1px; background: #777; margin: 0px;}

#lab-dato img {
  position: absolute;
  width: 85px;
  height: 85px;
  margin-top: -105px;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  margin-left: 33px;
}

/*Code, Spoiler y Quote*/
dl.codebox {
background-color: #fcfcfc;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 3px solid #CFC071;
font-size: 11px;
}
 
dl.codebox dt {
display:block;
text-shadows: 1px 1px 1px #000;
text-align: center;
font: 8px 'verdana';
text-transform: uppercase;
background: #3A442D;
color:#ffffff;
padding: 10px;
letter-spacing: 1px;
}
 
dl.codebox code {
color:#333333;
font-size:11px;
padding: 5px;
}
 
blockquote {
background: #fcfcfc url(http://i42.servimg.com/u/f42/09/02/12/09/commen10.png) 6px 12px no-repeat;
border-bottom: 5px solid #3A442D;
border-top: none;
border-left: none;
color: #333333;
border-right: none;
}
 
.content blockquote {
color:#333333;
font-family: verdana;
font-size: 11px;
padding: 5px;
}
 
blockquote cite {
display: block;
font-family: 'Oswald';
font-size: 18px;
line-height: 20px;
color: #CFC071;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
font-weight: lighter;
letter-spacing: 1px;
padding: 5px;
}

blockquote blockquote {background: #fff; }

/*editar*/
#edit {display: none}

/*Color de las pestañas del Perfil*/
#tabs {
float: center;
width: 845px;
background-color: #3A442D;
padding: 5px 10px;
color: #eee;
font-size: 7px;
text-transform: uppercase;
text-align: center;
letter-spacing: 1px;
display: block;
font-weight: lighter;
}

#tabs a span {color: #eee; font-weight: lighter;}
#tabs .activetab a span {color: #A1BBAC; font-weight: lighter;}

/*Efecto en la numeracion de paginas*/
.pagination span a, .pagination span a:active, .pagination span a:link, .pagination span a:visited {
background-color: #3A442D;
border: 1px solid #3A442D;
color: #fff;
font-size: 10px;
font-weight: 400;
line-height: 1.5em;
margin: 0 2px;
padding: 0 2px;
text-decoration: none;
}
 
.pagination span strong {
background-color: #CFC071;
border: 1px solid #CFC071;
color: #fff;
font-size: 10px;
margin: 0 2px;
padding: 0 2px;
}
 
.pagination span a:hover {
background-color: #CFC071;
border: 1px solid #CFC071;
color: #fff;
font-size: 10px;
font-weight: 400;
line-height: 1.5em;
margin: 0 2px;
padding: 0 2px;
text-decoration: none;
}

#cp-main .panel.sig {background-color: #fff; }

/*botones*/
a.button1, a.button2, button.button2, input.button1, input.button2 {
background: #3A442D;
border: 0px;
color: #fff;
display: inline-block;
font-family: calibri;
font-size: 10px;
outline: medium none;
padding: 5px 8px;
text-transform: uppercase;
letter-spacing: 1px;
}
 
a.button1:hover, a.button2:hover, button.button2:hover, input.button1:hover, input.button2:hover {
background: #3A442D;
border: 0px;
color: #fff;
display: inline-block;
font-family: calibri;
font-size: 10px;
outline: medium none;
text-transform: uppercase;
}
 
/*formulario*/
.inputbox, select {
background-color: #fcfcfc;
border: 0px;
border-bottom: 1px solid #3A442D;
padding: 5px 10px;
color: #000;
display: inline-block;
font-family: verdana;
font-size: 10px;
}
 
#cp-main h1 {
border-bottom: none;
color: #fff;
margin-left: 10px;
padding: 20px;
}

.pathname-box, p.path {
  color: #CFC071;
  font-size: 7px;
  letter-spacing: 1px;
  font-family: 'verdana';
  text-transform: uppercase;
}

.pathname-box a, p.path a {color: #000; }

/*seleccionar asi todo mono*/
::selection {
  background: #A1BBAC;
  color: #000;
}
 
::-moz-selection {
  background: #4A5947;
  color: #fff;
}
 
/*barra lateral*/
::-webkit-scrollbar-thumb {
  background-color: #CFC071;
  border: 2px solid #fff;
  height: auto;
  width: 5px;
}
 
::-webkit-scrollbar {
  background-color: #CFC071;
  border: 4px solid #fff;
  height: 10px;
  width: 10px;
}

/*estadisticas del foro*/
#es-cuerpo {
  display: block;
  background: #fafafa;
  border-bottom: 10px solid #CFC071;
  padding: 10px;
}

#es-caja1, #es-caja2 {
  width: 377px;
  height: 189px;
  overflow: hidden;
}

#es-caja1 {margin-right: 10px}

#es-tit {
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid #3A442D;
  margin-top: 4px;
  line-height: 20px;
  font-size: 12px;
  letter-spacing: 2px;
  color: #3A442D;
  font-family: 'Verdana' !important;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-weight: lighter;
}

#es-con {
  display: block;
  margin: 10px;
  padding: 10px;
  padding-top: 0px;
  border: 1px solid #3A442D;
  overflow: auto;
  height: 130px;
  text-align: justify;
}

#es-con a {
  font-family: 'Abril Fatface';
  font-weight: normal;
  letter-spacing: 0px;
  word-spacing: 2px;
  line-height: 20px;
  font-size: 16px;
}

#box1, #box2, #box3 {
  width: 223px;
  padding: 10px;
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
  background: #fff;
  font-family: 'Abril Fatface';
  font-weight: normal;
  letter-spacing: 0px;
  word-spacing: 2px;
  line-height: 20px;
  font-size: 16px;
  border-bottom: 5px solid #89876A;
  text-align: center;
}

#box1:before, #box2:before, #box3:before {
  background: #CFC071;
  line-height: 10px;
  padding: 10px;
  width: 223px;
  margin-top: -10px;
  margin-left: -10px;
  margin-bottom: 10px;
  font-size: 8px;
  letter-spacing: 2px;
  color: #fff;
  font-family: 'verdana';
  text-transform: uppercase;
  display: block;
}

#box1:before {content: "Mensajes Publicados"}
#box2:before {content: "Usuarios Registrados"}
#box3:before {content: "Bienvenido:"}

#box4 {
  background: #89876A;
  line-height: 10px;
  padding: 10px;
  display: block;
  margin: 10px;
  font-size: 7px;
  letter-spacing: 2px;
  color: #fff;
  font-family: 'verdana';
  text-transform: uppercase;
  text-align: center;
}

#box-ley {
  display: block;
  margin: 10px;
  padding: 10px;
  border: 1px solid #3A442D;
  overflow: hidden;
  height: 120px;
  text-align: center;
}

#box-grup1, #box-grup2, #box-grup3, #box-grup4, #box-grup5, #box-grup6, #box-grup7, #box-grup8, #box-grup9 {
  width: 108px;
  height: 38px;
  margin: 1px;
  display: inline-block;
  overflow: hidden;
}

#box-grup1 {background: #a44857;}
#box-grup2 {background: #919653;}
#box-grup3 {background: #cea04b;}
#box-grup4 {background: #4a6a9b;}
#box-grup5 {background: #ca2d38;}
#box-grup6 {background: #777c65;}
#box-grup7 {background: #cb6034;}
#box-grup8 {background: #7d637c;}
#box-grup9 {background: #708a8b;}

#nom {
  background: #fff;
  line-height: 10px;
  padding: 4px;
  display: block;
  font-size: 8px;
  letter-spacing: 1px;
  font-family: 'verdana';
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin-left: 120px;
  -moz-transition: all 1.7s ease-in-out;
  -webkit-transition: all 1.7s ease-in-out;
  transition: all 1.7s ease-in-out;
}

#cen {
  font-family: 'Abril Fatface';
  font-weight: normal;
  letter-spacing: 0px;
  word-spacing: 2px;
  line-height: 19px;
  font-size: 14px;
  color: #fff;
  opacity: 0px;
  margin-left: -120px;
  -moz-transition: all 1.7s ease-in-out;
  -webkit-transition: all 1.7s ease-in-out;
  transition: all 1.7s ease-in-out;
}

#box-grup1:hover #nom, #box-grup1:hover #cen {margin-left: 0px; opacity: 1; -moz-transition: all 1.7s ease-in-out; -webkit-transition: all 1.7s ease-in-out; transition: all 1.7s ease-in-out;}
#box-grup2:hover #nom, #box-grup2:hover #cen {margin-left: 0px; opacity: 1; -moz-transition: all 1.7s ease-in-out; -webkit-transition: all 1.7s ease-in-out; transition: all 1.7s ease-in-out;}
#box-grup3:hover #nom, #box-grup3:hover #cen {margin-left: 0px; opacity: 1; -moz-transition: all 1.7s ease-in-out; -webkit-transition: all 1.7s ease-in-out; transition: all 1.7s ease-in-out;}
#box-grup4:hover #nom, #box-grup4:hover #cen {margin-left: 0px; opacity: 1; -moz-transition: all 1.7s ease-in-out; -webkit-transition: all 1.7s ease-in-out; transition: all 1.7s ease-in-out;}
#box-grup5:hover #nom, #box-grup5:hover #cen {margin-left: 0px; opacity: 1; -moz-transition: all 1.7s ease-in-out; -webkit-transition: all 1.7s ease-in-out; transition: all 1.7s ease-in-out;}
#box-grup6:hover #nom, #box-grup6:hover #cen {margin-left: 0px; opacity: 1; -moz-transition: all 1.7s ease-in-out; -webkit-transition: all 1.7s ease-in-out; transition: all 1.7s ease-in-out;}
#box-grup7:hover #nom, #box-grup7:hover #cen {margin-left: 0px; opacity: 1; -moz-transition: all 1.7s ease-in-out; -webkit-transition: all 1.7s ease-in-out; transition: all 1.7s ease-in-out;}
#box-grup8:hover #nom, #box-grup8:hover #cen {margin-left: 0px; opacity: 1; -moz-transition: all 1.7s ease-in-out; -webkit-transition: all 1.7s ease-in-out; transition: all 1.7s ease-in-out;}
#box-grup9:hover #nom, #box-grup9:hover #cen {margin-left: 0px; opacity: 1; -moz-transition: all 1.7s ease-in-out; -webkit-transition: all 1.7s ease-in-out; transition: all 1.7s ease-in-out;}

/*WIDGETS DEL FORO*/

#content-container div#left {
background: #transpatent;
height: 100%;
left: 70px;
line-height: 100%;
margin-right: 0;
overflow-x: hidden;
overflow-y: auto;
position: fixed;
top: 0;
width: 200px;
text-align: center;
}
 
#left {
position: fixed;
top: 0px;
left:0px;
height: 100%;
}
 
#content-container div#content { margin-right: 0px !important;}
#content-container div#left .h3 {display:none}

#comments_scroll_div {
  display: block;
  height: 95px;
  background: #fff;
  padding: 20px;
  text-align: justify;
  font-size: 8px;
  letter-spacing: 1px;
  font-family: 'verdana';
  text-transform: uppercase;
  line-height: 9px;
}

#comments_scroll_div:before {
  display: block;
  background: #CFC071;
  line-height: 10px;
  padding: 10px;
  width: 160px;
  margin-top: -20px;
  margin-left: -20px;
  margin-bottom: 10px;
  font-size: 8px;
  letter-spacing: 2px;
  color: #fff;
  font-family: 'verdana';
  text-transform: uppercase;
  content: "Ultimos temas";
}

/* C H A T  B O X  */
.chatbox-title, .chatbox-title a.chat-title {
  font-family: Oswald;
  font-weight: normal;
  font-size: 15px;
  color: #3A442D;
  margin-left: 5px;
}

.chatbox-options li, .chatbox-options li a, .chatbox-options li label, .chatbox-options li strong {
  font-family: verdana;
  font-size: 8px;
  text-transform: uppercase;
  font-weight: 700;
  color: #3A442D;
  letter-spacing: 1px;
  font-weight: lighter;
}
#chatbox_header{background: #CFC071;}
#chatbox_footer{background-color: #3A442D;}
#chatbox {background: #fff;}

.chatbox_row_1,.chatbox_row_2,.chatbox_row_3{
  font-size:11px;
  font-family: verdana;
  line-height: 12px;
}
#chatbox_footer label {
  font-family: verdana;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  color: #e7ebe3;
}
#chatbox_members{
  font-size: 8px;
  font-family: verdana;
  text-transform: uppercase;
  line-height: 9px;
  letter-spacing: 2px;
}

/*AFILIADOS AL PIE DEL FORO*/
#afi-nom {
  display: block;
  background: #CFC071;
  line-height: 10px;
  padding: 10px;
  font-size: 8px;
  letter-spacing: 2px;
  color: #fff;
  font-family: 'verdana';
  text-transform: uppercase;
  text-align: center;
}

#afi-nor a {
  display: block;
  width: 440px;
  background: #3A442D;
  line-height: 10px;
  padding: 10px;
  font-size: 8px;
  line-height: 66px;
  letter-spacing: 2px;
  color: #fff;
  font-family: 'verdana';
  text-transform: uppercase;
  text-align: center;
}

#afi-mano, #afi-vip {
  display: block;
  width: 300px;
  padding: 0px;
  background: #eee;
  margin-bottom: 10px;
}

#afi-vip {width: 460px; margin-right: 10px;}
#afi-cu1, #afi-cu2, #afi-cu4 {display:block; padding: 20px; background: #fafafa;}
#afi-cu1 {width: 260px;}
#afi-cu2 {width: 420px;}
#afi-cu4 {width: 260px;}
#afi-cu1 img {width: 50px; height: 90px; margin: 1px;}
#afi-cu2 img {width: 40px; height: 40px; margin: 1px;}
#afi-cu4 img {width: 50px; height: 50px; margin: 1px;}

/* T A B L O N  D E  A N U N C I O S */
.wid {
  margin-top: 70px;
  margin-left: 10px;
  width: 140px;
  height: 180px;
  padding: 20px;
  background: #fff;
  margin-bottom: -10px;
  overflow: hidden;
}

#wid-u {
  display: block;
  background: #CFC071;
  line-height: 10px;
  padding: 10px;
  width: 160px;
  margin-top: -20px;
  margin-left: -20px;
  margin-bottom: 20px;
  font-size: 8px;
  letter-spacing: 2px;
  color: #fff;
  font-family: 'verdana';
  text-transform: uppercase;
}

#wid-u strong {color: #fff; font-weight: lighter;}

#wid-ava img {
  width: 115px;
  height: 150px;
  margin-top: -7px;
  margin-left: 2px;
}

.bot1, .bot2, .bot3, .bot4, .bot5 {
  width: 25px;
  line-height: 20px;
  height: 20px;
  text-align: center;
  color: #000;
}

#caja1, #caja2, #caja3, #caja4, #caja5 {
  position: fixed;
  top: 20%;
  left: 30%;
  width: 500px;
  height: 350px;
  padding: 10px;
  display: none;
  background: #FFF;
  border: 10px solid #CFC071;
}

#cont-img {
  width: 208px;
  height: 310px;
  padding: 20px;
}

#img-texto {
  width: 188px;
  height: 150px;
  padding: 10px;
  background: #FFF;
  margin-top: 140px;
  font-size: 10px;
  line-height: 11px;
  text-align: justify;
  overflow: auto;
}

#cont-link {
  width: 248px;
  height: 198px;
}

#cont-link a {
  display: block;
  background: #CFC071;
  line-height: 10px;
  padding: 5px;
  margin-bottom: 2px;
  font-size: 8px;
  letter-spacing: 2px;
  color: #fff;
  font-family: 'verdana';
  text-transform: uppercase;
  text-aling: center;
}

#tit-img {
  width: 228px;
  height: 132px;
  padding: 10px;
}

#tit-tex, #tit-jef {
  display: block;
  background: #fff;
  line-height: 10px;
  padding: 5px;
  margin-top: 60px;
  font-size: 8px;
  letter-spacing: 2px;
  color: #000;
  font-family: 'verdana';
  text-transform: uppercase;
  text-aling: center;
}

#img-r1, #img-r2, #img-r3, #img-r4, #img-r {
  width: 188px;
  height: 35px;
  padding: 20px 10px;
  background: #fff;
  margin-bottom: 3px;
  font-size: 20px;
  line-height: 25px;
  font-family: 'Abril Fatface';
  text-align: center; 
}

#img-r1 p, #img-r2 p, #img-r3 p, #img-r4 p, #img-r p {
  display: block;
  line-height: 10px;
  font-size: 8px;
  letter-spacing: 2px;
  color: #000;
  font-family: 'verdana';
  text-transform: uppercase;
  text-aling: center;
}

#img-r1 {color: #d1111a;}
#img-r2 {color: #008080;}
#img-r3 {color: #f4a611;}
#img-r4 {color: #148444;}

#cont-jefes {
  width: 248px;
  height: 350px;
}

#jefes {
  width: 100px;
  height: 152px;
  padding: 10px;
  display: inline-block;
  margin-bottom: 5px;
  -moz-transition: all .7s ease-in-out;
  -webkit-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}

#tit-jef strong {display: block; letter-spacing: 0px;}
#tit-jef {width: 100px; margin-top: 0px; padding: 0px; height: 0px; overflow: hidden; position: absolute; -moz-transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; transition: all .7s ease-in-out;}
#jefes:hover #tit-jef {width: 90px; margin-top: 0px; padding: 5px; height: auto; -moz-transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; transition: all .7s ease-in-out;}

/*tablon en el índice*/
#in-caja {
  display: block;
  padding: 20px;
  background: #FFF;
  border: 10px solid #CFC071;
}

#in-staff {width: 188px; height: 108px}
#in-staff img {margin: 2px; width: 90px; height: 50px}

#in-clima, #in-nov {
  width: 238px;
  height: 88px;
  padding: 10px;
  overflow: auto;
  text-align: justify;
  font-size: 10px;
  line-height: 11px;
}

#in-clima strong {
  font-size: 18px;
  line-height: 20px;
  font-family: 'Abril Fatface';
}

#profile-advanced-layout #tabs {
    width: 771px !important;
    margin-left: -1px !important;
}

h1.page-title {
margin-left: -1px !important;
}

Veja se resulta.
Até mais!
Cream

Cream
Membro Entusiasta
Membro Entusiasta

Membro desde : 15/12/2010
Mensagens : 8540
Pontos : 11644

https://ajuda.forumeiros.com

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Fonte das categorias do fórum

Mensagem por Cream 14.09.16 2:38

Questão abandonada pelo autor, mas considerada resolvida por ter solução para o problema.
Tópico marcado como Resolvido e movido para Questões resolvidas.
Cream

Cream
Membro Entusiasta
Membro Entusiasta

Membro desde : 15/12/2010
Mensagens : 8540
Pontos : 11644

https://ajuda.forumeiros.com

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