User:Hadoooookin/monobooks.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Reference http://meta.wikimedia.org/wiki/User:Fristu/monobook.css */ 

#mylangs {
    z-index: 3;
    position:absolute;
    top: 1.5em;
    right: 0;
    width: 25.0em;
    text-align: right;
    margin: 0;
    padding: 0;
    border: none;
    white-space:nowrap;
    overflow: visible;
    background: transparent;
    list-style: none;
}

#mylangs h5 { display: none; }

#mylangs ul {
    border: none;
    list-style: none;
}

.mylangs-show {
    display: inline;
    border: none;
    padding: 0 0 0.1em 0;
    margin: 0 0.3em 0 0;
    overflow: visible;
    background: White;
}

.mylangs-none {
    display: none;
}