User:Mrjulesd/global.css

From Meta, a Wikimedia project coordination wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
    .mw-redirect {

        color: Teal;

    }
    .mw-redirect:visited {

        color: Teal;

    }
    .mw-redirect:hover {

        color: #990000;

    }
    .mw-redirect:active {

        color: #990000;

    }



@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
    .ju-flex {
        display: block !important;
    }

    .ju-float {
        float: none !important;
        width: auto !important;
    }
    .ju-ml {
        margin-left: 0 !important;
    }        
}

.no-padding {
	padding: 0 !important;
}

#mp-topbanner2 {
    overflow: hidden;
    background: white;
    background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/5/51/Wikipedia-logo-v2-o20.svg/250px-Wikipedia-logo-v2-o20.svg.png);
    background-position: 1em 1em;
    background-repeat: no-repeat;
    background-size: 250px auto;
}