Personalizar .postprofile

+2
Cream
Raadam
6 participantes

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

Tópico resolvido Personalizar .postprofile

Mensagem por Raadam 17/08/16, 11:42 pm

Detalhes da questão


Endereço do fórum: http://slegends.forumeiros.com/forum
Versão do fórum: PhpBB2

Descrição


Olá pessoal! Bom, minha questão e a seguinte, queria adicionar ao meu fórum o que está dentro do retângulo preto na imagem a baixo, se trata de uma moldura em torno de onde se localiza as informações do membros, deve ser um código de jarvascript ou html, se puderem me ajudar ficarei muito feliz!

IMAGEM:
Raadam

Raadam
Novo Membro

Membro desde : 20/11/2010
Mensagens : 23
Pontos : 33

http://narutoalternativoali.forumeiros.com/forum.htm

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Personalizar .postprofile

Mensagem por Cream 17/08/16, 11:58 pm

Olá,

O senhor poderia enviar o link onde viu tal efeito? Ajudaria na resolução da sua questão.

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: Personalizar .postprofile

Mensagem por REVIEW 18/08/16, 12:36 am

Personalizar .postprofile Logo
Seja bem-vindo ao nosso fórum de Suporte! Como acabou de se inscrever, veja aqui alguns links importantes a saber:

Olá,
adiciona esse código em sua folha de estilo CSS.
Vá em:
Painel de controle  Seta curta Visualização  Seta curta Cores Seta curta "Aba" Folha CSS.

Código:
.row1{background:#333!important;border-radius:0px 0px 78px!important;border-right:2px solid #000;}
seria isso? resulta?

Até mais.
REVIEW

REVIEW
Super Membro

Membro desde : 30/12/2014
Mensagens : 1190
Pontos : 2285

http://ceudasart.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Personalizar .postprofile

Mensagem por Raadam 18/08/16, 01:02 am

Cream escreveu:Olá,

O senhor poderia enviar o link onde viu tal efeito? Ajudaria na resolução da sua questão.

Até mais.

Aqui está NARUTO SP, foi até um amigo meu quem fez, mas por não ter tempo ele me pediu para vir até o fórum dos fórums.

Castiel escreveu:
Personalizar .postprofile Logo
Seja bem-vindo ao nosso fórum de Suporte! Como acabou de se inscrever, veja aqui alguns links importantes a saber:

Olá,
adiciona esse código em sua folha de estilo CSS.
Vá em:
Painel de controle  Seta curta Visualização  Seta curta Cores Seta curta "Aba" Folha CSS.

Código:
.row1{background:#333!important;border-radius:0px 0px 78px!important;border-right:2px solid #000;}
seria isso? resulta?

Até mais.

Muito obrigado ^w^, bom eu colei o CODE em minha folha de CSS, e nada mudou.
Raadam

Raadam
Novo Membro

Membro desde : 20/11/2010
Mensagens : 23
Pontos : 33

http://narutoalternativoali.forumeiros.com/forum.htm

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Personalizar .postprofile

Mensagem por Cream 18/08/16, 01:07 am

Olá,

Na sua folha de estilo CSS adicione:
Código:
.postprofile {
    background-image: url(http://i48.tinypic.com/2aikcns.jpg);
    border-left: 9px double #120707;
    border-radius: 0 0 100px 0 / 0 0 50px 0;
    box-shadow: 0 2px 5px #000;
    color: #d4d4d4;
    float: right;
    font-family: arial;
    font-size: 12px;
    line-heighr: 90%;
    margin-right: -3px;
    margin-top: 17px;
    padding-top: 13px;
    right: 27px !important;
    text-align: center;
    text-transform: uppercase;
    width: 220px;
}

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: Personalizar .postprofile

Mensagem por Raadam 18/08/16, 01:19 am

Não funcionou não, mas mesmo assim obrigado por me ajudar, irei colocar aqui a minha folha de CSS, talvez ajude.

Meu fórum
Código:
/*Arten der Schrift*/
@font-face {
  font-family: "Amatic SC";
  font-style: normal;
  font-weight: 400;
  src: local("Amatic SC Regular"), local("AmaticSC-Regular"), url("http://fonts.gstatic.com/s/amaticsc/v6/DPPfSFKxRTXvae2bKDzp5D8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
}

@import url(http://fonts.googleapis.com/css?family=Merriweather:300);


/* Wörter- und Zeichenzähler ANFANG */
#Forumieren_editorAmount {
  color: #000000;
  font-size: 10px;
  margin-top: 5px;
  text-align: center;
}


/*Spoiler usw.*/
.code {
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border: 2px inset #797979;
padding: 5px;
background-color: #000000;
color: #3C3B3B;
-moz-box-shadow: 2px 2px 2px #655C42;
box-shadow: 2px 2px 2px #655C42;
text-align: justify;
}

.quote {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #9A9A9A;
  -moz-box-shadow: 2px 2px 2px #5A5656;
  box-shadow: 2px 2px 2px #5A5656;
  color: #3C3B3B;
  padding: 5px;
  border: 1px solid #797979;
  text-align: justify;
}

.spoiler_closed {
background-color: #9A9A9A;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-moz-box-shadow: 2px 2px 2px #5A5656;
box-shadow: 2px 2px 2px #5A5656;
border: 1px solid #797979;
}

.spoiler_content {
background-color: #7D7A7A;
border-radius: 6px;
-webkit-border-radius: 10px;
-moz-border-radius: 6px;
-moz-box-shadow: 2px 2px 2px #5A5656;
box-shadow: 2px 2px 2px #5A5656;
-moz-border-radius: 6px;
border: 1px solid #797979;
color: #3C3B3B;
padding: 8px;
text-align: justify;
}

.bodyline {
    border: 2px dotted #000000;
    border-radius: 70px 70px 10px 10px;
  -webkit-border-radius: 60px 60px 60px 60px;
  -moz-border-radius: 60px 60px 60px 60px;
}

th {
    border-radius: 10px 10px 10px 10px;
}

/*Profil anpassen im Beitrag*/
.profile_scroll {
  max-height: 60px;
  overflow: auto;
}

.online43{
background-color:#AEA588;
border-bottom-color:#493E1F;
border-style:solid;
border-bottom-width:1px;
border-left-color:#493E1F;
border-left-width:1px;
border-right-color:#493E1F;
border-right-width:1px;
border-top-color:#493E1F;
border-top-width:1px;
margin-bottom:3px;
padding: 3px 3px 3px 3px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}


/*Link anpassen*/
a:link
{ font-family: Helvetica;
font-size: 12px;
text-decoration: none;
text-underline: none; }

a:active
{ font-family: Helvetica;
font-size: 12px;
text-decoration: none;
text-underline: none; }

a:visited
{ font-family: Helvetica;
font-size: 12px;
text-decoration: none;
text-underline: none; }

a:hover
{ font-family: Helvetica;
font-size: 12px;
text-decoration: none;
text-underline: none; }

/* Indextabelle abrunden BB2 */
.rund_ind {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.rund_ind .secondarytitle {
  border-radius: 15px 0 0 0;
  -moz-border-radius: 15px 0 0 0;
  -webkit-border-radius: 15px 0 0 0;
}
.rund_ind th:last-child {
  border-radius: 0 15px 0 0;
  -moz-border-radius: 0 15px 0 0;
  -webkit-border-radius: 0 15px 0 0;
}
.rund_ind tr:last-child .row3.over {
  border-radius: 0 0 15px 0;
  -moz-border-radius: 0 0 15px 0;
  -webkit-border-radius: 0 0 15px 0;
}
.rund_ind tr:last-child .row1:first-child, .rund_ind tr:last-child .row1:first-child img {
  border-radius: 0 0 0 15px;
  -moz-border-radius: 0 0 0 15px;
  -webkit-border-radius: 0 0 0 15px;
}



/* Wer ist online? abrunden BB2 */
.rund_wio {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.rund_wio .catHead {
  border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
}
.rund_wio tr:nth-child(2) td:first-child, #i_whosonline {
  border-radius: 0 0 0 15px;
  -moz-border-radius: 0 0 0 15px;
  -webkit-border-radius: 0 0 0 15px;
}
.rund_wio tr:last-child td {
  border-radius: 0 0 15px 0;
  -moz-border-radius: 0 0 15px 0;
  -webkit-border-radius: 0 0 15px 0;
}


/* Kategorie-Seite anpassen Ränder */
.cateo {
background-color: #A3A2A1;
border: 2px #ADAAA3 solid;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

/*Header Hover*/
#i_logo {
background-image: url("http://i.imgur.com/ISN19w2.png");
width: 1024px;
height: 475px;
}
#i_logo:hover {
background-image: url("http://i.imgur.com/ISN19w2.png");
-moz-transition-duration: 1s;
-o-transition-duration: 1s;
-webkit-transition-duration: 1s;
width: 1024px;
height: 475px;
}

/*I dont know + sonst*/
#left .forumline, #right .forumline {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#left .catLeft, #right .catLeft {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
#left .row1, #right .row1 {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

td.catLeft, th.thLeft {
    border: none;
}
td.catRight, td.row3Right, th.thRight {
    border: none;
}
td.catSides, td.spaceRow, th.thSides {
    border: none;
}

td.catHead, th.thHead {
    border: none; 
}

.post .name strong {
  font-weight: 100;
  font-size:26px;
  font-family: \'Merriweather\', serif;
  text-shadow: #262626 1px 1px 0px;
  text-decoration: none;
  text-underline: none;
}

body.chatbox {
  background-color: transparent;
}

.beitrags {align: center;
  text-align: justify;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 95%;
  height: relative;
  border-left: 2px solid #575757;
  border-right: 2px solid #575757;
  background-color: #C1C1C1;
  color: #444444;
  font-weight:normal;
  font-size: 11px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.linx {
  color: #6A0101;
  font-weight:bolder;
}

/*Toolbar-Konfig*/
#fa_toolbar #fa_share {
  display: none !important;
}

#page-footer
{
  width: 980px;
  height: 50px;
  background: url(-) center no-repeat;
}

#page-footer a
{
font-size: 10px;
text-decoration: none !important;
}

/*Toolbar-Konfig*/
#fa_toolbar #fa_share {
  display: none !important;
}

#page-footer
{
  width: 980px;
  height: 50px;
  background: url(-) center no-repeat;
}

#page-footer a
{
font-size: 10px;
text-decoration: none !important;
}





/*Staff-Modul*/
ul.img-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.img-list li {
  display: inline-block;
  height: 75px;
  margin: 0 1em 1em 0;
  position: relative;
  width: 75px;
  border: border-radius: 50%;
}

span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 75px;
  left: 0;
  position: absolute;
  top: 0;
  width: 75px;
  border: 1px dashed #000000; border-radius: 50%;
}

span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 75px;
  left: 0;
  position: absolute;
  top: 0;
  width: 75px;
  opacity: 0;
  border: 1px dashed #000000; border-radius: 50%;
}

ul.img-list li:hover span.text-content {
  opacity: 1;
}

span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 75px;
  left: 0;
  position: absolute;
  top: 0;
  width: 75px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  border: 1px dashed #000000; border-radius: 50%;
}









