MediaWiki:Vector-2022.css: Difference between revisions

m CSS test
m CSS test
Line 162: Line 162:
border: none;
border: none;
margin: 12px 0 0 0;
margin: 12px 0 0 0;
}
/* For the frame of the image in the Featured Article section*/
.featuredarticleimage {
    background-color: #fff;
    border: 2px outset #eaecf0;
    padding: 4px;
}
 
@media screen {
html.skin-theme-clientpref-night .featuredarticleimage {
background-color: #202122;
        border-color: #404244;
}
   
}
}