MediaWiki:Timeless.css: Difference between revisions

From Craft-Wiki
No edit summary
No edit summary
Line 3: Line 3:
#mw-content-container
#mw-content-container
{
{
    background: #eaecf0;
     border-bottom: solid 4px #2A4B8D;
     border-bottom: solid 4px #00af89;
}
     background-image: none;
 
.color-left, .color-right
{
     background: #2A4B8D;
}
}

Revision as of 11:57, 1 April 2026

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

#mw-content-container
{
    border-bottom: solid 4px #2A4B8D;
}

.color-left, .color-right
{
    background: #2A4B8D;
}