„Benutzer:Anton Sevarius/vector.css“ – Versionsunterschied

Inhalt gelöscht Inhalt hinzugefügt
K Diff-Ansicht-CSS (testen)
K erg.
Zeile 1: Zeile 1:
/* Anpassen der Diff-Ansicht */
/* Anpassen der Diff-Ansicht */
del.diffchange-inline,
del.diffchange-inline,
del.diffchange
del.diffchange,
td.diff-deletedline
{
{
color:darkred !important;
color:darkred !important;

Version vom 8. Januar 2016, 13:46 Uhr

/* Anpassen der Diff-Ansicht */
del.diffchange-inline,
del.diffchange,
td.diff-deletedline
{
  color:darkred !important;
  font-weight: bold !important;
  background-color: #FFCCCC !important;
}

ins.diffchange-inline,
ins.diffchange
{
  color:darkgreen !important;
  font-weight: bold !important;
  background-color: #CCFFFF !important;
}
  
td.diff-marker
{
  font-weight:normal;
  font-size:1em;
}