MediaWiki:Gadget-oldDiff.css: Różnice pomiędzy wersjami

Z Minecraft Wiki Polska
Przejdź do nawigacji Przejdź do wyszukiwania
Ivan-r (dyskusja | edycje)
dNie podano opisu zmian
Ivan-r (dyskusja | edycje)
d Ivan r przeniósł stronę Moduł:Gadget-oldDiff.css na MediaWiki:Gadget-oldDiff.css, bez pozostawienia przekierowania pod starym tytułem
 
(Nie pokazano 1 pośredniej wersji utworzonej przez tego samego użytkownika)
(Brak różnic)

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;
			}