MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* ASX Header */ | |||
#asx-top-banner { | #asx-top-banner { | ||
width: 120%; | width: 120%; | ||
Line 18: | Line 19: | ||
} | } | ||
/* | /* TRUE full transparency for top vector tabs */ | ||
.vector-tabs, | |||
.vector-tabs li, | |||
.vector-tabs li.selected, | |||
.vector-tabs li.selected a, | |||
.vector-tabs li a { | |||
background: transparent !important; | background: transparent !important; | ||
border: none !important; | border: none !important; | ||
Line 33: | Line 33: | ||
} | } | ||
/* | /* Optional: make selected tab text red */ | ||
.vector-tabs li.selected a { | |||
color: red !important; | color: red !important; | ||
} | } |
Revision as of 13:40, 27 May 2025
/* ASX Header */
#asx-top-banner {
width: 120%;
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 {
display: block;
height: auto;
max-width: 680px;
margin-left: 180px;
margin-top: 2px;
}
/* TRUE full transparency for top vector tabs */
.vector-tabs,
.vector-tabs li,
.vector-tabs li.selected,
.vector-tabs li.selected a,
.vector-tabs li a {
background: transparent !important;
border: none !important;
box-shadow: none !important;
filter: none !important;
backdrop-filter: none !important;
text-shadow: none !important;
}
/* Optional: make selected tab text red */
.vector-tabs li.selected a {
color: red !important;
}