Jump to content

MediaWiki:Vector-2022.js: Difference between revisions

From ATRONIA Wiki
Created page with "***********************: ATRONIA Language Menu: ***********************: .atr-lang-menu { position: relative; list-style: none; cursor: pointer; color: white; font-size: 14px; padding: 10px 15px; } .atr-lang-current { font-weight: 500; } .atr-lang-dropdown { position: absolute; top: 40px; right: 0; background: white; color: #202122; list-style: none; padding: 10px 0; margin: 0; display: none;..."
 
Blanked the page
Tag: Blanking
 
Line 1: Line 1:
/*************************/
/* ATRONIA Language Menu */
/*************************/


.atr-lang-menu {
    position: relative;
    list-style: none;
    cursor: pointer;
    color: white;
    font-size: 14px;
    padding: 10px 15px;
}
.atr-lang-current {
    font-weight: 500;
}
.atr-lang-dropdown {
    position: absolute;
    top: 40px;
    right: 0;
    background: white;
    color: #202122;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    display: none;
    min-width: 120px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    border-radius: 6px;
    z-index: 9999;
}
.atr-lang-dropdown li {
    padding: 8px 16px;
}
.atr-lang-dropdown li:hover {
    background: #f2f2f2;
}
.atr-lang-menu:hover .atr-lang-dropdown {
    display: block;
}
/* Hide Google default UI */
.goog-te-banner-frame {
    display: none !important;
}
body {
    top: 0px !important;
}

Latest revision as of 15:36, 23 February 2026