Adicionar fundo aos campos de perfil no tópico

3 participantes

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

Tópico resolvido Adicionar fundo aos campos de perfil no tópico

Mensagem por PauloVinicios1755 18.03.22 22:00

Detalhes da questão


Endereço do fórum: https://brasilplaycloud.forumeiros.com/
Versão do fórum: ModernBB

Descrição


Quero deixar meus campos igual esse quadrado ai tem como me ajudar nessa: https://imgur.com/ajXV7ES
PauloVinicios1755

PauloVinicios1755
****

Membro desde : 04/04/2021
Mensagens : 237
Pontos : 345

https://brasilplayobscure.forumeiros.com

Ir para o topo Ir para baixo

Admineiro

Tópico resolvido Re: Adicionar fundo aos campos de perfil no tópico

Mensagem por tikky 24.03.22 12:14

Olá @PauloVinicios1755,

Edite o viewtopic_body (template em Geral) encontre
Código:
{postrow.displayed.profile_field.LABEL}
{postrow.displayed.profile_field.CONTENT}
{postrow.displayed.profile_field.SEPARATOR}
substitua por
Código:
<div class="profile_field">
{postrow.displayed.profile_field.LABEL}
{postrow.displayed.profile_field.CONTENT}
</div>
E na folha de estilo (CSS) adicione
Código:
.postprofile-info .profile_field {
  background-color: #e9ebed;
  border: 1px solid #aaa9a9;
  border-left-width: 4px;
  padding: .5rem;
}

.postprofile-info .profile_field:not(:last-child) {
  margin-bottom: .25rem;
}
Atenciosamente,
pedxz.
tikky

tikky
Admineiro
Admineiro

Membro desde : 13/01/2017
Mensagens : 7820
Pontos : 9063

Ir para o topo Ir para baixo

Tópico resolvido Re: Adicionar fundo aos campos de perfil no tópico

Mensagem por PauloVinicios1755 25.03.22 0:05

depois que eu coloquei esse código bugou todo meu fórum ksksk, segue ai ums anexos... https://imgur.com/a/Kocp0tt
PauloVinicios1755

PauloVinicios1755
****

Membro desde : 04/04/2021
Mensagens : 237
Pontos : 345

https://brasilplayobscure.forumeiros.com

Ir para o topo Ir para baixo

Admineiro

Tópico resolvido Re: Adicionar fundo aos campos de perfil no tópico

Mensagem por tikky 25.03.22 0:21

PauloVinicios1755 escreveu:depois que eu coloquei esse código bugou todo meu fórum ksksk, segue ai ums anexos... https://imgur.com/a/Kocp0tt
Com já havia dito falta clareza nas suas questões. O código só tem efeito nos tópicos, sendo impossível "bugar" o fórum. Pode passa-me a folha de estilo para ver qual foi o problema?!
tikky

tikky
Admineiro
Admineiro

Membro desde : 13/01/2017
Mensagens : 7820
Pontos : 9063

Ir para o topo Ir para baixo

Tópico resolvido Re: Adicionar fundo aos campos de perfil no tópico

Mensagem por PauloVinicios1755 25.03.22 1:04

Código:
a[href="/u1"] {
text-shadow: 0px 0px 5px #1c1c1c;
  background: url(http://img0.liveinternet.ru/images/attach/c/3/77/140/77140894_bluestarglitterangel.gif
}
div#site-desc {
  display: none;
}
 
