„Modul:Vorlage:Erweiterte Navigationsleiste“ – Versionsunterschied
[gesichtete Version] | [gesichtete Version] |
Inhalt gelöscht Inhalt hinzugefügt
Hgzh (Diskussion | Beiträge) Vorbereitung für automatische Korrektur von Linkfarben |
+color |
||
Zeile 233:
abovestyle = "background-color:#E6E6FF"
end
abovestyle = abovestyle .. "; color:inherit;"
elseif args["Untertitel-Style"] then
abovestyle = args["Untertitel-Style"]
Zeile 289 ⟶ 290:
belowstyle = "background-color:#E6E6FF"
end
belowstyle = belowstyle .. "; color:inherit;"
elseif args["Weiteres-Style"] then
belowstyle = args["Weiteres-Style"]
Zeile 364 ⟶ 366:
groupstyle = "background-color:#F5F5F5"
end
groupstyle = groupstyle .. "; color:inherit;"
end
Zeile 671 ⟶ 674:
titlestyle = "background-color:#D2D2FF"
end
titlestyle = titlestyle .. "; color:inherit;"
elseif args["Titel-Style"] then
titlestyle = args["Titel-Style"]
|