MediaWiki:Common.css

From BhagavataWiki

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 */

.infobox {
  float: right;
  margin: 0 0 1em 1em;
  padding: 0.5em;
  border: 1px solid #aaa;
  background: #f9f9f9;
  width: 25em;
  font-size: 90%;
}


#p-create a {
  display: inline-block;
  background-color: #4CAF50;
  color: white !important;
  padding: 0.4em 0.8em;
  margin: 0.5em 0;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

#p-create a:hover {
  background-color: #45a049;
}