Skip to content
Extraits de code Groupes Projets
Valider e74ebfbc rédigé par esj's avatar esj
Parcourir les fichiers

ménage et normalisation XHTML 1.1 (merci James)

parent 4f6fdb87
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -27,8 +27,62 @@ a.calendrier-annee {
color: white;
-moz-border-radius: 5px;
}
a.calendrier-annee:hover {
color: black;
background-color: white;
}
.calendrier-table-large {
border: 0px;
width: 975px;
}
.calendrier-td-large-centre {
width: 535px;
vertical-align: top;
}
.calendrier-td-large-bord {
width: 200px;
vertical-align: top;
}
.calendrier-table-etroit {
border: 0px;
width: 750px;
}
.calendrier-td-etroit-centre {
width: 630px;
vertical-align: top;
}
.calendrier-td-etroit-bord {
width: 100px;
vertical-align: top;
}
.calendrier-opacity {
-moz-opacity: 0.3;
filter: alpha(opacity=30);
}
.calendrier-arial10 {
font-family: Arial, Sans, sans-serif; font-size: 10px;
}
.calendrier-arial11 {
font-family: Arial, Sans, sans-serif; font-size: 11px;
}
.calendrier-verdana10 {
font-family: Verdana, Arial, Sans, sans-serif; font-size: 10px;
}
.calendrier-png {
width: 12px;
height: 12px;
behavior: url(win_png.htc);
}
\ No newline at end of file
Ce diff est replié.
......@@ -833,6 +833,7 @@ function calendrier($date='', $type='mois', $echelle='', $partie_cal='', $script
{
include_ecrire("inc_calendrier.php");
include_ecrire("inc_layer.php3");
if (!isset($GLOBALS['spip_ecran'])) $GLOBALS['spip_ecran'] = 'large';
return
$GLOBALS['browser_layer'] .
http_script('',_DIR_RESTREINT . 'presentation.js') .
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter