MediaWiki:Common.css: Difference between revisions

From ASXResearch
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
#asx-top-banner {
#asx-top-banner {
   width: 100%;
   width: 100%;
  background: #fff;
   text-align: left;
   text-align: left;
  margin: 0;
   padding: 0;
   padding: 0;
   background: #ffffff;
   margin: 0 0 10px 0;
   border-bottom: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
}


#asx-top-banner img {
#asx-top-banner img {
  display: block;
   width: 100%;
   width: 100%;
  max-width: 100%;
   height: auto;
   height: auto;
  display: block;
}
}

Revision as of 13:17, 27 May 2025

#asx-top-banner {
  width: 100%;
  background: #fff;
  text-align: left;
  padding: 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
}

#asx-top-banner img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}