×
Create a new article
Write your page title here:
We currently have 8 articles on Under Doctor Wiki. Type your article name above or click on one of the titles below and start writing!



    Under Doctor Wiki

    MediaWiki:Cosmos.css: Difference between revisions

    No edit summary
    Tag: Manual revert
    No edit summary
    Tag: Reverted
    Line 1: Line 1:
    /* All CSS here will be loaded for users of the Cosmos skin */
    /* All CSS here will be loaded for users of the Cosmos skin */
    /* Center the wordmark */
    .cosmos-header {
        text-align: center;
    }
    .cosmos-header__wordmark {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    Revision as of 22:21, 25 January 2026

    /* All CSS here will be loaded for users of the Cosmos skin */
    /* Center the wordmark */
    .cosmos-header {
        text-align: center;
    }
    
    .cosmos-header__wordmark {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }