Como tirar efeito do Perfil

2 participantes

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

Tópico resolvido Como tirar efeito do Perfil

Mensagem por Anderson_WondeR 17.08.15 19:40

Detalhes da questão


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

Descrição


Bom eu coloquei um tema no meu forum e com esse tema veio um efeito que eu gostaria de tirar mas nao achei o codigo no SCC e resolvir vim aqui por vcs terem mas conhecimentos coom isso o efeito e esse em volta do perfil 
queria tirar ele pos completo e que coloquei um Degrade e esse efeito tampa o degrade


Screen


Como tirar efeito do Perfil DMy9rxJ



Bom aqui esta minha Css

Código:
/*
* Prosilver Silverlight
* Designed by Ange Tuteur
* For questions or support with the theme, contact the designer at the following link or ask for help on the support forum.
* http://fmdesign.forumotion.com/f8-questions
*/

/* Selection color */
::selection {
  color:#FFF;
  background:#8BD;
  text-shadow:1px 1px #888;
}

::-moz-selection {
  color:#FFF;
  background:#8BD;
  text-shadow:1px 1px #888;
}

a[href="/u1"] {
background:url(http://i.imgur.com/GOJ0R.gif);
}

a[href="/u2"] {
background:url(http://i.imgur.com/GOJ0R.gif);
}

a[href="/u3"] {
background:url(http://i.imgur.com/GOJ0R.gif);
}
/* -- START FA_TOOLBAR -- */
#fa_toolbar, #fa_toolbar_hidden { background:#EEE !important }
#fa_icon, #fa_toolbar #fa_service, #fa_share_text, #fa_right a.rightHeaderLink, #fa_right span.rightHeaderLink, #fa_right #fa_notifications { color:#666 !important }

#fa_toolbar {
  border-bottom:1px solid #CCC;
  box-shadow:0 1px 3px rgba(0,0,0,0.1);
}
#fa_search #fa_textarea {
  background:#FFF !important;
  border:1px solid #CCC !important;
  border-radius:3px !important;
  margin-top:1px !important;
  padding:0 3px !important;
}

#fa_welcome, #fa_right #fa_notifications, #fa_right a.rightHeaderLink {
  color:#999 !important;
  text-decoration:none !important;
  background-color:#EEE !important;
  border:1px solid #CCC !important;
  border-radius:3px !important;
  box-shadow:0 10px 6px rgba(255,255,255, 0.5) inset, 0 -10px 6px rgba(0,0,0, 0.05) inset;
  line-height:12px !important;
  padding:5px !important;
  margin-top:3px !important;
}
#fa_welcome:hover, #fa_right #fa_notifications:hover, #fa_right a.rightHeaderLink:hover, #fa_right.welcome #fa_menu #fa_welcome, #fa_toolbar > #fa_right.notification > #fa_notifications {
  color:#666 !important;
  background-color:#E5E5E5 !important;
  border:1px solid #999 !important;
}
a#fa_hide.rightHeaderLink, a#fa_hide.rightHeaderLink:hover { background-color:transparent !important; border:none !important; border-radius:0 !important; padding:0 !important; margin:0 !important; box-shadow:none !important; margin-left:10px !important; }

#fa_menulist, #fa_toolbar #fa_right #notif_list {
  margin-top:20px !important;
  background:#EEE !important;
  border:1px solid #CCC !important;
  border-radius:3px !important;
  box-shadow:0 6px 12px rgba(0,0,0,0.176);
}
#fa_menulist:after, #fa_toolbar #fa_right #notif_list:after {
  content:url(http://i38.servimg.com/u/f38/18/21/41/30/arr10.png);
  position:absolute;
  right:25px;
  top:-8px;
}

#fa_search #fa_textarea:hover { border-color:#479 !important }
#fa_search #fa_textarea:focus { border-color:#8BD !important }
#fa_toolbar #fa_right #notif_list li.see_all { background-color:#69B !important }
#fa_toolbar #fa_right #notif_list li hr { border-style:dashed !important }
#fa_toolbar #fa_right .fa_separator {
  background:none !important;
  border-bottom:1px dashed #CCC;
}
/* -- END FA_TOOLBAR -- */

