MediaWiki:Common.css: Difference between revisions

From PantherPride Wiki
(Created page with "→‎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: 4rem }")
 
No edit summary
Line 2: Line 2:


.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: 4rem
height: 4rem;
}
}

Revision as of 02:24, 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: 4rem;
}