User:Tom Morris/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.
textarea {
    font-family: monospace;
    font-size: 120%;
}

@media only screen and (device-width: 768px) {
    textarea {
        font-size: 180%;
    }
}

@media only screen and (max-width:500px){
    /* kindle */
    #mw-panel { display: none; }
    #content { width: 100%; margin-left: 0; padding-left: 0; }
}

strong.mw-watched a {
    font-weight: normal !important;
    background: none !important;
    padding-left: 0px;
}

#editpage-head-copy-warn { display: none; }