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

Inhalt gelöscht Inhalt hinzugefügt
K So?
K falschrum.
Zeile 2: Zeile 2:
del.diffchange-inline,
del.diffchange-inline,
del.diffchange,
del.diffchange,
td.diff-deletedline ~ td.diff-empty
td.diff-empty ~ td.diff-deletedline
{
{
color:darkred !important;
color:darkred !important;

Version vom 8. Januar 2016, 13:55 Uhr

/* Anpassen der Diff-Ansicht */
del.diffchange-inline,
del.diffchange,
td.diff-empty ~ 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;
}