.postprofile-name a[href] {
  background: url(https://i.imgur.com/FgKNYTV.gif);
}
 
.postprofile-avatar img {
  height: unset;
  width: unset;
  max-height: 300px;
  max-width: 150px;
  border-radius: 10px !important;
  border: 1px solid darkgray !important;
}
 
.post-head {
  border-width: 0 !important;
}
 
 
/*COR GRUPO LEGENDA*/
 
.color-groups[style$="#FF8C00"],
.postprofile-name span[style$="#FF8C00"],
a[href^="/u"] span[style$="#FF8C00"],
a[href^="/g3-"],
.color-groups[style$="#FF8C00"],
.color-groups[style$="#FF8C00"],
.postprofile-name span[style$="#FF8C00"],
a[href^="/u"] span[style$="#FF8C00"],
a[href^="/g5-"],
.color-groups[style$="#FF8C00"],
.postprofile-name span[style$="#FF8C00"],
a[href^="/u"] span[style$="#FF8C00"],
a[href^="/g6-"],
.color-groups[style$="#FF8C00"],
.postprofile-name span[style$="#FF8C00"],
a[href^="/u"] span[style$="#FF8C00"],
a[href^="/g7-"],
.color-groups[style$="#FF8C00"],
.postprofile-name span[style$="#FF8C00"],
a[href^="/u"] span[style$="#FF8C00"],
a[href^="/g8-"],
.color-groups[style$="#FF8C00"],
.postprofile-name span[style$="#FF8C00"],
a[href^="/u"] span[style$="#FF8C00"],
a[href^="/g9-"],
.color-groups[style$="#FF8C00"],
.postprofile-name span[style$="#FF8C00"],
a[href^="/u"] span[style$="#FF8C00"],
a[href^="/g10-"],
.color-groups[style$="#FF8C00"],
.color-groups[style$="#FF8C00"],
.postprofile-name span[style$="#FF8C00"],
a[href^="/u"] span[style$="#FF8C00"],
a[href^="/g4-"] {
  background: url(https://i.imgur.com/FgKNYTV.gif);
  text-shadow: 2px 0 11px CurrentColor;
}
 
.post-author-name {
  font-size: 18px;
}
 
 
/*BRILHO*/
 
a[style*="#CC0436"],
span[style*="color:#CC0436"],
a[style*="#FF0048"],
span[style*="color:#FF0048"],
a[style*="#7A2B00"],
span[style*="color:#7A2B00"],
a[style*="#D17008"],
span[style*="color:#D17008"],
a[style*="#0081C7"],
span[style*="color:#0081C7"] {
  background: url(https://i.imgur.com/FgKNYTV.gif);
  text-shadow: 2px 0 11px CurrentColor;
}
 
.page-topic .row .pagination {
  display: block;
}
 
.page-topic span.postreplies {
  margin-right: 8px;
}
 
.page-topic .postdetails {
  margin-top: 4px;
}
 
.page-topic .lastpost {
  float: right;
  display: flex;
  flex-flow: column;
  align-items: center;
}
 
.page-topic span.lastpost-avatar {
  padding: 0!important;
}
 
.page-topic .lastpost center span {
  text-align: center;
  width: 100%;
}
 
.forumbg.announcement {
  background-color: transparent;
}
 
.forumbg .header {
  background-color: #22b3a7;
}
 
.page-topic .row {
  border: 0;
  margin: 10px 0;
  box-shadow: 0 1px 6px rgb(0, 0, 0, 6%);
  display: grid;
  align-items: center;
  height: 130px;
}
 
 
/* Add a black background color to the top navigation */
 
.topnav {
  background-color: #333;
  overflow: hidden;
}
 
 
/* Style the links inside the navigation bar */
 
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
 
 
/* Change the color of links on hover */
 
.topnav a:hover {
  background-color: #ddd;
  color: black;
}
 
 
/* Add an active class to highlight the current page */
 
.active {
  background-color: #4CAF50;
  color: white;
}
 
 
/* Hide the link that should open and close the topnav on small screens */
 
.topnav .icon {
  display: none;
  position: fixed!important;
}
 
.topnav {
  position: fixed;
  width: 100%;
  z-index: 10;
}
 
 
/***************fim menu**********/
 
#wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
}
 
 
/***Efeito LightBox MP***/
 
.fancybox-tmp iframe,
.fancybox-tmp object {
  vertical-align: top;
  margin: 0;
  padding: 0
}
 
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1002
}
 
.fancybox-outer {
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
  padding: 0
}
 
.fancybox-opened {
  z-index: 1003
}
 
.fancybox-opened .fancybox-outer {
  -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)
}
 