.obligatory { color:#F33 !important }
fieldset dl:hover .obligatory { color:#F33 !important }
.jqmWindow {
  background:#F5F5F5;
  border:1px solid #CCC;
}


/* -- START shared props -- */
/* rounded corners */ .forabg, .forumbg, .module, .panel, .post, .path, div.pathname-box, p.author { border-radius:4px; }
/* inset gloss */ a.icon-home, a.button1, a.button2, button.button2, input.button1, input.button2, .module .h3, .friends-foes-list, .module.mod_news .row3 a { box-shadow:0 10px 6px rgba(255,255,255, 0.5) inset, 0 -10px 6px rgba(0,0,0, 0.05) inset }
/* -- END shared props -- */


/* -- START page header -- */
#page-header {
  background:#69B;
  position:absolute;
  top:0;
  left:0;
  right:0;
}

#page-header .headerbar {
  background:none;
  margin:0;
  padding:30px 10px;
  min-height:65px;
}






/* navbar */
#page-header .navbar {
  background-color:#EEE;
  border:1px solid #CCC;
  border-left:none;
  border-right:none;
}

#page-header .navbar a.mainmenu {
  color:#999;
  text-shadow:1px 1px 0 #FFF;
  display:inline-block;
  margin:0 -4px;
  padding:5px 6px;
}
#page-header .navbar a.mainmenu:hover {
  color:#666;
  text-shadow:none;
}

#page-header .navbar .corners-top, #page-header .navbar .corners-bottom { display:none }
#page-header .navbar ul.navlinks { border:none }
/* -- END page header -- */


/* -- START search box -- */
#search-box #keywords, #forum-search #search_keywords {
  background:#FFF;
  font-size:12px;
  border:1px solid #CCC;
  border-right:0;
  border-radius:3px 0 0 3px;
  padding:8px;
  height:14px;
  -webkit-transition:500ms;
     -moz-transition:500ms;
       -o-transition:500ms;
          transition:500ms;
}
#search-box .button2, #forum-search .button2 {
  margin:0;
  font-size:0;
  background:url(http://i38.servimg.com/u/f38/18/21/41/30/seomap12.gif) no-repeat center 0px #EEE;
  border:1px solid #CCC;
  border-radius:0 3px 3px 0;
  padding:15px;
  height:32px;
  width:36px !important;
}

/* header search */
#search-box {
  margin:0;
  position:absolute;
  top:60px;
  right:10px;
}
#search-box #keywords:focus { width:200px }
#search-box .button2:hover { background-position:center -30px }
#search-box .button2:active { background-position:center -60px }

/* forum search */
#forum-search #search_keywords {
  padding:4px;
  height:15px;
}
#forum-search .button2 {
  background-position:center -4px;
  margin-left:-5px;
  padding:10px;
  height:25px;
  width:26px !important;
}
#forum-search .button2:hover { background-position:center -34px }
#forum-search .button2:active { background-position:center -64px }
/* -- END search box -- */


/* -- START body content -- */
a:link { text-decoration:none }
hr { border-bottom:1px dashed #999 }

#wrap {
  background-color:#F7F7F7;
  border:1px solid #CCC;
  border-top:0;
  padding-top:220px;
  margin-bottom:30px;
}

