MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 9: | Line 9: | ||
/* Changes bottom of the background and the top */ | /* Changes bottom of the background and the top */ | ||
body { | body { | ||
background: #3f3e43; | background-color: #3f3e43; | ||
} | } | ||
Line 16: | Line 16: | ||
} | } | ||
#p-logo { | |||
background-color: #3f3e43; | |||
} | |||
/* Changes content background */ | /* Changes content background */ | ||
# | #content { | ||
background-color: #313034; | background-color: #313034; | ||
} | } |
Revision as of 20:27, 20 November 2022
/* CSS placed here will be applied to all skins */ /* To make images responsive */ .res-img img { max-width:100%; height:auto; } /* Changes bottom of the background and the top */ body { background-color: #3f3e43; } #mw-head-base { background-color: #3f3e43; } #p-logo { background-color: #3f3e43; } /* Changes content background */ #content { background-color: #313034; }