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

    MediaWiki:Cosmos.css: Difference between revisions

    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: }"
    (No difference)

    Revision as of 23:24, 6 November 2025

    /* 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 */
    }