/* input boxes and dropdowns */
.inputbox, .inputbx, input.tiny, input.post, select{
  background:#FFF;
  border:1px solid #CCC;
  border-radius:3px;
  padding:3px;
}
.inputbox:hover, .inputbx:hover, input.tiny:hover, input.post:hover, select:hover { border-color:#479 }
.inputbox:focus, .inputbx:focus, input.tiny:focus, input.post:focus, select:focus { border-color:#8BD }

/* buttons */
a.button1, a.button2, button.button2, input.button1, input.button2, a.icon-home, .module.mod_news .row3 a {
  color:#999 !important;
  text-shadow:1px 1px 0 #FFF;
  font-weight:bold;
  background:#EEE;
  border:1px solid #BBB;
  border-radius:3px;
  padding:3px 6px;
  margin:3px;
}
a.button1:hover, a.button2:hover, button.button2:hover, input.button1:hover, input.button2:hover, a.icon-home:hover, .module.mod_news .row3 a:hover {
  color:#666 !important;
  text-shadow:none;
  background-color:#E5E5E5;
  border:1px solid #999;
}

/* portal */
.module.mod_news .row3 { background:none }
.module.mod_news .row3 a { display:inline-block }

/* home button */
a.icon-home {
  background:url(http://i38.servimg.com/u/f38/18/21/41/30/homema10.png) no-repeat 3px 1px #EEE ;
  padding-left:24px;
}
a.icon-home:hover { background-position:3px -25px }

/* modules and panels */
.module, .panel, .post {
  background-color:#EEE;
  border:1px solid #CCC;
}
.panel { margin-top:10px }
.panel.row3 { margin-top:0 }

/* profiles */
#cp-main .separator:last-child { display:none }
#cp-main .panel {
  background:#F5F5F5;
  border:1px dashed #CCC;
}
#cp-main .panel.sig { background:none; border:none }
#cp-main h1 { color:#257 }

fieldset dl dt, fieldset dl dt label, fieldset dl dt span {
  color:#888 !important;
  font-weight:bold;
  text-shadow:1px 1px 0px #FFF;
}

fieldset dl:hover dt, fieldset dl:hover dt label, fieldset dl:hover dt span {
  color:#333 !important;
  text-shadow:none;
}

/* friends / foes */
.friends-foes-list {
  background:#EEE;
  border:1px solid #CCC;
  border-radius:3px;
  padding:4px 3px;
  margin:2px;
  width:auto;
  height:auto;
}

/* Add / block menu */
#profile-advanced-add a.mainmenu {
  color:#666;
  font-size:12px;
  background:#EEE;
  border:1px solid #CCC;
  border-radius:3px;
  display:inline-block;
  padding:4px 3px;
  margin:2px 0;
}

/* add friend */
#profile-advanced-add a.mainmenu[href^="/profile?friend"] {
  color:#686;
  background:url(http://i38.servimg.com/u/f38/18/45/41/65/add10.png) no-repeat 3px center #CFC;
  border-color:#ACA;
  padding-left:21px;
}

/* add foe / remove friend */
/* add foe / remove friend */
#profile-advanced-add a.mainmenu[href^="/profile?foe"], #profile-advanced-add a.mainmenu[href*="page_profil=friendsfoes&remove"] {
  color:#966;
  background:url(http://i38.servimg.com/u/f38/18/45/41/65/block11.png) no-repeat 3px center #FCC;
  border-color:#CAA;
  padding-left:21px;
}
#profile-advanced-add a.mainmenu:hover { box-shadow:0 0 100px rgba(0,0,0,0.1) inset }



/* titles */
.content h1, .panel h1, .h3, h3, .content h2, .panel h2 {
  color:#257;
  text-transform:none;
  border-bottom:1px solid #257;
}

/* widgets */
.module {
  padding:0 3px;
  margin:3px;
}

.module .h3 {
  color:#999;
  text-align:center;
  text-shadow:1px 1px 0 #FFF;
  border-bottom-color:#CCC;
  padding:6px;
  margin:-5px -3px 6px -3px;
}

/* tabs */
#tabs a span {
  color:#999;
  text-shadow:1px 1px 0 #EEE;
  padding:6px 10px;
}
#tabs a {
  background:#E0E0E0;
  border:1px solid #CCC;
  border-bottom:none;
  border-radius:3px 3px 0 0;
  box-shadow:0 10px 6px rgba(255,255,255, 0.5) inset;
  margin:0 2px;
  padding:0;
}
#tabs a:hover {
  top:1px;
  background:#EEE;
}

#tabs a span:hover, #tabs .activetab a span {
  color:#666;
  text-shadow:none;
}
#tabs .activetab a {
  background:#EEE;
  border-bottom:none;
  margin-bottom:0;
}
#profile-tab-field-profil div.separator { border-bottom:1px dashed #CCC }
#new-message-link a { border:none }

/* pagination */
.pagination span a, p.pagination span strong { padding:2px 4px !important; }
.pagination span a {
  font-weight:bold !important;
  color:#999 !important;
  text-shadow:1px 1px 0 #FFF;
  background:#EEE;
  border:1px solid #CCC;
  border-radius:4px;
  box-shadow:0px 3px 6px rgba(255,255,255,0.5) inset, 0px -3px 6px rgba(0,0,0,0.15) inset;
}

