MediaWiki:Timeless.css: Difference between revisions

From Craft-Wiki
Created page with "All CSS here will be loaded for users of the Timeless skin: #mw-content-container { background: #eaecf0; border-bottom: solid 4px #00af89; background-image: none; }"
 
No edit summary
Line 2: Line 2:


#mw-content-container
#mw-content-container
{
{
     background: #eaecf0;
     background: #eaecf0;
     border-bottom: solid 4px #00af89;
     border-bottom: solid 4px #00af89;
     background-image: none;
     background-image: none;
}
}
#p-logo-text { display: none; }

Revision as of 09:17, 1 April 2026

/* All CSS here will be loaded for users of the Timeless skin */

#mw-content-container
{
    background: #eaecf0;
    border-bottom: solid 4px #00af89;
    background-image: none;
}

#p-logo-text { display: none; }