MediaWiki:Common.css: Difference between revisions

Content deleted Content added
m Attempting to fix Gotham font errors
m Adding common styling for the Skins table
Line 69:
display:flex;
align-items:center;
}
 
/* [[Skins]] table - common styling */
.phskintable img {
width:170px;
}
 
.phskintable .skin-yes {
background:#98ff4f;
}
 
.phskintable .skin-no {
background:#fa3235;
}
 
.phskintable .skin-yes, .phskintable .skin-no {
font-size:2.5em;
color:black;
}