MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
.mw-header { | .mw-header { | ||
background: #353333 url("https://pantherpride.com.au/uploads/default/original/1X/8a5161e61ba010e945f7045371d35d586c703554.png") repeat-x left bottom !important; | background: #353333 url("https://pantherpride.com.au/uploads/default/original/1X/8a5161e61ba010e945f7045371d35d586c703554.png") repeat-x left bottom !important; | ||
height: | height: 80px; | ||
} | |||
.mw-page-container{ | |||
background: url('https://pantherpride.com.au/uploads/default/original/1X/8a5161e61ba010e945f7045371d35d586c703554.png') repeat-x left 74px / auto, linear-gradient(to bottom, #353333 0%, #353333 80px, white 80px, white 100%); | |||
} | |||
body{ | |||
background: url('https://pantherpride.com.au/uploads/default/original/1X/8a5161e61ba010e945f7045371d35d586c703554.png') repeat-x left 74px / auto, linear-gradient(to bottom, #353333 0%, #353333 80px, white 80px, white 100%); | |||
} | } |
Revision as of 03:22, 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; } .mw-page-container{ background: url('https://pantherpride.com.au/uploads/default/original/1X/8a5161e61ba010e945f7045371d35d586c703554.png') repeat-x left 74px / auto, linear-gradient(to bottom, #353333 0%, #353333 80px, white 80px, white 100%); } body{ background: url('https://pantherpride.com.au/uploads/default/original/1X/8a5161e61ba010e945f7045371d35d586c703554.png') repeat-x left 74px / auto, linear-gradient(to bottom, #353333 0%, #353333 80px, white 80px, white 100%); }