.fancybox-inner {
  width: 100%;
  height: 100%;
  position: relative;
  outline: none;
  overflow: hidden;
  margin: 0;
  padding: 0
}
 
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 10px
}
 
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  vertical-align: top;
  margin: 0;
  padding: 0
}
 
.fancybox-image {
  max-width: 100%;
  max-height: 100%
}
 
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -21px;
  width: 42px;
  height: 42px;
  background: url(https://i.servimg.com/u/f48/16/58/89/73/fancyb10.gif);
  opacity: 0.8;
  cursor: pointer;
  z-index: 1010
}
 
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(https://i.servimg.com/u/f48/16/58/89/73/fancyb10.png)
}
 
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 1004
}
 
.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  overflow: visible;
  visibility: hidden;
  padding: 0
}
 
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 999;
  background: #000
}
 
.fancybox-title {
  display: none
}
 
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 999;
  text-align: center
}
 
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
  padding: 2px 20px
}
 
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff
}
 
.fancybox-title-inside-wrap {
  margin-top: 10px
}
 
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, .8);
  padding: 10px
}
 
 
/***Cursor Modificado***/
 
* {
  cursor: url(https://cur.cursors-4u.net/cursors/cur-1/cur90.cur), auto !important;
}
 
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
.table-title h2 {
  font-family: 'Lobster', sans-serif !important;
  font-size: 2rem !important;
}
 
#right {
  display: block !important;
}
 
#container {
  margin-right: 250px !important;
  padding-right: 1rem;
}
 
.headerbar {
  z-index: 9999!important;
}
 
.postprofile-info,
.postprofile-info * {
  color: inherit !important;
}
 
 
/* MENU INICIAL */
 
a.gensmall {
  border: none;
}
 
.block {
  width: 100%;
  display: block;
  float: left;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  padding: 16px;
}
 
.block a:link,
.block a:visited {
  color: #444;
}
 
.block .h3 {
  font-size: 20px;
  border: none;
}
 
.block .h3 i {
  height: 28px;
  line-height: 30px;
  margin-right: 10px;
  color: #fff;
}
 
.stats-tabs br {
  display: none;
}
 
.stats-tabs section {
  display: none;
  padding: 20px 0 0;
}
 
.stats-tabs input {
  display: none;
}
 
.stats-tabs label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #A0B8B5;
}
 
.stats-tabs label:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
}
 
.stats-tabs label[for*='1']:before {
  content: '\f0c0';
}
 
.stats-tabs label[for*='2']:before {
  content: '\f1fd';
}
 
.stats-tabs label[for*='3']:before {
  content: '\f187';
}
 
.stats-tabs label:hover {
  color: darkcyan;
  cursor: pointer;
}
 
.stats-tabs input:checked+label {
  color: darkcyan;
  border-top: 2px solid darkcyan;
  border-left: 1px solid #A0B8B5;
  border-right: 1px solid #A0B8B5;
  border-bottom: 1px solid #fff;
}
 
.stats-tabs #tab1:checked~#content1,
.stats-tabs #tab2:checked~#content2,
.stats-tabs #tab3:checked~#content3 {
  display: block;
}
 
@media screen and (max-width: 800px) {
  .stats-tabs label {
      font-size: 0;
  }
  .stats-tabs label:before {
      margin: 0;
      font-size: 18px;
  }
}
 
@media screen and (max-width: 500px) {
  .stats-tabs label {
      padding: 15px;
  }
}
 
.block .legend {
  font-size: 0px;
}
 
.block .legend b a {
  font-size: 13px;
  font-weight: 600;
}
 
.block .legend b a::after {
  content: ", ";
  font-weight: 400;
  color: #fff;
}
 