.pagination span a:hover {
  color:#479 !important;
  text-shadow:1px 1px 0 #9CE;
  background:#8BD !important;
  border:1px solid #69B !important;
}

.pagination span strong {
  color:#479;
  text-shadow:1px 1px 0 #9CE;
  background:#8BD;
  border:1px solid #69B;
  border-radius:4px;
  box-shadow:0px 3px 6px rgba(255,255,255,0.5) inset, 0px -3px 6px rgba(0,0,0,0.15) inset;
}

.pagination span a.pag-img {
  background:none !important;
  border:none !important;
  box-shadow:none;
}

/* Pathname boxes */
div.pathname-box, .path { padding:6px }
.path {
  float:left;
  clear:none !important;
}
.path, .path a, div.pathname-box, div.pathname-box a {
  color:#888;
  text-shadow:1px 1px 0 #FFF;
}
.path a:hover, div.pathname-box a:hover {
  color:#666;
  text-shadow:none;
}
.path, div.pathname-box {
  background:#EEE;
  border:1px solid #CCC;
  box-shadow:0px 10px 6px #F5F5F5 inset, 0px -10px 6px #E5E5E5 inset
}

/* calendar */ #calendar ul, #mini-calendar ul { background:none !important }

/* forums category */
.forabg, .forumbg {
  background:#69B;
  border:1px solid #479;
  overflow:hidden;
  padding:0;
}
.forabg .corners-bottom, .forumbg .corners-bottom { display:none }
.forumbg .header .dterm, .forumbg .header dt, .forabg .header dt { margin-left:5px }

li.header dd, li.header dt, .table-title, .table-title h2 {
  font-size:12px;
  font-weight:bold;
  text-transform:none;
}

/* rows */
li.row {
  background:#EEE;
  border:none;
  border-bottom:1px solid #CCC;
}
li.row:hover { background:#EEE }
ul.topiclist dd, ul.forums dd { border:none !important }

/* tables */
#calendar th { color:#666 }
.forumbg.forumbg-table table, #cp-main table.table1 {
  border-spacing:0;
  margin:0;
}

.forumbg.forumbg-table table td, #cp-main table.table1 td {
  border:none;
  border-right:1px solid #CCC;
  border-bottom:1px solid #CCC;
}

/* legend */ p em { font-style:normal }

