• ¡Bienvenido a XenFácil!

    Estás viendo el sitio como Invitado. Para poder participar en este sitio

    y obtendrás privilegios adicionales, acceso a otras áreas y mucho mas.

    ¡Es gratis!


    ¿Ya eres miembro? Inicia sesión

Mod.Plantilla Mejorando BBcode y citado

lenin

XenForoUser
BB.png

Para hacerlos personalizados,
subir las dos imágenes a los siguientes directorios:
shadows_bbcode.png = TUSKIN/xenforo/overlay/shadow_bbcode.png
ejemplo:
http://static.kpumco.com/K-Dark/xenforo/overlay/shadow_bbcode.png
bbcode_grand.png = TUSKIN/xenforo/overlay/gradients/bbcode_grad.png
ejemplo:
http://static.kpumco.com/K-Dark/xenforo/overlay/gradients/bbcode_grad.png

luego en extra.css el siguiente codigo...:

Insertar CODE, HTML o PHP:
/*----------[ BB CODE Y CITADO ]----------*/
 
.bbCodeCode .type {
	background: url("@imagePath/xenforo/overlay/gradients/bbcode_grad.png") repeat-x scroll center top #cbdbdf!important;
	border-bottom: 1px solid #a3bdc4 !important;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #54676c;
	font-family: 'Trebuchet MS',Helvetica,Arial,sans-serif;
	font-size: 11px;
	padding: 3px 8px;
}
 
.bbCodeCode pre, .bbCodeCode .code {
	background: url("@imagePath/xenforo/overlay/shadow_bbcode.png") no-repeat scroll center top #cbdbdf!important;
	border-radius: 0 0 0 0 !important;
	box-shadow: 0 0 3px #bfd5dc inset;
	font-family: Consolas,'Courier New',Courier,monospace;
	font-size: 10pt;
	line-height: 1.24;
	max-height: 500px;
	min-height: 30px;
	overflow: auto;
	padding: 10px;
	word-wrap: normal;
	color: #54676c;
}
.bbCodeCode {
	border: 1px solid #a3bdc4 !important;
	border-radius: 5px 5px 5px 5px;
}
.bbCodeCode .type {
	padding: 4px 10px !important;
	font-size: 14px !important;
	color: #54676c !important;
}
 
.bbCodeQuote .type {
	background: url("@imagePath/xenforo/overlay/gradients/bbcode_grad.png") repeat-x scroll center top #fee6b6!important;
	border-bottom: 1px solid #e6c585!important;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #6CB2E4;
	font-family: 'Trebuchet MS',Helvetica,Arial,sans-serif;
	font-size: 11px;
	padding: 3px 8px;
}
 
.bbCodeQuote blockquote{
	background: url("@imagePath/xenforo/overlay/shadow_bbcode.png") no-repeat scroll center top #fee6b6!important;
	border-radius: 0 0 0 0 !important;
	box-shadow: 0 0 3px #edd3a1 inset;
}
 
.bbCodeQuote {
	border: 1px solid #e6c585!important;
	border-radius: 5px 5px 5px 5px;
}
 
.bbCodeQuote .type {
	padding: 4px 10px !important;
	font-size: 14px !important;
	color: #414141 !important;
}
.bbCodeCode .type {
	background: url("@imagePath/xenforo/overlay/gradients/bbcode_grad.png") repeat-x scroll top #cbdbdf!important;
	border-bottom: 1px solid #a3bdc4 !important;
}

ENJOY!!!!
 

Adjuntos

  • bbcode_grad.png
    bbcode_grad.png
    362 bytes · Visitas: 6
  • shadow_bbcode.png
    shadow_bbcode.png
    624 bytes · Visitas: 6
  • Mejoras_BBcode_Cita.zip
    1,3 KB · Visitas: 42

luis

Administrador
Veo que ya te ha contestado lms mientras estaba escribiendo, de todas formas se han adjuntado las imágenes en un Zip al primer mensaje para facilitar el uso del aporte de lenin.
 
Arriba