MediaWiki:Common.css: Difference between revisions

From ASXResearch
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
body.page-Main_Page {
body.page-Main_Page {
   background: url("https://asxresearch.org/images/a/aa/ASX-Header-Banner2.png") no-repeat top center fixed !important;
   background: url("https://asxresearch.org/images/a/aa/ASX-Header-Banner2.png") no-repeat top center fixed !important;
   background-size: cover !important;
   background-size: auto !important;
   background-color: #ffffff !important;
   background-color: #ffffff !important;
}
   min-height: 600px;
 
body.page-Main_Page #content,
body.page-Main_Page #mw-page-base,
body.page-Main_Page .mw-body,
body.page-Main_Page .vector-body,
body.page-Main_Page .mw-parser-output {
  background: transparent !important;
   box-shadow: none !important;
}
}

Revision as of 12:43, 27 May 2025

body.page-Main_Page {
  background: url("https://asxresearch.org/images/a/aa/ASX-Header-Banner2.png") no-repeat top center fixed !important;
  background-size: auto !important;
  background-color: #ffffff !important;
  min-height: 600px;
}