MediaWiki:Common.css

From //network/Library
Jump to navigation Jump to search

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.
/* CSS placed here will be applied to all skins */

/* Make the logo NOT OVERFLOW */
#p-logo{
background-size: 100%;
}

/* Styling for the Color Preview module */
.x-colorpreview {
    border: #CDCDCD 1px solid;
    border-radius: .3em;
    border-left: 0px;
    font-size: 1.2em;
    background: #FEFEFE;
}

.x-colorpreview>.color{
    background: #000;
    width: 1em;
    height: 1em;
    border: #CDCDCD 1px solid;
    padding: .08em .65em;
    border-radius: .3em;
}

.x-colorpreview>.hex{
    padding: 0 .3em;
}

.x-colorpreview p{
    margin: 0;
}