.block .legend b:last-child a::after {
  content: "";
}
 
.block .legend {
  display: inline-flex;
  white-space: break-spaces;
}
 
#content1,
#content2 {
  line-height: 3;
}
 
.stats-tabs section {
  border-top: 1px solid #A0B8B5;
}
 
 
/*END Whos online*/
 
 
/* Banner */
 
.headerbar {
  height: 150px;
}
 
 
/* Posicao menu */
 
div#headerbar-top:not(.is-sticky) {
  margin-top: 81px;
}
 
#wrap {
  padding: 9px;
}
 
 
/* Remover faq/calendario do menu */
 
.mainmenu[href="/faq"],
.mainmenu[href="/calendar"] {
  display: none !important;
}
 
 
/* Icons menu */
 
.mainmenu>img {
  display: none;
}
 
.mainmenu::before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  display: inline;
  margin-right: 5px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.mainmenu[href*="groups"]::before {
  content: "\f1b2";
}
 
.mainmenu[href*="search"]::before {
  content: "\f002";
}
 
.mainmenu[href*="memberlist"]::before {
  content: "\f0c0";
}
 
.mainmenu[href*="privmsg"]::before {
  content: "\f0e0";
}
 
.mainmenu[href*="profile"]::before {
  content: "\f007";
}
 
.mainmenu[href*="login"]::before {
  content: "\f011";
}
 
.mainmenu[href*="register"]::before {
  content: "\f2b9";
}
 
 
/* Nick Piscando  KKKKK*/
 
span[style="color:#CC0436"] strong {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
 
@-moz-keyframes blinker {
  0% {
      opacity: 1.0;
  }
  50% {
      opacity: 0.0;
  }
  100% {
      opacity: 1.0;
  }
}
 
@-webkit-keyframes blinker {
  0% {
      opacity: 1.0;
  }
  50% {
      opacity: 0.0;
  }
  100% {
      opacity: 1.0;
  }
}
 
@keyframes blinker {
  0% {
      opacity: 1.0;
  }
  50% {
      opacity: 0.0;
  }
  100% {
      opacity: 1.0;
  }
}
 
#container {
  margin-right: 90px !important;
  margin-left: 0 !important;
  padding-right: 1rem;
}
 
.page-topic .topic-title a {
  font-size: 16px !important;
}
.page-topic .lastpost span>center>span {
  font-size: 14px !important;
.postprofile-info .profile_field {
  background-color: #e9ebed;
  border: 1px solid #aaa9a9;
  border-left-width: 4px;
  padding: .5rem;
}
 
.postprofile-info .profile_field:not(:last-child) {
  margin-bottom: .25rem;
}}
PauloVinicios1755

PauloVinicios1755
****

Membro desde : 04/04/2021
Mensagens : 237
Pontos : 345

https://brasilplayobscure.forumeiros.com

Ir para o topo Ir para baixo

Admineiro

Tópico resolvido Re: Adicionar fundo aos campos de perfil no tópico

Mensagem por tikky 25.03.22 1:09

Altere para
Código:
a[href="/u1"] {
text-shadow: 0px 0px 5px #1c1c1c;
  background: url(http://img0.liveinternet.ru/images/attach/c/3/77/140/77140894_bluestarglitterangel.gif
}
div#site-desc {
  display: none;
}
 
