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 {
#asx-top-banner {
   background: url("https://asxresearch.org/images/a/aa/ASX-Header-Banner2.png") no-repeat top center fixed !important;
  width: 100%;
   background-size: auto !important;
   background: #ffffff;
   background-color: #ffffff !important;
  text-align: center;
   min-height: 600px;
   padding: 0;
  margin: 0;
   border-bottom: 1px solid #ccc;
}
#asx-top-banner img {
   max-width: 100%;
  height: auto;
}
}

Revision as of 12:51, 27 May 2025

#asx-top-banner {
  width: 100%;
  background: #ffffff;
  text-align: center;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
#asx-top-banner img {
  max-width: 100%;
  height: auto;
}