MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
GeorgeDewar (talk | contribs) Created page with "→CSS placed here will be applied to all skins: .wireColorBox { display:inline-block; width:1em; height:1em; border:1px solid #000; float:right; margin-top: 3px; margin-left: 5px; }" |
GeorgeDewar (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.wireColor { | |||
display: flex; | |||
justify-content: space-between; | |||
} | |||
.wireColorBox { | .wireColorBox { | ||
Line 9: | Line 14: | ||
margin-top: 3px; | margin-top: 3px; | ||
margin-left: 5px; | margin-left: 5px; | ||
margin-right: 2px; | |||
} | } |
Latest revision as of 11:04, 28 April 2025
/* CSS placed here will be applied to all skins */ .wireColor { display: flex; justify-content: space-between; } .wireColorBox { display:inline-block; width:1em; height:1em; border:1px solid #000; float:right; margin-top: 3px; margin-left: 5px; margin-right: 2px; }