Jump to content

Recommended Posts

Hola buenos días a todos

 

El caso es que cuando intento validar el código de la página www.emmautos.com me salen muchos errores el el apartado de css, pero el principal y en el que parece que se basan todos es

la primera linia no está implementada la regla @-moz, me podríais echar una mano.

 

Muchas gracias a tod@s

URI : http://www.emmautos.com/themes/emmautos/cache/c887d2530721c969c0a3786e9d0d578c_all.css

1 Lo lamentamos, la regla-arroba @-moz-document no está implementada. 1 input.button_mini, input.button_mini_disabled, a.button_mini, span.button_mini, input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini Propiedad no válida : background-position Error de análisis sintáctico : 1 input.button_mini:hover, a.button_mini:hover, input.exclusive_mini:hover, a.exclusive_mini:hover Propiedad no válida : background-position Error de análisis sintáctico : 1 input.button_small, input.button_small_disabled, a.button_small, span.button_small, input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small Propiedad no válida : background-position Error de análisis sintáctico : 1 input.button_small:hover, a.button_small:hover, input.exclusive_small:hover, a.exclusive_small:hover Propiedad no válida : background-position Error de análisis sintáctico

 

 

Las linias en el codigo del theme global css

 

 

/* —————————————————————————————— buttons —————————————————————————————— */

/*

-tags: input, a, span

-sizes: mini, small, normal, large

-types: button, exlusive

-status: normal, hover, disabled

-rule: the span.button is a a.button disabled

*/

 

/* global button */

input.button_mini, input.button_small, input.button, input.button_large,

input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,

input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,

input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,

a.button_mini, a.button_small, a.button, a.button_large,

a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,

span.button_mini, span.button_small, span.button, span.button_large,

span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large

