MediaWiki:Gadget-oldDiff.css: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
Новая страница: «table.diff td { padding: 0; } td.diff-marker { color: black; font-size: 1em; font-weight: normal; } td.diff-context, td.diff-deletedline,…» |
d Ivan r przeniósł stronę Moduł:Gadget-oldDiff.css na MediaWiki:Gadget-oldDiff.css, bez pozostawienia przekierowania pod starym tytułem |
||
| (Nie pokazano 2 pośrednich wersji utworzonych przez tego samego użytkownika) | |||
| Linia 1: | Linia 1: | ||
table.diff td { | table.diff td { | ||
padding: 0; | padding: 0 !important; | ||
} | } | ||
td.diff-marker { | td.diff-marker { | ||
color: black; | color: black !important; | ||
font-size: 1em; | font-size: 1em !important; | ||
font-weight: normal; | font-weight: normal !important; | ||
} | } | ||
| Linia 12: | Linia 12: | ||
td.diff-deletedline, | td.diff-deletedline, | ||
td.diff-addedline { | td.diff-addedline { | ||
border: none; | border: none !important; | ||
border-radius: 0; | border-radius: 0 !important; | ||
} | } | ||
td.diff-context { | td.diff-context { | ||
background-color: #eee; | background-color: #eee !important; | ||
} | } | ||
td.diff-deletedline { | td.diff-deletedline { | ||
background-color: #ffa; | background-color: #ffa !important; | ||
} | } | ||
td.diff-addedline { | td.diff-addedline { | ||
background-color: #cfc; | background-color: #cfc !important; | ||
} | } | ||
td.diff-deletedline .diffchange, | td.diff-deletedline .diffchange, | ||
td.diff-addedline .diffchange { | td.diff-addedline .diffchange { | ||
background: transparent; | background: transparent !important; | ||
color: red; | color: red !important; | ||
} | } | ||
Aktualna wersja na dzień 20:30, 4 lip 2018
table.diff td {
padding: 0 !important;
}
td.diff-marker {
color: black !important;
font-size: 1em !important;
font-weight: normal !important;
}
td.diff-context,
td.diff-deletedline,
td.diff-addedline {
border: none !important;
border-radius: 0 !important;
}
td.diff-context {
background-color: #eee !important;
}
td.diff-deletedline {
background-color: #ffa !important;
}
td.diff-addedline {
background-color: #cfc !important;
}
td.diff-deletedline .diffchange,
td.diff-addedline .diffchange {
background: transparent !important;
color: red !important;
}