/*Forum-Codes*/
t1 {
  color: #000000;
  display: block;
  border-bottom: 1px dashed #fff;
  text-shadow: 2px 2px 10px #000;
  font-family: Georgia;
  font-size: 27px;
  margin-top: -0px;
  text-align: center;
  text-shadow: #000 1px 1px 1px;
  width: 100%;
}

zeilentext {
  font-family: Amatic SC;
  background-color: #5C5C5C;
  display: block;
  font-size: 21px;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  text-shadow: #4a4a4a 1px 1px 0px;
  letter-spacing: 2px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

maintitle {
  font-family: Times New Roman;
  font-size: 16px;
  font-style: italic;
  color: #ffffff;
  display: block;
  text-shadow: #000000 1px 1px 2px;
  padding: 4px 0px 0px 4px;
  line-height: 17px;
  letter-spacing: 2px;
  margin: auto;
  width: 90%;
}


mainbox {
  border-top: 2px solid #3A3937;
  border-bottom: 2px solid #3A3937;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  display: block;
  text-align: justify;
  margin: auto;
  padding: 5px;
  width: 95%;
}

mainbix {
  border-top: 2px solid #3A3937;
  border-bottom: 2px solid #3A3937;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  display: block;
  text-align: justify;
  margin: auto;
  padding-left:5px
  padding-right:5px;
  width: 95%;
}

boxtitle {
  text-align: center;
  -moz-background-clip: border;
  -moz-background-origin: padding;
  -moz-background-inline-policy: continuous;
  font-size: 25px;
  line-height: 0px;
  color:#000000;
  text-shadow: 1px 1px 0px #ffffff;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: 2px;
  padding-top:13px;
  padding-bottom: 11px;
  font-family: \'Helvetica\';
  font-weight: bold;
  display: block;
  width: 95%;
  border-bottom: 1px solid #ffffff;
}

box {
  border-top: 1px dashed #65635F;
  border-bottom: 1px dashed #65635F;
  border-left: 2px solid #65635F;
  border-right: 2px solid #65635F;
  background-color: #A6A6A6;
  display: block;
  text-align: justify;
  margin: auto;
  padding: 5px;
  width: 70%;
}

mpunkt {
color: #000000;
display: block;
font-family: Georgia;
font-size: 20px;
margin-top: -20px;
text-align: center;
text-shadow: #000 1px 1px 1px;
width: 100%;
}

uforum{
font-family: Georgia;
font-size: 30px;
color: #000000;
display: block;
line-height:100%;
  align:center;
  text-align: center;
}

utrenner {
  font-family: Georgia;
  background-color: #5C5C5C;
  display: block;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  line-height: 16px;
  text-shadow: #4a4a4a 1px 1px 0px;
  letter-spacing: 2px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

unterschrift{
  font-size:10px;
  color:#000000;
  margin-top:-7px;
  letter-spacing:2px;
  text-transform:lowercase;
  align:center;
  text-align: center;
}

.basis{
  margin-left:auto;
  margin-right:auto;
  width:95%;
  background-color:#CECECE;
  color:#444444;
  text-shadow:1px 1px 1px #;
  border:3px dashed #4A2E26;
  border-radius:5px;
  font-family:arial;
  font-size:12px;
}


/*AIMEES*/
a1 {
  -htm-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-bottom: 2px solid #183858;
  border-radius: 10px;
  border-top: 2px solid #183858;
  display: block;
  margin: auto;
  padding: 5px;
  text-align: justify;
  width: 95%;
  background-color:#979DA4;
}

oa {
  color:#fff;
  display: block;
  font-family: \'Amatic SC\', cursive;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 2px;
  margin-bottom: -18px;
  margin-left: 30px;
  text-align: left;
  text-shadow: 1px 1px 0 #000;
}

a2 {
  -htm-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-bottom: 2px solid #183858;
  border-radius: 10px;
  border-top: 2px solid #183858;
  display: block;
  margin: auto;
  padding: 5px;
  text-align: justify;
  width: 95%;
  background-color:#AFB3B9;
}

n1 {
  border-bottom: 2px solid #000000;
  color: #000000;
  display: block;
  font-family: Georgia;
  font-size: 18px;
  letter-spacing: 2px;
  text-shadow: 1px 1px #919191;
  margin-left:10px;
}

t2 {
  color: #133074;
  display: block;
  text-shadow: 1px 1px 1px #000;
  font-family: Georgia;
  font-size: 42px;
  margin-top: 0px;
  margin-bottom: -11px;
  text-align: center;
  width: 100%;
}

u2 {
  text-align: center;
  align: center;
  color: #fff;
  display: block;
  font-family: Georgia;
  letter-spacing: 2px;
  font-size: 10px;
  text-transform: uppercase;
}

u3 {
  border-bottom: 1px dashed #0E2C4F;
  color: #fff;
  display: block;
  font-family: Georgia;
  font-style: italic;
  letter-spacing: 2px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -22px;
  padding-bottom: 1px;
  text-align: center;
  width: 90%;
  font-size:14px;
}

ppunkt {
  color: #445785;
display: block;
font-family: Georgia;
font-size: 20px;
text-align: center;
text-shadow: #000 1px 1px 1px;
width: 100%;
}

j1 {
  color: #ffffff;
display: block;
font-family: Georgia;
font-size: 20px;
text-align: center;
  margin-top:15px;
  margin-bottom:-10px;
text-shadow: #000 1px 1px 1px;
width: 100%;
}

atrenner {
  font-family: Georgia;
  background-color: #1C446D;
  display: block;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  line-height: 16px;
  text-shadow: #4a4a4a 1px 1px 0px;
  letter-spacing: 2px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

l {font-family: six caps;
  font-size:16px;
  color:#0C1B46;
  letter-spacing: 3px;
  text-transform:lowercase;
}

usa {
  font-family: Calibri;
  font-size: 10px;
  color: #ffffff;
  font-weight: bolder;
  letter-spacing: 5px;
  line-height: 11px;
}

tc2 {
  color: #a36969;
  display: block;
  text-shadow: 1px 1px 1px #000;
  font-family: Georgia;
  font-size: 42px;
  margin-top: 0px;
  margin-bottom: -11px;
  text-align: center;
  width: 100%;
}

c2 {
  -htm-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-bottom: 2px solid #a36969;
  border-radius: 10px;
  border-top: 2px solid #a36969;
  display: block;
  margin: auto;
  padding: 5px;
  text-align: justify;
  width: 95%;
  background-color:#7A7A7A;
}








@font-face{font-family:Fishfingers;font-style:normal;font-weight:400;src:local(Fishfingers), local(Fishfingers), url(http://themes.googleusercontent.com/static/fonts/wireone/v3/fas9dl2wmMkt5rCu-aBez_esZW2xOQ-xsNqO47m55DA.woff) format("woff")}@font-face{font-family:'Pathway Gothic One';font-style:normal;font-weight:400;src:local('Pathway Gothic One'), local(PathwayGothicOne-Regular), url(http://themes.googleusercontent.com/static/fonts/pathwaygothicone/v1/Lqv9ztoTUV8Q0FmQZzPqaBfSZ9PF2sGs8WIylam6T2Y.woff) format("woff")}
.table-title h2 {
    color: #CCC;    font-family: Fishfingers, sans-serif;    font-size: 60px;    height: auto;   
    margin-top: 10px;    padding-right: 0;    text-align: center;
    margin-left: 21pc;
    position: relative;
    top: -7px;
    font-weight: 100;
}
.forabg {
  background-color: #000000
  background-image: url(http://2img.net/i/fa/empty.gif);
  background-position: 0 0;
  background-repeat: repeat-x;
  clear: both;
  padding-top: 24px;
  border: 0px solid rgb(125, 34, 38);
}
a.forumtitle {
  color: #000000!important;
  font-family: 'Pathway Gothic One', sans-serif!important;
  font-size: 30px!important;
  font-weight: 400!important;
  text-transform: uppercase!important;
  text-align: center!important;
  position:relative!important;
  display: block;
  left: 2pc;
}
span.corners-bottom, span.corners-bottom span, span.corners-top, span.corners-top span {
  background-image: url(http://2img.net/i/fa/prosilver/corners_right.gif);
  background-position: 100% 0;
  background-image: none!important;
}
ul.forums {
  background-image: none;
  background-color: #FFFEF4;
  list-style-type: none;
  margin: 0;
  border: transparent;
}
li.row {
  border-bottom: transparent;
  border-top: transparent;
  border-left: transparent;
  border-style: none;
}


/*- boneco do mal -*/
.postprofile dt a img {
  box-shadow: 1px 1px 2px #000!important;
  height: auto!important;
  margin-bottom: 8px!important;
  margin-top: 0!important;
  width: auto!important;
}
/*-adeus boneco do mal-*/
/*balão no tópico*/
.postbody .content{font-size: 1.3em;-moz-border-radius: 3px;-moz-box-shadow: 0 2px 4px rgba(0,0,0,.05);-webkit-border-radius: 3px;-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.05);background-color: #fff;border-color: #CCC;border-radius: 3px;border-style: solid;left: 10px !important;border-width: 1px;box-shadow: 0 2px 4px rgba(0,0,0,.05);margin: 0;padding: 10px !important;position: relative;vertical-align: top;z-index: 1;}
/*largura do fórum*/
#wrap{width:75pc!important;}
/*Borda do forum Abaixo das categorias*/
#wrap {
margin-top: -10px;
margin-bottom: -10px;
 border-left: solid 15px #000000;
width: 1170px;
}
/************FONTES****************/

@font-face {
font-family: 'Amatic SC';
font-style: normal;
font-weight: 400;
src: local('Amatic SC Regular'), local('AmaticSC-Regular'), url('http://themes.googleusercontent.com/static/fonts/amaticsc/v3/DPPfSFKxRTXvae2bKDzp5D8E0i7KZn-EPnyo3HZu7kw.woff') format('woff');
}

@font-face {
  font-family: 'Wire One';
  font-style: normal;
  font-weight: 400;
  src: local('Wire One'), local('WireOne'), url(http://themes.googleusercontent.com/static/fonts/wireone/v3/fas9dl2wmMkt5rCu-aBez_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

 @font-face { font-family: "sueellen"; src: url('http://themes.googleusercontent.com/static/fonts/sueellenfrancisco/v2/TwHX4vSxMUnJUdEz1JIgrrtXaZAN_aGv07JTA91X2HI.woff'); }
 
@font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }

/************FIM DAS FONTES****************/

.postprofile{
text-align: center;
}
.postprofile dt a img {
box-shadow: 1px 1px 2px #000000;
margin-top: 0px;
width:200px;
  margin-bottom:8px;
  height:400px;
}
.postprofile {
background-image: url('http://i48.tinypic.com/2aikcns.jpg');
  border-radius: 0px 0px 100px 0px / 0px 0px 50px 0px;
margin-top: 17px;
border-left: 9px double #000000;
float: right;
font-family: arial;
  line-heighr:90%;
font-size: 12px;
  text-transform:uppercase;
margin-right: -3px;
padding-top: 13px;
color: #000000;
text-align: center;
width: 220px;
box-shadow:0px 2px 5px #000000;
}
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
color: #000000; 
font-family: amatic sc;
font-size: 30px;
line-height: 40%;
font-weight:800;
  margin-bottom:-15px;
letter-spacing: 1px;
font-style:normal;
  text-transform:uppercase;
text-decoration: none;
  text-shadow: 1px 1px 1px #000000;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.postprofile a:hover { 
    margin-top:0px;
font-family: amatic sc;
font-size: 30px;
letter-spacing: 3px;
font-style:normal;
  text-transform:uppercase;
text-shadow: 1px 1px 1px #000000;
  -webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
/************LEGENDAS*********/

#main-content em{
  font-size:0px
}
#main-content em::before{
  content:'Legenda: ';
  font-size:25px;
  font-style:normal;
  opacity: 0.0;
}
#main-content em b *{
  font-size:30px;
  font-style:normal;
  font-align:center;
  font-family: amatic sc;
}
#main-content em b *::hover{
  font-size:30px;
  font-style:normal;
  font-align:center;
  font-family: amatic sc;
  text-transform: uppercase;
}
#main-content em b a::before{
  content:' • ';color:black
}
#main-content em b:first-child a::before{
  content:''
}
#main-content em,
#main-content em *:link{
  cursor:default;
  color:inherit
}