.postprofile-name a[href] {
  background: url(https://i.imgur.com/FgKNYTV.gif);
}
 
.postprofile-avatar img {
  height: unset;
  width: unset;
  max-height: 300px;
  max-width: 150px;
  border-radius: 10px !important;
  border: 1px solid darkgray !important;
}
 
.post-head {
  border-width: 0 !important;
}
 
 
/*COR GRUPO LEGENDA*/
 
.color-groups[style$="#FF8C00"],
.postprofile-name span[style$="#FF8C00"],
a[href^="/u"] span[style$="#FF8C00"],
a[href^="/g3-"],
.color-groups[style$="#FF8C00"],
.color-groups[style$="#FF8C00"],
.postprofile-name span[style$="#FF8C00"],
a[href^="/u"] span[style$="#FF8C00"],
a[href^="/g5-"],
.color-groups[style$="#FF8C00"],
.postprofile-name span[style$="#FF8C00"],
a[href^="/u"] span[style$="#FF8C00"],
a[href^="/g6-"],
.color-groups[style$="#FF8C00"],
.postprofile-name span[style$="#FF8C00"],
a[href^="/u"] span[style$="#FF8C00"],
a[href^="/g7-"],
.color-groups[style$="#FF8C00"],
.postprofile-name span[style$="#FF8C00"],
a[href^="/u"] span[style$="#FF8C00"],
a[href^="/g8-"],
.color-groups[style$="#FF8C00"],
.postprofile-name span[style$="#FF8C00"],
a[href^="/u"] span[style$="#FF8C00"],
a[href^="/g9-"],
.color-groups[style$="#FF8C00"],
.postprofile-name span[style$="#FF8C00"],
a[href^="/u"] span[style$="#FF8C00"],
a[href^="/g10-"],
.color-groups[style$="#FF8C00"],
.color-groups[style$="#FF8C00"],
.postprofile-name span[style$="#FF8C00"],
a[href^="/u"] span[style$="#FF8C00"],
a[href^="/g4-"] {
  background: url(https://i.imgur.com/FgKNYTV.gif);
  text-shadow: 2px 0 11px CurrentColor;
}
 
.post-author-name {
  font-size: 18px;
}
 
 
/*BRILHO*/
 
a[style*="#CC0436"],
span[style*="color:#CC0436"],
a[style*="#FF0048"],
span[style*="color:#FF0048"],
a[style*="#7A2B00"],
span[style*="color:#7A2B00"],
a[style*="#D17008"],
span[style*="color:#D17008"],
a[style*="#0081C7"],
span[style*="color:#0081C7"] {
  background: url(https://i.imgur.com/FgKNYTV.gif);
  text-shadow: 2px 0 11px CurrentColor;
}
 
.page-topic .row .pagination {
  display: block;
}
 
.page-topic span.postreplies {
  margin-right: 8px;
}
 
.page-topic .postdetails {
  margin-top: 4px;
}
 
.page-topic .lastpost {
  float: right;
  display: flex;
  flex-flow: column;
  align-items: center;
}
 
.page-topic span.lastpost-avatar {
  padding: 0!important;
}
 
.page-topic .lastpost center span {
  text-align: center;
  width: 100%;
}
 
.forumbg.announcement {
  background-color: transparent;
}
 
.forumbg .header {
  background-color: #22b3a7;
}
 
.page-topic .row {
  border: 0;
  margin: 10px 0;
  box-shadow: 0 1px 6px rgb(0, 0, 0, 6%);
  display: grid;
  align-items: center;
  height: 130px;
}
 
 
/* Add a black background color to the top navigation */
 
.topnav {
  background-color: #333;
  overflow: hidden;
}
 
 
/* Style the links inside the navigation bar */
 
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
 
 
/* Change the color of links on hover */
 
.topnav a:hover {
  background-color: #ddd;
  color: black;
}
 
 
/* Add an active class to highlight the current page */
 
.active {
  background-color: #4CAF50;
  color: white;
}
 
 
/* Hide the link that should open and close the topnav on small screens */
 
.topnav .icon {
  display: none;
  position: fixed!important;
}
 
.topnav {
  position: fixed;
  width: 100%;
  z-index: 10;
}
 
 
/***************fim menu**********/
 
#wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
}
 
 
/***Efeito LightBox MP***/
 
.fancybox-tmp iframe,
.fancybox-tmp object {
  vertical-align: top;
  margin: 0;
  padding: 0
}
 
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1002
}
 
.fancybox-outer {
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
  padding: 0
}
 
.fancybox-opened {
  z-index: 1003
}
 
.fancybox-opened .fancybox-outer {
  -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)
}
 
