MediaWiki:Common.css: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 5: | Line 5: | ||
height: 80px; | height: 80px; | ||
color: #fff; | color: #fff; | ||
} | } | ||
Line 14: | Line 13: | ||
body{ | body{ | ||
background: url('https://pantherpride.com.au/uploads/default/original/1X/8a5161e61ba010e945f7045371d35d586c703554.png') repeat-x left 90px / auto, linear-gradient(to bottom, #353333 0%, #353333 90px, white 90px, white 100%); | background: url('https://pantherpride.com.au/uploads/default/original/1X/8a5161e61ba010e945f7045371d35d586c703554.png') repeat-x left 90px / auto, linear-gradient(to bottom, #353333 0%, #353333 90px, white 90px, white 100%); | ||
} | |||
.vector-feature-page-tools-enabled .mw-header { | |||
grid-template: auto / 15.5em minmax(0,1fr); | |||
} | } |
Revision as of 06:00, 16 January 2024
/* CSS placed here will be applied to all skins */ .mw-header { background: #353333 url("https://pantherpride.com.au/uploads/default/original/1X/8a5161e61ba010e945f7045371d35d586c703554.png") repeat-x left bottom !important; height: 80px; color: #fff; } .mw-page-container{ background: url('https://pantherpride.com.au/uploads/default/original/1X/8a5161e61ba010e945f7045371d35d586c703554.png') repeat-x left 90px / auto, linear-gradient(to bottom, #353333 0%, #353333 90px, white 90px, white 100%); } body{ background: url('https://pantherpride.com.au/uploads/default/original/1X/8a5161e61ba010e945f7045371d35d586c703554.png') repeat-x left 90px / auto, linear-gradient(to bottom, #353333 0%, #353333 90px, white 90px, white 100%); } .vector-feature-page-tools-enabled .mw-header { grid-template: auto / 15.5em minmax(0,1fr); }