×
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
    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 */
    /* Google Fonts ================ */
    @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
    #udborder h3, #udborder h3 a {
        text-align: center !important;
        font-weight: bold !important;
        font-family: Bebas Neue !important;
        font-size: 32px !important;
        color: var(--textcolor) !important;
        margin-top: 15px !important;
    }
    #udborder h4, #udborder h4 a {
        text-align: center !important;
        font-weight: bold !important;
        font-family: Bebas Neue !important;
        font-size: 32px !important;
        color: var(--textcolor) !important;
    }

    Revision as of 03:41, 26 January 2026

    /* All CSS here will be loaded for users of the Cosmos skin */
    /* Google Fonts ================ */
    @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
    
    #udborder h3, #udborder h3 a {
        text-align: center !important;
        font-weight: bold !important;
        font-family: Bebas Neue !important;
        font-size: 32px !important;
        color: var(--textcolor) !important;
        margin-top: 15px !important;
    }
    #udborder h4, #udborder h4 a {
        text-align: center !important;
        font-weight: bold !important;
        font-family: Bebas Neue !important;
        font-size: 32px !important;
        color: var(--textcolor) !important;
    }