You are on page 1of 15

hola amigos aqui nuevamente con una adaptacion de un mod, en esta ocacion es de

tutan en phpost por lo que van los creditos a el la mejora corre de mi parte ade
mas de una nueva adaptacion mas simple que nos daba problemas a los que lo usaba
mos con la V5 de to-up xq tenia mas botones y nos descuadraba todo ahora bien e
sta version es con menos botones pero mantiene los mas importantes si desean agr
egar mas corre por su cuenta asi que empesamos...
abren acciones.js y buscan:
// PREPARAR EL ENVIO
nuevo: function (para, asunto, body, error){
// GUARDAR
this.vars['to'] = para;
this.vars['sub'] = asunto;
this.vars['msg'] = body;
this.vars['error'] = error;
//
mydialog.procesando_fin();
mydialog.show(true);
mydialog.title('Nuevo mensaje');
mydialog.body(this.form());
mydialog.buttons(true, true, 'Enviar', 'mensaje.enviar(0)', true
, true, true, 'Cancelar', 'close', true, false);
mydialog.center();
},
// ENVIAR...
antes de
},
// ENVIAR...
agregan:
$('#msg_body').markItUp(mySettings_mps);
ahora abren m.mensajes_leer.tpl y al final remplazan
{literal}
<script type="text/javascript">
$(document).ready(function(){
$('#respuesta').markItUp(mySettings_cmt);
});
</script>
{/literal}
por esto:
{literal}
<script type="text/javascript">
$(document).ready(function(){
$('#respuesta').markItUp(mySettings_mps);
});
</script>
{/literal}
ahora abrimos el archivo acciones.js nuevamente y buscamos:
mySettings_cmt = {
markupSet: [
{name:lang['Negrita'], key:'B', openWith:'[b]', closeWith:'[/b]'
},
{name:lang['Cursiva'], key:'I', openWith:'[i]', closeWith:'[/i]'
},
{name:lang['Subrayado'], key:'U', openWith:'[u]', closeWith:'[/u
]'},
{separator:'-' },
{name:lang['Alinear a la izquierda'], key:'', openWith:'[align=l
eft]', closeWith:'[/align]'},
{name:lang['Alinear al Centro'], key:'', openWith:'[align=center
]', closeWith:'[/align]'},
{name:lang['Alinear a la derecha'], key:'', openWith:'[align=rig
ht]', closeWith:'[/align]'},
{separator:'-' },
{name:lang['Color'], dropMenu: [
{name:lang['Rojo oscuro'], openWith:'[color=darkred]', c
loseWith:'[/color]' },
{name:lang['Rojo'], openWith:'[color=red]', closeWith:'[
/color]' },
{name:lang['Naranja'], openWith:'[color=orange]', closeW
ith:'[/color]' },
//{name:lang['Marron'], openWith:'[color=brown]', closeW
ith:'[/color]' },
//{name:lang['Amarillo'], openWith:'[color=yellow]', clo
seWith:'[/color]' },
//{name:lang['Verde'], openWith:'[color=green]', closeWi
th:'[/color]' },
//{name:lang['Oliva'], openWith:'[color=olive]', closeWi
th:'[/color]' },
//{name:lang['Cyan'], openWith:'[color=cyan]', closeWith
:'[/color]' },
//{name:lang['Azul'], openWith:'[color=blue]', closeWith
:'[/color]' },
//{name:lang['Azul oscuro'], openWith:'[color=darkblue]'
, closeWith:'[/color]' },
//{name:lang['Indigo'], openWith:'[color=indigo]', close
With:'[/color]' },
//{name:lang['Violeta'], openWith:'[color=violet]', clos
eWith:'[/color]' },
//{name:lang['Negro'], openWith:'[color=black]', closeWi
th:'[/color]' }
]},
{name:lang['Tamano'], dropMenu :[
{name:lang['Pequena'], openWith:'[size=9]', closeWith:'[
/size]' },
//{name:lang['Normal'], openWith:'[size=12]', closeWith:
'[/size]' },
{name:lang['Grande'], openWith:'[size=18]', closeWith:'[
/size]' },
{name:lang['Enorme'], openWith:'[size=24]', closeWith:'[
/size]' }
]},
{name:lang['Fuente'], dropMenu :[
//{name:'Arial', openWith:'[font=Arial]', closeWith:'[/f
ont]' },
//{name:'Courier New', openWith:'[font=Courier New]', cl
oseWith:'[/font]' },
{name:'Georgia', openWith:'[font=Georgia]', closeWith:'[
/font]' },
//{name:'Times New Roman', openWith:'[font=Times New Rom
an]', closeWith:'[/font]' },
{name:'Verdana', openWith:'[font=Verdana]', closeWith:'[
/font]' },
//{name:'Trebuchet MS', openWith:'[font=Trebuchet MS]',
closeWith:'[/font]' },
//{name:'Lucida Sans', openWith:'[font=Lucida Sans]', cl
oseWith:'[/font]' },
{name:'Comic Sans', openWith:'[font=Comic Sans]', closeW
ith:'[/font]' }
]},
{separator:'-' },
{name:lang['Insertar video de YouTube'], beforeInsert:function(h
){ markit_yt(h); }},
{name:lang['Insertar cancion de Goear'], beforeInsert:function(h
){ markit_g(h); }},
{name:lang['Insertar archivo SWF'], beforeInsert:function(h){ ma
rkit_swf(h); }},
{name:lang['Insertar Imagen'], beforeInsert:function(h){ markit_
img(h); }},
{name:lang['Insertar Link'], beforeInsert:function(h){ markit_ur
l(h); }},
{name:lang['Citar'], beforeInsert:function(h){ markit_quote(h);
}},
{separator:'-' },
{name:lang['Spoiler'], openWith:'[spoiler]', closeWith:'[/spoiler]' },

//{name:lang['Upload'], beforeInsert:function(h){ markit_upload(h); }},
/*{name:lang['Tu'], openWith:'[tu]', closeWith:'' },*/
]
};
y abajo de esto agregamos:
mySettings_mps = {
nameSpace: 'markitmps',
resizeHandle: false,
markupSet: [
{name:lang['Negrita'], key:'B', openWith:'[b]', closeWith:'[/b]'
},
{name:lang['Cursiva'], key:'I', openWith:'[i]', closeWith:'[/i]'
},
{name:lang['Subrayado'], key:'U', openWith:'[u]', closeWith:'[/u
]'},
{name:lang['Color'], dropMenu: [
{name:lang['Rojo oscuro'], openWith:'[color=darkred]', closeWith
:'[/color]' },
{name:lang['Rojo'], openWith:'[color=red]', closeWith:'[/color]'
},
{name:lang['Naranja'], openWith:'[color=orange]', closeWith:'[/c
olor]' },
]},
{separator:'-' },
{name:lang['Alinear a la izquierda'], key:'', openWith:'[align=l
eft]', closeWith:'[/align]'},
{name:lang['Centrar'], key:'', openWith:'[align=center]', closeWith:'[/a
lign]'},
{name:lang['Alinear a la derecha'], key:'', openWith:'[align=right]', cl
oseWith:'[/align]'},
{separator:'-' },
{name:lang['Insertar video de YouTube'], beforeInsert:function(h
){ markit_yt(h); }},
{name:lang['Insertar Imagen'], beforeInsert:function(h){ markit_
img(h); }},
{name:lang['Insertar Link'], beforeInsert:function(h){ markit_ur
l(h); }},
{name:lang['Citar'], beforeInsert:function(h){ markit_quote(h);
}}
]
};
ahora vamos a estilo.css y buscamos
/* Botones */
.markItUp .markItUpButton1 a {
background:transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 -78px;
}
.markItUp .markItUpButton1 a:hover {
background-position: -25px -78px;
}
.markItUp .markItUpButton1 a:active {
background-position:-50px -78px
}
.markItUp .markItUpButton2 a {
background:transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 -104px;
}
.markItUp .markItUpButton2 a:hover {
background-position:-25px -104px
}
.markItUp .markItUpButton2 a:active {
background-position:-50px -104px
}
.markItUp .markItUpButton3 a {
background:transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 -312px;
}
.markItUp .markItUpButton3 a:hover {
background-position:-25px -312px;
}
.markItUp .markItUpButton3 a:active {
background-position:-50px -312px;
}
.markItUp .markItUpButton4 a {
background:transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 0;
}
.markItUp .markItUpButton4 a:hover {
background-position:-25px 0;
}
.markItUp .markItUpButton4 a:active {
background-position:-50px 0;
}
.markItUp .markItUpButton5 a {
background:transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 -26px;
}
.markItUp .markItUpButton5 a:hover {
background-position:-25px -26px;
}
.markItUp .markItUpButton5 a:active {
background-position:-50px -26px;
}
.markItUp .markItUpButton6 a {
background: transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 -52px;
}
.markItUp .markItUpButton6 a:hover {
background-position:-25px -52px;
}
.markItUp .markItUpButton6 a:active {
background-position:-50px -52px;
}
.markItUp .markItUpButton7 a {
background: transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 -338px;
}
.markItUp .markItUpButton7 a:hover {
background-position: -25px -338px;
}
.markItUp .markItUpButton7 a:active {
background-position: -50px -338px;
}
/* Seleccionar Color */
.markItUpButton .markItUpButton7-1 a{
color: darkRed;
}
.markItUpButton .markItUpButton7-2 a{
color:red;
}
.markItUpButton .markItUpButton7-3 a{
color:orange;
}
.markItUpButton .markItUpButton7-4 a{
color:brown;
}
.markItUpButton .markItUpButton7-5 a{
color:yellow;
}
.markItUpButton .markItUpButton7-6 a{
color:green;
}
.markItUpButton .markItUpButton7-7 a{
color:olive;
}
.markItUpButton .markItUpButton7-8 a{
color:cyan;
}
.markItUpButton .markItUpButton7-9 a{
color:blue;
}
.markItUpButton .markItUpButton7-10 a{
color:darkblue;
}
.markItUpButton .markItUpButton7-11 a{
color:indigo;
}
.markItUpButton .markItUpButton7-12 a{
color:violet;
}
.markItUpButton .markItUpButton7-13 a{
color:black;
}
.markItUp .markItUpButton8 a {
background: transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 -364px;
}
.markItUp .markItUpButton8 a:hover {
background-position:-25px -364px;
}
.markItUp .markItUpButton8 a:active {
background-position:-50px -364px;
}
/* Seleccionar Fuente */
.markItUp .markItUpButton9 a {
background: transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 -286px;
}
.markItUp .markItUpButton9 a:hover {
background-position: -25px -286px;
}
.markItUp .markItUpButton9 a:active {
background-position: -50px -286px;
}
.markItUpButton .markItUpButton9-1 a{
font-family: 'Arial';
}
.markItUpButton .markItUpButton9-2 a{
font-family: 'Courier New';
}
.markItUpButton .markItUpButton9-3 a{
font-family: 'Georgia';
}
.markItUpButton .markItUpButton9-4 a{
font-family: 'Times New Roman';
font-size: 12px;
padding: 8px;
width: 104px!important;
text-align: center;
}
.markItUpButton .markItUpButton9-5 a{
font-family: 'Verdana';
}
.markItUpButton .markItUpButton9-6 a{
font-family: 'Trebuchet MS';
}
.markItUpButton .markItUpButton9-7 a{
font-family: 'Lucida Sans';
}
.markItUpButton .markItUpButton9-8 a{
font-family: 'Comic Sans';
}
.markItUp .markItUpButton10 a, .markitcomment .markItUp .markItUpButton4 a, .but
tons .vid {
background: transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 -130px;
}
.markItUp .markItUpButton10 a:hover, .markitcomment .markItUp .markItUpButton4 a
:hover, .buttons .vid {
background-position: -25px -130px;
}
.markItUp .markItUpButton10 a:active, .markitcomment .markItUp .markItUpButton4
a:active, .buttons .vid {
background-position: -50px -130px;
}
.markItUp .markItUpButton11 a {
background: transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 -156px;
}
.markItUp .markItUpButton11 a:hover {
background-position: -25px -156px;
}
.markItUp .markItUpButton11 a:active {
background-position: -50px -156px;
}
.markItUp .markItUpButton12 a, .markitcomment .markItUp .markItUpButton6 a {
background: transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 -182px;
}
.markItUp .markItUpButton12 a:hover, .markitcomment .markItUp .markItUpButton6 a
:hover {
background-position: -25px -182px;
}
.markItUp .markItUpButton12 a:active, .markitcomment .markItUp .markItUpButton6
a:active {
background-position: -50px -182px;
}
.markItUp .markItUpButton13 a, .markitcomment .markItUp .markItUpButton5 a, .miR
espuesta .markItUp .markItUpButton5 a, .buttons .img {
background: transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 -208px;
}
.markItUp .markItUpButton13 a:hover, .markitcomment .markItUp .markItUpButton5 a
:hover, .miRespuesta .markItUp .markItUpButton5 a:hover, .buttons .img {
background-position: -25px -208px;
}
.markItUp .markItUpButton13 a:active, .markitcomment .markItUp .markItUpButton5
a:active, .miRespuesta .markItUp .markItUpButton5 a:active, .buttons .img {
background-position: -50px -208px;
}
.markItUp .markItUpButton14 a, .markitcomment .markItUp .markItUpButton6 a,.miRe
spuesta .markItUp .markItUpButton6 a, .buttons .url {
background: transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 -234px;
}
.markItUp .markItUpButton14 a:hover, .markitcomment .markItUp .markItUpButton6 a
:hover,.miRespuesta .markItUp .markItUpButton6 a:hover, .buttons .url {
background-position: -25px -234px;
}
.markItUp .markItUpButton14 a:active, .markitcomment .markItUp .markItUpButton6
a:active,.miRespuesta .markItUp .markItUpButton6 a:active, .buttons .url {
background-position: -50px -234px;
}
.markItUp .markItUpButton15 a, .markitcomment .markItUp .markItUpButton7 a, .miR
espuesta .markItUp .markItUpButton7 a, .citarAnswer {
background: transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 -260px;
}
.markItUp .markItUpButton15 a:hover, .markitcomment .markItUp .markItUpButton7 a
:hover, .miRespuesta .markItUp .markItUpButton7 a:hover, .citarAnswer {
background-position: -25px -260px;
}
.markItUp .markItUpButton15 a:active, .markitcomment .markItUp .markItUpButton7
a:active, .miRespuesta .markItUp .markItUpButton7 a:active, .citarAnswer {
background-position: -50px -260px;
}
.markItUp .markItUpButton16 a {
background: transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 -390px;
}
.markItUp .markItUpButton16 a:hover {
background-position: -25px -390px;
}
.markItUp .markItUpButton16 a:active {
background-position: -50px -390px;
}
.markItUp .markItUpButton17 a {
background: transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 -416px;
}
.markItUp .markItUpButton17 a:hover {
background-position: -25px -416px;
}
.markItUp .markItUpButton17 a:active {
background-position: -50px -416px;
}
.markItUp .markItUpButton18 a {
background: transparent url(to-up/bbcodes-toup_.png) no-repeat scroll left top;
background-position: 0 -156px;
}
.markItUp .markItUpButton18 a:hover {
background-position: -25px -156px;
}
.markItUp .markItUpButton18 a:active {
background-position: -50px -156px;
}
/* FIN - CSS markItUp */
y remplazamos por este:
/* Botones */
.markItUp .markItUpButton1 a {
background:transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 -78px;
}
.markItUp .markItUpButton1 a:hover {
background-position: -25px -78px;
}
.markItUp .markItUpButton1 a:active {
background-position:-50px -78px
}
.markItUp .markItUpButton2 a {
background:transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 -104px;
}
.markItUp .markItUpButton2 a:hover {
background-position:-25px -104px
}
.markItUp .markItUpButton2 a:active {
background-position:-50px -104px
}
.markItUp .markItUpButton3 a {
background:transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 -312px;
}
.markItUp .markItUpButton3 a:hover {
background-position:-25px -312px;
}
.markItUp .markItUpButton3 a:active {
background-position:-50px -312px;
}
.markItUp .markItUpButton4 a, .markitmps .markItUp .markItUpButton5 a {
background:transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 0;
}
.markItUp .markItUpButton4 a:hover, .markitmps .markItUp .markItUpButton5 a:hove
r {
background-position:-25px 0;
}
.markItUp .markItUpButton4 a:active, .markitmps .markItUp .markItUpButton5 a:act
ive {
background-position:-50px 0;
}
.markItUp .markItUpButton5 a, .markitmps .markItUp .markItUpButton6 a {
background:transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 -26px;
}
.markItUp .markItUpButton5 a:hover, .markitmps .markItUp .markItUpButton6 a:hove
r {
background-position:-25px -26px;
}
.markItUp .markItUpButton5 a:active, .markitmps .markItUp .markItUpButton6 a:act
ive {
background-position:-50px -26px;
}
.markItUp .markItUpButton6 a, .markitmps .markItUp .markItUpButton7 a {
background: transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 -52px;
}
.markItUp .markItUpButton6 a:hover, .markitmps .markItUp .markItUpButton7 a:hove
r {
background-position:-25px -52px;
}
.markItUp .markItUpButton6 a:active, .markitmps .markItUp .markItUpButton7 a:act
ive {
background-position:-50px -52px;
}
.markItUp .markItUpButton7 a, .markitmps .markItUp .markItUpButton4 a {
background: transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 -338px;
}
.markItUp .markItUpButton7 a:hover, .markitmps .markItUp .markItUpButton4 a:hove
r {
background-position: -25px -338px;
}
.markItUp .markItUpButton7 a:active, .markitmps .markItUp .markItUpButton4 a:act
ive {
background-position: -50px -338px;
}
/* Seleccionar Color */
.markItUpButton .markItUpButton7-1 a, .markitmps .markItUpButton .markItUpBu
tton4-1 a {
color: darkRed;
}
.markItUpButton .markItUpButton7-2 a, .markitmps .markItUpButton .markIt
UpButton4-2 a {
color:red;
}
.markItUpButton .markItUpButton7-3 a, .markitmps .markItUpButton .markIt
UpButton4-3 a {
color:orange;
}
.markItUpButton .markItUpButton7-4 a{
color:brown;
}
.markItUpButton .markItUpButton7-5 a{
color:yellow;
}
.markItUpButton .markItUpButton7-6 a{
color:green;
}
.markItUpButton .markItUpButton7-7 a{
color:olive;
}
.markItUpButton .markItUpButton7-8 a{
color:cyan;
}
.markItUpButton .markItUpButton7-9 a{
color:blue;
}
.markItUpButton .markItUpButton7-10 a{
color:darkblue;
}
.markItUpButton .markItUpButton7-11 a{
color:indigo;
}
.markItUpButton .markItUpButton7-12 a{
color:violet;
}
.markItUpButton .markItUpButton7-13 a{
color:black;
}
.markItUp .markItUpButton8 a {
background: transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 -364px;
}
.markItUp .markItUpButton8 a:hover {
background-position:-25px -364px;
}
.markItUp .markItUpButton8 a:active {
background-position:-50px -364px;
}
/* Seleccionar Fuente */
.markItUp .markItUpButton9 a {
background: transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 -286px;
}
.markItUp .markItUpButton9 a:hover {
background-position: -25px -286px;
}
.markItUp .markItUpButton9 a:active {
background-position: -50px -286px;
}
.markItUpButton .markItUpButton9-1 a{
font-family: 'Arial';
}
.markItUpButton .markItUpButton9-2 a{
font-family: 'Courier New';
}
.markItUpButton .markItUpButton9-3 a{
font-family: 'Georgia';
}
.markItUpButton .markItUpButton9-4 a{
font-family: 'Times New Roman';
font-size: 12px;
padding: 8px;
width: 104px!important;
text-align: center;
}
.markItUpButton .markItUpButton9-5 a{
font-family: 'Verdana';
}
.markItUpButton .markItUpButton9-6 a{
font-family: 'Trebuchet MS';
}
.markItUpButton .markItUpButton9-7 a{
font-family: 'Lucida Sans';
}
.markItUpButton .markItUpButton9-8 a{
font-family: 'Comic Sans';
}
.markItUp .markItUpButton10 a, .markitcomment .markItUp .markItUpButton4 a, .mar
kitmps .markItUp .markItUpButton8 a, .buttons .vid {
background: transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 -130px;
}
.markItUp .markItUpButton10 a:hover, .markitcomment .markItUp .markItUpButton4 a
:hover, .markitmps .markItUp .markItUpButton8 a:hover, .buttons .vid {
background-position: -25px -130px;
}
.markItUp .markItUpButton10 a:active, .markitcomment .markItUp .markItUpButton4
a:active, .markitmps .markItUp .markItUpButton8 a:active, .buttons .vid {
background-position: -50px -130px;
}
.markItUp .markItUpButton11 a {
background: transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 -156px;
}
.markItUp .markItUpButton11 a:hover {
background-position: -25px -156px;
}
.markItUp .markItUpButton11 a:active {
background-position: -50px -156px;
}
.markItUp .markItUpButton12 a, .markitcomment .markItUp .markItUpButton6 a {
background: transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 -182px;
}
.markItUp .markItUpButton12 a:hover, .markitcomment .markItUp .markItUpButton6 a
:hover {
background-position: -25px -182px;
}
.markItUp .markItUpButton12 a:active, .markitcomment .markItUp .markItUpButton6
a:active {
background-position: -50px -182px;
}
.markItUp .markItUpButton13 a, .markitcomment .markItUp .markItUpButton5 a, .miR
espuesta .markItUp .markItUpButton5 a, .markitmps .markItUp .markItUpButton9 a,
.buttons .img {
background: transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 -208px;
}
.markItUp .markItUpButton13 a:hover, .markitcomment .markItUp .markItUpButton5 a
:hover, .miRespuesta .markItUp .markItUpButton5 a:hover, .markitmps .markItUp .m
arkItUpButton9 a:hover, .buttons .img {
background-position: -25px -208px;
}
.markItUp .markItUpButton13 a:active, .markitcomment .markItUp .markItUpButton5
a:active, .miRespuesta .markItUp .markItUpButton5 a:active, .markitmps .markItUp
.markItUpButton9 a:active, .buttons .img {
background-position: -50px -208px;
}
.markItUp .markItUpButton14 a, .markitcomment .markItUp .markItUpButton6 a,.miRe
spuesta .markItUp .markItUpButton6 a, .markitmps .markItUp .markItUpButton10 a,
.buttons .url {
background: transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 -234px;
}
.markItUp .markItUpButton14 a:hover, .markitcomment .markItUp .markItUpButton6 a
:hover,.miRespuesta .markItUp .markItUpButton6 a:hover, .markitmps .markItUp .ma
rkItUpButton10 a:hover, .buttons .url {
background-position: -25px -234px;
}
.markItUp .markItUpButton14 a:active, .markitcomment .markItUp .markItUpButton6
a:active,.miRespuesta .markItUp .markItUpButton6 a:active, .markitmps .markItUp
.markItUpButton10 a:active, .buttons .url {
background-position: -50px -234px;
}
.markItUp .markItUpButton15 a, .markitcomment .markItUp .markItUpButton7 a, .miR
espuesta .markItUp .markItUpButton7 a, .markitmps .markItUp .markItUpButton11 a
, .citarAnswer {
background: transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 -260px;
}
.markItUp .markItUpButton15 a:hover, .markitcomment .markItUp .markItUpButton7 a
:hover, .miRespuesta .markItUp .markItUpButton7 a:hover, .markitmps .markItUp .
markItUpButton11 a:hover, .citarAnswer {
background-position: -25px -260px;
}
.markItUp .markItUpButton15 a:active, .markitcomment .markItUp .markItUpButton7
a:active, .miRespuesta .markItUp .markItUpButton7 a:active, .markitmps .markItU
p .markItUpButton11 a:active, .citarAnswer {
background-position: -50px -260px;
}
.markItUp .markItUpButton16 a {
background: transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 -390px;
}
.markItUp .markItUpButton16 a:hover {
background-position: -25px -390px;
}
.markItUp .markItUpButton16 a:active {
background-position: -50px -390px;
}
.markItUp .markItUpButton17 a {
background: transparent url(to-up/bbcodes-toup.png) no-repeat scroll left top;
background-position: 0 -416px;
}
.markItUp .markItUpButton17 a:hover {
background-position: -25px -416px;
}
.markItUp .markItUpButton17 a:active {
background-position: -50px -416px;
}
.markItUp .markItUpButton18 a {
background: transparent url(to-up/bbcodes-toup_.png) no-repeat scroll left top;
background-position: 0 -156px;
}
.markItUp .markItUpButton18 a:hover {
background-position: -25px -156px;
}
.markItUp .markItUpButton18 a:active {
background-position: -50px -156px;
}
/* FIN - CSS markItUp */
y bueno eso seria todo al menos eso creo xD cualquier problema no olviden pregun
tar jeje saludos.
Caps:
http://puu.sh/5rsGo.jpg
http://puu.sh/5rsJt.png

You might also like