MediaWiki:Common.css: Difference between revisions

From ASXResearch
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
 
(77 intermediate revisions by the same user not shown)
Line 1: Line 1:
#asx-top-banner {
a {
  width: 100%;
   text-decoration: none !important;
  background: #ffffff;
   text-align: center;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
  z-index: 9999;
}
}


#asx-top-banner img {
a:hover {
   display: block;
  text-decoration: underline; /* optional hover effect */
   max-width: 100%;
}
   height: auto;
 
   margin: 0 auto;
#f-poweredbyico img {
  display: none !important;
}
 
#f-poweredbyico::after {
  content: "";
   display: inline-block;
   width: 88px;
   height: 31px;
  background-image: url("/resources/assets/poweredby_asxresearch_88x31.png");
  background-size: contain;
  background-repeat: no-repeat;
}
 
#mw-panel-right {
  font-family: sans-serif;
   padding: 10px;
}
}

Latest revision as of 06:44, 31 May 2025

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: underline; /* optional hover effect */
}

#f-poweredbyico img {
  display: none !important;
}

#f-poweredbyico::after {
  content: "";
  display: inline-block;
  width: 88px;
  height: 31px;
  background-image: url("/resources/assets/poweredby_asxresearch_88x31.png");
  background-size: contain;
  background-repeat: no-repeat;
}

#mw-panel-right {
  font-family: sans-serif;
  padding: 10px;
}