Jump to content

User:Isnow/vector.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: 4.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;
    font-size: 75%;
}

.mylangs-none {
    display: none;
}
Devtools
The service worker is not responding

Make sure it is added to your service-worker.js file as follows:

// service-worker.js
import { Prefetcher } from '@edgio/prefetch/sw'

new Prefetcher().route()
  

If this is your first time viewing this page, you may need to refresh your browser window to initialize the service worker properly after its installation.

Check @edgio/devtools documentation for more information.