/************FIM DAS LEGENDAS*********/

div.postprofile dl dt img{
      margin-left: 0px;
    border: 0px solid #eee;
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
 
div.postprofile dl dt img:hover {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
}

.post span.postdetails a img:first-child,.postprofile dl dt a img:first-child,.post div.user-ident div.user-basic-info a img:first-child,dl.postdetails dl a img:first-child{
-moz-box-shadow:2px 2px 10px #2B042F;
-webkit-box-shadow:2px 2px 10px #2B042F;
box-shadow:2px 2px 10px #2B042F;
}

/* Cursor Personalizado - http://naruto-sp.forumeiros.com/ */  body {cursor: url('http://i.imgur.com/xf8SoMv.png'), url('http://i.imgur.com/xf8SoMv.png'), auto;} a:hover {cursor: url('http://i.imgur.com/qLATaiL.png'), url('http://i.imgur.com/qLATaiL.png'), auto;}

.postprofile {right: 27px !Important;}

/* ---------------- Barra de rolagem Google Chrome---------------- */
::-webkit-scrollbar {
width: 15px;
height: 5px;
}
::-webkit-scrollbar-track-piece {
background: #aebcbf;
}
::-webkit-scrollbar-thumb:vertical {
height: 5px;
background: #2B042F;
border-radius: 10px;
}
::-webkit-scrollbar-thumb:horizontal {
width: 5px;
background-color: #FFA500;
}

/* --- Categoria --- */
.table-title h2 {
font-family: Bebas Neue;
font-size: 30px;
}
.table-title h2 { text-align: left !important; margin: 0 !important; display: block; width: 100%;}
/* --- FIM CATEGORIA --- */

/* Menu */
ul.navlinks{font-weight:700;text-align:center}ul.linklist li{display:inline;font-size:1.1em;line-height:2.2em;list-style-type:none;text-align:center;width:auto}#page-header .navbar a.mainmenu:hover{background-color:#0A0A0A;font-family:arial narrow;font-size:10px;letter-spacing:2px;margin-left:-5px;margin-right:-5px;padding:10px;position:relative;text-transform:uppercase}#page-header .navbar a.mainmenu{background-color:#CCCCCC;color:#FFF;font-family:arial narrow;font-size:10px;letter-spacing:2px;margin-left:-5px;margin-right:-5px;padding:10px;position:relative;text-transform:uppercase}
/* FIM MENU */
/*----Efeito das Categorias----*/
.lastpost {
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 0 8px #666666;
    margin: 3px;
    width: auto;
}
.header .lastpost {
    box-shadow: none;
}
/*-Fim-*/
.table-title h2 {
  left: 247px;
}
a[href="/u1"] {
  text-shadow: 0px 0px 5px #FF0000;
}
a[href="/u8"] {
  text-shadow: 0px 0px 5px #9400D3;
}
classe {
border-radius: 1em;
}
.module {
    border: 1px solid black;
}


.forumline {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border: 1px solid #000000;
}

th {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border: 1px solid #000000;
}

Folha CSS do fórum Naruto SP
Código:
@font-face{font-family:Fishfingers;font-style:normal;font-weight:400;src:local(Fishfingers), local(Fishfingers), url(http://themes.googleusercontent.com/static/fonts/wireone/v3/fas9dl2wmMkt5rCu-aBez_esZW2xOQ-xsNqO47m55DA.woff) format("woff")}@font-face{font-family:'Pathway Gothic One';font-style:normal;font-weight:400;src:local('Pathway Gothic One'), local(PathwayGothicOne-Regular), url(http://themes.googleusercontent.com/static/fonts/pathwaygothicone/v1/Lqv9ztoTUV8Q0FmQZzPqaBfSZ9PF2sGs8WIylam6T2Y.woff) format("woff")}
.table-title h2 {
    color: #CCC;    font-family: Fishfingers, sans-serif;    font-size: 60px;    height: auto;   
    margin-top: 10px;    padding-right: 0;    text-align: center;
    margin-left: 21pc;
    position: relative;
    top: -7px;
    font-weight: 100;
}
.forabg {
  background-color: #d93813;
  background-image: url(http://2img.net/i/fa/empty.gif);
  background-position: 0 0;
  background-repeat: repeat-x;
  clear: both;
  padding-top: 24px;
  border: 0px solid rgb(125, 34, 38);
}
a.forumtitle {
  color: #d93813!important;
  font-family: 'Pathway Gothic One', sans-serif!important;
  font-size: 30px!important;
  font-weight: 400!important;
  text-transform: uppercase!important;
  text-align: center!important;
  position:relative!important;
  display: block;
  left: 2pc;
}
span.corners-bottom, span.corners-bottom span, span.corners-top, span.corners-top span {
  background-image: url(http://2img.net/i/fa/prosilver/corners_right.gif);
  background-position: 100% 0;
  background-image: none!important;
}
ul.forums {
  background-image: none;
  background-color: #FFFEF4;
  list-style-type: none;
  margin: 0;
  border: transparent;
}
li.row {
  border-bottom: transparent;
  border-top: transparent;
  border-left: transparent;
  border-style: none;
}


/*- boneco do mal -*/
.postprofile dt a img {
  box-shadow: 1px 1px 2px #000!important;
  height: auto!important;
  margin-bottom: 8px!important;
  margin-top: 0!important;
  width: auto!important;
}
/*-adeus boneco do mal-*/
/*balão no tópico*/
.postbody .content{font-size: 1.3em;-moz-border-radius: 3px;-moz-box-shadow: 0 2px 4px rgba(0,0,0,.05);-webkit-border-radius: 3px;-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.05);background-color: #fff;border-color: #CCC;border-radius: 3px;border-style: solid;left: 10px !important;border-width: 1px;box-shadow: 0 2px 4px rgba(0,0,0,.05);margin: 0;padding: 10px !important;position: relative;vertical-align: top;z-index: 1;}
/*largura do fórum*/
#wrap{width:75pc!important;}
/*Borda do forum Abaixo das categorias*/
#wrap {
margin-top: -10px;
margin-bottom: -10px;
 border-left: solid 15px #d93813;
width: 1170px;
}
/************FONTES****************/

@font-face {
font-family: 'Amatic SC';
font-style: normal;
font-weight: 400;
src: local('Amatic SC Regular'), local('AmaticSC-Regular'), url('http://themes.googleusercontent.com/static/fonts/amaticsc/v3/DPPfSFKxRTXvae2bKDzp5D8E0i7KZn-EPnyo3HZu7kw.woff') format('woff');
}

@font-face {
  font-family: 'Wire One';
  font-style: normal;
  font-weight: 400;
  src: local('Wire One'), local('WireOne'), url(http://themes.googleusercontent.com/static/fonts/wireone/v3/fas9dl2wmMkt5rCu-aBez_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

 @font-face { font-family: "sueellen"; src: url('http://themes.googleusercontent.com/static/fonts/sueellenfrancisco/v2/TwHX4vSxMUnJUdEz1JIgrrtXaZAN_aGv07JTA91X2HI.woff'); }
 
@font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }

/************FIM DAS FONTES****************/

.postprofile{
text-align: center;
}
.postprofile dt a img {
box-shadow: 1px 1px 2px #000000;
margin-top: 0px;
width:200px;
  margin-bottom:8px;
  height:400px;
}
.postprofile {
background-image: url('http://i48.tinypic.com/2aikcns.jpg');
  border-radius: 0px 0px 100px 0px / 0px 0px 50px 0px;
margin-top: 17px;
border-left: 9px double #120707;
float: right;
font-family: arial;
  line-heighr:90%;
font-size: 12px;
  text-transform:uppercase;
margin-right: -3px;
padding-top: 13px;
color: #d4d4d4;
text-align: center;
width: 220px;
box-shadow:0px 2px 5px #000000;
}
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
color: #d4d4d4; 
font-family: amatic sc;
font-size: 30px;
line-height: 40%;
font-weight:800;
  margin-bottom:-15px;
letter-spacing: 1px;
font-style:normal;
  text-transform:uppercase;
text-decoration: none;
  text-shadow: 1px 1px 1px #000000;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.postprofile a:hover { 
    margin-top:0px;
font-family: amatic sc;
font-size: 30px;
letter-spacing: 3px;
font-style:normal;
  text-transform:uppercase;
text-shadow: 1px 1px 1px #000000;
  -webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
/************LEGENDAS*********/

#main-content em{
  font-size:0px
}
#main-content em::before{
  content:'Legenda: ';
  font-size:25px;
  font-style:normal;
  opacity: 0.0;
}
#main-content em b *{
  font-size:30px;
  font-style:normal;
  font-align:center;
  font-family: amatic sc;
}
#main-content em b *::hover{
  font-size:30px;
  font-style:normal;
  font-align:center;
  font-family: amatic sc;
  text-transform: uppercase;
}
#main-content em b a::before{
  content:' • ';color:black
}
#main-content em b:first-child a::before{
  content:''
}
#main-content em,
#main-content em *:link{
  cursor:default;
  color:inherit
}

