Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
GlitchyPSI (talk | contribs) m |
(No difference)
|
Latest revision as of 02:55, 19 June 2020
/* CSS placed here will be applied to all skins */ /* Make the logo NOT OVERFLOW */ #p-logo{ background-size: 100%; } /* Styling for the Color Preview module */ .x-colorpreview { border: #CDCDCD 1px solid; border-radius: .3em; border-left: 0px; font-size: 1.2em; background: #FEFEFE; } .x-colorpreview>.color{ background: #000; width: 1em; height: 1em; border: #CDCDCD 1px solid; padding: .08em .65em; border-radius: .3em; } .x-colorpreview>.hex{ padding: 0 .3em; } .x-colorpreview p{ margin: 0; }