.fancybox-inner {
  width: 100%;
  height: 100%;
  position: relative;
  outline: none;
  overflow: hidden;
  margin: 0;
  padding: 0
}
 
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 10px
}
 
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  vertical-align: top;
  margin: 0;
  padding: 0
}
 
.fancybox-image {
  max-width: 100%;
  max-height: 100%
}
 
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -21px;
  width: 42px;
  height: 42px;
  background: url(https://i.servimg.com/u/f48/16/58/89/73/fancyb10.gif);
  opacity: 0.8;
  cursor: pointer;
  z-index: 1010
}
 
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(https://i.servimg.com/u/f48/16/58/89/73/fancyb10.png)
}
 
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 1004
}
 
.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  overflow: visible;
  visibility: hidden;
  padding: 0
}
 
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 999;
  background: #000
}
 
.fancybox-title {
  display: none
}
 
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 999;
  text-align: center
}
 
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
  padding: 2px 20px
}
 
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff
}
 
.fancybox-title-inside-wrap {
  margin-top: 10px
}
 
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, .8);
  padding: 10px
}
 
 
/***Cursor Modificado***/
 
* {
  cursor: url(https://cur.cursors-4u.net/cursors/cur-1/cur90.cur), auto !important;
}
 
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
.table-title h2 {
  font-family: 'Lobster', sans-serif !important;
  font-size: 2rem !important;
}
 
#right {
  display: block !important;
}
 
#container {
  margin-right: 250px !important;
  padding-right: 1rem;
}
 
.headerbar {
  z-index: 9999!important;
}
 
.postprofile-info,
.postprofile-info * {
  color: inherit !important;
}
 
 
/* MENU INICIAL */
 
a.gensmall {
  border: none;
}
 
.block {
  width: 100%;
  display: block;
  float: left;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  padding: 16px;
}
 
.block a:link,
.block a:visited {
  color: #444;
}
 
.block .h3 {
  font-size: 20px;
  border: none;
}
 
.block .h3 i {
  height: 28px;
  line-height: 30px;
  margin-right: 10px;
  color: #fff;
}
 
.stats-tabs br {
  display: none;
}
 
.stats-tabs section {
  display: none;
  padding: 20px 0 0;
}
 
.stats-tabs input {
  display: none;
}
 
.stats-tabs label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #A0B8B5;
}
 
.stats-tabs label:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
}
 
.stats-tabs label[for*='1']:before {
  content: '\f0c0';
}
 
.stats-tabs label[for*='2']:before {
  content: '\f1fd';
}
 
.stats-tabs label[for*='3']:before {
  content: '\f187';
}
 
.stats-tabs label:hover {
  color: darkcyan;
  cursor: pointer;
}
 
.stats-tabs input:checked+label {
  color: darkcyan;
  border-top: 2px solid darkcyan;
  border-left: 1px solid #A0B8B5;
  border-right: 1px solid #A0B8B5;
  border-bottom: 1px solid #fff;
}
 
.stats-tabs #tab1:checked~#content1,
.stats-tabs #tab2:checked~#content2,
.stats-tabs #tab3:checked~#content3 {
  display: block;
}
 
@media screen and (max-width: 800px) {
  .stats-tabs label {
      font-size: 0;
  }
  .stats-tabs label:before {
      margin: 0;
      font-size: 18px;
  }
}
 
@media screen and (max-width: 500px) {
  .stats-tabs label {
      padding: 15px;
  }
}
 
.block .legend {
  font-size: 0px;
}
 
.block .legend b a {
  font-size: 13px;
  font-weight: 600;
}
 
.block .legend b a::after {
  content: ", ";
  font-weight: 400;
  color: #fff;
}
 
.block .legend b:last-child a::after {
  content: "";
}
 
.block .legend {
  display: inline-flex;
  white-space: break-spaces;
}
 
