User:4erospace/common.css: Difference between revisions
m CSS test |
m CSS test |
||
Line 1: | Line 1: | ||
.mw-page-container { | .mw-page-container { | ||
max-width: 1400px; | max-width: 1400px; | ||
background-color: transparent; | |||
} | } | ||
.vector-header-container .mw-header { | .vector-header-container .mw-header, .vector-header-container .vector-sticky-header { | ||
max-width: 1400px; | max-width: 1400px; | ||
background-color: transparent; | |||
} | } | ||
Line 16: | Line 18: | ||
body { | body { | ||
background: url(https://i.ibb.co/kVfJXhMf/test-background.png) #f6f6f6 top left / 1001px 250px no-repeat | background: url(https://i.ibb.co/kVfJXhMf/test-background.png) #f6f6f6 top left / 1001px 250px no-repeat | ||
} | |||
.mw-body { | |||
background-color: #fbfbfb; | |||
} | } | ||