MediaWiki:Common.css: Difference between revisions

m test
m move infobox bg color rules here
Line 50: Line 50:


/** Templates **/  
/** Templates **/  
/* Notices - Coloured boxes */
/* Notices - Coloured boxes */


Line 72: Line 73:


.infobox {
.infobox {
     background: #eee;
    color: var(--color-base, #202122);
     background-color: var(--background-color-interactive-subtle, #f8f9fa);
     border: 1px solid #aaa;
     border: 1px solid #aaa;
     float: right;
     float: right;
Line 87: Line 89:
}
}


/*bg color to get visible images in darkmode*/
.infobox-image{
.infobox-image{
     display: flex;
     display: flex;
Line 92: Line 95:
     align-items: center;
     align-items: center;
     justify-content: center;
     justify-content: center;
     background-color:#909590;
     background-color:#909590;  
}
}