MediaWiki:Common.css: Difference between revisions

From ASXResearch
Jump to navigation Jump to search
No edit summary
No edit summary
 
(61 intermediate revisions by the same user not shown)
Line 1: Line 1:
#asx-top-banner {
a {
  width: 120%;
   text-decoration: none !important;
  background: #fff;
   text-align: left;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}
}


#asx-top-banner img {
a:hover {
   display: block;
   text-decoration: underline; /* optional hover effect */
  height: auto;
  max-width: 680px;
  margin-left: 180px;
  margin-top: 2px;
}
}


/* Fully transparent vector tabs */
#f-poweredbyico img {
#p-views,
   display: none !important;
#p-views ul,
#p-views li,
#p-views li.selected,
#p-views li.selected a,
#p-views li a {
   background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  text-shadow: none !important;
}
}


/* Active tab text color */
#f-poweredbyico::after {
#p-views li.selected a {
  content: "";
   color: red !important;
  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;
}