Ecco il codice, (Fa parte di un tema di e-xoops)
Notate qualche errore??
[code:1:96be66a0c1]/*
.xoopsCode
.xoopsQuote
Are core specific, but may also be overridden in here to your taste.
.banner
.redirect
.bg1
.bg2
.bg3
.bg4
Are E-Xoops Specific, all others are freestyle depending on your theme.
*/
Line: 430
Invalid number : font-sizeonly 0 can be a length. You must put an unit after your number : 6
Line: 444
none is not a font-stretch value : none
Line: 444
Invalid number : font-sizeonly 0 can be a length. You must put an unit after your number : 6
Warnings
URI : http://www.colonnaromana.altervista.org/modules/news/
Line : 403 font-family: You are encouraged to offer a generic family as a last alternative
Line : 430 font-family: You are encouraged to offer a generic family as a last alternative
Line : 444 font-family: You are encouraged to offer a generic family as a last alternative
URI : http://www.colonnaromana.altervista....tyle/style.css
Line : 0 font-family: You are encouraged to offer a generic family as a last alternative
Intanto cursor hand non è corretto si deve usare cursor pointer poi i vari colori non sono quelli standard, il resto occorrerebbe leggerlo per bene (scusate ma ora ho poco tempo per leggere tutto)
[code:1:1ea2e1045f]
/*
.xoopsCode
.xoopsQuote
Are core specific, but may also be overridden in here to your taste.
.banner
.redirect
.bg1
.bg2
.bg3
.bg4
Are E-Xoops Specific, all others are freestyle depending on your theme.
*/
Adesso mi da solo questi errori
[code:1:095e227d02]Errors
URI : http://www.colonnaromana.altervista.org/modules/news/
* Line: 329
Invalid number : cursorhand is not a cursor value : hand
* Line: 430
none is not a font-stretch value : none
* Line: 430
Invalid number : font-sizeonly 0 can be a length. You must put an unit after your number : 6
* Line: 444
none is not a font-stretch value : none
* Line: 444
Invalid number : font-sizeonly 0 can be a length. You must put an unit after your number : 6
Warnings
URI : http://www.colonnaromana.altervista.org/modules/news/
* Line : 430 font-family: You are encouraged to offer a generic family as a last alternative
* Line : 444 font-family: You are encouraged to offer a generic family as a last alternative
[/code:1:095e227d02]
Gli errori sono auto esplicativi, infatti basta leggerli ;)
ovvero, cursorhand non è una prorpietà dei css, ma lo è cursor, solo che hand non è una prorpietà di cursor, infatti non esiste.
Puoi però "caricarne" una usando un'icona (.ico)
cursor: url(file.ico);
font-stretch: none non esiste, infatti non lo prevede dato che si riferisce alla "forza del carattere", non può esistere un carattere (none) forse dovevano scrivere font-stretch: normal;
per font-size, ti dice che devi inserire un valore per esso, ma francamente non lo vedo l'errore, a meno che invece di 0 abbiano scritto una o, ma non mi pare in ciò che hai copiato qui.
per gli ultimi due avvisi (warning) ti ha solo detto di non usare un solo tipo di font, ma dare delle alternative usando na lista, questo è giusto perchè non tutti hanno gli stessi font nel computer e anzi, non tutti hanno sempre lo stesso sitema operativo.