Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/skins/Cosmos/includes/CosmosTemplate.php on line 1323
×
Create a new article
Write your page title here:
We currently have 1 article on Meta Wiki. Type your article name above or click on one of the titles below and start writing!



    Meta Wiki
    Revision as of 23:24, 6 November 2025 by Nexawiki (talk | contribs) (Created page with "All CSS here will be loaded for users of the Cosmos skin: .cm-mw-section { color: #00bfff; Blue headings: } .cm-mw-link { color: #3d9c47; Green links: } .cm-mw-template { color: #c86400; Orange templates: } .cm-mw-comment { color: #999; Gray comments: }")
    (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

    Note: After publishing, you may have to bypass your browser's cache to see the changes.

    • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
    • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
    • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
    /* All CSS here will be loaded for users of the Cosmos skin */
    .cm-mw-section {
      color: #00bfff; /* Blue headings */
    }
    .cm-mw-link {
      color: #3d9c47; /* Green links */
    }
    .cm-mw-template {
      color: #c86400; /* Orange templates */
    }
    .cm-mw-comment {
      color: #999;    /* Gray comments */
    }