#content1,
#content2 {
  line-height: 3;
}
 
.stats-tabs section {
  border-top: 1px solid #A0B8B5;
}
 
 
/*END Whos online*/
 
 
/* Banner */
 
.headerbar {
  height: 150px;
}
 
 
/* Posicao menu */
 
div#headerbar-top:not(.is-sticky) {
  margin-top: 81px;
}
 
#wrap {
  padding: 9px;
}
 
 
/* Remover faq/calendario do menu */
 
.mainmenu[href="/faq"],
.mainmenu[href="/calendar"] {
  display: none !important;
}
 
 
/* Icons menu */
 
.mainmenu>img {
  display: none;
}
 
.mainmenu::before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  display: inline;
  margin-right: 5px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.mainmenu[href*="groups"]::before {
  content: "\f1b2";
}
 
.mainmenu[href*="search"]::before {
  content: "\f002";
}
 
.mainmenu[href*="memberlist"]::before {
  content: "\f0c0";
}
 
.mainmenu[href*="privmsg"]::before {
  content: "\f0e0";
}
 
.mainmenu[href*="profile"]::before {
  content: "\f007";
}
 
.mainmenu[href*="login"]::before {
  content: "\f011";
}
 
.mainmenu[href*="register"]::before {
  content: "\f2b9";
}
 
 
/* Nick Piscando  KKKKK*/
 
span[style="color:#CC0436"] strong {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
 
@-moz-keyframes blinker {
  0% {
      opacity: 1.0;
  }
  50% {
      opacity: 0.0;
  }
  100% {
      opacity: 1.0;
  }
}
 
@-webkit-keyframes blinker {
  0% {
      opacity: 1.0;
  }
  50% {
      opacity: 0.0;
  }
  100% {
      opacity: 1.0;
  }
}
 
@keyframes blinker {
  0% {
      opacity: 1.0;
  }
  50% {
      opacity: 0.0;
  }
  100% {
      opacity: 1.0;
  }
}
 
#container {
  margin-right: 90px !important;
  margin-left: 0 !important;
  padding-right: 1rem;
}
 
.page-topic .topic-title a {
  font-size: 16px !important;
}
.page-topic .lastpost span>center>span {
  font-size: 14px !important;
}

.postprofile-info .profile_field {
  background-color: #e9ebed;
  border: 1px solid #aaa9a9;
  border-left-width: 4px;
  padding: .5rem;
}
 
.postprofile-info .profile_field:not(:last-child) {
  margin-bottom: .25rem;
}
tikky

tikky
Admineiro
Admineiro

Membro desde : 13/01/2017
Mensagens : 7820
Pontos : 9063

Ir para o topo Ir para baixo

Tópico resolvido Re: Adicionar fundo aos campos de perfil no tópico

Mensagem por PauloVinicios1755 25.03.22 4:19

Não funfou Triste
PauloVinicios1755

PauloVinicios1755
****

Membro desde : 04/04/2021
Mensagens : 237
Pontos : 345

https://brasilplayobscure.forumeiros.com

Ir para o topo Ir para baixo

Admineiro

Tópico resolvido Re: Adicionar fundo aos campos de perfil no tópico

Mensagem por tikky 25.03.22 9:36

PauloVinicios1755 escreveu:Não funfou Triste
Porque a folha de estilo acima não existe no fórum, assim como o código passado em cima.
tikky

tikky
Admineiro
Admineiro

Membro desde : 13/01/2017
Mensagens : 7820
Pontos : 9063

Ir para o topo Ir para baixo

Tópico resolvido Re: Adicionar fundo aos campos de perfil no tópico

Mensagem por Mpezin 30.03.22 3:33

Tópico resolvido


Tópico arquivado por inatividade por parte do autor, marcado como resolvido por ter solução apropriada à questão.
Mpezin

Mpezin
***

Membro desde : 28/05/2020
Mensagens : 185
Pontos : 173

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

- Tópicos semelhantes

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