MediaWiki:Common.css: Difference between revisions

From ASXResearch
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 23: Line 23:
#p-tb {
#p-tb {
   display: none !important;
   display: none !important;
}
/* Insert image under Tools section */
#p-tb:after {
  content: "";
  display: block;
  background-image: url(https://asxresearch.org/images/8/81/Marquis_Evg_NTSB_FAA.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 180px;
  margin-top: 16px;
  margin-bottom: 8px;
}
}

Revision as of 19:49, 28 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;
}

#p-tb {
  display: none !important;
}

/* Insert image under Tools section */
#p-tb:after {
  content: "";
  display: block;
  background-image: url(https://asxresearch.org/images/8/81/Marquis_Evg_NTSB_FAA.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 180px;
  margin-top: 16px;
  margin-bottom: 8px;
}