Mudar caixinha de resposta rápida.

2 participantes

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

Tópico resolvido Mudar caixinha de resposta rápida.

Mensagem por orgPMO 25.06.18 0:46

Detalhes da questão


Endereço do fórum: http://orgpmo.forumeiros.com
Versão do fórum: ModernBB

Descrição


Olá, queria mudar minha caixinha de resposta rápida para: Imagem

Mas não sei como.
orgPMO

orgPMO
Novo Membro

Membro desde : 25/06/2018
Mensagens : 2
Pontos : 4

https://orgpmo.forumeiros.com

Ir para o topo Ir para baixo

Admineiro
  • 0

Tópico resolvido Re: Mudar caixinha de resposta rápida.

Mensagem por tikky 25.06.18 7:03

Olá @orgPMO,
Bem vindo ao fórum de suporte português, Forumeiros!

Adicione no seu CSS
Código:
.sceditor-button, .sceditor-button div {
    -webkit-box-sizing: content-box!important;
    -moz-box-sizing: content-box!important;
    box-sizing: content-box!important;
}
.sceditor-button {
  position: relative;
}
a.sceditor-button {
    padding: .7em;
}
.sceditor-button * {
  text-indent: initial!important;
  color: #333!important;
  line-height: 15px!important;
}
 
.sceditor-button div {
  font-size: 0px!important;
  background-image: none!important;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.sceditor-button div:before {
  font-size: 15px!important;
  font-family: FontAwesome;
  text-indent: initial!important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 500!important;
}
 
.sceditor-button-bold div:before {
  content: "\f032";
}
 
.sceditor-button-italic div:before {
  content: "\f033";
}
 
.sceditor-button-underline div:before {
  content: "\f0cd";
}
 
.sceditor-button-strike div:before {
  content: "\f0cc";
}
 
.sceditor-button-left div:before {
  content: "\f036";
}
 
.sceditor-button-center div:before {
  content: "\f037";
}
 
.sceditor-button-right div:before {
  content: "\f038";
}
 
.sceditor-button-justify div:before {
  content: "\f039";
}
 
.sceditor-button-bulletlist div:before {
  content: "\f0ca";
}
 
.sceditor-button-orderedlist div:before {
  content: "\f0cb";
}
 
.sceditor-button-horizontalrule div:before {
  content: "\f068";
}
 
.sceditor-button-quote div:before {
  content: "\f10d";
}
 
.sceditor-button-code div:before {
  content: "\f1c9";
}
 
.sceditor-button-faspoiler div:before {
  content: "\f146";
}
 
.sceditor-button-fahide div:before {
  content: "\f070";
}
 
.sceditor-button-table div:before {
  content: "\f0ce";
}
 
.sceditor-button-servimg div:before {
  content: "\f03e";
}
 
.sceditor-button-image div:before {
  content: "\f1c5";
}
 
.sceditor-button-link div:before {
  content: "\f0c1";
}
 
.sceditor-button-youtube div:before {
  content: "\f166";
}
 
.sceditor-button-dailymotion {
  display: none;
}
 
.sceditor-button-flash div:before {
  content: "\f008";
}
 
.sceditor-button-headers div:before {
  content: "\f1dc";
}
 
.sceditor-button-size div:before {
  content: "\f034";
}
 
.sceditor-button-color div:before {
  content: "\f1fc";
}
 
.sceditor-button-font div:before {
  content: "\f031";
}
 
.sceditor-button-removeformat div:before {
  content: "\f12d";
}
 
.sceditor-button-more div:before {
  content: "\f067";
}
 
.sceditor-button-subscript div:before {
  content: "\f12c";
}
 
.sceditor-button-superscript div:before {
  content: "\f12b";
}
 
.sceditor-button-fascroll div:before {
  content: "\f060";
}
 
.sceditor-button-faupdown div:before {
  content: "\f062";
}
 
.sceditor-button-farand div:before {
  content: "\f074";
}
 
.sceditor-button-date div:before {
  content: "\f133";
}
 
.sceditor-button-time div:before {
  content: "\f017";
}
 
.sceditor-button-pastetext div:before {
  content: "\f0ea";
}
 
.sceditor-button-source div:before {
  content: "\f016";
}
.sceditor-button-emoticon div:before {
  content: "\f118";
}
.sceditor-button-twemoji div:before {
  content: "\f118";
}
.sceditor-button-dailymotion div:before {
  content: "\f03d";
}
.sceditor-button-staff div:before {
  content: "\f132";
  color: #C0392B
}


Leia também: Instalação do fontawesome no fórum

- pedxz
tikky

tikky
Admineiro
Admineiro

Membro desde : 13/01/2017
Mensagens : 7806
Pontos : 9049

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar caixinha de resposta rápida.

Mensagem por orgPMO 30.06.18 20:46

Li o que você pediu, mas mesmo assim não entendi como funciona. Li e vi o vídeo.
orgPMO

orgPMO
Novo Membro

Membro desde : 25/06/2018
Mensagens : 2
Pontos : 4

https://orgpmo.forumeiros.com

Ir para o topo Ir para baixo

Admineiro

Tópico resolvido Re: Mudar caixinha de resposta rápida.

Mensagem por tikky 30.06.18 20:52

Entre no Painel de controle > Visualização > Templates > Geral e localize o template: overall_header. Clique no ícone do lápis para editar e localize {CSS}, em baixo você só precisa de adicionar
Código:
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />

Salve e publique o template, e já está Muito feliz
tikky

tikky
Admineiro
Admineiro

Membro desde : 13/01/2017
Mensagens : 7806
Pontos : 9049

Ir para o topo Ir para baixo

Admineiro

Tópico resolvido Re: Mudar caixinha de resposta rápida.

Mensagem por tikky 04.07.18 11:26

Tópico resolvido


Tópico marcado como resolvido pela equipe por abandono do autor.
tikky

tikky
Admineiro
Admineiro

Membro desde : 13/01/2017
Mensagens : 7806
Pontos : 9049

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