Index: trunk/phpwiki/fpw/wikiTextEn.php |
— | — | @@ -22,13 +22,13 @@ |
23 | 23 | |
24 | 24 | # Namespace backgrounds |
25 | 25 | $wikiNamespaceBackground = array () ; |
26 | | -$wikiNamespaceBackground["talk"] = "#CCCCCC" ; |
| 26 | +$wikiNamespaceBackground["talk"] = "#CCFFFF" ; |
27 | 27 | $wikiNamespaceBackground["user_talk"] = $wikiNamespaceBackground["talk"] ; |
28 | 28 | $wikiNamespaceBackground["wikipedia_talk"] = $wikiNamespaceBackground["talk"] ; |
29 | | -$wikiNamespaceBackground["user"] = "#CCFFFF" ; |
| 29 | +$wikiNamespaceBackground["user"] = "#FFCCCC" ; |
30 | 30 | $wikiNamespaceBackground["wikipedia"] = "#CCFFCC" ; |
31 | | -$wikiNamespaceBackground["log"] = "#FFCCCC" ; |
32 | | -$wikiNamespaceBackground["special"] = "#FFCC66" ; |
| 31 | +$wikiNamespaceBackground["log"] = "#FFFF99" ; |
| 32 | +$wikiNamespaceBackground["special"] = "#CCCCCC" ; |
33 | 33 | |
34 | 34 | # Used in header/footer |
35 | 35 | $wikiMainPageTitle = "Wikipedia : The free encyclopedia" ; # This is the title that is displayed on the main page |