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

CSS cosmetique : retour aux couleurs habituelles des table.spip

parent a7c4108a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -80,14 +80,14 @@ div.spip_code, .spip_cadre { margin-bottom: 1em; } ...@@ -80,14 +80,14 @@ div.spip_code, .spip_cadre { margin-bottom: 1em; }
/* Tableaux */ /* Tableaux */
table { border-collapse: collapse; border-spacing: 0; } table { border-collapse: collapse; border-spacing: 0; }
table.spip { width: 99%; margin: 0 auto 1em auto; } table.spip { margin: auto; margin-bottom: 1em; border-collapse: collapse; border-spacing: 0; }
table.spip caption { caption-side: top; font-weight: bold; color: #999; line-height: normal; } table.spip caption { caption-side: top; /* bottom pas pris en compte par IE */ text-align: center; margin: auto; font-weight: bold; }
table.spip tr.row_first { background: #CCC; } table.spip tr.row_first { background: #FFC; }
table.spip tr.row_odd { background: #EEE; } table.spip tr.row_odd { background: #EEE; }
table.spip tr.row_even { background: #DDD; } table.spip tr.row_even { background: #DDD; }
table.spip th, table.spip td { text-align: left; border: 2px solid #FFF; } table.spip th, table.spip td { padding: 0.20em 0.40em; text-align: left; border: 1px solid; }
table.spip th { padding: 0.20em; vertical-align: middle; font-weight: bold; } table.spip th { vertical-align: bottom; font-weight: bold; }
table.spip td { padding: 0.40em; vertical-align: top; } table.spip td { vertical-align: top; }
/* Logos, documents et images */ /* Logos, documents et images */
img, .spip_logos { margin: 0; padding: 0; border: 0; } img, .spip_logos { margin: 0; padding: 0; border: 0; }
......
...@@ -32,12 +32,15 @@ blockquote.spip_poesie div { text-indent: -60px; margin-left: 60px; } ...@@ -32,12 +32,15 @@ blockquote.spip_poesie div { text-indent: -60px; margin-left: 60px; }
.spip_surligne { background: #FF6; } .spip_surligne { background: #FF6; }
/* Tableaux */ /* Tableaux */
table.spip { margin: auto; margin-bottom: 1em; border: 1px solid; border-collapse: collapse; } table.spip { margin: auto; margin-bottom: 1em; border-collapse: collapse; border-spacing: 0; }
table.spip caption { caption-side: top; /* bottom pas pris en compte par IE */ text-align: center; margin: auto; padding: 3px; font-weight: bold; } table.spip caption { caption-side: top; /* bottom pas pris en compte par IE */ text-align: center; margin: auto; font-weight: bold; }
table.spip tr.row_first { background: #FFC; } table.spip tr.row_first { background: #FFC; }
table.spip tr.row_odd { background: #DDD; } table.spip tr.row_odd { background: #EEE; }
table.spip tr.row_even { background: #EEE; } table.spip tr.row_even { background: #DDD; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; } table.spip th, table.spip td { padding: 0.20em 0.40em; text-align: left; border: 1px solid; }
table.spip th { vertical-align: bottom; font-weight: bold; }
table.spip td { vertical-align: top; }
/* Logos, documents et images */ /* Logos, documents et images */
img, .spip_logos { margin: 0; padding: 0; border: 0; } img, .spip_logos { margin: 0; padding: 0; border: 0; }
......
...@@ -451,14 +451,14 @@ div.spip_code, .spip_cadre { margin-bottom: 1em; } ...@@ -451,14 +451,14 @@ div.spip_code, .spip_cadre { margin-bottom: 1em; }
.spip_cadre { width: 99%; background-color: #F4F8F8; border: 1px inset; } .spip_cadre { width: 99%; background-color: #F4F8F8; border: 1px inset; }
/* Tableaux */ /* Tableaux */
table.spip { margin-bottom: 1em; color: #633E6D; border-collapse: collapse; border-spacing: 0; } table.spip { margin: auto; margin-bottom: 1em; border-collapse: collapse; border-spacing: 0; }
table.spip caption { caption-side: top; font-weight: bold; color: #9DBA00; line-height: normal; } table.spip caption { caption-side: top; /* bottom pas pris en compte par IE */ text-align: center; margin: auto; font-weight: bold; }
table.spip tr.row_first { background: #9DBA00; } table.spip tr.row_first { background: #FFC; }
table.spip tr.row_odd { background: #EEE; } table.spip tr.row_odd { background: #EEE; }
table.spip tr.row_even { background: #DDD; } table.spip tr.row_even { background: #DDD; }
table.spip th, table.spip td { text-align: left; border: 2px solid #FFF; } table.spip th, table.spip td { padding: 0.20em 0.40em; text-align: left; border: 1px solid; }
table.spip th { padding: .2em; vertical-align: middle; font-weight: bold; } table.spip th { vertical-align: bottom; font-weight: bold; }
table.spip td { padding: .4em; vertical-align: top; } table.spip td { vertical-align: top; }
/* Logos, documents et images */ /* Logos, documents et images */
img, .spip_logos { margin: 0; padding: 0; border: 0; } img, .spip_logos { margin: 0; padding: 0; border: 0; }
......
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