/************FIM DAS LEGENDAS*********/

div.postprofile dl dt img{
      margin-left: 0px;
    border: 0px solid #eee;
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
 
div.postprofile dl dt img:hover {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
}

.post span.postdetails a img:first-child,.postprofile dl dt a img:first-child,.post div.user-ident div.user-basic-info a img:first-child,dl.postdetails dl a img:first-child{
-moz-box-shadow:2px 2px 10px #2B042F;
-webkit-box-shadow:2px 2px 10px #2B042F;
box-shadow:2px 2px 10px #2B042F;
}

/* Cursor Personalizado - http://naruto-sp.forumeiros.com/ */  body {cursor: url('http://i.imgur.com/xf8SoMv.png'), url('http://i.imgur.com/xf8SoMv.png'), auto;} a:hover {cursor: url('http://i.imgur.com/qLATaiL.png'), url('http://i.imgur.com/qLATaiL.png'), auto;}

.postprofile {right: 27px !Important;}

/* ---------------- Barra de rolagem Google Chrome---------------- */
::-webkit-scrollbar {
width: 15px;
height: 5px;
}
::-webkit-scrollbar-track-piece {
background: #aebcbf;
}
::-webkit-scrollbar-thumb:vertical {
height: 5px;
background: #d93813;
border-radius: 10px;
}
::-webkit-scrollbar-thumb:horizontal {
width: 5px;
background-color: #FFA500;
}

/* --- Categoria --- */
.table-title h2 {
font-family: Bebas Neue;
font-size: 30px;
}
.table-title h2 { text-align: left !important; margin: 0 !important; display: block; width: 100%;}
/* --- FIM CATEGORIA --- */

/* Menu */
ul.navlinks{font-weight:700;text-align:center}ul.linklist li{display:inline;font-size:1.1em;line-height:2.2em;list-style-type:none;text-align:center;width:auto}#page-header .navbar a.mainmenu:hover{background-color:#0A0A0A;font-family:arial narrow;font-size:10px;letter-spacing:2px;margin-left:-5px;margin-right:-5px;padding:10px;position:relative;text-transform:uppercase}#page-header .navbar a.mainmenu{background-color:#B72C2C;color:#FFF;font-family:arial narrow;font-size:10px;letter-spacing:2px;margin-left:-5px;margin-right:-5px;padding:10px;position:relative;text-transform:uppercase}
/* FIM MENU */
/*----Efeito das Categorias----*/
.lastpost {
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 0 8px #666666;
    margin: 3px;
    width: auto;
}
.header .lastpost {
    box-shadow: none;
}
/*-Fim-*/
.table-title h2 {
  left: 247px;
}
a[href="/u1"] {
  text-shadow: 0px 0px 5px #A901DB;
}
/*---Inicio da notificação igual do Facebook fundida com o JavaScript---*/
#fa_toolbar #fa_right #notif_list:-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
border-radius: 10px !important;
background-color: #F5F5F5 !important;
}
#fa_toolbar #fa_right #notif_list:-webkit-scrollbar {
width: 12px !important;
background-color: #F5F5F5 !important;
}
#fa_toolbar #fa_right #notif_list:-webkit-scrollbar-thumb {
border-radius: 10px !important;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3) !important;
background-color: #555 !important;
}
#fa_toolbar #fa_right #notif_list {
overflow: hidden;
height: 400px !important;
overflow-x: hidden !important;
}
#fa_toolbar #fa_right #notif_list:hover {
overflow: scroll !important;
overflow-x: hidden !important;
}
#fa_toolbar #fa_right #notif_list li.unread {
background-color: #EEEFF4 !important;
}
#fa_toolbar #fa_right #notif_list li .contentText {
color: #333 !important;
height: 50px !important;
}
.notifFaceavatar {
float:left !important;
margin:0 5px !important;
padding:2px !important;
}
.notifFaceavatar img {
height: 45px !important;
width: 45px !important;
}
#fa_toolbar #fa_right #notif_list {
border: 1px solid #e0e0e0 !important;
-webkit-border-radius: 5px !important;
-moz-border-radius: 5px !important;
border-radius: 5px !important;
}
#fa_toolbar #fa_right #notif_list li.see_all {
text-align: center !important;
background-color: #f7f7f7 !important;
-webkit-border-bottom-right-radius: 5px !important;
-webkit-border-bottom-left-radius: 5px !important;
-moz-border-radius-bottomright: 5px !important;
-moz-border-radius-bottomleft: 5px !important;
border-bottom-right-radius: 5px !important;
border-bottom-left-radius: 5px !important;
}
#fa_toolbar #fa_right #notif_list a  {
color: #3B5998 !important;
}
#fa_toolbar #fa_right #notif_list li a.delete {
    background: url('http://i.imgur.com/b5E2MD2.jpg') no-repeat !important;
}
#fa_toolbar #fa_right #notif_list li a.delete:hover {
    background: url('http://i.imgur.com/ydpwRs2.jpg') no-repeat !important;
}
#fa_toolbar #fa_right #notif_list li {
border-top: 1px solid #dddddd !important;
border-left: 0px !important;
border-bottom: 0px !important;
border-right: 0px !important;
}
#fa_toolbar #fa_right #notif_list li hr {
border: 0px !important;
}
/*---Fim das notificações igual do Facebook fundida com o JavaScript---*/
/*--- Inicio do código seguinte e anterior nas mensagens privadas com o JavaScript---*/
#navMP>a{
  display:inline-block;
  padding-left:10px;
  padding-right:10px;
  font-size:16px;
  line-height:16px;
  color:#eee;
  background:#BDC8D0;
  text-decoration:none !important;
  border:1px solid #aaa;
}
#navMP>a:hover{
  color:#fff;
  background:#CDD8E0;
  text-decoration:none !important;
}
#navMP-precedent{
  border-radius:8px 0 0 8px;
}
#navMP-suivant{
  float:right;
  border-radius:0 8px 8px 0;
}
 
#navMP-precedent::before{
  content:"Mensagem anterior"
}
#navMP-suivant::before{
  content:"Próxima mensagem"
}
/*--- Fim do código seguinte e anterior nas mensagens privadas com o JavaScript---*/
/******STAFF ONLINE fundido com o widgest**********/
.monAva img {
  height: 40px;
  width: 40px;
  margin-right: 5px;
  background: none repeat scroll 0 0 #FFF;
  border: 1px solid #d5d1c8;
  box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  padding: 1px;
}
.monAva img:hover {
  border: 1px solid black;
}
.myStaff a {
  display:inline-block;
  vertical-align:top;
  margin-top:.75em;
}
/*******FIM STAFF ONLINE fundido com o widgest********/
/*** Inicio do efeito Tooltip nos Admin e Mod***/
a[href="/u1"] strong {
position:relative;
}
a[href="/u1"] strong:hover:after {
background-color:rgba(0,0,0, 0.5);
content: "Administrador";
border-radius:5px;
font-weight:bold;
font-size:10px;
padding:2px;
color:#FFFFFF;
position:absolute;
bottom:15px;
left:0px;
display:inline-block;
white-space:nowrap;
z-index:1;
}
[href="/u2"] strong {
position:relative;
}
a[href="/u2"] strong:hover:after {
background-color:rgba(0,0,0, 0.5);
content: "Administrador";
border-radius:5px;
font-weight:bold;
font-size:10px;
padding:2px;
color:#FFFFFF;
position:absolute;
bottom:15px;
left:0px;
display:inline-block;
white-space:nowrap;
z-index:1;
}
a[href="/u294"] strong {
position:relative;
}
a[href="/u294"] strong:hover:after {
background-color:rgba(0,0,0, 0.5);
content: "Administrador";
border-radius:5px;
font-weight:bold;
font-size:10px;
padding:2px;
color:#FFFFFF;
position:absolute;
bottom:15px;
left:0px;
display:inline-block;
white-space:nowrap;
z-index:1;
}
a[href="/u34"] strong {
position:relative;
}
a[href="/u34"] strong:hover:after {
background-color:rgba(0,0,0, 0.5);
content: "Moderador";
border-radius:5px;
font-weight:bold;
font-size:10px;
padding:2px;
color:#FFFFFF;
position:absolute;
bottom:15px;
left:0px;
display:inline-block;
white-space:nowrap;
z-index:1;
}
a[href="/u309"] strong {
position:relative;
}
a[href="/u309"] strong:hover:after {
background-color:rgba(0,0,0, 0.5);
content: "Moderador";
border-radius:5px;
font-weight:bold;
font-size:10px;
padding:2px;
color:#FFFFFF;
position:absolute;
bottom:15px;
left:0px;
display:inline-block;
white-space:nowrap;
z-index:1;
}
[href="/u224"] strong {
position:relative;
}
a[href="/u224"] strong:hover:after {
background-color:rgba(0,0,0, 0.5);
content: "Administrador";
border-radius:5px;
font-weight:bold;
font-size:10px;
padding:2px;
color:#FFFFFF;
position:absolute;
bottom:15px;
left:0px;
display:inline-block;
white-space:nowrap;
z-index:1;
}
a[href="/u292"] strong {
position:relative;
}
a[href="/u292"] strong:hover:after {
background-color:rgba(0,0,0, 0.5);
content: "Moderador";
border-radius:5px;
font-weight:bold;
font-size:10px;
padding:2px;
color:#33ff33;
position:absolute;
bottom:15px;
left:0px;
display:inline-block;
white-space:nowrap;
z-index:1;
}
/*** Fim do efeito Tooltip nos Admin e Mod***/
/*** Neon para os mortos***/
a[href^="/g38"] {
text-shadow: 0px 0px 5px #FF00D0 !important;
}
a[href^="/u297"] {
text-shadow: 0px 0px 5px #FF00D0 !important;
}
a[href^="/u244"] {
text-shadow: 0px 0px 5px #FF00D0 !important;
}
a[href^="/u72"] {
text-shadow: 0px 0px 5px #FF00D0 !important;
}
a[href^="/u34"] {
text-shadow: 0px 0px 5px #FF00D0 !important;
}
a[href^="/u296"] {
text-shadow: 0px 0px 5px #FF00D0 !important;
}
a[href^="/u332"] {
text-shadow: 0px 0px 5px #FF00D0 !important;
}
/*** Fim do Neon para os mortos***/
/***Login com Pop-Up***/
#TGlogin_form {position: fixed;z-index: 999; height: 130px; padding: 0; verflow: auto;  width: 330px; margin: 0; background: #f9f9f9; color: #444; /* ©Copyright by giObanii.*/ text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);}
        .TGlogin_form-float-content{width: 320px; height: 120px; background: none repeat scroll 0% 0% transparent;}
        .TGlogin_form-float-div {background: url("http://i31.servimg.com/u/f31/17/41/76/40/2jci9c10.jpg") no-repeat scroll left center transparent;margin: 0 auto;padding: 20px 0 0 60px;width: 250px;}
        .TGlogin_form-float-div label {font-family: Verdana;display: block;font-size: 12px;padding-bottom: 5px;text-align: right;}
        .TGlogin_form-float-div label em {color: #000000;font-family: Verdana;display: block;float: left;font-style: normal;width: 80px;font-size: 12px;text-align: right;}
        .TGlogin_form-float-div input {border: 1px solid #CCCCCC;height: 22px;width: 146px;}
        .TGlogin_form-float-div input.submit {background: url("http://i31.servimg.com/u/f31/17/41/76/40/eumpmp10.jpg") repeat-x scroll 0 0 #DDDDDD;padding: 3px 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;border: 1px solid #BBB;float: right;height: auto;width: auto;}
        .TGlogin_form-float-div input.submit:active {position:relative; top: 1px;}
        .TGlogin_form-float-div input.submit:hover, .TGlogin_form-float-div input.submit:focus {cursor:pointer;color:#000;}
        .TGlogin_form-float_overlay{display: none;position:fixed;top: 0%;left: 0%;width: 100%;height: 100%; background-color: black;z-index: 9;-moz-opacity: 0.8;opacity:.80;filter: alpha(opacity=80);}
        #TGlogin_form .TGClose {cursor: pointer;bottom: 3px;color: #000000;font-size: 15px;font-weight: 700;position: absolute;right: 5px;}
        #TGlogin_form .TGClose:active {color: #FF0000 !important;bottom: 2px;}
/***Fim do Login com Pop-Up***/
Raadam

Raadam
Novo Membro

Membro desde : 20/11/2010
Mensagens : 23
Pontos : 33

http://narutoalternativoali.forumeiros.com/forum.htm

Ir para o topo Ir para baixo

Tópico resolvido Re: Personalizar .postprofile

Mensagem por REVIEW 18/08/16, 01:26 am

Olá,
tente esse código coloque no inicio da sua folha de CSS.
Código:
.row1{
background-image: url(http://i48.tinypic.com/2aikcns.jpg)!important;
border-left: 9px double #120707!important;
border-radius: 0 0 100px 0 / 0 0 50px 0!important;
box-shadow: 0 2px 5px #000!important;
color: #d4d4d4!important;
font-family: arial;
font-size: 12px;
text-transform: uppercase;
}
Resulta?

Até mais.
REVIEW

REVIEW
Super Membro

Membro desde : 30/12/2014
Mensagens : 1190
Pontos : 2285

http://ceudasart.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Personalizar .postprofile

Mensagem por Raadam 18/08/16, 02:16 am

Olá, ainda não funcionou da maneira que eu quero, mais está quase. Com esse code que me passou, ele está dividindo as categorias [acho que é isso], ao invés de estar só na área referente as informações do player, está em todos os campos.

Ficou desse jeito:
Spoiler:
Raadam

Raadam
Novo Membro

Membro desde : 20/11/2010
Mensagens : 23
Pontos : 33

http://narutoalternativoali.forumeiros.com/forum.htm

Ir para o topo Ir para baixo

Ajudeiro

Tópico resolvido Re: Personalizar .postprofile

Mensagem por Fraise 18/08/16, 10:12 am

Bom dia!

Remova todos os códigos passados acima e adicione este:
Código:
.postdetails {
    background-image: url(http://i48.tinypic.com/2aikcns.jpg)!important;
    border-left: 9px double #120707;
    border-radius: 0 0 100px 0 / 0 0 50px 0;
    box-shadow: 0 2px 5px #000;
    color: #d4d4d4;
    float: right;
    font-family: arial;
    font-size: 12px;
    line-heighr: 90%;
    margin-right: -3px;
    margin-top: 17px;
    padding-top: 13px;
    right: 27px!important;
    text-align: center;
    text-transform: uppercase;
    width: 220px;
    height: 500px !important;
}

Atenciosamente,
Fraise.
Fraise

Fraise
Ajudeiro
Ajudeiro

Membro desde : 26/06/2015
Mensagens : 6558
Pontos : 8045

https://ajuda.forumeiros.com/ https://twitter.com/@FraiseFdF

Ir para o topo Ir para baixo

Tópico resolvido Re: Personalizar .postprofile

Mensagem por Raadam 18/08/16, 04:37 pm

Olá Fraise ^^
Então, obrigado por me ajudar, porem ficou duplo o efeito que eu gostaria de deixar apenas na área onde aparece as informações do perfil do membro. Obrigado desde já ^w^

Forma errada
Personalizar .postprofile LItjVUU

Forma correta
Personalizar .postprofile Ukb1Vie
Raadam

Raadam
Novo Membro

Membro desde : 20/11/2010
Mensagens : 23
Pontos : 33

http://narutoalternativoali.forumeiros.com/forum.htm

Ir para o topo Ir para baixo

Tópico resolvido Re: Personalizar .postprofile

Mensagem por PrisoN†BreaK 18/08/16, 05:37 pm

Tente troca sua folha de estilo por essa:
Código:
/*Arten der Schrift*/
@font-face {
  font-family: "Amatic SC";
  font-style: normal;
  font-weight: 400;
  src: local("Amatic SC Regular"), local("AmaticSC-Regular"), url("http://fonts.gstatic.com/s/amaticsc/v6/DPPfSFKxRTXvae2bKDzp5D8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
}

@import url(http://fonts.googleapis.com/css?family=Merriweather:300);


/* Wörter- und Zeichenzähler ANFANG */
#Forumieren_editorAmount {
  color: #000000;
  font-size: 10px;
  margin-top: 5px;
  text-align: center;
}


/*Spoiler usw.*/
.code {
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border: 2px inset #797979;
padding: 5px;
background-color: #000000;
color: #3C3B3B;
-moz-box-shadow: 2px 2px 2px #655C42;
box-shadow: 2px 2px 2px #655C42;
text-align: justify;
}

.quote {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #9A9A9A;
  -moz-box-shadow: 2px 2px 2px #5A5656;
  box-shadow: 2px 2px 2px #5A5656;
  color: #3C3B3B;
  padding: 5px;
  border: 1px solid #797979;
  text-align: justify;
}

.spoiler_closed {
background-color: #9A9A9A;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-moz-box-shadow: 2px 2px 2px #5A5656;
box-shadow: 2px 2px 2px #5A5656;
border: 1px solid #797979;
}

.spoiler_content {
background-color: #7D7A7A;
border-radius: 6px;
-webkit-border-radius: 10px;
-moz-border-radius: 6px;
-moz-box-shadow: 2px 2px 2px #5A5656;
box-shadow: 2px 2px 2px #5A5656;
-moz-border-radius: 6px;
border: 1px solid #797979;
color: #3C3B3B;
padding: 8px;
text-align: justify;
}

.bodyline {
    border: 2px dotted #000000;
    border-radius: 70px 70px 10px 10px;
  -webkit-border-radius: 60px 60px 60px 60px;
  -moz-border-radius: 60px 60px 60px 60px;
}

th {
    border-radius: 10px 10px 10px 10px;
}

/*Profil anpassen im Beitrag*/
.profile_scroll {
  max-height: 60px;
  overflow: auto;
}

.online43{
background-color:#AEA588;
border-bottom-color:#493E1F;
border-style:solid;
border-bottom-width:1px;
border-left-color:#493E1F;
border-left-width:1px;
border-right-color:#493E1F;
border-right-width:1px;
border-top-color:#493E1F;
border-top-width:1px;
margin-bottom:3px;
padding: 3px 3px 3px 3px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}


/*Link anpassen*/
a:link
{ font-family: Helvetica;
font-size: 12px;
text-decoration: none;
text-underline: none; }

a:active
{ font-family: Helvetica;
font-size: 12px;
text-decoration: none;
text-underline: none; }

a:visited
{ font-family: Helvetica;
font-size: 12px;
text-decoration: none;
text-underline: none; }

a:hover
{ font-family: Helvetica;
font-size: 12px;
text-decoration: none;
text-underline: none; }

/* Indextabelle abrunden BB2 */
.rund_ind {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.rund_ind .secondarytitle {
  border-radius: 15px 0 0 0;
  -moz-border-radius: 15px 0 0 0;
  -webkit-border-radius: 15px 0 0 0;
}
.rund_ind th:last-child {
  border-radius: 0 15px 0 0;
  -moz-border-radius: 0 15px 0 0;
  -webkit-border-radius: 0 15px 0 0;
}
.rund_ind tr:last-child .row3.over {
  border-radius: 0 0 15px 0;
  -moz-border-radius: 0 0 15px 0;
  -webkit-border-radius: 0 0 15px 0;
}
.rund_ind tr:last-child .row1:first-child, .rund_ind tr:last-child .row1:first-child img {
  border-radius: 0 0 0 15px;
  -moz-border-radius: 0 0 0 15px;
  -webkit-border-radius: 0 0 0 15px;
}



/* Wer ist online? abrunden BB2 */
.rund_wio {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.rund_wio .catHead {
  border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
}
.rund_wio tr:nth-child(2) td:first-child, #i_whosonline {
  border-radius: 0 0 0 15px;
  -moz-border-radius: 0 0 0 15px;
  -webkit-border-radius: 0 0 0 15px;
}
.rund_wio tr:last-child td {
  border-radius: 0 0 15px 0;
  -moz-border-radius: 0 0 15px 0;
  -webkit-border-radius: 0 0 15px 0;
}


/* Kategorie-Seite anpassen Ränder */
.cateo {
background-color: #A3A2A1;
border: 2px #ADAAA3 solid;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

/*Header Hover*/
#i_logo {
background-image: url("http://i.imgur.com/ISN19w2.png");
width: 1024px;
height: 475px;
}
#i_logo:hover {
background-image: url("http://i.imgur.com/ISN19w2.png");
-moz-transition-duration: 1s;
-o-transition-duration: 1s;
-webkit-transition-duration: 1s;
width: 1024px;
height: 475px;
}

/*I dont know + sonst*/
#left .forumline, #right .forumline {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#left .catLeft, #right .catLeft {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
#left .row1, #right .row1 {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

td.catLeft, th.thLeft {
    border: none;
}
td.catRight, td.row3Right, th.thRight {
    border: none;
}
td.catSides, td.spaceRow, th.thSides {
    border: none;
}

td.catHead, th.thHead {
    border: none; 
}

.post .name strong {
  font-weight: 100;
  font-size:26px;
  font-family: \'Merriweather\', serif;
  text-shadow: #262626 1px 1px 0px;
  text-decoration: none;
  text-underline: none;
}

body.chatbox {
  background-color: transparent;
}

.beitrags {align: center;
  text-align: justify;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 95%;
  height: relative;
  border-left: 2px solid #575757;
  border-right: 2px solid #575757;
  background-color: #C1C1C1;
  color: #444444;
  font-weight:normal;
  font-size: 11px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.linx {
  color: #6A0101;
  font-weight:bolder;
}

/*Toolbar-Konfig*/
#fa_toolbar #fa_share {
  display: none !important;
}

#page-footer
{
  width: 980px;
  height: 50px;
  background: url(-) center no-repeat;
}

#page-footer a
{
font-size: 10px;
text-decoration: none !important;
}

/*Toolbar-Konfig*/
#fa_toolbar #fa_share {
  display: none !important;
}

#page-footer
{
  width: 980px;
  height: 50px;
  background: url(-) center no-repeat;
}

#page-footer a
{
font-size: 10px;
text-decoration: none !important;
}





/*Staff-Modul*/
ul.img-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.img-list li {
  display: inline-block;
  height: 75px;
  margin: 0 1em 1em 0;
  position: relative;
  width: 75px;
  border: border-radius: 50%;
}

span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 75px;
  left: 0;
  position: absolute;
  top: 0;
  width: 75px;
  border: 1px dashed #000000; border-radius: 50%;
}

span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 75px;
  left: 0;
  position: absolute;
  top: 0;
  width: 75px;
  opacity: 0;
  border: 1px dashed #000000; border-radius: 50%;
}

ul.img-list li:hover span.text-content {
  opacity: 1;
}

span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 75px;
  left: 0;
  position: absolute;
  top: 0;
  width: 75px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  border: 1px dashed #000000; border-radius: 50%;
}









/*Forum-Codes*/
t1 {
  color: #000000;
  display: block;
  border-bottom: 1px dashed #fff;
  text-shadow: 2px 2px 10px #000;
  font-family: Georgia;
  font-size: 27px;
  margin-top: -0px;
  text-align: center;
  text-shadow: #000 1px 1px 1px;
  width: 100%;
}

zeilentext {
  font-family: Amatic SC;
  background-color: #5C5C5C;
  display: block;
  font-size: 21px;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  text-shadow: #4a4a4a 1px 1px 0px;
  letter-spacing: 2px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

maintitle {
  font-family: Times New Roman;
  font-size: 16px;
  font-style: italic;
  color: #ffffff;
  display: block;
  text-shadow: #000000 1px 1px 2px;
  padding: 4px 0px 0px 4px;
  line-height: 17px;
  letter-spacing: 2px;
  margin: auto;
  width: 90%;
}


mainbox {
  border-top: 2px solid #3A3937;
  border-bottom: 2px solid #3A3937;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  display: block;
  text-align: justify;
  margin: auto;
  padding: 5px;
  width: 95%;
}

mainbix {
  border-top: 2px solid #3A3937;
  border-bottom: 2px solid #3A3937;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  display: block;
  text-align: justify;
  margin: auto;
  padding-left:5px
  padding-right:5px;
  width: 95%;
}

boxtitle {
  text-align: center;
  -moz-background-clip: border;
  -moz-background-origin: padding;
  -moz-background-inline-policy: continuous;
  font-size: 25px;
  line-height: 0px;
  color:#000000;
  text-shadow: 1px 1px 0px #ffffff;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: 2px;
  padding-top:13px;
  padding-bottom: 11px;
  font-family: \'Helvetica\';
  font-weight: bold;
  display: block;
  width: 95%;
  border-bottom: 1px solid #ffffff;
}

box {
  border-top: 1px dashed #65635F;
  border-bottom: 1px dashed #65635F;
  border-left: 2px solid #65635F;
  border-right: 2px solid #65635F;
  background-color: #A6A6A6;
  display: block;
  text-align: justify;
  margin: auto;
  padding: 5px;
  width: 70%;
}

mpunkt {
color: #000000;
display: block;
font-family: Georgia;
font-size: 20px;
margin-top: -20px;
text-align: center;
text-shadow: #000 1px 1px 1px;
width: 100%;
}

uforum{
font-family: Georgia;
font-size: 30px;
color: #000000;
display: block;
line-height:100%;
  align:center;
  text-align: center;
}

utrenner {
  font-family: Georgia;
  background-color: #5C5C5C;
  display: block;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  line-height: 16px;
  text-shadow: #4a4a4a 1px 1px 0px;
  letter-spacing: 2px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

unterschrift{
  font-size:10px;
  color:#000000;
  margin-top:-7px;
  letter-spacing:2px;
  text-transform:lowercase;
  align:center;
  text-align: center;
}

.basis{
  margin-left:auto;
  margin-right:auto;
  width:95%;
  background-color:#CECECE;
  color:#444444;
  text-shadow:1px 1px 1px #;
  border:3px dashed #4A2E26;
  border-radius:5px;
  font-family:arial;
  font-size:12px;
}


/*AIMEES*/
a1 {
  -htm-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-bottom: 2px solid #183858;
  border-radius: 10px;
  border-top: 2px solid #183858;
  display: block;
  margin: auto;
  padding: 5px;
  text-align: justify;
  width: 95%;
  background-color:#979DA4;
}

oa {
  color:#fff;
  display: block;
  font-family: \'Amatic SC\', cursive;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 2px;
  margin-bottom: -18px;
  margin-left: 30px;
  text-align: left;
  text-shadow: 1px 1px 0 #000;
}

a2 {
  -htm-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-bottom: 2px solid #183858;
  border-radius: 10px;
  border-top: 2px solid #183858;
  display: block;
  margin: auto;
  padding: 5px;
  text-align: justify;
  width: 95%;
  background-color:#AFB3B9;
}

n1 {
  border-bottom: 2px solid #000000;
  color: #000000;
  display: block;
  font-family: Georgia;
  font-size: 18px;
  letter-spacing: 2px;
  text-shadow: 1px 1px #919191;
  margin-left:10px;
}

t2 {
  color: #133074;
  display: block;
  text-shadow: 1px 1px 1px #000;
  font-family: Georgia;
  font-size: 42px;
  margin-top: 0px;
  margin-bottom: -11px;
  text-align: center;
  width: 100%;
}

u2 {
  text-align: center;
  align: center;
  color: #fff;
  display: block;
  font-family: Georgia;
  letter-spacing: 2px;
  font-size: 10px;
  text-transform: uppercase;
}

u3 {
  border-bottom: 1px dashed #0E2C4F;
  color: #fff;
  display: block;
  font-family: Georgia;
  font-style: italic;
  letter-spacing: 2px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -22px;
  padding-bottom: 1px;
  text-align: center;
  width: 90%;
  font-size:14px;
}

ppunkt {
  color: #445785;
display: block;
font-family: Georgia;
font-size: 20px;
text-align: center;
text-shadow: #000 1px 1px 1px;
width: 100%;
}

j1 {
  color: #ffffff;
display: block;
font-family: Georgia;
font-size: 20px;
text-align: center;
  margin-top:15px;
  margin-bottom:-10px;
text-shadow: #000 1px 1px 1px;
width: 100%;
}

atrenner {
  font-family: Georgia;
  background-color: #1C446D;
  display: block;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  line-height: 16px;
  text-shadow: #4a4a4a 1px 1px 0px;
  letter-spacing: 2px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

l {font-family: six caps;
  font-size:16px;
  color:#0C1B46;
  letter-spacing: 3px;
  text-transform:lowercase;
}

usa {
  font-family: Calibri;
  font-size: 10px;
  color: #ffffff;
  font-weight: bolder;
  letter-spacing: 5px;
  line-height: 11px;
}

tc2 {
  color: #a36969;
  display: block;
  text-shadow: 1px 1px 1px #000;
  font-family: Georgia;
  font-size: 42px;
  margin-top: 0px;
  margin-bottom: -11px;
  text-align: center;
  width: 100%;
}

c2 {
  -htm-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-bottom: 2px solid #a36969;
  border-radius: 10px;
  border-top: 2px solid #a36969;
  display: block;
  margin: auto;
  padding: 5px;
  text-align: justify;
  width: 95%;
  background-color:#7A7A7A;
}








@font-face{font-family:Fishfingers;font-style:normal;font-weight:400;src:local(Fishfingers), local(Fishfingers), url(http://themes.googleusercontent.com/static/fonts/wireone/v3/fas9dl2wmMkt5rCu-aBez_esZW2xOQ-xsNqO47m55DA.woff) format("woff")}@font-face{font-family:'Pathway Gothic One';font-style:normal;font-weight:400;src:local('Pathway Gothic One'), local(PathwayGothicOne-Regular), url(http://themes.googleusercontent.com/static/fonts/pathwaygothicone/v1/Lqv9ztoTUV8Q0FmQZzPqaBfSZ9PF2sGs8WIylam6T2Y.woff) format("woff")}
.table-title h2 {
    color: #CCC;    font-family: Fishfingers, sans-serif;    font-size: 60px;    height: auto;   
    margin-top: 10px;    padding-right: 0;    text-align: center;
    margin-left: 21pc;
    position: relative;
    top: -7px;
    font-weight: 100;
}
.forabg {
  background-color: #000000
  background-image: url(http://2img.net/i/fa/empty.gif);
  background-position: 0 0;
  background-repeat: repeat-x;
  clear: both;
  padding-top: 24px;
  border: 0px solid rgb(125, 34, 38);
}
a.forumtitle {
  color: #000000!important;
  font-family: 'Pathway Gothic One', sans-serif!important;
  font-size: 30px!important;
  font-weight: 400!important;
  text-transform: uppercase!important;
  text-align: center!important;
  position:relative!important;
  display: block;
  left: 2pc;
}
span.corners-bottom, span.corners-bottom span, span.corners-top, span.corners-top span {
  background-image: url(http://2img.net/i/fa/prosilver/corners_right.gif);
  background-position: 100% 0;
  background-image: none!important;
}
ul.forums {
  background-image: none;
  background-color: #FFFEF4;
  list-style-type: none;
  margin: 0;
  border: transparent;
}
li.row {
  border-bottom: transparent;
  border-top: transparent;
  border-left: transparent;
  border-style: none;
}


/*- boneco do mal -*/
.postprofile dt a img {
  box-shadow: 1px 1px 2px #000!important;
  height: auto!important;
  margin-bottom: 8px!important;
  margin-top: 0!important;
  width: auto!important;
}
/*-adeus boneco do mal-*/
/*balão no tópico*/
.postbody .content{font-size: 1.3em;-moz-border-radius: 3px;-moz-box-shadow: 0 2px 4px rgba(0,0,0,.05);-webkit-border-radius: 3px;-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.05);background-color: #fff;border-color: #CCC;border-radius: 3px;border-style: solid;left: 10px !important;border-width: 1px;box-shadow: 0 2px 4px rgba(0,0,0,.05);margin: 0;padding: 10px !important;position: relative;vertical-align: top;z-index: 1;}
/*largura do fórum*/
#wrap{width:75pc!important;}
/*Borda do forum Abaixo das categorias*/
#wrap {
margin-top: -10px;
margin-bottom: -10px;
 border-left: solid 15px #000000;
width: 1170px;
}
/************FONTES****************/

@font-face {
font-family: 'Amatic SC';
font-style: normal;
font-weight: 400;
src: local('Amatic SC Regular'), local('AmaticSC-Regular'), url('http://themes.googleusercontent.com/static/fonts/amaticsc/v3/DPPfSFKxRTXvae2bKDzp5D8E0i7KZn-EPnyo3HZu7kw.woff') format('woff');
}

@font-face {
  font-family: 'Wire One';
  font-style: normal;
  font-weight: 400;
  src: local('Wire One'), local('WireOne'), url(http://themes.googleusercontent.com/static/fonts/wireone/v3/fas9dl2wmMkt5rCu-aBez_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

 @font-face { font-family: "sueellen"; src: url('http://themes.googleusercontent.com/static/fonts/sueellenfrancisco/v2/TwHX4vSxMUnJUdEz1JIgrrtXaZAN_aGv07JTA91X2HI.woff'); }
 
@font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }

/************FIM DAS FONTES****************/

.postprofile{
text-align: center;
}
.postprofile dt a img {
box-shadow: 1px 1px 2px #000000;
margin-top: 0px;
width:200px;
  margin-bottom:8px;
  height:400px;
}
.postprofile {
background-image: url('http://i48.tinypic.com/2aikcns.jpg');
  border-radius: 0px 0px 100px 0px / 0px 0px 50px 0px;
margin-top: 17px;
border-left: 9px double #000000;
float: right;
font-family: arial;
  line-heighr:90%;
font-size: 12px;
  text-transform:uppercase;
margin-right: -3px;
padding-top: 13px;
color: #000000;
text-align: center;
width: 220px;
box-shadow:0px 2px 5px #000000;
}
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
color: #000000; 
font-family: amatic sc;
font-size: 30px;
line-height: 40%;
font-weight:800;
  margin-bottom:-15px;
letter-spacing: 1px;
font-style:normal;
  text-transform:uppercase;
text-decoration: none;
  text-shadow: 1px 1px 1px #000000;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.postprofile a:hover { 
    margin-top:0px;
font-family: amatic sc;
font-size: 30px;
letter-spacing: 3px;
font-style:normal;
  text-transform:uppercase;
text-shadow: 1px 1px 1px #000000;
  -webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
/************LEGENDAS*********/

#main-content em{
  font-size:0px
}
#main-content em::before{
  content:'Legenda: ';
  font-size:25px;
  font-style:normal;
  opacity: 0.0;
}
#main-content em b *{
  font-size:30px;
  font-style:normal;
  font-align:center;
  font-family: amatic sc;
}
#main-content em b *::hover{
  font-size:30px;
  font-style:normal;
  font-align:center;
  font-family: amatic sc;
  text-transform: uppercase;
}
#main-content em b a::before{
  content:' • ';color:black
}
#main-content em b:first-child a::before{
  content:''
}
#main-content em,
#main-content em *:link{
  cursor:default;
  color:inherit
}

/************FIM DAS LEGENDAS*********/

div.postprofile dl dt img{
      margin-left: 0px;
    border: 0px solid #eee;
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
 
div.postprofile dl dt img:hover {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
}

.post span.postdetails a img:first-child,.postprofile dl dt a img:first-child,.post div.user-ident div.user-basic-info a img:first-child,dl.postdetails dl a img:first-child{
-moz-box-shadow:2px 2px 10px #2B042F;
-webkit-box-shadow:2px 2px 10px #2B042F;
box-shadow:2px 2px 10px #2B042F;
}

/* Cursor Personalizado - http://naruto-sp.forumeiros.com/ */  body {cursor: url('http://i.imgur.com/xf8SoMv.png'), url('http://i.imgur.com/xf8SoMv.png'), auto;} a:hover {cursor: url('http://i.imgur.com/qLATaiL.png'), url('http://i.imgur.com/qLATaiL.png'), auto;}

.postprofile {right: 27px !Important;}

/* ---------------- Barra de rolagem Google Chrome---------------- */
::-webkit-scrollbar {
width: 15px;
height: 5px;
}
::-webkit-scrollbar-track-piece {
background: #aebcbf;
}
::-webkit-scrollbar-thumb:vertical {
height: 5px;
background: #2B042F;
border-radius: 10px;
}
::-webkit-scrollbar-thumb:horizontal {
width: 5px;
background-color: #FFA500;
}

/* --- Categoria --- */
.table-title h2 {
font-family: Bebas Neue;
font-size: 30px;
}
.table-title h2 { text-align: left !important; margin: 0 !important; display: block; width: 100%;}
/* --- FIM CATEGORIA --- */

/* Menu */
ul.navlinks{font-weight:700;text-align:center}ul.linklist li{display:inline;font-size:1.1em;line-height:2.2em;list-style-type:none;text-align:center;width:auto}#page-header .navbar a.mainmenu:hover{background-color:#0A0A0A;font-family:arial narrow;font-size:10px;letter-spacing:2px;margin-left:-5px;margin-right:-5px;padding:10px;position:relative;text-transform:uppercase}#page-header .navbar a.mainmenu{background-color:#CCCCCC;color:#FFF;font-family:arial narrow;font-size:10px;letter-spacing:2px;margin-left:-5px;margin-right:-5px;padding:10px;position:relative;text-transform:uppercase}
/* FIM MENU */
/*----Efeito das Categorias----*/
.lastpost {
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 0 8px #666666;
    margin: 3px;
    width: auto;
}
.header .lastpost {
    box-shadow: none;
}
/*-Fim-*/
.table-title h2 {
  left: 247px;
}
a[href="/u1"] {
  text-shadow: 0px 0px 5px #FF0000;
}
a[href="/u8"] {
  text-shadow: 0px 0px 5px #9400D3;
}
classe {
border-radius: 1em;
}
.module {
    border: 1px solid black;
}


.forumline {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border: 1px solid #000000;
}

th {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border: 1px solid #000000;
}
/*By PrisoN*/
.postprofile {
    background-image: url(http://i48.tinypic.com/2aikcns.jpg);
    border-left: 9px double #120707;
    border-radius: 0 0 100px 0 / 0 0 50px 0;
    box-shadow: 0 2px 5px #000;
    color: #d4d4d4;
    float: right;
    font-family: arial;
    font-size: 12px;
    line-heighr: 90%;
    margin-right: -3px;
    margin-top: 17px;
    padding-top: 13px;
    right: 27px!important;
    text-align: center;
    text-transform: uppercase;
    width: 220px;
}

Lembre de fazer o backup

Att;
PrisoN†BreaK

PrisoN†BreaK
Super Membro

Membro desde : 23/10/2015
Mensagens : 1243
Pontos : 1753

http://brasilplayfreedomofc.forumeiros.com/forum

Ir para o topo Ir para baixo

Tópico resolvido Re: Personalizar .postprofile

Mensagem por Raadam 18/08/16, 06:17 pm

Olá PrisoN†BreaK ^^
Bom, não mudou nada, continuou a mesma coisa ...
Raadam

Raadam
Novo Membro

Membro desde : 20/11/2010
Mensagens : 23
Pontos : 33

http://narutoalternativoali.forumeiros.com/forum.htm

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Personalizar .postprofile

Mensagem por Cream 18/08/16, 06:26 pm

Olá autor,

Tente este:
Código:

span.postdetails:nth-child(3) {
        background-image: url(http://i48.tinypic.com/2aikcns.jpg)!important;
        border-left: 9px double #120707;
        border-radius: 0 0 100px 0 / 0 0 50px 0;
        box-shadow: 0 2px 5px #000;
        color: #d4d4d4;
        float: right;
        font-family: arial;
        font-size: 12px;
        line-heighr: 90%;
        margin-right: -3px;
        margin-top: 17px;
        padding-top: 13px;
        right: 27px!important;
        text-align: center;
        text-transform: uppercase;
        width: 220px;
        height: 500px !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: Personalizar .postprofile

Mensagem por Cepheus 18/08/16, 06:49 pm

Por seu fórum ser uma versão mais antiga do phpbb, a estrutura dele é feita em tabela,
Para ter a aparência desejada, descarte todas as alterações acima e adicione na sua folha de estilo css:
Código:
tr.post td[width="150"] .name + br{display:none }
tr.post td[width="150"] .name{  
background-image: url(http://i48.tinypic.com/2aikcns.jpg);  
display:block;
box-shadow: 0 2px 5px #000;
width: 220px;
text-align: center;
margin:0px!important;
}
tr.post td[width="150"] .postdetails.poster-profile{
border-radius: 0 0 100px 0 / 0 0 50px 0;
background:#fff url(http://i48.tinypic.com/2aikcns.jpg);  
display:block;
box-shadow: 0 2px 5px #000;
width: 220px;
text-align: center;
padding: 0 0 50px 0;
margin:0px!important;
}
table + table.forumline {
border-spacing: 0px;
}

Cepheus

Cepheus
Membro

Membro desde : 21/03/2014
Mensagens : 514
Pontos : 1085

http://www.bestskins.net/

Ir para o topo Ir para baixo

Tópico resolvido Re: Personalizar .postprofile

Mensagem por Raadam 18/08/16, 07:06 pm

Muito obrigado a todos que me ajudaram em minha questão ^w^
Funcionou perfeitamente Cepheus \õ/
Raadam

Raadam
Novo Membro

Membro desde : 20/11/2010
Mensagens : 23
Pontos : 33

http://narutoalternativoali.forumeiros.com/forum.htm

Ir para o topo Ir para baixo

Ajudeiro

Tópico resolvido Re: Personalizar .postprofile

Mensagem por Fraise 19/08/16, 01:30 am

Personalizar .postprofile Symbol10 Questão marcada como Resolvida ou o Autor solicitou que ela fosse arquivada.

Tópico marcado como Resolvido e movido para "Questões resolvidas".
Fraise

Fraise
Ajudeiro
Ajudeiro

Membro desde : 26/06/2015
Mensagens : 6558
Pontos : 8045

https://ajuda.forumeiros.com/ https://twitter.com/@FraiseFdF

Ir para o topo Ir para baixo

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

- Tópicos semelhantes

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