×
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

    Created page with "All CSS here will be loaded for users of the Cosmos skin: .cosmos-header__wordmark img { max-height: 96px !important; try 80–120: max-width: 300px !important; height: auto; width: auto; }"
     
    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 */
    .cosmos-header__wordmark img {
    .cosmos-header__wordmark img {
       max-height: 96px !important;  /* try 80–120 */
       max-height: 110px !important;  /* main control knob */
       max-width: 300px !important;
       max-width: 420px !important;
       height: auto;
       height: auto;
       width: auto;
       width: auto;
    }
    /* Give it breathing room */
    .cosmos-header__wordmark {
      margin-right: 18px;
    }
    }

    Revision as of 21:37, 25 January 2026

    /* All CSS here will be loaded for users of the Cosmos skin */
    .cosmos-header__wordmark img {
      max-height: 110px !important;   /* main control knob */
      max-width: 420px !important;
      height: auto;
      width: auto;
    }
    
    /* Give it breathing room */
    .cosmos-header__wordmark {
      margin-right: 18px;
    }