User:Positron832/common.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.
html {
 height: auto;
 min-height: 100%;
}

body {
 background: linear-gradient(#fff, #f6f6f6 99%, #f0f);
}

.mw-body {
 background: linear-gradient(#fff, #eee 1%, #fff);
}

#mw-head {
 background: linear-gradient(#dadada, #969696 45%, #666 45%, #fff 50%)
}

#mw-panel {
 background: linear-gradient(transparent 40px, #ccc 70px, transparent)
}

.vector-user-menu-legacy a {
 text-shadow: 0 0 5px #0ff8, 0 0 10px #0ff8;
 color: cyan;
}