×
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 wordmark while keeping nav in place */
    .cosmos-header {
        position: relative;
    }
    .cosmos-header__wordmark {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 15px; /* adjust this value as needed */
    }
    .cosmos-header__top-container {
        justify-content: center;
    }

    Revision as of 22:21, 25 January 2026

    /* All CSS here will be loaded for users of the Cosmos skin */
    /* Center wordmark while keeping nav in place */
    .cosmos-header {
        position: relative;
    }
    
    .cosmos-header__wordmark {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 15px; /* adjust this value as needed */
    }
    
    .cosmos-header__top-container {
        justify-content: center;
    }