Mudando o typography do último template da YooTheme

  • JackFace
  • Avatar de JackFace Autor do Tópico
  • Offline
  • JCB! Novato
  • JCB! Novato
Mais
14 anos 6 meses atrás #18905 por JackFace
JackFace created the topic: Mudando o typography do último template da YooTheme
Olá a todos.
Na pasta CSS no arquivo typography eu gostaria de criar um novo div. usando outra imagem no tamanho 90x por 90x. tentei e vi que a imagem não aparece toda pq eu so fiz copiar e colar oq tinha la, sendo q está configurado para imagens 25x por 25x. como eu faço pra mudar?
}

div.info, span.info,
div.alert, span.alert,
div.download, span.download,
div.tip, span.tip {
	margin: 10px 0px 10px 0px;
	padding: 8px 10px 8px 35px;
}

div.info, span.info {
	background: #f4f5f6 url(../images/typography/box_info.png) 3px 5px no-repeat;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
}

div.alert, span.alert {
	background: #fff5eb url(../images/typography/box_alert.png) 3px 5px no-repeat;
	border-top: 1px dotted #ffb4a0;
	border-bottom: 1px dotted #ffb4a0;
}

div.download, span.download {
	background: #f5faeb url(../images/typography/box_download.png) 3px 5px no-repeat;
	border-top: 1px dotted #78be5a;
	border-bottom: 1px dotted #78be5a;
}

div.tip, span.tip {
	background: #fffdeb url(../images/typography/box_tip.png) 3px 5px no-repeat;
	border-top: 1px dotted #ffc864;
	border-bottom: 1px dotted #ffc864;

Eu quero criar um novo mas usando uma imagem 90x por 90x.
Alguem saberia como eu posso fazer isso?
Desde já agradeço a ajuda e a atenção.
abraços.

Please Entrar ou Registrar to join the conversation.


Mais
14 anos 6 meses atrás #18934 por Trorram
Trorram replied the topic: Re: Mudando o typography do último template da YooTheme
Minha sugestão é pegar uma semelhante ao typo que voce quer cirar achar todos no CSS e fazer um nova com um novo nome para CSS.

Entende?

Abs.

Trorram <!-- s;) --><img src="{SMILIES_PATH}/icon_e_wink.gif" alt=";)" title="Piscada" /><!-- s;) -->

Please Entrar ou Registrar to join the conversation.

  • JackFace
  • Avatar de JackFace Autor do Tópico
  • Offline
  • JCB! Novato
  • JCB! Novato
Mais
14 anos 6 meses atrás #18963 por JackFace
JackFace replied the topic: Re: Mudando o typography do último template da YooTheme
tava fzendo uma besteira aqui... ja conseguir resolver.
obrigado. =]

Please Entrar ou Registrar to join the conversation.