Ciao,
io ho un calendario in un blog wordpress, e le celle che si riferiscono a giorni in cui sono stati scritti articoli, sono tutte spostate a destra, e non riesco a centrarle e renderle identiche a quelle normali, cioè senza link agli articoli scritti. Ho provato mille e mille abbinamenti di codici ma nessuno soddisfa la stringa. Lo vedete qui![]()
Vi posto il codice. Come vedete, ovunque c'è il <text-align: center> ma quelle celle rimangono maledettamente a destra. Cosa devo cambiare precisamente??
#wp-calendar {
background: #ffffff;
border: 1px solid #990000;
color: #000000;
font-family: verdana;
font-size: 11px;
text-align: center;
}
/***************
* celle linkabili *
****************/
#wp-calendar a {
font-size: 11px;
font-family: verdana;
font-weight: bold;
text-align: center;
color: #990000
}
/***************
* celle al passaggio del mouse *
****************/
#wp-calendar a:hover {
color: #990000;
text-align: center;
}
/***************
* celle di tutto il calendario *
****************/
#wp-calendar td {
color: #000000;
font-size: 11px;
font-family: Verdana;
text-align: center;
}
#wp-calendar td:a {
color: #000000;
font: 11px 'Verdana';
text-align: center;
}
/***************
* GIORNO OGGI TODAY *
****************/
#wp-calendar #today {
border: 1px solid #990000;
background: #FFE7BB;
color: #000000;
text-align: center;
}
/***************
* GIORNI DELLA SETTIMANA *
****************/
#wp-calendar th {
font-style: normal;
text-align: center;
color: #990000;
background: #FFFFFF;
}
/***************
* IL MESE
*
****************/
#wp-calendar caption {
font: bold 2.3em 'Verdana';
text-align: center;
background: #FFFFFF;
}