Array

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
/* Language box - prevent overlapping title on mobile */
.languageBox {
position: static !important;
float: none !important;
margin: 10px 0 !important;
display: inline-block !important;
z-index: 10000 !important;
overflow: visible !important;
}


/* Ensure dropdown has enough space and doesn't get clipped */
}
.languageBox:hover > li > ul {
width: auto !important;
min-width: 180px !important;
overflow: visible !important;
}


/* Links stay blue by default, green on hover */
#catlinks { display: none; }
.languageBox a:hover {
color: #7BB375 !important;
}
}

Latest revision as of 16:09, 5 March 2026

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {

}

#catlinks { display: none; }