User:Moverton/monobook.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.
a { text-decoration: none; }
a:hover { text-decoration: underline; }

p + p { margin-top:1.1em; }

pre { overflow: auto;
        border:none; }

div.content { overflow: auto; }

/* attempt to eliminate light blue background */

#content {
    background: white;
}

#content div.thumb {
    border-color: white;
}

#mytabs li {
    background: white;
}

#mytabs li a {
    background-color: white;
}

#p-cactions li a {
    background-color: white;
}

/* multi-column display */

.two-column {
    column-count:2;
    column-gap:20px;
}