/* faq */ dl.faq dd p { border-color:#CCC }
/* -- END body content -- */


/* -- START post content -- */
.post h2.topic-title { display:block }

p.author {
  background:#F5F5F5;
  border:1px solid #CCC;
  display:inline-block;
  padding:3px;
  margin-top:3px 0;
}

.postprofile {
  background:#F5F5F5;
  border:1px dashed #69B;
  border-left:5px solid #69B;
  border-radius:0 3px 3px 0;
  padding:3px;
}

/* codeboxes */
dl.codebox code, dl.codebox.hidecode dd, dl.codebox.spoiler .spoiler_content.hidden {
  background:#EEE;
  border:1px dashed #CCC;
  margin:3px;
  padding:3px;
}

/* Quote */
blockquote cite { color:#257 }
blockquote {
  background:#F5F5F5 url(\\\'http://i57.servimg.com/u/f57/18/21/41/30/cite10.png\\\') no-repeat 5px 7px;
  border:1px solid #69B;
  border-left:5px solid #69B;
  margin:3px 0;
}
blockquote blockquote {
  background-color:#EEE;
  border-color:#58A;
}

/* Code */
dl.codebox {
  background:#F5F5F5;
  border:1px solid #69B;
  border-left-width:5px;
}

dl.codebox code { color:#49B }
dl.codebox dt {
  background:url(\\\'http://i57.servimg.com/u/f57/18/21/41/30/code10.png\\\') no-repeat;
  color:#257;
  border:none;
  padding-left:20px;
}


/* Spoiler */
dl.codebox.spoiler dt { background:url(\\\'http://i57.servimg.com/u/f57/18/21/41/30/spoile10.png\\\') no-repeat }

/* hidden */
dl.codebox.hidecode dt { background:#F5F5F5 url(\\\'http://i57.servimg.com/u/f57/18/21/41/30/hide10.png\\\') no-repeat 3px 2px }
dl.codebox.hidecode dt:after {
  padding-left:3px;
  content:"Hidden:"
}
/* -- END post content -- */


/* -- START footer -- */
#page-footer .navbar { background:none }

/* Administration link */
p.copyright strong a {
  color:#C66;
  background:url(http://i38.servimg.com/u/f38/18/21/41/30/couron11.png) no-repeat 3px center #FDD;
  border:1px solid #FBB;
  border-radius:3px;
  display:inline-block;
  padding:4px 6px 4px 25px;
}
p.copyright strong a:hover {
  color:#B55;
  background-color:#ECC;
  border-color:#EAA;
}

/*
* Author branding
* Credits to the designer of the theme.
* You may remove the below if you wish, or be kind and allow me credit.
* Either is okay with me, I hope you enjoy the theme
* Ange Tuteur, http://fmdesign.forumotion.com/
*/
#page-footer { background:url(http://i38.servimg.com/u/f38/18/21/41/30/brand10.gif) no-repeat bottom right }
/* -- END footer -- */
    
    .table-title h2 { text-align: center !important; margin: 0 !important; display: block; width: 100%;}
    
 .alert, .success, .information, .warn {
  padding: 15px;
  width: 85%;
  border: 1px solid;
  margin: 3px 0;
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
  box-shadow: 1px 1px 2px rgba(0,0,0,.4);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font: 13px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.alert > p, .success > p, .information > p, .warn > p {
  font-weight: bold;
  font-size: 14px;
}
.alert {
  background: #FAFFB2;
  border-color: #DBE08A;
  color: #AF8640;
}
.warn {
  background-color: #F2DEDE;
  border-color: #D3949E;
  color: #A94442;
}
.success {
  background-color: #DFF0D8;
  border-color: #A5D280;
  color: #3C763D;
}
.information {
  background-color: #ADDBF2;
  border-color: #5AB7CA;
  color: #31708F;
}
    
    .equipefundo1 {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #04662E;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}
    
    .equipefundo3 {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #8F370E;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}
    
.equipefundo4 {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #1789B3;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}
    
    .equipefundo {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #000099;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}
    
  /*** Quem está online com imagem ***/
#i_whosonline + p {
  background:   -webkit-linear-gradient(#f2f2f2,#ffffff);
  -oz-border-radius:6px;
  -moz-box-shadow:2px 2px 2px #a8a180;
  -webkit-border-radius:6px;
  -webkit-box-shadow:2px 2px 2px #a8a180;
  background:-moz-linear-gradient(#f2f2f2,#ffffff);
  background-color:#fff;
  background-image:-webkit-linear-gradient(#f2f2f2,#ffffff);
  border: 1px solid rgb(222, 222, 222)border-radius:2px;
  box-shadow:2px 2px 2px #a8a180;
  font-size:11px;
  margin:2;
  padding:10px;
  width: 97%;
}

div.postprofile dt {
text-align: left !important;
}
    
    #page-header .headerbar {
background: http://i.imgur.com/7uLDzkV.png;
width:1000px!important;
height:125px!important;
}
    
    a[href="/u1"] {
text-shadow: 0px 0px 5px #8F370E;
}
    
    a[href="/u2"] {
text-shadow: 0px 0px 5px #04662E;
}
    
      a[href="/u3"] {
text-shadow: 0px 0px 5px #04662E;
}
Anderson_WondeR

Anderson_WondeR
****

Membro desde : 16/07/2015
Mensagens : 233
Pontos : 410

http://www.brasilplaycarbon.com/

Ir para o topo Ir para baixo

Ajudeiro

Tópico resolvido Re: Como tirar efeito do Perfil

Mensagem por Fraise 17.08.15 19:43

Olá!

Adicione no inicio da sua folha de estilos:
Código:
.postprofile {
background: none!important;
border:none!important;
}

Cumprimentos.
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: Como tirar efeito do Perfil

Mensagem por Anderson_WondeR 17.08.15 19:48

Obrigado senhor Resulto sertinho Pode fechar o topico
Anderson_WondeR

Anderson_WondeR
****

Membro desde : 16/07/2015
Mensagens : 233
Pontos : 410

http://www.brasilplaycarbon.com/

Ir para o topo Ir para baixo

Ajudeiro

Tópico resolvido Re: Como tirar efeito do Perfil

Mensagem por Fraise 17.08.15 19:49

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