Anonymous
×
Create a new article
Write your page title here:
We currently have 687 articles on RLSH Wiki. Type your article name above or create one of the articles listed here!



    MediaWiki:Mobile.css: Difference between revisions

    (Trying to get mobile to play nicely color-wise)
     
    mNo edit summary
    Line 28: Line 28:
    #mw-header-container {
    #mw-header-container {
         background-color: #6A1212;
         background-color: #6A1212;
        color: #d5d4d4;
    }
    }

    Revision as of 00:58, 5 October 2020

    /* All CSS here will be loaded for users of the mobile site */
    #addthistoolbar { 
    display: none; 
    }
    
    #mw-indicator-smw-entity-examiner { 
    display: none; 
    }
    
    .infobox img {
    width: 200px;
    height: auto;
    }
    
    .infobox {
        margin: 1em;
    }
    
    body {
        background: #1a1a1a;
        color: #d5d4d4;
    }
    
    #mw-content {
        background-color: #000000;
    }
    
    #mw-header-container {
        background-color: #6A1212;
        color: #d5d4d4;
    }