« MediaWiki:Common.css » : différence entre les versions
Jump to navigation
Jump to search
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 36 : | Ligne 36 : | ||
table.diff, td.diff-otitle, td.diff-ntitle, td.diff-context { |
table.diff, td.diff-otitle, td.diff-ntitle, td.diff-context { |
||
background-color: transparent; |
background-color: transparent; |
||
} |
|||
/* -- A AJOUTER DANS LE SKIN -------------------- */ |
|||
/* Visual Editor: Hide sumary and options in Save dialog */ |
|||
.ve-ui-mwSaveDialog-summaryLabel, |
|||
.ve-ui-mwSaveDialog-summary, |
|||
.ve-ui-mwSaveDialog-options { |
|||
display: none; |
|||
} |
} |
||
Version du 12 septembre 2015 à 14:51
/* Le CSS placé ici sera appliqué à tous les habillages. */
/* Couleur de fond verte pour Editsimilar. */
#editsimilar_links {background-color: #DDFFDD !important;color: #000000 !important;}
/* DIFFS */
/* Mise en évidence des diffs par du gras et de la couleur. */
table.diff {
padding:.5em;
}
table.diff td {
vertical-align:top;
}
td.diff-addedline {
background:#D8E4F6;
}
td.diff-addedline .diffchange {
background:#B0C0F0;
color:#001040;
font-weight:bold;
}
td.diff-deletedline {
background:#E4F6D8;
}
td.diff-deletedline .diffchange {
background:#B0E897;
color:#104000;
font-weight:bold;
}
td.diff-context {
background:#FEFEFE;
}
/* Couleur de fond transparente pour les diffs */
table.diff, td.diff-otitle, td.diff-ntitle, td.diff-context {
background-color: transparent;
}
/* -- A AJOUTER DANS LE SKIN -------------------- */
/* Visual Editor: Hide sumary and options in Save dialog */
.ve-ui-mwSaveDialog-summaryLabel,
.ve-ui-mwSaveDialog-summary,
.ve-ui-mwSaveDialog-options {
display: none;
}
Ce que tu peux faire
Outils

Outils personnels