{height:31px !important;display:inline-block;padding:0 10px;background:#b20412;border:none;font:bold 12px "Arial" !important;color:#fff !important;text-decoration:none !important;text-align:center;cursor:pointer;-moz-transition:background 0.5s ease;-o-transition:background 0.5s ease;-webkit-transition:background 0.5s ease; border-radius:2px;}

 

/* link/span button */

a.button_mini, a.button_small, a.button, a.button_large,

a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,

span.button_mini, span.button_small, span.button, span.button_large,

span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {line-height:29px !important;}

 

/* firefox padding fix for input tag */

@-moz-document url-prefix() {

input.button_mini, input.button_small, input.button, input.button_large,

input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,

input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,

input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled

{padding-bottom:2px;}

}

 

/* disabled button */

input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,

input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,

span.button_mini, span.button_small, span.button, span.button_large,

span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {cursor:default;color:#727272 !important;}

 

/* hover buttons */

input.button_mini:hover, a.button_mini:hover, input.button_small:hover, a.button_small:hover,

input.button:hover, a.button:hover, input.button_large:hover, a.button_large:hover,

input.exclusive_mini:hover, a.exclusive_mini:hover, input.exclusive_small:hover, a.exclusive_small:hover,

input.exclusive:hover, a.exclusive:hover, input.exclusive_large:hover, a.exclusive_large:hover {background:#3a3a3a;text-decoration:none !important;-moz-transition:background 0.2s ease;-o-transition:background 0.2s ease;-webkit-transition:background 0.2s ease;}

 

/* all buttons */

input.button_mini, input.button_mini_disabled, a.button_mini, span.button_mini,

input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini {background-position:;}

 

input.button_mini:hover, a.button_mini:hover,

input.exclusive_mini:hover, a.exclusive_mini:hover {background-position:;}

 

input.button_small, input.button_small_disabled, a.button_small, span.button_small,

input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small {background-position:;}

 

input.button_small:hover, a.button_small:hover,

input.exclusive_small:hover, a.exclusive_small:hover {background-position:;}

 

input.button, input.button_disabled, a.button, span.button,

input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive {background-position:;}

 

input.button:hover, a.button:hover,

input.exclusive:hover, a.exclusive:hover {background-position:;}

 

input.button_large, input.button_large_disabled, a.button_large, span.button_large,

input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large {background-position:;}

 

input.button_large:hover, a.button_large:hover,

input.exclusive_large:hover, a.exclusive_large:hover {background-position:;}

Link to comment
Share on other sites

Hola buenos días a todos

 

El caso es que cuando intento validar el código de la página www.emmautos.com me salen muchos errores el el apartado de css, pero el principal y en el que parece que se basan todos es

la primera linia no está implementada la regla @-moz, me podríais echar una mano.

 

Muchas gracias a tod@s

URI : http://www.emmautos....d0d578c_all.css

1 Lo lamentamos, la regla-arroba @-moz-document no está implementada. 1 input.button_mini, input.button_mini_disabled, a.button_mini, span.button_mini, input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini Propiedad no válida : background-position Error de análisis sintáctico : 1 input.button_mini:hover, a.button_mini:hover, input.exclusive_mini:hover, a.exclusive_mini:hover Propiedad no válida : background-position Error de análisis sintáctico : 1 input.button_small, input.button_small_disabled, a.button_small, span.button_small, input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small Propiedad no válida : background-position Error de análisis sintáctico : 1 input.button_small:hover, a.button_small:hover, input.exclusive_small:hover, a.exclusive_small:hover Propiedad no válida : background-position Error de análisis sintáctico

 

 

Las linias en el codigo del theme global css

 

 

/* —————————————————————————————— buttons —————————————————————————————— */

/*

-tags: input, a, span

-sizes: mini, small, normal, large

-types: button, exlusive

-status: normal, hover, disabled

-rule: the span.button is a a.button disabled

*/

 

/* global button */

input.button_mini, input.button_small, input.button, input.button_large,

input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,

input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,

input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,

a.button_mini, a.button_small, a.button, a.button_large,

a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,

span.button_mini, span.button_small, span.button, span.button_large,

span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large

{height:31px !important;display:inline-block;padding:0 10px;background:#b20412;border:none;font:bold 12px "Arial" !important;color:#fff !important;text-decoration:none !important;text-align:center;cursor:pointer;-moz-transition:background 0.5s ease;-o-transition:background 0.5s ease;-webkit-transition:background 0.5s ease; border-radius:2px;}

 

/* link/span button */

a.button_mini, a.button_small, a.button, a.button_large,

a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,

span.button_mini, span.button_small, span.button, span.button_large,

span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {line-height:29px !important;}

 

/* firefox padding fix for input tag */

@-moz-document url-prefix() {

input.button_mini, input.button_small, input.button, input.button_large,

input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,

input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,

input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled

{padding-bottom:2px;}

}

 

/* disabled button */

input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,

input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,

span.button_mini, span.button_small, span.button, span.button_large,

span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {cursor:default;color:#727272 !important;}

 

/* hover buttons */

input.button_mini:hover, a.button_mini:hover, input.button_small:hover, a.button_small:hover,

input.button:hover, a.button:hover, input.button_large:hover, a.button_large:hover,

input.exclusive_mini:hover, a.exclusive_mini:hover, input.exclusive_small:hover, a.exclusive_small:hover,

input.exclusive:hover, a.exclusive:hover, input.exclusive_large:hover, a.exclusive_large:hover {background:#3a3a3a;text-decoration:none !important;-moz-transition:background 0.2s ease;-o-transition:background 0.2s ease;-webkit-transition:background 0.2s ease;}

 

/* all buttons */

input.button_mini, input.button_mini_disabled, a.button_mini, span.button_mini,

input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini {background-position:;}

 

input.button_mini:hover, a.button_mini:hover,

input.exclusive_mini:hover, a.exclusive_mini:hover {background-position:;}

 

input.button_small, input.button_small_disabled, a.button_small, span.button_small,

input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small {background-position:;}

 

input.button_small:hover, a.button_small:hover,

input.exclusive_small:hover, a.exclusive_small:hover {background-position:;}

 

input.button, input.button_disabled, a.button, span.button,

input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive {background-position:;}

 

input.button:hover, a.button:hover,

input.exclusive:hover, a.exclusive:hover {background-position:;}

 

input.button_large, input.button_large_disabled, a.button_large, span.button_large,

input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large {background-position:;}

 

input.button_large:hover, a.button_large:hover,

input.exclusive_large:hover, a.exclusive_large:hover {background-position:;}

 

Yo creo que el css es dificil de validad, porqeu no esta estandarizado sobretodo las regals del css3...

Link to comment
Share on other sites

Ya he conseguido quitar todos los errores del Global.css

 

pero me quedan estos que no encuentro en el archivo

 

Se cargan en el Theme cache, puede ser que necesite borrar cache y compilación?

1 #PM_ASBlockOutput_3 La propiedad filter no existe : none 1 .PM_ASCriterionDisable Error de análisis sintáctico opacity=50) 1 .PM_ASCriterionDisable La propiedad zoom no existe : 1 1 .ui-helper-zfix Error de análisis sintáctico Opacity=0) 1 .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary Error de análisis sintáctico Opacity=70) 1 .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled Error de análisis sintáctico Opacity=35) 1 .ui-widget-overlay Error de análisis sintáctico Opacity=30) 1 .ui-widget-shadow Error de análisis sintáctico Opacity=30)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...